From 8a91202b752a520507aa315677c157d44ea2bb86 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 23 Apr 2013 10:08:14 +0200 Subject: [PATCH] angstrom: really backfill sysvinit this time Signed-off-by: Koen Kooi --- conf/distro/include/angstrom.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 5500242..67a56c1 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -158,7 +158,8 @@ DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove thi 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" +DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit" +VIRTUAL-RUNTIME_init_manager = "systemd" # USE-flag like features DISTRO_FEATURES += "tk"