diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-12-14 18:34:44 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-12-29 19:33:18 +0100 |
commit | 22fb2b4b25d28bcbf9c71cb8ad165e024530b5f4 (patch) | |
tree | 30f7727e9ca7a59c3cd0527a61ca1cfc11638dcd | |
parent | 90c45b48f6a28feee4163fd0b46d3c54919d2d07 (diff) | |
download | meta-raspberrypi-22fb2b4b25d28bcbf9c71cb8ad165e024530b5f4.tar.gz |
linux-raspberrypi-4.8: Upgrade to 4.8.13
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.8.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb b/recipes-kernel/linux/linux-raspberrypi_4.8.bb index 2626d62..d4aaae2 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.8.bb +++ b/recipes-kernel/linux/linux-raspberrypi_4.8.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" |
2 | 2 | ||
3 | LINUX_VERSION ?= "4.8.12" | 3 | LINUX_VERSION ?= "4.8.13" |
4 | 4 | ||
5 | SRCREV = "ca6ab40b8e878f96f44ab48bfddef299a82aa683" | 5 | SRCREV = "430587d6949e71d5eec9cf6ebd90106c11d2e08c" |
6 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.8.y \ | 6 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.8.y \ |
7 | " | 7 | " |
8 | require linux-raspberrypi.inc | 8 | require linux-raspberrypi.inc |