The ultimate goal of this patch set is the add the c66x machines. Prior to this, there is some clean-up for the ti-pdk class and relocation of the machine specific device lists into the machine configuration files.
v3 changes: * Add ti-pdk-build-rtos fix * Enhance the ti-pdk class to limit the cores built Jacob Stiffler (6): ti-pdk-build-rtos: set PACKAGE_ARCH to MACHINE_ARCH ti-pdk: clean up variables by adding TI_PDK_ prefix ti-pdk: limit the set of cores to build machines: add ti-pdk class variables recipes: remove ti-pdk device configuration c66x: add basic machine configuration classes/ti-pdk.bbclass | 27 +++++++++++++++------- conf/machine/am57xx-evm.conf | 4 ++++ conf/machine/beaglebone.conf | 3 +++ conf/machine/c665x-evm.conf | 9 ++++++++ conf/machine/c667x-evm.conf | 9 ++++++++ conf/machine/dra7xx-evm.conf | 4 ++++ conf/machine/include/c66x.inc | 9 ++++++++ conf/machine/include/k2e.inc | 4 ++++ conf/machine/include/k2g.inc | 4 ++++ conf/machine/include/k2hk.inc | 4 ++++ conf/machine/include/ti33x.inc | 4 ++++ conf/machine/include/ti43x.inc | 4 ++++ conf/machine/k2l-evm.conf | 4 ++++ .../common-csl-ip/common-csl-ip-rtos_git.bb | 10 +------- recipes-bsp/cppi-lld/cppi-lld-rtos_git.bb | 5 ---- recipes-bsp/pktlib/pktlib-rtos_git.bb | 4 ---- recipes-bsp/qmss-lld/qmss-lld-rtos_git.bb | 5 ---- recipes-bsp/rm-lld/rm-lld-rtos_git.bb | 5 ---- recipes-ti/ipc/ipc-transport-qmss-rtos_git.bb | 4 ---- recipes-ti/ipc/ipc-transport-srio-rtos_git.bb | 2 -- recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 3 ++- 21 files changed, 84 insertions(+), 43 deletions(-) create mode 100644 conf/machine/c665x-evm.conf create mode 100644 conf/machine/c667x-evm.conf create mode 100644 conf/machine/include/c66x.inc -- 2.7.4 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
