blob: 9749cbde268eb98755ab4f17fd75af98f7db522d [file] [log] [blame]
Jorge Cisneros8a445a02020-09-03 21:09:03 +00001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
5 ${LAYERDIR}/recipes-*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "gxp-layer"
8BBFILE_PATTERN_gxp-layer = "^${LAYERDIR}/"
9LAYERVERSION_gxp-layer = "1"
Patrick Williams9d21a942023-11-24 18:20:05 -060010LAYERSERIES_COMPAT_gxp-layer = "nanbield scarthgap"
Jorge Cisneros8a445a02020-09-03 21:09:03 +000011
12GXPBASE = '${@os.path.normpath("${LAYERDIR}/")}'