blob: ca0785e5c3f714990faa0a6301530feace86d1ce [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
Vijay Khemka35825e92020-04-28 14:04:30 -070011LAYERSERIES_COMPAT_tiogapass-layer := "zeus dunfell"