[OE-core] [meta-poky][PATCH v4 2/3] poky-tiny.conf: not backfill distro feature systemd

kai.kang at windriver.com kai.kang at windriver.com
Thu May 30 09:22:31 UTC 2019


From: Kai Kang <kai.kang at windriver.com>

systemd has been added to DISTRO_FEATURES_BACKFILL for poky by default,
but it is compatible with poky-tiny. So not backfile it to
DISTRO_FEATURES by adding it to DISTRO_FEATURES_BACKFILL_CONSIDERED.

Signed-off-by: Kai Kang <kai.kang at windriver.com>
---
 meta-poky/conf/distro/poky-tiny.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf
index 1f8b6e8ff3..ad95919e6c 100644
--- a/meta-poky/conf/distro/poky-tiny.conf
+++ b/meta-poky/conf/distro/poky-tiny.conf
@@ -87,7 +87,7 @@ VIRTUAL-RUNTIME_login_manager = "busybox"
 VIRTUAL-RUNTIME_init_manager = "busybox"
 VIRTUAL-RUNTIME_initscripts = "initscripts"
 VIRTUAL-RUNTIME_keymaps = "keymaps"
-DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
+DISTRO_FEATURES_BACKFILL_CONSIDERED += "systemd sysvinit"
 
 # FIXME: Consider adding "modules" to MACHINE_FEATURES and using that in
 # packagegroup-core-base to select modutils-initscripts or not.  Similar with "net" and
-- 
2.20.0



More information about the Openembedded-core mailing list