blob: 102a0ccd9759a98d202974848df54e69623982fd [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
Patrick Williamsce142622021-08-23 16:26:20 -050012LAYERSERIES_COMPAT_arm = "hardknott"