blob: 60f56a95e0f6c07fbb7a9dddb440ec6227f09d39 [file] [log] [blame]
George Liu7ce29582023-12-20 14:06:08 +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 += "ieisystems-layer"
9BBFILE_PATTERN_ieisystems-layer = "^${LAYERDIR}/"
10LAYERSERIES_COMPAT_ieisystems-layer = "nanbield scarthgap"