Andrew Geissler | 1fe918a | 2020-05-15 14:16:47 -0500 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
| 4 | # We have recipes-* directories, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" |
| 6 | |
| 7 | BBFILE_COLLECTIONS += "security-isafw" |
| 8 | BBFILE_PATTERN_security-isafw = "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_security-isafw = "6" |
| 10 | |
| 11 | # This should only be incremented on significant changes that will |
| 12 | # cause compatibility issues with other layers |
| 13 | LAYERVERSION_security-isafw = "1" |
| 14 | |
| 15 | LAYERDEPENDS_security-isafw = "core" |
| 16 | |
| 17 | LAYERSERIES_COMPAT_security-isafw = "dunfell" |