From b7eaf24eb1e007aad05760771944a5a0d23f78ad Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Mon, 12 Dec 2022 10:35:20 +0800 Subject: layer.conf: add meta-virtualization to LAYERDEPENDS Fix the below yocto compliance issue, the libibverbs under meta-virtualization provides virtual/libibverbs. ERROR: Nothing PROVIDES 'virtual/libibverbs' (but /build/layers/meta-cloud-services/recipes-extended/glusterfs/glusterfs_6.1.bb DEPENDS on or otherwise requires it). Close matches: virtual/libc virtual/libiconv virtual/librpc ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'glusterfs', 'virtual/libibverbs'] Signed-off-by: Mingli Yu Signed-off-by: Bruce Ashfield --- conf/layer.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index dca6a10..e089b7d 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,4 +8,8 @@ BBFILE_COLLECTIONS += "cloud-services-layer" BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_cloud-services-layer = "5" LAYERSERIES_COMPAT_cloud-services-layer = "langdale" -LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer" +LAYERDEPENDS_cloud-services-layer = "core \ + filesystems-layer \ + networking-layer \ + virtualization-layer \ +" -- cgit v1.2.3-54-g00ecf