* [meta-cloud-services][PATCH] layer.conf: add meta-virtualization to LAYERDEPENDS
@ 2022-12-12 2:35 mingli.yu
2022-12-22 15:35 ` Bruce Ashfield
0 siblings, 1 reply; 2+ messages in thread
From: mingli.yu @ 2022-12-12 2:35 UTC (permalink / raw)
To: meta-virtualization, bruce.ashfield
From: Mingli Yu <mingli.yu@windriver.com>
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 <mingli.yu@windriver.com>
---
conf/layer.conf | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index dca6a109..e089b7d1 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 \
+"
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-cloud-services][PATCH] layer.conf: add meta-virtualization to LAYERDEPENDS
2022-12-12 2:35 [meta-cloud-services][PATCH] layer.conf: add meta-virtualization to LAYERDEPENDS mingli.yu
@ 2022-12-22 15:35 ` Bruce Ashfield
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2022-12-22 15:35 UTC (permalink / raw)
To: mingli.yu; +Cc: meta-virtualization
I could have sworn that I already did this change .. but I can't
find any record of it in my branches.
So I've gone ahead and merged the change.
Bruce
In message: [meta-cloud-services][PATCH] layer.conf: add meta-virtualization to LAYERDEPENDS
on 12/12/2022 mingli.yu@eng.windriver.com wrote:
> From: Mingli Yu <mingli.yu@windriver.com>
>
> 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 <mingli.yu@windriver.com>
> ---
> conf/layer.conf | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index dca6a109..e089b7d1 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 \
> +"
> --
> 2.25.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-22 15:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-12 2:35 [meta-cloud-services][PATCH] layer.conf: add meta-virtualization to LAYERDEPENDS mingli.yu
2022-12-22 15:35 ` Bruce Ashfield
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.