virtio: fix bblayer dependencies and include file 51/29651/1
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 9 Feb 2024 17:08:04 +0000 (18:08 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 9 Feb 2024 17:08:04 +0000 (18:08 +0100)
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>
meta-egvirt/conf/include/agl-egvirt.inc
meta-egvirt/conf/layer.conf
templates/feature/agl-egvirt/50_bblayers.conf.inc

index 59a266f..ac60d5b 100644 (file)
@@ -6,9 +6,14 @@ FEATURE_PACKAGES_virtio-loopback = " \
      virtio-loopback-adapter \
      vhost-device-rng \
      vhost-device-gpio \
-     vhost-device-can \
-     vhost-device-console \
      "
 
 EXTRA_IMAGE_FEATURES += "virtio-loopback"
 
+
+FEATURE_PACKAGES_virtio-loopback-brokenbuild = " \
+    vhost-device-can \
+    vhost-device-console \
+    "
+
+#EXTRA_IMAGE_FEATURES += "virtio-loopback-brokenbuild"
index 364c0a9..a8dcafd 100644 (file)
@@ -13,4 +13,4 @@ BBFILE_PRIORITY_egvirt = "61"
 LAYERVERSION_egvirt = "1"
 LAYERSERIES_COMPAT_egvirt = "kirkstone"
 
-LAYERDEPENDS_egvirt = "core"
+LAYERDEPENDS_egvirt = "core clang-layer filesystems-layer"
index c92ae5b..424205f 100644 (file)
@@ -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 \
        "