From 21bac164e6f17c0653370cb479f8f2bb8af5e320 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 11 Apr 2022 15:53:32 -0400 Subject: meta-agl-bsp: Update J7 EVM support for Kirkstone Changes: - Rename machine template and related files to use j721e-evm instead of j7-evm to match meta-ti change. - Update machine template to point into new meta-ti-bsp layer in the meta-ti repository. - Drop local multiconfig TMPDIR tweak as it seems unrequired now, and is triggering a build failure around sysroot population that needs further investigation. It may be added back in the future if the single TMPDIR again proves to have issues. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: I8c2717bb749735cfe36d86b48e3c61b1cca990e4 --- templates/machine/j721e-evm/50_bblayers.conf.inc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/machine/j721e-evm/50_bblayers.conf.inc (limited to 'templates/machine/j721e-evm/50_bblayers.conf.inc') diff --git a/templates/machine/j721e-evm/50_bblayers.conf.inc b/templates/machine/j721e-evm/50_bblayers.conf.inc new file mode 100644 index 000000000..6ef08c43e --- /dev/null +++ b/templates/machine/j721e-evm/50_bblayers.conf.inc @@ -0,0 +1,5 @@ +BBLAYERS =+ "\ + ${METADIR}/bsp/meta-arm/meta-arm \ + ${METADIR}/bsp/meta-arm/meta-arm-toolchain \ + ${METADIR}/bsp/meta-ti/meta-ti-bsp \ + " -- cgit 1.2.3-korg