blob: 6cc86c4afcbc8b85a357547f818ff490522de014 [file] [log] [blame]
Alexander Hedges951fe702018-09-27 13:34:03 +02001# 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 += "evb-zx3-pm3"
9BBFILE_PATTERN_evb-zx3-pm3 = ""
Andrew Geissler5cbb9c92021-03-31 15:08:43 -050010LAYERSERIES_COMPAT_evb-zx3-pm3 = "gatesgarth hardknott"