blob: 724742d7fcde091c19c4af2a75c166a629e4a8c2 [file] [log] [blame]
Andrew Geissler1fe918a2020-05-15 14:16:47 -05001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "security-isafw"
8BBFILE_PATTERN_security-isafw = "^${LAYERDIR}/"
9BBFILE_PRIORITY_security-isafw = "6"
10
11# This should only be incremented on significant changes that will
12# cause compatibility issues with other layers
13LAYERVERSION_security-isafw = "1"
14
15LAYERDEPENDS_security-isafw = "core"
16
Andrew Geissler78b72792022-06-14 06:47:25 -050017LAYERSERIES_COMPAT_security-isafw = "kirkstone langdale"