blob: 8f50d4e613f9440d3c2c25d81b3f0c67be97312e [file] [log] [blame] [edit]
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "gxp-layer"
BBFILE_PATTERN_gxp-layer = "^${LAYERDIR}/"
LAYERVERSION_gxp-layer = "1"
LAYERSERIES_COMPAT_gxp-layer = "walnascar scarthgap"
GXPBASE = '${@os.path.normpath("${LAYERDIR}/")}'