blob: 8b95cbb5603d98671fe1023d17a7f8fd1fa7601c [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}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "ncplite-layer"
9BBFILE_PATTERN_ncplite-layer := "^${LAYERDIR}/"
10LAYERSERIES_COMPAT_ncplite-layer = "langdale mickledore"