Rick Altherr | 7ca2cf5 | 2017-01-30 13:43:55 -0800 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
| 4 | BBFILE_COLLECTIONS += "quanta" |
Patrick Venture | 745d571 | 2019-05-07 14:26:51 -0700 | [diff] [blame] | 5 | BBFILE_PATTERN_quanta := "^${LAYERDIR}/" |
Brad Bishop | 0ac2ffc | 2018-09-28 12:20:39 -0400 | [diff] [blame] | 6 | |
| 7 | # Provide a variable that points the base of the quanta layer. |
| 8 | QUANTABASE = '${@os.path.normpath("${LAYERDIR}/")}' |
Patrick Venture | 6beb6d2 | 2019-04-22 08:44:25 -0700 | [diff] [blame] | 9 | LAYERSERIES_COMPAT_quanta-layer = "thud warrior" |