All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: richard.purdie@linuxfoundation.org
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization] [PATCH] container-dummy-provides: Update to match changes in oe-core
Date: Sat, 14 Mar 2026 15:18:34 +0000	[thread overview]
Message-ID: <abV8SmQXZZB1xO80@gmail.com> (raw)
In-Reply-To: <20260314103109.3942620-1-richard.purdie@linuxfoundation.org>

merged.

Hopefully this is ok without your corresponding oe-core change.

I didn't see any issues, so I've pushed it to master.

Bruce

In message: [meta-virtualization] [PATCH] container-dummy-provides: Update to match changes in oe-core
on 14/03/2026 Richard Purdie via lists.yoctoproject.org wrote:

> OE-Core made changes to the way dummy providers work, update the
> container-dummy-provides to match them. It now needs a hint in layer.conf
> to make the core components aware of the presence of the dummy recipe.
> 
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
>  conf/layer.conf                               | 2 ++
>  recipes-core/meta/container-dummy-provides.bb | 2 ++
>  2 files changed, 4 insertions(+)
> 
> diff --git a/conf/layer.conf b/conf/layer.conf
> index cbf95e6a..a387d35e 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -75,3 +75,5 @@ HOSTTOOLS_NONFATAL += "getent"
>  DISTRO_FEATURES_NATIVE:append = " ${@bb.utils.contains_any('DISTRO_FEATURES', 'vcontainer virtualization', 'virtualization', '', d)}"
>  
>  NON_MULTILIB_RECIPES:append:x86-64 = " kubernetes"
> +
> +DUMMY_PACKAGE_ARCHS_TARGET += "container-dummy-provides"
> diff --git a/recipes-core/meta/container-dummy-provides.bb b/recipes-core/meta/container-dummy-provides.bb
> index 2ab42be3..1d58c672 100644
> --- a/recipes-core/meta/container-dummy-provides.bb
> +++ b/recipes-core/meta/container-dummy-provides.bb
> @@ -3,4 +3,6 @@ DUMMYPROVIDES = "\
>     /bin/sh \
>     /usr/bin/env \
>  "
> +DUMMYSDK_PKGDATA_VARNAME = "PKGDATA_DIR"
> +DUMMYSDK_EXTRASTAMP_VARNAME = "MACHINE"
>  require recipes-core/meta/dummy-sdk-package.inc

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9655): https://lists.yoctoproject.org/g/meta-virtualization/message/9655
> Mute This Topic: https://lists.yoctoproject.org/mt/118311700/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



  reply	other threads:[~2026-03-14 15:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-14 10:31 [meta-virtualization] [PATCH] container-dummy-provides: Update to match changes in oe-core Richard Purdie
2026-03-14 15:18 ` Bruce Ashfield [this message]
2026-03-14 15:19   ` Richard Purdie

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=abV8SmQXZZB1xO80@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=richard.purdie@linuxfoundation.org \
    /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.