blob: 90a037c5c6d8c7241e7851b565f1e6c1cf0616ee [file] [log] [blame]
Brad Bishop93fb5352015-09-09 03:59:20 +00001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "qemuphosphor"
9BBFILE_PATTERN_qemuphosphor = "^${LAYERDIR}/"
10LAYERVERSION_qemuphosphor = "1"