diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-10-20 22:09:57 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@resin.io> | 2016-10-31 17:32:58 +0100 |
commit | d51a8a7373655a1099c4cfaf744d342c7f6eb007 (patch) | |
tree | 8ca4dff1c6c54f1e4f7096862f83f7ba3237e5aa /recipes-kernel | |
parent | e9911480e0a5105b290f361acfc069e2f264f4c9 (diff) | |
download | meta-raspberrypi-d51a8a7373655a1099c4cfaf744d342c7f6eb007.tar.gz |
linux-raspberrypi_4.8.bb: Update to 4.8.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-kernel')
-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 02623f4..7934747 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.1" | 3 | LINUX_VERSION ?= "4.8.2" |
4 | 4 | ||
5 | SRCREV = "5b7970b19bbb2ea1620591bfb6517848696ed0b9" | 5 | SRCREV = "0105b0ea92b1614ac00329a530da940053e64a4a" |
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 |