blob: fe5d156ebf56c3bcba9d92a78adf362d4d5b92a2 [file] [log] [blame]
John Wang42e8cb82018-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 Wang295f5c52019-05-17 08:49:38 +08009BBFILE_PATTERN_on5263m5-layer = "^${LAYERDIR}/"
George Liu831b68c2020-11-26 13:57:56 +080010LAYERSERIES_COMPAT_on5263m5-layer = "dunfell gatesgarth"