On 12/14/2017 6:44 PM, Mahesh Radhakrsihnan wrote:
From: Mahesh Radhakrishnan <m-radhakrishn...@ti.com>

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 <m-radhakrishn...@ti.com>
---
  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"

We do not have the toolchain to build arp32_1 cores

  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_LIMIT_BOARDS and TI_PDK_LIMIT_SOCS may be used by more than ti-pdk class recipes.

For now, I think we can add this in the branding file until it gets upstreamed to the machine configuration.

  TI_PDK_MAKE_TARGET ?= "release"
  TI_PDK_EXTRA_MAKE ?= ""

_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to