blob: 98e71463b08ca527327834faccb3b97955581409 [file] [log] [blame]
Rick Altherrb7975ed2017-01-30 13:43:55 -08001# 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 += "q71l"
9BBFILE_PATTERN_q71l = ""
David Wang026925d2021-08-13 11:39:20 +080010LAYERSERIES_COMPAT_q71l = "gatesgarth hardknott honister"