summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2023-02-13 18:28:54 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-02-15 21:05:35 +0000
commitaed4fc1f0e2b7958eb8b32d909a8fe3fc3714144 (patch)
treed3579a24614147e163afc8030b2063e3724c8c97
parent79eb3e110a85a7cd955911d5d3504a5344f916ec (diff)
bblayers.conf.sample: Add AGL_META_QT5 hook
Add AGL_META_QT5 to allow features to add meta-qt5 without duplicate layer collisions. This is needed for combining the agl-ic-container and agl-demo features. Bug-AGL: SPEC-4703 Change-Id: I8a7b0f35d4a59ffe1ba25c20d36887d3f4f1fc7e Signed-off-by: Scott Murray <scott.murray@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28471 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r--templates/base/bblayers.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base/bblayers.conf.sample b/templates/base/bblayers.conf.sample
index 350ae9131..3e4697d56 100644
--- a/templates/base/bblayers.conf.sample
+++ b/templates/base/bblayers.conf.sample
@@ -42,6 +42,7 @@ AGL_META_FILESYSTEMS ?= ""
AGL_META_MULTIMEDIA ?= ""
AGL_META_VIRTUALIZATION ?= ""
AGL_META_CLANG ?= ""
+AGL_META_QT5 ?= ""
AGL_OTHER_DEPENDENCY_LAYERS = " \
${AGL_META_NETWORKING} \
@@ -50,6 +51,7 @@ AGL_OTHER_DEPENDENCY_LAYERS = " \
${AGL_META_MULTIMEDIA} \
${AGL_META_VIRTUALIZATION} \
${AGL_META_CLANG} \
+ ${AGL_META_QT5} \
"
####################