diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-10-13 01:15:32 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@resin.io> | 2016-10-14 09:19:16 +0200 |
commit | 1e3983fbfc41bfec65c7f456d5d87605627bae76 (patch) | |
tree | 8f2d13d507bb105f9b438991618c57c5022f439c /recipes-kernel | |
parent | ecd8875d6d8b9e34a1e70e8bbd59871c355e687a (diff) | |
download | meta-raspberrypi-1e3983fbfc41bfec65c7f456d5d87605627bae76.tar.gz |
linux-raspberrypi_4.7.bb: Update to 4.7.7
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.7.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.7.bb b/recipes-kernel/linux/linux-raspberrypi_4.7.bb index 44ac961..0315f8f 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.7.bb +++ b/recipes-kernel/linux/linux-raspberrypi_4.7.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" |
2 | 2 | ||
3 | LINUX_VERSION ?= "4.7.0" | 3 | LINUX_VERSION ?= "4.7.7" |
4 | 4 | ||
5 | SRCREV = "d38b45a21294eaf01aa7568aaeb161d7553477e9" | 5 | SRCREV = "a45a35c08598b23f9fd82e49c83b46c7d536244f" |
6 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.7.y \ | 6 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.7.y \ |
7 | file://0001-fix-dtbo-rules.patch \ | 7 | file://0001-fix-dtbo-rules.patch \ |
8 | " | 8 | " |