Rick Altherr | b7975ed | 2017-01-30 13:43:55 -0800 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
Patrick Venture | 404ab0e | 2019-05-16 17:33:15 -0700 | [diff] [blame] | 4 | # We have recipes-* directories, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
| 7 | |
| 8 | BBFILE_COLLECTIONS += "quanta-layer" |
| 9 | BBFILE_PATTERN_quanta-layer := "^${LAYERDIR}/" |
| 10 | LAYERSERIES_COMPAT_quanta-layer = "thud warrior" |
Brad Bishop | e260f04 | 2018-09-28 12:20:39 -0400 | [diff] [blame] | 11 | |
| 12 | # Provide a variable that points the base of the quanta layer. |
| 13 | QUANTABASE = '${@os.path.normpath("${LAYERDIR}/")}' |