blob: da24359b7484060dd10c5b35063fc09145744492 [file] [log] [blame]
lh758261d2023-07-13 05:52:04 -07001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a packages directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILES_DYNAMIC += "openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bb \
9 openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/*/*/*.bbappend \
10 networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bb \
11 networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/*/*/*.bbappend \
12 virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes*/*/*.bb \
13 virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes*/*/*.bbappend \
14 meta-python2:${LAYERDIR}/dynamic-layers/python2-layer/recipes*/*/*.bb \
15 meta-python2:${LAYERDIR}/dynamic-layers/python2-layer/recipes*/*/*.bbappend \
16 "
17
18BBFILE_COLLECTIONS += "selinux"
19BBFILE_PATTERN_selinux = "^${LAYERDIR}/"
20BBFILE_PRIORITY_selinux = "5"
21
22# This should only be incremented on significant changes that will
23# cause compatibility issues with other layers
24LAYERVERSION_selinux = "1"
25
26LAYERSERIES_COMPAT_selinux = "dunfell"
27
28LAYERDEPENDS_selinux = " \
29 core \
30 meta-python \
31"