blob: aa0e82f5549198ab5a9f81bc1e52290bd35ad356 [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"
Wilfred Smith [Facebook]a6f4dd02019-09-12 11:55:03 -07009BBFILE_PATTERN_facebook-layer := "^${LAYERDIR}/"
Patrick Williamsc5792d92020-11-03 16:15:19 -060010LAYERSERIES_COMPAT_facebook-layer := "dunfell gatesgarth"