diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2017-01-18 18:32:59 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-01-18 18:32:59 +0100 |
commit | 928877850368fed12fa57ee3c8ee70c040531728 (patch) | |
tree | cb7ee65aa4f5b7651aa0bd533dbe183128a37f78 | |
parent | 7f99a4cb6d512aa2afbd2df2f79cef00398d07b7 (diff) | |
download | meta-raspberrypi-928877850368fed12fa57ee3c8ee70c040531728.tar.gz |
linux-raspberrypi_4.4: Update to 4.4.43
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-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 3317c02..0f78225 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.39" | 3 | LINUX_VERSION ?= "4.4.43" |
4 | 4 | ||
5 | SRCREV = "5e46914b3417fe9ff42546dcacd0f41f9a0fb172" | 5 | SRCREV = "17ca1c930978a9ea6ddfec61fd0e2043e8ab3b17" |
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 | " |