diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2026-03-14 10:31:09 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-03-14 15:16:57 +0000 |
| commit | 4162f89853eeeec194530dfbbb2210143ede1ca9 (patch) | |
| tree | e32886b126971dd8c4e291d85d45609445dabd3d | |
| parent | 8e609e0165302bb49a56c48d861260480c2d6cf3 (diff) | |
| download | meta-virtualization-4162f89853eeeec194530dfbbb2210143ede1ca9.tar.gz | |
container-dummy-provides: Update to match changes in oe-core
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>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | conf/layer.conf | 2 | ||||
| -rw-r--r-- | recipes-core/meta/container-dummy-provides.bb | 2 |
2 files changed, 4 insertions, 0 deletions
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" | |||
| 75 | DISTRO_FEATURES_NATIVE:append = " ${@bb.utils.contains_any('DISTRO_FEATURES', 'vcontainer virtualization', 'virtualization', '', d)}" | 75 | DISTRO_FEATURES_NATIVE:append = " ${@bb.utils.contains_any('DISTRO_FEATURES', 'vcontainer virtualization', 'virtualization', '', d)}" |
| 76 | 76 | ||
| 77 | NON_MULTILIB_RECIPES:append:x86-64 = " kubernetes" | 77 | NON_MULTILIB_RECIPES:append:x86-64 = " kubernetes" |
| 78 | |||
| 79 | 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 = "\ | |||
| 3 | /bin/sh \ | 3 | /bin/sh \ |
| 4 | /usr/bin/env \ | 4 | /usr/bin/env \ |
| 5 | " | 5 | " |
| 6 | DUMMYSDK_PKGDATA_VARNAME = "PKGDATA_DIR" | ||
| 7 | DUMMYSDK_EXTRASTAMP_VARNAME = "MACHINE" | ||
| 6 | require recipes-core/meta/dummy-sdk-package.inc | 8 | require recipes-core/meta/dummy-sdk-package.inc |
