blob: 1c3e331fd1eb39b77b6b2e1516ea614c106f2306 [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
Ryan Sie826a1f72021-10-14 09:49:20 +080011BBFILE_PRIORITY_x11spi = "5"
Andrew Geisslera93aa3e2023-01-13 09:41:33 -060012LAYERSERIES_COMPAT_x11spi = "langdale mickledore"
Ryan Sie826a1f72021-10-14 09:49:20 +080013