Andrew Geissler | 7eb438a | 2020-11-30 19:53:16 -0600 | [diff] [blame] | 1 | LINUX_VERSION = "5.4" |
| 2 | SRCREV ?= "62ea514294a0c9a80455e51f1f4de36e66e8c546" |
| 3 | |
| 4 | include linux-xlnx.inc |
| 5 | |
Andrew Geissler | 10fa149 | 2020-12-11 16:25:29 -0600 | [diff] [blame] | 6 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 7 | SRC_URI_append = " \ |
| 8 | file://perf-fix-build-with-binutils.patch \ |
| 9 | file://0001-perf-bench-Share-some-global-variables-to-fix-build-.patch \ |
| 10 | file://0001-perf-tests-bp_account-Make-global-variable-static.patch \ |
| 11 | file://0001-perf-cs-etm-Move-definition-of-traceid_list-global-v.patch \ |
| 12 | file://0001-libtraceevent-Fix-build-with-binutils-2.35.patch \ |
Andrew Geissler | c60845c | 2021-01-29 15:55:05 -0600 | [diff] [blame] | 13 | file://0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch \ |
Andrew Geissler | 10fa149 | 2020-12-11 16:25:29 -0600 | [diff] [blame] | 14 | " |
| 15 | |