diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-10-31 09:52:08 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-11-08 11:29:09 +0100 |
commit | 3e6e8904374292d36d74e2239281724e2f23b675 (patch) | |
tree | f301aa35a9ac35a91895a0f3dc55db590dea6f5c | |
parent | 12aa27df80f32785fb4b498c51a35cc1be1814a9 (diff) | |
download | meta-raspberrypi-3e6e8904374292d36d74e2239281724e2f23b675.tar.gz |
linux-raspberrypi-4.4: Update to 4.4.28
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 4b15f88..19e8552 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.23" | 3 | LINUX_VERSION ?= "4.4.28" |
4 | 4 | ||
5 | SRCREV = "c2a1d975537fcac01da80ce34f10bc491620a64e" | 5 | SRCREV = "5afda48c3408e15742d4569459a4ff668e2857f7" |
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 | " | 8 | " |