summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-04-08 13:20:30 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2020-04-08 22:31:24 +0100
commit9f47df580ea2e4b42cbc60c0b404c12084c4fce8 (patch)
treeee491b7dbd4daee7d5bde9aa081f2289642724f5
parentd50c60ee28a1a9ddc68e643ffd3331dfefc8dc22 (diff)
downloadmeta-raspberrypi-9f47df580ea2e4b42cbc60c0b404c12084c4fce8.tar.gz
linux-raspberrypi_5.4.bb: Update to latest and fix build with binutils 2.34
perf fails to build without bfd patch still, therefore apply it to 5.4 as well. Update to latest on 5.4 branch Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_5.4.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_5.4.bb b/recipes-kernel/linux/linux-raspberrypi_5.4.bb
index da9b6a0..86a43ec 100644
--- a/recipes-kernel/linux/linux-raspberrypi_5.4.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_5.4.bb
@@ -1,6 +1,9 @@
1LINUX_VERSION ?= "5.4.29" 1LINUX_VERSION ?= "5.4.29"
2LINUX_RPI_BRANCH ?= "rpi-5.4.y" 2LINUX_RPI_BRANCH ?= "rpi-5.4.y"
3 3
4SRCREV = "dc11cb9f890197f976033255e09023c28c988b76" 4SRCREV = "5c08b6e79a8bfa1e59bb0004a1c94ed902a6d615"
5 5
6require linux-raspberrypi_5.4.inc 6require linux-raspberrypi_5.4.inc
7
8SRC_URI += "file://0001-perf-Make-perf-able-to-build-with-latest-libbfd.patch \
9 "