meta-feur/conf/layer.conf
2024-09-20 15:19:07 +02:00

17 lines
582 B
Text

# We have a conf and classes directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
BBFILE_COLLECTIONS += "feur"
BBFILE_PATTERN_feur := "^${LAYERDIR}/"
BBFILE_PRIORITY_feur = "10"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_feur = "1"
LAYERDEPENDS_feur = "core meta-python meta-arm sunxi"
LAYERSERIES_COMPAT_feur = "honister kirkstone langdale mickledore nanbield scarthgap"