summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <pbarker@konsulko.com>2020-12-10 10:57:59 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-12-15 13:02:06 +0000
commitba93a86b1cf999e8a330eb056d3f7640a1965fe4 (patch)
tree752f5820a17cfc80740d243984b5ae2bd7eefc5d
parentae3ab75cd4c84b65b7344470ba9ae1d45df15104 (diff)
Include meta-arm-toolchain layer when using meta-arm
After recent changes on both the dunfell and master branches of the meta-arm layer, we now need to also include the meta-arm-toolchain layer (from the same repository) to allow builds to succeed. Bug-AGL: SPEC-3732 Signed-off-by: Paul Barker <pbarker@konsulko.com> Change-Id: I6a3e430edaa87d1f684f83a7211a59c62f120add Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25801 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r--templates/machine/bbe/50_bblayers.conf.inc1
-rw-r--r--templates/machine/beaglebone/50_bblayers.conf.inc1
-rw-r--r--templates/machine/dra7xx-evm/50_bblayers.conf.inc1
3 files changed, 3 insertions, 0 deletions
diff --git a/templates/machine/bbe/50_bblayers.conf.inc b/templates/machine/bbe/50_bblayers.conf.inc
index b2fffb9dd..6e6a6c951 100644
--- a/templates/machine/bbe/50_bblayers.conf.inc
+++ b/templates/machine/bbe/50_bblayers.conf.inc
@@ -1,5 +1,6 @@
BBLAYERS =+ " \
${METADIR}/bsp/meta-arm/meta-arm \
+ ${METADIR}/bsp/meta-arm/meta-arm-toolchain \
${METADIR}/bsp/meta-ti \
${METADIR}/bsp/meta-sancloud \
${METADIR}/bsp/meta-rtlwifi \
diff --git a/templates/machine/beaglebone/50_bblayers.conf.inc b/templates/machine/beaglebone/50_bblayers.conf.inc
index 6b9323262..6152217d3 100644
--- a/templates/machine/beaglebone/50_bblayers.conf.inc
+++ b/templates/machine/beaglebone/50_bblayers.conf.inc
@@ -1,4 +1,5 @@
BBLAYERS =+ "\
${METADIR}/bsp/meta-arm/meta-arm \
+ ${METADIR}/bsp/meta-arm/meta-arm-toolchain \
${METADIR}/bsp/meta-ti \
"
diff --git a/templates/machine/dra7xx-evm/50_bblayers.conf.inc b/templates/machine/dra7xx-evm/50_bblayers.conf.inc
index 6b9323262..6152217d3 100644
--- a/templates/machine/dra7xx-evm/50_bblayers.conf.inc
+++ b/templates/machine/dra7xx-evm/50_bblayers.conf.inc
@@ -1,4 +1,5 @@
BBLAYERS =+ "\
${METADIR}/bsp/meta-arm/meta-arm \
+ ${METADIR}/bsp/meta-arm/meta-arm-toolchain \
${METADIR}/bsp/meta-ti \
"