blob: 2f6f9364bb8a824616746cb0041fbea184ece572 [file] [log] [blame]
Brad Bishop8e13d792016-06-04 23:10:52 -04001# 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
Brad Bishop32478af2018-09-18 09:47:03 -04008BBFILE_COLLECTIONS += "witherspoon-layer"
Brad Bishopef6380a2019-05-01 16:24:16 -04009BBFILE_PATTERN_witherspoon-layer := "^${LAYERDIR}/"
Andrew Geissler9508c702020-04-13 15:19:04 -050010LAYERSERIES_COMPAT_witherspoon-layer = "warrior zeus dunfell"