summaryrefslogtreecommitdiffstats
path: root/classes/ti-pdk-fetch.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* ti-pdk-fetch: SRCREV udpate to 2020.2.20Angela Stegmaier2020-02-211-2/+2
| | | | | Signed-off-by: Angela Stegmaier <angelabaker@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-fetch: SRCREV udpate to 2020.2.17Mahesh Radhakrishnan2020-02-201-2/+2
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-fetch: SRCREV update of pdk repo to 2020.1.22Mahesh Radhakrishnan2020-01-231-3/+3
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-fetch: hard-link .git directory into workdirJacob Stiffler2020-01-231-1/+4
| | | | | | | | 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>
* ti-pdk-fetch: bump SRCREV for minor fixJacob Stiffler2019-12-201-2/+2
| | | | | | | * 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>
* ti-pdk-fetch: bump SRCREV for prusw-fw updateJacob Stiffler2019-12-181-2/+2
| | | | | | | * 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>
* ti-pdk-fetch: bump SRCREV for Processor SDK 6.2Jacob Stiffler2019-12-181-3/+3
| | | | | Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-pdk-fetch: add class for common pdk sourcesJacob Stiffler2019-12-091-0/+43
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>