On 23 September 2013 05:24, Philip Tricca <[email protected]> wrote: > -DISTRO_FEATURES_append = "pam selinux" > +DISTRO_FEATURES_append = "pam selinux sysvinit"
sysvinit is a backfilled distro feature so you shouldn't need this. I can see two cases where you may need it: either you're setting DISTRO_FEATURES_BACKFILL_CONSIDERED to sysvinit (in which case don't), or you're cherry-picking pieces from different releases (in which case this probably isn't the fix you're after). Ross _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
