summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-02-20 11:28:56 -0800
committerAndrei Gherzan <andrei@gherzan.ro>2019-02-24 11:07:36 +0000
commitec5f7981e65eb83f4e836933af3ee88d5f730c09 (patch)
tree53229c2576e0e2c437fb90449351f8ee5cce033e
parent99e6700784837f1802d7041b32661bc0f3257972 (diff)
downloadmeta-raspberrypi-ec5f7981e65eb83f4e836933af3ee88d5f730c09.tar.gz
linux-raspberrypi-dev: Switch to 4.19 kernel
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-raspberrypi-dev.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi-dev.bb b/recipes-kernel/linux/linux-raspberrypi-dev.bb
index 4a7db1a..bb4a64e 100644
--- a/recipes-kernel/linux/linux-raspberrypi-dev.bb
+++ b/recipes-kernel/linux/linux-raspberrypi-dev.bb
@@ -7,16 +7,17 @@ python __anonymous() {
7 7
8FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" 8FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
9 9
10LINUX_VERSION ?= "4.16" 10LINUX_VERSION ?= "4.19"
11LINUX_RPI_DEV_BRANCH ?= "rpi-4.16.y" 11LINUX_RPI_BRANCH ?= "rpi-4.19.y"
12 12
13SRCREV = "${AUTOREV}" 13SRCREV = "${AUTOREV}"
14SRC_URI = " \ 14SRC_URI = " \
15 git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_DEV_BRANCH} \ 15 git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \
16 file://0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch \
17 " 16 "
18require linux-raspberrypi.inc 17require linux-raspberrypi.inc
19 18
20# Disable version check so that we don't have to edit this recipe every time 19# Disable version check so that we don't have to edit this recipe every time
21# upstream bumps the version 20# upstream bumps the version
22KERNEL_VERSION_SANITY_SKIP = "1" 21KERNEL_VERSION_SANITY_SKIP = "1"
22
23LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"