blob: 8da050be18fe0ca5067baa227a1b8fa0b7e17269 [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}/"
Andrew Geissler2daf84b2023-03-31 09:57:23 -05009BBFILE_PRIORITY_harden-layer = "6"
Andrew Geisslercc589282020-09-18 13:34:40 -050010
Patrick Williams03514f12024-04-05 07:04:11 -050011LAYERSERIES_COMPAT_harden-layer = "nanbield scarthgap"
Andrew Geisslercc589282020-09-18 13:34:40 -050012
13LAYERDEPENDS_harden-layer = "core openembedded-layer"
Patrick Williams2a254922023-08-11 09:48:11 -050014
15WARN_QA:append:harden-layer = " patch-status missing-metadata"