diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2016-12-29 19:35:24 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-12-29 19:48:13 +0100 |
commit | 672e025e2d7c37d43a4e0b1e3122c7cbb902c72e (patch) | |
tree | f7ceea00d0878f35a6f09a0bc4782406e0cfc985 | |
parent | 1bf09a45a9bc8fdb902282c20964c6d0c96efee9 (diff) | |
download | meta-raspberrypi-672e025e2d7c37d43a4e0b1e3122c7cbb902c72e.tar.gz |
linux-raspberrypi-4.8: Upgrade to 4.8.15
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-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 d4aaae2..7511f93 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.13" | 3 | LINUX_VERSION ?= "4.8.15" |
4 | 4 | ||
5 | SRCREV = "430587d6949e71d5eec9cf6ebd90106c11d2e08c" | 5 | SRCREV = "c8af0c2f515556ef052913d552b6b11501c71996" |
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 |