From 327c2ec6bc24dd13d6f49430bff613c573f19357 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 7 Jun 2021 17:29:36 -0400 Subject: meta-agl-core: dynamically add qtbase bbappend Add a dynamic layer addition for meta-qt5 that contains a qtbase bbappend with the required configuration changes for building it with Wayland support. The aim is to avoid duplication of these configuration changes among meta-agl-core users. Bug-AGL: SPEC-3972 Signed-off-by: Scott Murray Change-Id: I642ad6e62c10da1b1c2323a13c7d5fa91ba9f028 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26395 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 --- meta-agl-core/conf/layer.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-agl-core/conf') diff --git a/meta-agl-core/conf/layer.conf b/meta-agl-core/conf/layer.conf index 2218e3d49..efbf6e68c 100644 --- a/meta-agl-core/conf/layer.conf +++ b/meta-agl-core/conf/layer.conf @@ -9,6 +9,11 @@ BBFILE_COLLECTIONS += "aglcore" BBFILE_PATTERN_aglcore = "^${LAYERDIR}/" BBFILE_PRIORITY_aglcore = "60" +BBFILES_DYNAMIC += " \ + qt5-layer:${LAYERDIR}/dynamic-layers/meta-qt5/*/*/*.bb \ + qt5-layer:${LAYERDIR}/dynamic-layers/meta-qt5/*/*/*.bbappend \ +" + LAYERSERIES_COMPAT_aglcore = "dunfell" LAYERDEPENDS_aglcore = "core" -- cgit 1.2.3-korg