blob: b2ef63d20d3255ed51904e4d68592c6aa2ceee18 [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"
9BBFILE_PATTERN_on5263m5-layer = ""
10BBFILE_PRIORITY_on5263m5-layer = "5"
John Wang818fe5f2019-05-16 18:16:19 +080011LAYERSERIES_COMPAT_on5263m5-layer = "thud warrior"
John Wangaf0bc6e2018-11-29 11:22:01 +080012