blob: ca07679d6a57fab8ee82dc4ccf0e3665c69667c9 [file] [log] [blame]
Rick Altherr7ca2cf52017-01-30 13:43:55 -08001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
Patrick Venture7cbfa542019-05-16 17:33:15 -07004# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "quanta-layer"
9BBFILE_PATTERN_quanta-layer := "^${LAYERDIR}/"
10LAYERSERIES_COMPAT_quanta-layer = "thud warrior"