summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-01-16 12:13:55 -0600
committerMark Hatle <mark.hatle@windriver.com>2012-01-16 12:13:55 -0600
commitb353aaee200e61059395db9a5fa5331b21510318 (patch)
tree960a5d76891307b03fda2a1394adfe2ecabafbb1
downloadmeta-selinux-b353aaee200e61059395db9a5fa5331b21510318.tar.gz
Add initial layer configuration
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r--conf/distro/poky-selinux.conf6
-rw-r--r--conf/layer.conf11
2 files changed, 17 insertions, 0 deletions
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 @@
1require conf/distro/poky.conf
2
3DISTRO = "poky-selinux"
4DISTROOVERRIDES = "poky:selinux"
5
6DISTRO_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 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH := "${BBPATH}:${LAYERDIR}"
3
4# We have a packages directory, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "selinux"
9BBFILE_PATTERN_selinux := "^${LAYERDIR}/"
10BBFILE_PRIORITY_selinux = "5"
11