meta-selinux defines a distro with refpolicy providers. Inherit that instead of trying to define our own refpolicies.
Signed-off-by: Adrian Dudau <[email protected]> --- meta-cgl-common/conf/distro/poky-cgl.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-cgl-common/conf/distro/poky-cgl.conf b/meta-cgl-common/conf/distro/poky-cgl.conf index 1fd453e..ab102d5 100644 --- a/meta-cgl-common/conf/distro/poky-cgl.conf +++ b/meta-cgl-common/conf/distro/poky-cgl.conf @@ -1,7 +1,6 @@ require conf/distro/poky-lsb.conf +require conf/distro/poky-selinux.conf DISTRO = "poky-cgl" -DISTRO_FEATURES_append = " pam selinux" - IMAGE_CLASSES += "image_types_uboot" -- 1.9.1 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
