From 43d406094f79a7d69564b9e17bb4ccd9ecd83512 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 24 Mar 2013 10:40:35 +0100 Subject: [PATCH] angstrom: Disable sysvinit for recipes with systemd support Signed-off-by: Koen Kooi --- conf/distro/include/angstrom.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 984030e..1b746b0 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -156,6 +156,9 @@ DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove thi # We want images supporting the following features (for packagegroup(-core)-base) DISTRO_FEATURES = "alsa argp bluetooth ext2 ipv4 ipv6 irda largefile nfs pam pci pcmcia ppp smbfs systemd usbgadget usbhost vfat wifi xattr zeroconf" +# Disable sysvinit for recipes with systemd support +DISTRO_FEATURES_BACKFILL_CONSIDERED_append = " sysvinit" + # USE-flag like features DISTRO_FEATURES += "tk" DISTRO_FEATURES += "x11"