blob: 648a0bad79d129e4ad8be8dbd02d4ff528fd6b8c [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 = ""
Patrick Williamsc7270e62020-11-20 08:33:08 -060010LAYERSERIES_COMPAT_evb-zx3-pm3 = "dunfell gatesgarth"