From: Denys Dmytriyenko <[email protected]> Not all sysvinit initscripts have been converted to systemd units, so in order to still get them packaged, we need sysvinit distro feature enabled.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 0d35afe..6c92514 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -30,7 +30,7 @@ DISTRO_FEATURES = "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC}" # Remove some unwanted features DISTRO_FEATURES_remove = "x11" -DISTRO_FEATURES_BACKFILL_CONSIDERED = "bluez5 sysvinit" +DISTRO_FEATURES_BACKFILL_CONSIDERED = "bluez5" # Add additional distro features DISTRO_FEATURES_append = " pam wayland opengl systemd" -- 2.2.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
