blob: 7b5a07f3d5e6e701b23d125efdb10e3d06bde01b [file] [log] [blame]
Thang Q. Nguyen93407872020-12-10 08:49:53 +00001# 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 += "jade-layer"
9BBFILE_PATTERN_jade-layer := "^${LAYERDIR}/"
Thang Q. Nguyenca3e1d92021-08-12 10:21:36 +000010LAYERSERIES_COMPAT_jade-layer = "gatesgarth hardknott honister"