bblayers.conf.sample: Add AGL_META_QT5 hook 71/28471/2
authorScott Murray <scott.murray@konsulko.com>
Mon, 13 Feb 2023 23:28:54 +0000 (18:28 -0500)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 15 Feb 2023 21:05:35 +0000 (21:05 +0000)
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>
templates/base/bblayers.conf.sample

index 350ae91..3e4697d 100644 (file)
@@ -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} \
     "
 
 ####################