blob: 44fa42de1b39e62613bea675994db69ea2a23268 [file] [log] [blame]
Andrew Geissler7eb438a2020-11-30 19:53:16 -06001LINUX_VERSION = "5.4"
2SRCREV ?= "62ea514294a0c9a80455e51f1f4de36e66e8c546"
3
4include linux-xlnx.inc
5
Andrew Geissler10fa1492020-12-11 16:25:29 -06006FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
7SRC_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 Geisslerc60845c2021-01-29 15:55:05 -060013 file://0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch \
Andrew Geissler10fa1492020-12-11 16:25:29 -060014"
15