blob: aeca7101d0e2435aa282960b02d07add11e27300 [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 += "tiogapass-layer"
Wilfred Smith [Facebook]a6f4dd02019-09-12 11:55:03 -07009BBFILE_PATTERN_tiogapass-layer := "^${LAYERDIR}/"
10
Andrew Geisslera151a212020-04-14 20:15:26 -050011LAYERSERIES_COMPAT_tiogapass-layer := "warrior zeus dunfell"