diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2017-02-13 23:32:42 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-02-16 01:11:30 +0100 |
commit | acbbe4b252935d907020ca186e3d5f68a6d8a3f4 (patch) | |
tree | b4f5f10f608b829281f00d20747eb6dd42d330a0 /recipes-kernel | |
parent | 68634deeed2a930a15eedd02e6b1de7d1e014d3b (diff) | |
download | meta-raspberrypi-acbbe4b252935d907020ca186e3d5f68a6d8a3f4.tar.gz |
linux-raspberrypi_4.4: Update to 4.4.48
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Diffstat (limited to 'recipes-kernel')
-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 0f78225..b235772 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.43" | 3 | LINUX_VERSION ?= "4.4.48" |
4 | 4 | ||
5 | SRCREV = "17ca1c930978a9ea6ddfec61fd0e2043e8ab3b17" | 5 | SRCREV = "7ddf96fbb7d637b79b449c7bd1c8d35f00571e4b" |
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 | " |