The oe-selinux distro won't build against the master branch of oe-core unless sysvinit is in DISTRO_FEATURES. Commit c72ec4b52827f75351790eab483d258b2e87611a in oe-core adds a sanity check to the packagegroup class that requires the VIRTUAL-RUNTIME_init_manager explicitly be set in DISTRO_FEATURES.
Signed-off-by: Philip Tricca <[email protected]> --- conf/distro/oe-selinux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/oe-selinux.conf b/conf/distro/oe-selinux.conf index 9523abf..061529c 100644 --- a/conf/distro/oe-selinux.conf +++ b/conf/distro/oe-selinux.conf @@ -1,4 +1,4 @@ DISTRO = "oe-selinux" DISTROOVERRIDES .= ":selinux" -DISTRO_FEATURES_append = "pam selinux" +DISTRO_FEATURES_append = "pam selinux sysvinit" -- 1.7.10.4 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
