blob: af34387cf8cd7251e548f5600900f47f89d9ca51 [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"
Patrick Williams49f18cb2021-08-09 21:46:55 -05009BBFILE_PATTERN_tiogapass-layer := "^${LAYERDIR}/"
Wilfred Smith [Facebook]a6f4dd02019-09-12 11:55:03 -070010
Patrick Williamsce142622021-08-23 16:26:20 -050011LAYERSERIES_COMPAT_tiogapass-layer := "hardknott honister"