diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-04-21 21:20:22 +0000 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-04-27 17:12:24 +0200 |
commit | 361160ecad6970ceda1ebda94df5755ebf2b64b5 (patch) | |
tree | 9d5e6bb054e866548a082b02ba53f1befb5ebf25 /templates/machine/beaglebone | |
parent | ca932b1ac39c5b8feb28db2d2138fc17bd69fd24 (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/machine/beaglebone')
-rw-r--r-- | templates/machine/beaglebone/50_bblayers.conf.inc | 5 |
1 files changed, 4 insertions, 1 deletions
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 \ + " |