From: Mahesh Radhakrishnan <[email protected]> One of the updates is for dra7xx. The other one adds the LIMIT_BOARDS/SOCs for AM574x until they are added to machine/am57xx- evm.conf
Signed-off-by: Mahesh Radhakrishnan <[email protected]> --- classes/ti-pdk.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/classes/ti-pdk.bbclass b/classes/ti-pdk.bbclass index 76abfe4..c83da00 100644 --- a/classes/ti-pdk.bbclass +++ b/classes/ti-pdk.bbclass @@ -54,9 +54,11 @@ export SECTTI="perl ${CG_XML_INSTALL_DIR}/ofd/sectti.pl" TI_PDK_XDCMAKE ?= "1" # By default, only build the cores with available toolchains -TI_PDK_LIMIT_CORES ?= "a15_0 ipu1_0 ipu1_1 ipu2_0 ipu2_1 c66x c66xdsp_1 c66xdsp_2 arm9_0 c674x a9host a8host pru_0 pru_1" +TI_PDK_LIMIT_CORES ?= "a15_0 ipu1_0 ipu1_1 ipu2_0 ipu2_1 c66x c66xdsp_1 c66xdsp_2 arm9_0 c674x a9host a8host pru_0 pru_1 arp32_1" TI_PDK_LIMIT_SOCS ?= "" +TI_PDK_LIMIT_SOCS_append_am57xx-evm = " am574x" TI_PDK_LIMIT_BOARDS ?= "" +TI_PDK_LIMIT_BOARDS_append_am57xx-evm = " idkAM574x" TI_PDK_MAKE_TARGET ?= "release" TI_PDK_EXTRA_MAKE ?= "" -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
