19 lines
569 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 += "pinecube-bsp"
BBFILE_PATTERN_pinecube-bsp = "^${LAYERDIR}/"
BBFILE_PRIORITY_pinecube-bsp = "6"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_pinecube-bsp = "2"
LAYERDEPENDS_pinecube-bsp = "core sunxi-bsp"
LAYERSERIES_COMPAT_pinecube-bsp = "scarthgap"