Files
meta-empty-layer/conf/layer.conf

14 lines
440 B
Plaintext

# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "meta-empty-layer"
BBFILE_PATTERN_meta-empty-layer = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-empty-layer = "6"
LAYERDEPENDS_meta-empty-layer = "core"
LAYERSERIES_COMPAT_meta-empty-layer = "scarthgap"