blob: 3e5c15cb9e199938874f3b399c6d2273fb111c25 [file] [log] [blame]
Vijay Khemka40434ce2018-09-24 12:34:53 -07001# 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 += "facebook-layer"
9BBFILE_PATTERN_facebook-layer = ""
Patrick Venture820ed9d2019-04-05 18:25:20 -070010LAYERSERIES_COMPAT_facebook-layer = "thud warrior"