lh | 758261d | 2023-07-13 05:52:04 -0700 | [diff] [blame^] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
| 4 | # We have a packages directory, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
| 7 | |
| 8 | BBFILES_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 | |
| 18 | BBFILE_COLLECTIONS += "selinux" |
| 19 | BBFILE_PATTERN_selinux = "^${LAYERDIR}/" |
| 20 | BBFILE_PRIORITY_selinux = "5" |
| 21 | |
| 22 | # This should only be incremented on significant changes that will |
| 23 | # cause compatibility issues with other layers |
| 24 | LAYERVERSION_selinux = "1" |
| 25 | |
| 26 | LAYERSERIES_COMPAT_selinux = "dunfell" |
| 27 | |
| 28 | LAYERDEPENDS_selinux = " \ |
| 29 | core \ |
| 30 | meta-python \ |
| 31 | " |