aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-06-05 16:07:47 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-06-05 16:07:47 +0200
commit4c81f39081eb23f7b6e2381ea4e07969b3f53a33 (patch)
tree13298159bdbf1d7fe5a8db2ea33b1a3ff19d17da
parentb55c523f21be87fa874dbfc82110e7151fd708b8 (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>
-rw-r--r--templates/feature/agl-oem-extra-libs/50_bblayers.conf.inc2
-rwxr-xr-xtemplates/feature/agl-telemetry/60_bblayers.conf.inc4
-rw-r--r--templates/feature/agl-telemetry/60_local.conf.inc2
3 files changed, 1 insertions, 7 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 \
"
diff --git a/templates/feature/agl-telemetry/60_bblayers.conf.inc b/templates/feature/agl-telemetry/60_bblayers.conf.inc
deleted file mode 100755
index 246761cd..00000000
--- a/templates/feature/agl-telemetry/60_bblayers.conf.inc
+++ /dev/null
@@ -1,4 +0,0 @@
-
-BBLAYERS =+ " \
- ${METADIR}/meta-agl-devel/meta-agl-telemetry \
- "
diff --git a/templates/feature/agl-telemetry/60_local.conf.inc b/templates/feature/agl-telemetry/60_local.conf.inc
deleted file mode 100644
index f1a7cdfa..00000000
--- a/templates/feature/agl-telemetry/60_local.conf.inc
+++ /dev/null
@@ -1,2 +0,0 @@
-#remove machine-specific features by the include
-include conf/include/agl_telemetry_${MACHINE}.inc