* [meta-virtualization] [PATCH] container-dummy-provides: Update to match changes in oe-core
@ 2026-03-14 10:31 Richard Purdie
2026-03-14 15:18 ` Bruce Ashfield
0 siblings, 1 reply; 3+ messages in thread
From: Richard Purdie @ 2026-03-14 10:31 UTC (permalink / raw)
To: meta-virtualization
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
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [meta-virtualization] [PATCH] container-dummy-provides: Update to match changes in oe-core
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
2026-03-14 15:19 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Bruce Ashfield @ 2026-03-14 15:18 UTC (permalink / raw)
To: richard.purdie; +Cc: meta-virtualization
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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-03-14 15:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2026-03-14 15:19 ` Richard Purdie
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.