angstrom: add a switch to completely disable support for sysv scripts

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2013-04-23 11:53:40 +02:00
parent 0c1b1b23c2
commit 5f0ed57ce6

View File

@@ -160,6 +160,8 @@ DISTRO_FEATURES = "alsa argp bluetooth ext2 ipv4 ipv6 irda largefile nfs pam pci
# Disable sysvinit for recipes with systemd support
DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
VIRTUAL-RUNTIME_init_manager = "systemd"
# Uncomment to completely disable support for sysv scripts:
#PACKAGECONFIG_pn-systemd = "xz"
# USE-flag like features
DISTRO_FEATURES += "tk"