Files
meta-zsh-p10k/conf/layer.conf
2026-01-01 15:28:49 +01:00

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"