[yocto] [meta-selinux][PATCH] oe-selinux.conf: set preferred kernel version to 3.14

Philip Tricca flihp at twobit.us
Sat May 16 12:04:47 PDT 2015


Upstream 3.19 isn't supported by meta-selinux yet. Set PREFERRED_VERSION
to 3.14 as a work-around to keep the reference images bootable.

Signed-off-by: Philip Tricca <flihp at twobit.us>
---
 conf/distro/oe-selinux.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conf/distro/oe-selinux.conf b/conf/distro/oe-selinux.conf
index 6e55a32..ea3adbf 100644
--- a/conf/distro/oe-selinux.conf
+++ b/conf/distro/oe-selinux.conf
@@ -1,4 +1,6 @@
 DISTRO = "oe-selinux"
 DISTROOVERRIDES .= ":selinux"
 
+PREFERRED_VERSION_linux-yocto = "3.14%"
+
 DISTRO_FEATURES_append = " acl xattr pam selinux"
-- 
2.1.4




More information about the yocto mailing list