blob: 63f990a8b0ca62b87f12213f2406206b18bfa4c3 [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
17LAYERSERIES_COMPAT_security-isafw = "dunfell"