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 /conf | |
| 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>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 2 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" | ||
