blob: 907c90f007056202905e01061362768d5b2a3d5e [file] [log] [blame]
James Feiste27e5fc2017-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"
Andrew Geisslera93aa3e2023-01-13 09:41:33 -060011LAYERSERIES_COMPAT_s2600wf = "langdale mickledore"