From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: mingli.yu@eng.windriver.com
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-cloud-services][PATCH] layer.conf: add meta-virtualization to LAYERDEPENDS
Date: Thu, 22 Dec 2022 10:35:15 -0500 [thread overview]
Message-ID: <20221222153512.GA42787@gmail.com> (raw)
In-Reply-To: <20221212023520.2601170-1-mingli.yu@eng.windriver.com>
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
>
prev parent reply other threads:[~2022-12-22 15:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221222153512.GA42787@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=meta-virtualization@lists.yoctoproject.org \
--cc=mingli.yu@eng.windriver.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.