aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ti-pdk-source
AgeCommit message (Collapse)Author
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>