diff options
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_5.4.bb | 5 |
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 @@ | |||
1 | LINUX_VERSION ?= "5.4.29" | 1 | LINUX_VERSION ?= "5.4.29" |
2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" | 2 | LINUX_RPI_BRANCH ?= "rpi-5.4.y" |
3 | 3 | ||
4 | SRCREV = "dc11cb9f890197f976033255e09023c28c988b76" | 4 | SRCREV = "5c08b6e79a8bfa1e59bb0004a1c94ed902a6d615" |
5 | 5 | ||
6 | require linux-raspberrypi_5.4.inc | 6 | require linux-raspberrypi_5.4.inc |
7 | |||
8 | SRC_URI += "file://0001-perf-Make-perf-able-to-build-with-latest-libbfd.patch \ | ||
9 | " | ||