Files
meta-cyber-scle/conf/layer.conf
2023-07-11 09:02:04 +00:00

15 lines
425 B
Plaintext

# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"
# We have a packages directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
BBFILES += " ${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "cyber-scle"
BBFILE_PATTERN_cyber-scle := "^${LAYERDIR}/"
BBFILE_PRIORITY_cyber-scle = "11"
LAYERDEPENDS_cyber-scle = "security"
LAYERSERIES_COMPAT_cyber-scle = "kirkstone"