blob: 55d3397f06b758613f5ed181d99c5a88b9190e87 [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 Williams757831f2022-02-25 15:28:30 -060010LAYERSERIES_COMPAT_jade-layer = "honister kirkstone"