blob: 93f46a39661c0ae8fdbf80d1f0ca5ee538a48a9a [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 = ""
Patrick Williams1222bd42023-11-24 10:24:09 -060010LAYERSERIES_COMPAT_f0b-layer = "mickledore nanbield"