blob: bc51113a25cb4aab80364aa444ea3fa9442438c6 [file] [log] [blame]
Jordan Chang7cbff672023-03-03 15:53:28 +08001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
6 ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "ufispace-layer"
9BBFILE_PATTERN_ufispace-layer := "^${LAYERDIR}/"
Patrick Williams9d21a942023-11-24 18:20:05 -060010LAYERSERIES_COMPAT_ufispace-layer = "nanbield scarthgap"