angstrom: Disable sysvinit for recipes with systemd support

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2013-03-24 10:40:35 +01:00
parent adf9f7aa4a
commit 43d406094f

View File

@@ -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"