blob: d111b24b888d96d06668762cef9b7433cd4a10bb [file] [log] [blame]
Ken Chene7728772018-01-05 15:18:31 +08001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
Brad Bishope5b84452018-08-31 06:34:03 -04005BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
Ken Chene7728772018-01-05 15:18:31 +08007
8BBFILE_COLLECTIONS += "arm"
9BBFILE_PATTERN_arm = "^${LAYERDIR}/"
10LAYERVERSION_arm = "1"
Patrick Williamsaaf307d2020-11-03 16:15:19 -060011
Andrew Geissler5cbb9c92021-03-31 15:08:43 -050012LAYERSERIES_COMPAT_arm = "gatesgarth hardknott"