blob: a150085b33eabe9ada6abb6190888d2c8045ab5e [file] [log] [blame]
Andrew Geisslercc589282020-09-18 13:34:40 -05001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "harden-layer"
8BBFILE_PATTERN_harden-layer = "^${LAYERDIR}/"
9BBFILE_PRIORITY_harden-layer = "10"
10
Andrew Geisslera93aa3e2023-01-13 09:41:33 -060011LAYERSERIES_COMPAT_harden-layer = "langdale mickledore"
Andrew Geisslercc589282020-09-18 13:34:40 -050012
13LAYERDEPENDS_harden-layer = "core openembedded-layer"