blob: d792c959a32378c0442596f373451ab172567a33 [file] [log] [blame]
Zev Weiss8f456f22023-11-07 03:06:20 +00001# 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 += "e3c256d4i-layer"
9BBFILE_PATTERN_e3c256d4i-layer = "^${LAYERDIR}/"
10LAYERSERIES_COMPAT_e3c256d4i-layer = "nanbield scarthgap"