blob: 3fb9534dc324bd7a0315f142d7d39e30e91b8cbd [file] [log] [blame]
James Feist6aebca92017-11-09 14:31:00 -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 += "s2600wf"
9BBFILE_PATTERN_s2600wf = ""
10BBFILE_PRIORITY_s2600wf = "5"
Patrick Venture8a61b572019-04-05 18:31:05 -070011LAYERSERIES_COMPAT_s2600wf = "thud warrior"