blob: 1797275128f5030bb4ab07b725e40c487b3b5679 [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}/"
Andrew Geisslerc0ef7ee2022-09-30 14:09:35 -050010LAYERSERIES_COMPAT_jade-layer = "kirkstone langdale"