diff options
author | Theodor Gherzan <theodor@resin.io> | 2016-03-09 16:15:02 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-03-10 14:44:03 +0100 |
commit | 15a23443c87a0f3852f9cd6abf5057497e523d03 (patch) | |
tree | cd1d1aaf5a5f1ff1c138ffaa6c3b7187f3f73a9a | |
parent | a42a1706de91ed03ae8798c7f9e70c30cebcf7de (diff) | |
download | meta-raspberrypi-15a23443c87a0f3852f9cd6abf5057497e523d03.tar.gz |
linux-raspberrypi: Update revision to include rpi3 support
Signed-off-by: Theodor Gherzan <theodor@resin.io>
-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 e26019e..b55c9ff 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.17" | 3 | LINUX_VERSION ?= "4.1.18" |
4 | 4 | ||
5 | SRCREV = "cb2f10196a9b718a2d94bb4ac0887c2ea14988ae" | 5 | SRCREV = "fcc9ad149fbe78e9931b8e769ac54d5430587465" |
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 | " |