blob: 7ff4ac189e69a68fbf03327efb206fd00840339e [file] [log] [blame]
Vijay Khemka92e80d22018-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]c0d6c3e2019-09-12 11:55:03 -07009BBFILE_PATTERN_facebook-layer := "^${LAYERDIR}/"
Vijay Khemkae072a272020-04-28 14:04:30 -070010LAYERSERIES_COMPAT_facebook-layer := "zeus dunfell"