blob: af9f8af3036c8e0f32956a7ed48167a5ac9a7954 [file] [log] [blame]
Jorge Cisneros32ae68c2020-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 Williams8a634112020-11-03 16:15:19 -060010LAYERSERIES_COMPAT_gxp-layer = "dunfell gatesgarth"
Jorge Cisneros32ae68c2020-09-03 21:09:03 +000011
12GXPBASE = '${@os.path.normpath("${LAYERDIR}/")}'