mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
Add initial layer configuration
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
This commit is contained in:
commit
b353aaee20
6
conf/distro/poky-selinux.conf
Normal file
6
conf/distro/poky-selinux.conf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
require conf/distro/poky.conf
|
||||
|
||||
DISTRO = "poky-selinux"
|
||||
DISTROOVERRIDES = "poky:selinux"
|
||||
|
||||
DISTRO_FEATURES_append = " pam selinux"
|
||||
11
conf/layer.conf
Normal file
11
conf/layer.conf
Normal file
|
|
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user