blob: 608f46c263cb586164f592a2c89c0f36dd13eb1a [file] [log] [blame]
Rick Altherrb7975ed2017-01-30 13:43:55 -08001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
Patrick Venture404ab0e2019-05-16 17:33:15 -07004# We have recipes-* directories, add to BBFILES
SpencerKufb8497d2020-05-25 16:08:35 +08005BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
6 ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
Patrick Venture404ab0e2019-05-16 17:33:15 -07007
8BBFILE_COLLECTIONS += "quanta-layer"
9BBFILE_PATTERN_quanta-layer := "^${LAYERDIR}/"
Patrick Williams9d21a942023-11-24 18:20:05 -060010LAYERSERIES_COMPAT_quanta-layer = "nanbield scarthgap"
William A. Kennington IIIaf8cf5d2021-11-17 15:27:24 -080011LAYERDEPENDS_quanta-layer = "phosphor-layer"