From 4162f89853eeeec194530dfbbb2210143ede1ca9 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 14 Mar 2026 10:31:09 +0000 Subject: 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 Signed-off-by: Bruce Ashfield --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') 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" -- cgit v1.2.3-54-g00ecf