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/conf/layer.conf | |
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/conf/layer.conf')
-rw-r--r-- | meta-egvirt/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |