blob: 28f2ddc8720f8abe94227dad0887f1c2cb3d4f2a [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 Geissler5cbb9c92021-03-31 15:08:43 -050010LAYERSERIES_COMPAT_gxp-layer = "gatesgarth hardknott"
Jorge Cisneros8a445a02020-09-03 21:09:03 +000011
12GXPBASE = '${@os.path.normpath("${LAYERDIR}/")}'