aboutsummaryrefslogtreecommitdiffstats
path: root/classes/ti-pdk-fetch.bbclass
AgeCommit message (Collapse)Author
2022-02-22classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transportsDenys Dmytriyenko
Remove deprecated support for compiling Keystone1/2 RTOS components and Linux firmwares using PDK, CSL, etc. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2021-08-17meta-ti: convert to new override syntax in honisterDenys Dmytriyenko
Upcoming "honister" release changes the override syntax to improve usability, speed and memory footprint. Update recipes with the new syntax and set layer compatibility to honister. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Tested-by: Paul Barker <paul.barker@sancloud.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2020-10-14ti-pdk-fetch.bbclass: Do not emit trailing slash during S formingKhem Raj
latest OE-core does not promote using trailing slash to make pseudo's life easier Signed-off-by: Khem Raj <raj.khem@gmail.com> Reviewed-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2020-08-26rtos, pdk, csl: bump PE where versions went backwards due to revertsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-26Revert "ti-pdk-fetch: update to REL.CORESDK.07.00.00.24 tag"Denys Dmytriyenko
This reverts commit 1d66c14e43bc7a3737de296eb43b7d8672b45e90. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-08-26Revert "ti-pdk-fetch: update to 07.00.00.34"Denys Dmytriyenko
This reverts commit 380d55bd0aee5105e16c996bd4e8d79357b8389f. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-06-04ti-pdk-fetch: update to 07.00.00.34Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-06-02ti-pdk-fetch: update to REL.CORESDK.07.00.00.24 tagDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-05-07ti-pdk: SRCREV update to 2020.5.6Angela Stegmaier
Signed-off-by: Angela Stegmaier <angelabaker@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-04-17ti-pdk: SRCREV updateMahesh Radhakrishnan
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-04-17ti-pdk:SRCREV update to 2020.4.16Mahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-04-16ti-pdk: SRCREV update to 2020.4.13Mahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-04-16ti-pdk:SRCREV update to 2020.4.5Mahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-02-22ti-pdk-fetch: SRCREV udpate to 2020.2.20Angela Stegmaier
Signed-off-by: Angela Stegmaier <angelabaker@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-02-20ti-pdk-fetch: SRCREV udpate to 2020.2.17Mahesh Radhakrishnan
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-01-23ti-pdk-fetch: SRCREV update of pdk repo to 2020.1.22Mahesh Radhakrishnan
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2020-01-23ti-pdk-fetch: hard-link .git directory into workdirJacob Stiffler
Link the git directory into the recipe's work directory to provide git history and commit information for recipes that may need it. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-12-20ti-pdk-fetch: bump SRCREV for minor fixJacob Stiffler
* dualemac: fix to drop PTP sync msgs from unknown master Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-12-18ti-pdk-fetch: bump SRCREV for prusw-fw updateJacob Stiffler
* STP switch support for per-port MAC addresses Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-12-18ti-pdk-fetch: bump SRCREV for Processor SDK 6.2Jacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-12-09ti-pdk-fetch: add class for common pdk sourcesJacob Stiffler
Recently individual components and LLD sources have been combined into a single PDK repo. Use this class to specify the common source. Also use this class to keep the sources separate from each other when building. This keeps the build identical to previous recipes while keeping control on interdependencies. Similar to gcc-source, use the ti-pdk-source recipe to unpack the sources into a "work-shared" area. Then hard-link only the necessary files into a recipe's WORKDIR. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>