summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-02-16 16:11:54 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-02-26 01:05:01 +0000
commitdec4b4dfc719e095c0b3dcbff638896282c389af (patch)
tree2120722bbea5f4ae41b637d5548edde0003f2f66 /recipes-core
parent464503218652139d412b42ff0f00d2be2e89a698 (diff)
downloadmeta-virtualization-dec4b4dfc719e095c0b3dcbff638896282c389af.tar.gz
yocto-builder: require systemd
To avoid check layer issues, and distros without systemd trying to build this package group, add a check and requirement for systemd to be defined. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/packagegroups/packagegroup-yocto-builder.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/packagegroups/packagegroup-yocto-builder.bb b/recipes-core/packagegroups/packagegroup-yocto-builder.bb
index f9cf8992..35080cd5 100644
--- a/recipes-core/packagegroups/packagegroup-yocto-builder.bb
+++ b/recipes-core/packagegroups/packagegroup-yocto-builder.bb
@@ -8,6 +8,9 @@ PACKAGE_ARCH = "${TUNE_PKGARCH}"
8 8
9inherit packagegroup 9inherit packagegroup
10 10
11inherit features_check
12REQUIRED_DISTRO_FEATURES ?= "systemd"
13
11PACKAGES = "\ 14PACKAGES = "\
12 packagegroup-yocto-builder \ 15 packagegroup-yocto-builder \
13 packagegroup-yocto-builder-base \ 16 packagegroup-yocto-builder-base \