blob: 823a2b0087c7752ec92fbe0010eec411a53ef653 [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}/"
10LAYERSERIES_COMPAT_ufispace-layer = "langdale mickledore"