Files
meta-zepto/conf/layer.conf

18 lines
507 B
Plaintext

# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"
# We have a packages directory, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "zepto"
BBFILE_PATTERN_zepto := "^${LAYERDIR}/"
BBFILE_PRIORITY_zepto := "5"
LAYERVERSION_zepto = "1"
LAYERDEPENDS_zepto = "core"
LAYERSERIES_COMPAT_zepto = "scarthgap"
BBLAYERS_LAYERINDEX_URL = "https://layers.zeptoinitiative.org/layerindex/"