blob: f36f03088802c63c6e220144ead3676292b1f761 [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"
Andrew Geisslerc0ef7ee2022-09-30 14:09:35 -050010LAYERSERIES_COMPAT_gxp-layer = "kirkstone langdale"
Jorge Cisneros8a445a02020-09-03 21:09:03 +000011
12GXPBASE = '${@os.path.normpath("${LAYERDIR}/")}'