blob: d77e82e90f5b12a9555f3dc2ea385c43913302ab [file] [log] [blame]
Ryan Siecf285422021-01-27 13:43:03 +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 += "x11spi"
9BBFILE_PATTERN_x11spi = ""
10
Andrew Geissler5cbb9c92021-03-31 15:08:43 -050011LAYERSERIES_COMPAT_x11spi = "gatesgarth hardknott"