blob: dc1004297bb3fcac8606db198c8aca6ae17c1721 [file] [log] [blame]
PKLee-Quantab0d87652018-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 Venture4f126362019-04-05 12:30:45 -070010LAYERSERIES_COMPAT_f0b-layer = "thud warrior"