From b353aaee200e61059395db9a5fa5331b21510318 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Mon, 16 Jan 2012 12:13:55 -0600 Subject: Add initial layer configuration Signed-off-by: Mark Hatle --- conf/distro/poky-selinux.conf | 6 ++++++ conf/layer.conf | 11 +++++++++++ 2 files changed, 17 insertions(+) create mode 100644 conf/distro/poky-selinux.conf create mode 100644 conf/layer.conf diff --git a/conf/distro/poky-selinux.conf b/conf/distro/poky-selinux.conf new file mode 100644 index 0000000..462f577 --- /dev/null +++ b/conf/distro/poky-selinux.conf @@ -0,0 +1,6 @@ +require conf/distro/poky.conf + +DISTRO = "poky-selinux" +DISTROOVERRIDES = "poky:selinux" + +DISTRO_FEATURES_append = " pam selinux" diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..ca0aefa --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,11 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH := "${BBPATH}:${LAYERDIR}" + +# We have a packages directory, add to BBFILES +BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "selinux" +BBFILE_PATTERN_selinux := "^${LAYERDIR}/" +BBFILE_PRIORITY_selinux = "5" + -- cgit v1.2.3-54-g00ecf