diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-01-16 12:13:55 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@windriver.com> | 2012-01-16 12:13:55 -0600 |
commit | b353aaee200e61059395db9a5fa5331b21510318 (patch) | |
tree | 960a5d76891307b03fda2a1394adfe2ecabafbb1 | |
download | meta-selinux-b353aaee200e61059395db9a5fa5331b21510318.tar.gz |
Add initial layer configuration
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
-rw-r--r-- | conf/distro/poky-selinux.conf | 6 | ||||
-rw-r--r-- | conf/layer.conf | 11 |
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 @@ | |||
1 | require conf/distro/poky.conf | ||
2 | |||
3 | DISTRO = "poky-selinux" | ||
4 | DISTROOVERRIDES = "poky:selinux" | ||
5 | |||
6 | 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 @@ | |||
1 | # We have a conf and classes directory, add to BBPATH | ||
2 | BBPATH := "${BBPATH}:${LAYERDIR}" | ||
3 | |||
4 | # We have a packages directory, add to BBFILES | ||
5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ | ||
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
7 | |||
8 | BBFILE_COLLECTIONS += "selinux" | ||
9 | BBFILE_PATTERN_selinux := "^${LAYERDIR}/" | ||
10 | BBFILE_PRIORITY_selinux = "5" | ||
11 | |||