blob: f979db1c7d0af5ffd09761e64a4b34c0bd014764 [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}/"
Patrick Williamsce142622021-08-23 16:26:20 -050010LAYERSERIES_COMPAT_jade-layer = "hardknott honister"