blob: 2cf81ec8f283bd7203530a365a373851499114b7 [file] [log] [blame]
QuantaJasonHsu913eec22024-05-28 16:11:04 +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 += "ventura-layer"
9BBFILE_PATTERN_ventura-layer := "^${LAYERDIR}/"
10
11LAYERSERIES_COMPAT_ventura-layer := "nanbield scarthgap"