blob: 96848520f634d0c16fe6f406f3c0e377f90ec75e [file] [log] [blame]
Potin Lai9e0893f2024-05-10 00:37:41 +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 += "catalina-layer"
9BBFILE_PATTERN_catalina-layer := "^${LAYERDIR}/"
10
11LAYERSERIES_COMPAT_catalina-layer := "nanbield scarthgap"