blob: 0314a711f52015353c5cd29c63a4ee9cc9638fe8 [file] [log] [blame]
PKLee-Quanta0227ac32018-12-22 09:28:33 +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 += "f0b-layer"
9BBFILE_PATTERN_f0b-layer = ""
Andrew Geisslera93aa3e2023-01-13 09:41:33 -060010LAYERSERIES_COMPAT_f0b-layer = "langdale mickledore"