meta-tango/conf/layer.conf

19 lines
590 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 += "helium-tango"
BBFILE_PATTERN_helium-tango = "^${LAYERDIR}/"
BBFILE_PRIORITY_helium-tango = "6"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_helium-tango = "2"
LAYERDEPENDS_helium-tango = "core openembedded-layer meta-python"
LAYERSERIES_COMPAT_helium-tango = "scarthgap"