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 /recipes-core | |
| 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 'recipes-core')
| -rw-r--r-- | recipes-core/meta/container-dummy-provides.bb | 2 |
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 | " |
| 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 |
