mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-04 16:10:05 +00:00
Also remove thud and warrior, based on:
f5170305dc (compat: remove thud from warrior layer compatibility
list)
Since thud or warrior users are expected to use the 'thud' or
'warrior' branch.
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have a packages directory, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILES_DYNAMIC += "openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \
|
|
openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \
|
|
networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bb \
|
|
networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bbappend \
|
|
virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes*/*/*.bb \
|
|
virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes*/*/*.bbappend \
|
|
"
|
|
|
|
BBFILE_COLLECTIONS += "selinux"
|
|
BBFILE_PATTERN_selinux = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_selinux = "5"
|
|
|
|
# This should only be incremented on significant changes that will
|
|
# cause compatibility issues with other layers
|
|
LAYERVERSION_selinux = "1"
|
|
|
|
LAYERSERIES_COMPAT_selinux = "zeus"
|
|
|
|
LAYERDEPENDS_selinux = " \
|
|
core \
|
|
meta-python \
|
|
"
|