blob: f29015eb6a285b0c977a173cdc58cf790c167c5c [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 = ""
David Wang026925d2021-08-13 11:39:20 +080010LAYERSERIES_COMPAT_f0b-layer = "gatesgarth hardknott honister"