From ba93a86b1cf999e8a330eb056d3f7640a1965fe4 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Thu, 10 Dec 2020 10:57:59 +0000 Subject: 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 Change-Id: I6a3e430edaa87d1f684f83a7211a59c62f120add Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25801 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- templates/machine/bbe/50_bblayers.conf.inc | 1 + templates/machine/beaglebone/50_bblayers.conf.inc | 1 + templates/machine/dra7xx-evm/50_bblayers.conf.inc | 1 + 3 files changed, 3 insertions(+) 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 \ " -- cgit 1.2.3-korg