Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
| 4 | # We have recipes-* directories, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
Andrew Geissler | 84ad7c5 | 2020-06-27 00:00:16 -0500 | [diff] [blame] | 6 | ${LAYERDIR}/recipes-*/*/*.bbappend \ |
| 7 | ${LAYERDIR}/recipes-*/*.bb \ |
| 8 | ${LAYERDIR}/recipes-*/*.bbappend \ |
| 9 | " |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 10 | |
| 11 | BBFILE_COLLECTIONS += "xilinx-standalone" |
| 12 | BBFILE_PATTERN_xilinx-standalone = "^${LAYERDIR}/" |
Andrew Geissler | 84ad7c5 | 2020-06-27 00:00:16 -0500 | [diff] [blame] | 13 | BBFILE_PRIORITY_xilinx-standalone = "7" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 14 | |
| 15 | LAYERDEPENDS_xilinx-standalone = "core xilinx" |
Andrew Geissler | aaf90cd | 2021-02-12 15:29:51 -0600 | [diff] [blame] | 16 | LAYERRECOMMENDS_xilinx-standalone = "xilinx-microblaze" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 17 | |
Andrew Geissler | 84ad7c5 | 2020-06-27 00:00:16 -0500 | [diff] [blame] | 18 | LAYERSERIES_COMPAT_xilinx-standalone = "dunfell gatesgarth" |
Andrew Geissler | 7eb438a | 2020-11-30 19:53:16 -0600 | [diff] [blame] | 19 | XILINX_RELEASE_VERSION = "v2020.2" |