diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2017-01-02 13:20:13 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-01-18 16:43:02 +0100 |
commit | 8716d7027c38d39e7768f6776594b409f6e7e1c4 (patch) | |
tree | e67db83210f5b5744d75b4f0dfa5466d703b1e51 | |
parent | 642d5c25b2617dabdfb5fd978a0c211e6bdbcbc6 (diff) | |
download | meta-raspberrypi-8716d7027c38d39e7768f6776594b409f6e7e1c4.tar.gz |
linux-raspberrypi: Upgrade to v4.4.39
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
-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 35a72d7..3317c02 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.35" | 3 | LINUX_VERSION ?= "4.4.39" |
4 | 4 | ||
5 | SRCREV = "5d765c8b5782de7ed49f623c107f1b395429b560" | 5 | SRCREV = "5e46914b3417fe9ff42546dcacd0f41f9a0fb172" |
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 | " |