Andrew Geissler | a9ff2b3 | 2020-10-16 10:11:54 -0500 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
| 4 | # We have a packages directory, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb" |
| 6 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bbappend" |
| 7 | |
| 8 | BBFILE_COLLECTIONS += "xilinx-microblaze" |
| 9 | BBFILE_PATTERN_xilinx-microblaze = "^${LAYERDIR}/" |
| 10 | BBFILE_PRIORITY_xilinx-microblaze = "5" |
| 11 | |
| 12 | LAYERDEPENDS_xilinx-microblaze = "core" |
| 13 | |
| 14 | LAYERSERIES_COMPAT_xilinx-microblaze = "dunfell gatesgarth" |
Andrew Geissler | aaf90cd | 2021-02-12 15:29:51 -0600 | [diff] [blame] | 15 | |
| 16 | # Until we've moved to a newer version, we need to stick on 9.2 |
| 17 | GDBVERSION_microblaze = "9.2" |