Files
meta-cyber-scle/conf/layer.conf

15 lines
431 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 = "meta-security"
LAYERSERIES_COMPAT_cyber-scle = "kirkstone"