From 361160ecad6970ceda1ebda94df5755ebf2b64b5 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 21 Apr 2020 21:20:22 +0000 Subject: 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 Change-Id: Ib6b40d3aa1d2b04239b6e5343eb818f3f49af8ef --- templates/machine/beaglebone/50_bblayers.conf.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'templates/machine/beaglebone') 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 \ + " -- cgit 1.2.3-korg