blob: 567fe840d013598d55ed9e6a6cf60a4538b38e44 [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 Williams757831f2022-02-25 15:28:30 -060010LAYERSERIES_COMPAT_gxp-layer = "honister kirkstone"
Jorge Cisneros8a445a02020-09-03 21:09:03 +000011
12GXPBASE = '${@os.path.normpath("${LAYERDIR}/")}'