blob: 3f24e1f2a566f027344954f01b6aedbef4d2d2c2 [file] [log] [blame]
John Wangaf0bc6e2018-11-29 11:22:01 +08001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "on5263m5-layer"
John Wang728c9e52019-05-17 08:49:38 +08009BBFILE_PATTERN_on5263m5-layer = "^${LAYERDIR}/"
Andrew Geisslerc0ef7ee2022-09-30 14:09:35 -050010LAYERSERIES_COMPAT_on5263m5-layer = "kirkstone langdale"