diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-02-16 16:11:54 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-02-26 01:05:01 +0000 |
| commit | dec4b4dfc719e095c0b3dcbff638896282c389af (patch) | |
| tree | 2120722bbea5f4ae41b637d5548edde0003f2f66 /recipes-core | |
| parent | 464503218652139d412b42ff0f00d2be2e89a698 (diff) | |
| download | meta-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.bb | 3 |
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 | ||
| 9 | inherit packagegroup | 9 | inherit packagegroup |
| 10 | 10 | ||
| 11 | inherit features_check | ||
| 12 | REQUIRED_DISTRO_FEATURES ?= "systemd" | ||
| 13 | |||
| 11 | PACKAGES = "\ | 14 | PACKAGES = "\ |
| 12 | packagegroup-yocto-builder \ | 15 | packagegroup-yocto-builder \ |
| 13 | packagegroup-yocto-builder-base \ | 16 | packagegroup-yocto-builder-base \ |
