summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2026-03-14 10:31:09 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-03-14 15:16:57 +0000
commit4162f89853eeeec194530dfbbb2210143ede1ca9 (patch)
treee32886b126971dd8c4e291d85d45609445dabd3d /recipes-core
parent8e609e0165302bb49a56c48d861260480c2d6cf3 (diff)
downloadmeta-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 'recipes-core')
-rw-r--r--recipes-core/meta/container-dummy-provides.bb2
1 files changed, 2 insertions, 0 deletions
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"
6DUMMYSDK_PKGDATA_VARNAME = "PKGDATA_DIR"
7DUMMYSDK_EXTRASTAMP_VARNAME = "MACHINE"
6require recipes-core/meta/dummy-sdk-package.inc 8require recipes-core/meta/dummy-sdk-package.inc