aboutsummaryrefslogtreecommitdiffstats
path: root/classes/ti-pdk.bbclass
AgeCommit message (Collapse)Author
2017-10-25ti-pdk: clean the sources during the configure taskJacob Stiffler
* For the XDCMAKE recipes, a clean was already occuring udring the compile task. * Move the clean to the configure task to more closely match the base.bbclass. * As the non XDCMAKE recipes generate dep files, add a clean in configure for when dependencies have changed. * Use oe_runmake to share options between "make release" and "make clean". * There appears to be an issue with parallel builds using the ti-pdk-build framework, so unset PARALLEL_MAKE. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-10-02ti-pdk.bbclass: add dependency on ti-cgt-pru-nativeHongmei Gou
Signed-off-by: Hongmei Gou <a0271529@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-09-01ti-pdk-bbclass: Fix for building pru firmwareMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-07-12ti-pdk: Update tool paths for omapl1 & update cores for ti33x & ti43xMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-06-11ti-pdk: limit the set of cores to buildJacob Stiffler
* Use LIMIT_CORES to enable only the cores with available toolchains. * Add new variables which will allow recipes to fully configure the options provided to make. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-06-11ti-pdk: clean up variables by adding TI_PDK_ prefixJacob Stiffler
* Add TI_PDK_ prefix to variables which may be set by recipes to stress that they are used to configure the ti-pdk class. * Deprecate TI_PDK_XDCARGS in favor of TI_PDK_LIMIT_SOCS as both are used to define a list of SOCs. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Cc: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-05-01Resolve host contamination warningsJustin Sobota
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-04-27Remove CCS dependencies for all componentsKarthik Ramanan
Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-06-29ti-pdk: Add makefile support to ti-pdk.bbclass for RTOS componentsJustin Sobota
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-01-27ti-pdk.bbclass: Add class for creating RTOS PDK componentsJacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>