summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_4.19.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.19.bb b/recipes-kernel/linux/linux-raspberrypi_4.19.bb
index d5ece15..14d70b9 100644
--- a/recipes-kernel/linux/linux-raspberrypi_4.19.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_4.19.bb
@@ -1,13 +1,16 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
2 2
3LINUX_VERSION ?= "4.19.56" 3LINUX_VERSION ?= "4.19.57"
4LINUX_RPI_BRANCH ?= "rpi-4.19.y" 4LINUX_RPI_BRANCH ?= "rpi-4.19.y"
5 5
6SRCREV = "fba6ea6a8f6e2eaf814475812aec64de3f4912c9" 6SRCREV = "55b89745a4782db50e86291bd1adee8fb44b84ad"
7SRC_URI = " \ 7SRC_URI = " \
8 git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \ 8 git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \
9 " 9 "
10SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg" 10SRC_URI_append_raspberrypi4-64 = " file://rpi4-64-kernel-misc.cfg"
11
11require linux-raspberrypi.inc 12require linux-raspberrypi.inc
12 13
13LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 14LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
15
16KERNEL_EXTRA_ARGS_append_rpi = " DTC_FLAGS='-@ -H epapr'"