blob: a22a085f9980a2bd913bea73f8e3ade6cab051f5 [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"
Patrick Williams6f746642021-08-06 07:40:55 -05009BBFILE_PATTERN:facebook-layer := "^${LAYERDIR}/"
10LAYERSERIES_COMPAT:facebook-layer := "gatesgarth hardknott"