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 [email protected] wrote: > From: Mingli Yu <[email protected]> > > 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 <[email protected]> > --- > 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 >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7780): https://lists.yoctoproject.org/g/meta-virtualization/message/7780 Mute This Topic: https://lists.yoctoproject.org/mt/95613591/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
