blob: 2db68674c810521a8b4f9bb59cedd324a59708d9 [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}/"
Patrick Williams9d21a942023-11-24 18:20:05 -060010LAYERSERIES_COMPAT_ncplite-layer = "nanbield scarthgap"