summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-02-09 18:08:04 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-02-09 18:08:04 +0100
commit2b949a53448092b8384846c30a7470c3f9c44548 (patch)
treeafb54a01692c7c974414291a99a6d0691296556d /templates
parentf91506bf102ca80e903981c22a9728cf9283a572 (diff)
virtio: fix bblayer dependencies and include file
To make the feature build, we need to adapt the dependencies. There are also 2 packages that do not build - mask them till they are fixed. Bug-AGL: SPEC-4834 Change-Id: Id35be44e14d2c0c429e403126953c3d5c78241a6 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/feature/agl-egvirt/50_bblayers.conf.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/feature/agl-egvirt/50_bblayers.conf.inc b/templates/feature/agl-egvirt/50_bblayers.conf.inc
index c92ae5b4..424205fb 100644
--- a/templates/feature/agl-egvirt/50_bblayers.conf.inc
+++ b/templates/feature/agl-egvirt/50_bblayers.conf.inc
@@ -1,3 +1,8 @@
+# DEPENDENCIES
+AGL_META_FILESYSTEMS = "${METADIR}/external/meta-openembedded/meta-filesystems"
+AGL_META_CLANG = "${METADIR}/external/meta-clang"
+
+
BBLAYERS =+ " \
${METADIR}/meta-agl-devel/meta-egvirt \
"