diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-02-09 18:08:04 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-02-09 18:08:04 +0100 |
commit | 2b949a53448092b8384846c30a7470c3f9c44548 (patch) | |
tree | afb54a01692c7c974414291a99a6d0691296556d /meta-egvirt | |
parent | f91506bf102ca80e903981c22a9728cf9283a572 (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 'meta-egvirt')
-rw-r--r-- | meta-egvirt/conf/include/agl-egvirt.inc | 9 | ||||
-rw-r--r-- | meta-egvirt/conf/layer.conf | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/meta-egvirt/conf/include/agl-egvirt.inc b/meta-egvirt/conf/include/agl-egvirt.inc index 59a266fd..ac60d5bd 100644 --- a/meta-egvirt/conf/include/agl-egvirt.inc +++ b/meta-egvirt/conf/include/agl-egvirt.inc @@ -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" diff --git a/meta-egvirt/conf/layer.conf b/meta-egvirt/conf/layer.conf index 364c0a92..a8dcafd8 100644 --- a/meta-egvirt/conf/layer.conf +++ b/meta-egvirt/conf/layer.conf @@ -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" |