diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-06-05 16:07:47 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-06-05 16:07:47 +0200 |
commit | 4c81f39081eb23f7b6e2381ea4e07969b3f53a33 (patch) | |
tree | 13298159bdbf1d7fe5a8db2ea33b1a3ff19d17da /templates/feature/agl-oem-extra-libs/50_bblayers.conf.inc | |
parent | b55c523f21be87fa874dbfc82110e7151fd708b8 (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: I4979b699bd7441bf527f48c4316382ad05eca1ab
Bug-AGL: SPEC-2450
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/feature/agl-oem-extra-libs/50_bblayers.conf.inc')
-rw-r--r-- | templates/feature/agl-oem-extra-libs/50_bblayers.conf.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feature/agl-oem-extra-libs/50_bblayers.conf.inc b/templates/feature/agl-oem-extra-libs/50_bblayers.conf.inc index 2cd52473..2443ecd1 100644 --- a/templates/feature/agl-oem-extra-libs/50_bblayers.conf.inc +++ b/templates/feature/agl-oem-extra-libs/50_bblayers.conf.inc @@ -1,5 +1,5 @@ BBLAYERS =+ " \ ${METADIR}/meta-agl-devel/meta-oem-extra-libs \ - ${METADIR}/meta-openembedded/meta-filesystems \ + ${METADIR}/external/meta-openembedded/meta-filesystems \ " |