summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-netboot
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-11-20 13:37:35 -0500
committerScott Murray <scott.murray@konsulko.com>2024-04-24 12:29:35 -0400
commite6c0d60746ed35083385dda16e313516e655d6f4 (patch)
tree839912a7b6f32f6f78277b604cc2514825a7ddf8 /templates/feature/agl-netboot
parent3d9975cfe1973c1c02bc8c274c50645f72ea708d (diff)
Handle upstream TEMPLATECONF change
oe-core now requires that TEMPLATECONF point at conf/templates/* inside a layer, tweak things to move the base template files into meta-agl-core to match its expectations. Bug-AGL: SPEC-4578 Change-Id: Idb0af9b4bd6bc55b9fb2cb50a675e928e7c2b025 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'templates/feature/agl-netboot')
-rw-r--r--templates/feature/agl-netboot/50_bblayers.conf.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feature/agl-netboot/50_bblayers.conf.inc b/templates/feature/agl-netboot/50_bblayers.conf.inc
index 7cbff1662..94e784a1a 100644
--- a/templates/feature/agl-netboot/50_bblayers.conf.inc
+++ b/templates/feature/agl-netboot/50_bblayers.conf.inc
@@ -2,6 +2,6 @@ BBLAYERS =+ " ${METADIR}/meta-agl/meta-netboot \
"
# Indirection to avoid duplicate inclusions of the same folder into BBLAYERS
-# the evaluation is in the bblayers.conf.sample in meta-agl/templates/base
+# the evaluation is in the bblayers.conf.sample in meta-agl/meta-agl-core/conf/templates/base
AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python"
AGL_META_NETWORKING = "${METADIR}/external/meta-openembedded/meta-networking"