aboutsummaryrefslogtreecommitdiffstats
path: root/classes/ti-pdk.bbclass
AgeCommit message (Collapse)Author
2019-08-30ti-pdk.bbclass:j7-evm.conf: Correcting the core list for j7-evm (mpu2/3_x to ↵Mahesh Radhakrishnan
mcu2/3_x) Correcting the corelist. There is no mpu2_x or mpu3_x instead they should be mcu2_x/mcu3_x which is present in j7-evm Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2019-08-17ti-pdk-bbclass: Defining dependants for j7-evm, updated the default core listMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-10-01ti-pdk-bbclass: Using machine name as k3 instead of am65xxMahesh Radhakrishnan
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-09-11ti-pdk-class: Include EVE toolchain path, as needed by ti-pdk-build-rtos for ↵Djordje Senicic
some SoCs Signed-off-by: Djordje Senicic <x0157990@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-08-24ti-pdk: Add tool chain dependencies for am65xx platformSam Nelson
Adds the dependency on toolchain needed for A53 and R5 cores Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-07-10meta-ti: cleanup use of d.getVar()Denys Dmytriyenko
1. drop use of True as second parameter, which is default, to align with master 2. there were instances of incorrectly passing 'd' as second parameter from previous conversion from bb.data.getVar() usage Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2018-02-26ti-pdk: Allow Doxygen generation to be optionalJoshua Watt
Users can choose to completely disable doxygen generation in pdk recipes by setting TI_PDK_DOXYGEN_SUPPORT = "0" in local.conf Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2017-12-21ti-xdctools: extend to native and nativesdkMertz, Timothy
ti-xdctools should be a native recipe as it more accurately reflects how it is supposed to be used. In addition, this allows it to be built as nativesdk and included in SDK image tools Signed-off-by: "Mertz, Timothy" <timothy.mertz@garmin.com> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Jacob Stiffler <j-stiffler@ti.com>
2017-12-19ti-pdk.bbclass: depend on doxygen native for documentationDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
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>