diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-08-11 18:06:02 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-09-21 17:14:06 +0100 |
commit | c2f76439cc9df4bb8031ed11e83ad3c10ea973e3 (patch) | |
tree | c1c28a5c89786c2e3cb2a9aba8d5fdadc044d2ae | |
parent | d511c7ceb66380a3105f08657916e74c9cc03669 (diff) | |
download | meta-raspberrypi-c2f76439cc9df4bb8031ed11e83ad3c10ea973e3.tar.gz |
linux-raspberrypi_4.4: upgrade to 4.4.16
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb index 8fe5330..9a49dc1 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.4.bb +++ b/recipes-kernel/linux/linux-raspberrypi_4.4.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" |
2 | 2 | ||
3 | LINUX_VERSION ?= "4.4.13" | 3 | LINUX_VERSION ?= "4.4.16" |
4 | 4 | ||
5 | SRCREV = "680be5e27a9593cf26079c6e5744a04cc2809d13" | 5 | SRCREV = "cff67c7e03f4333149f2a8f6eafd3bc44475114a" |
6 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.4.y \ | 6 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.4.y \ |
7 | file://0001-fix-dtbo-rules.patch \ | 7 | file://0001-fix-dtbo-rules.patch \ |
8 | file://0002-vc4-ioctl-rendering-allow.patch \ | 8 | file://0002-vc4-ioctl-rendering-allow.patch \ |