summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-07-10 16:42:02 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2019-07-20 21:56:21 +0100
commit589483c89ce53d65fb14fc2441495c86dc08d012 (patch)
tree6dc4edab36afdb3b80d6f455e94202aa5df4c59d
parent210cbd8f8f8f0efc2a71cdee81eca25e880b46ba (diff)
downloadmeta-raspberrypi-589483c89ce53d65fb14fc2441495c86dc08d012.tar.gz
linux-raspberrypi: Upgrade to 4.19.57
Fixes vc4 graphics issues seen with 4.19.56 Add -@ to device tree flags so we can debug/dump the dtb with symbols, helps in debugging the overlays Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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'"