blob: 8cac30c39171fdd3cd9663a39555375fc3cbd0f0 [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}/"
Brad Bishop9c8d1b92019-09-19 14:16:21 -040010LAYERSERIES_COMPAT_witherspoon-layer = "warrior zeus"