diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-06-05 16:07:20 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-06-10 19:25:25 +0000 |
commit | f1c9acb641af6555c438e887e4bbfc3567bcc5e3 (patch) | |
tree | 02bdd454c8fa83a2e3d0bdfbd0429403f6fb4814 | |
parent | 97c3002d6cfc2b67fb07924547125f1a94c37707 (diff) |
Changes to support the repo clone rework
To be merged together with:
https://gerrit.automotivelinux.org/gerrit/#/c/AGL/AGL-repo/+/21389/
Change-Id: I6100761e56ab7198454532a65c68a7b7c532929b
Bug-AGL: SPEC-2450
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | templates/feature/agl-sdl/50_bblayers.conf.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/feature/agl-sdl/50_bblayers.conf.inc b/templates/feature/agl-sdl/50_bblayers.conf.inc index ffd8fab58..ebff033b5 100644 --- a/templates/feature/agl-sdl/50_bblayers.conf.inc +++ b/templates/feature/agl-sdl/50_bblayers.conf.inc @@ -1,3 +1,3 @@ -BBLAYERS =+ "${METADIR}/meta-sdl \ - ${METADIR}/meta-openembedded/meta-gnome \ +BBLAYERS =+ "${METADIR}/external/meta-sdl \ + ${METADIR}/external/meta-openembedded/meta-gnome \ " |