summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-04-21 21:20:22 +0000
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-04-27 17:12:24 +0200
commit361160ecad6970ceda1ebda94df5755ebf2b64b5 (patch)
tree9d5e6bb054e866548a082b02ba53f1befb5ebf25 /templates
parentca932b1ac39c5b8feb28db2d2138fc17bd69fd24 (diff)
meta-agl-bsp: dra7xx-evm/beaglebone updates for dunfell
Changes: - Rename weston bbappend for weston 8.0.0 in dunfell. - meta-ti now requires the meta-arm layer as the upstream source of the optee recipe, so add it to bblayers.conf in the machine templates. This is dependent on a manifest update to add meta-arm. Bug-AGL: SPEC-3302 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ib6b40d3aa1d2b04239b6e5343eb818f3f49af8ef
Diffstat (limited to 'templates')
-rw-r--r--templates/machine/bbe/50_bblayers.conf.inc1
-rw-r--r--templates/machine/beaglebone/50_bblayers.conf.inc5
-rw-r--r--templates/machine/dra7xx-evm/50_bblayers.conf.inc5
3 files changed, 9 insertions, 2 deletions
diff --git a/templates/machine/bbe/50_bblayers.conf.inc b/templates/machine/bbe/50_bblayers.conf.inc
index 0b42c9bff..b2fffb9dd 100644
--- a/templates/machine/bbe/50_bblayers.conf.inc
+++ b/templates/machine/bbe/50_bblayers.conf.inc
@@ -1,4 +1,5 @@
BBLAYERS =+ " \
+ ${METADIR}/bsp/meta-arm/meta-arm \
${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 f116ca28b..6b9323262 100644
--- a/templates/machine/beaglebone/50_bblayers.conf.inc
+++ b/templates/machine/beaglebone/50_bblayers.conf.inc
@@ -1 +1,4 @@
-BBLAYERS =+ "${METADIR}/bsp/meta-ti"
+BBLAYERS =+ "\
+ ${METADIR}/bsp/meta-arm/meta-arm \
+ ${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 f116ca28b..6b9323262 100644
--- a/templates/machine/dra7xx-evm/50_bblayers.conf.inc
+++ b/templates/machine/dra7xx-evm/50_bblayers.conf.inc
@@ -1 +1,4 @@
-BBLAYERS =+ "${METADIR}/bsp/meta-ti"
+BBLAYERS =+ "\
+ ${METADIR}/bsp/meta-arm/meta-arm \
+ ${METADIR}/bsp/meta-ti \
+ "