From: Scott Murray Date: Mon, 13 Feb 2023 23:28:54 +0000 (-0500) Subject: bblayers.conf.sample: Add AGL_META_QT5 hook X-Git-Tag: 15.91.0~49 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=aed4fc1f0e2b7958eb8b32d909a8fe3fc3714144;p=AGL%2Fmeta-agl.git 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 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 --- 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} \ " ####################