blob: eafb7badba58992887a5aefb45c7a4e2ec0c193f [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"
10LAYERSERIES_COMPAT_gxp-layer = "zeus warrior dunfell"
11
12GXPBASE = '${@os.path.normpath("${LAYERDIR}/")}'