Include meta-arm-toolchain layer when using meta-arm 01/25801/2
authorPaul Barker <pbarker@konsulko.com>
Thu, 10 Dec 2020 10:57:59 +0000 (10:57 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 15 Dec 2020 13:02:06 +0000 (13:02 +0000)
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>
templates/machine/bbe/50_bblayers.conf.inc
templates/machine/beaglebone/50_bblayers.conf.inc
templates/machine/dra7xx-evm/50_bblayers.conf.inc

index b2fffb9..6e6a6c9 100644 (file)
@@ -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 \
index 6b93232..6152217 100644 (file)
@@ -1,4 +1,5 @@
 BBLAYERS =+ "\
     ${METADIR}/bsp/meta-arm/meta-arm \
+    ${METADIR}/bsp/meta-arm/meta-arm-toolchain \
     ${METADIR}/bsp/meta-ti \
     "
index 6b93232..6152217 100644 (file)
@@ -1,4 +1,5 @@
 BBLAYERS =+ "\
     ${METADIR}/bsp/meta-arm/meta-arm \
+    ${METADIR}/bsp/meta-arm/meta-arm-toolchain \
     ${METADIR}/bsp/meta-ti \
     "