diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2016-04-22 16:38:07 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-04-22 16:41:33 +0200 |
commit | 953dc5a406be6e1ad78c8aaf90df66ff4d7e5275 (patch) | |
tree | 01cfeeaade5b2b59bfdce92f28c2ca41655e23db | |
parent | 1317a894faa671c82193c1f18074d84db2cb9e35 (diff) | |
download | meta-raspberrypi-953dc5a406be6e1ad78c8aaf90df66ff4d7e5275.tar.gz |
linux-raspberrypi_4.1: Update to v4.1.21
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.1.bb b/recipes-kernel/linux/linux-raspberrypi_4.1.bb index b55c9ff..79fac66 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.1.bb +++ b/recipes-kernel/linux/linux-raspberrypi_4.1.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" |
2 | 2 | ||
3 | LINUX_VERSION ?= "4.1.18" | 3 | LINUX_VERSION ?= "4.1.21" |
4 | 4 | ||
5 | SRCREV = "fcc9ad149fbe78e9931b8e769ac54d5430587465" | 5 | SRCREV = "ff45bc0e8917c77461b2901e2743e6339bb70413" |
6 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.1.y \ | 6 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.1.y \ |
7 | file://0001-dts-add-overlay-for-pitft22.patch \ | 7 | file://0001-dts-add-overlay-for-pitft22.patch \ |
8 | " | 8 | " |