diff options
author | Paul Barker <pbarker@toganlabs.com> | 2017-03-11 13:29:39 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2017-03-11 09:33:17 -0800 |
commit | 65b9376450601a10ac569a94760bdf39b96fb043 (patch) | |
tree | e9fb21ff0076c195a6f3fb769b11128e2ff5e041 /recipes-kernel | |
parent | 7a9c3e48b2ed2a4e7ba7b82c0cbe3fd1991bc385 (diff) | |
download | meta-raspberrypi-65b9376450601a10ac569a94760bdf39b96fb043.tar.gz |
linux-raspberrypi_4.4: Update to 4.4.50
Signed-off-by: Paul Barker <pbarker@toganlabs.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.4.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb index b235772..b6be0ec 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.4.bb +++ b/recipes-kernel/linux/linux-raspberrypi_4.4.bb | |||
@@ -1,9 +1,10 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" |
2 | 2 | ||
3 | LINUX_VERSION ?= "4.4.48" | 3 | LINUX_VERSION ?= "4.4.50" |
4 | 4 | ||
5 | SRCREV = "7ddf96fbb7d637b79b449c7bd1c8d35f00571e4b" | 5 | SRCREV = "04c8e47067d4873c584395e5cb260b4f170a99ea" |
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 | " |
9 | |||
9 | require linux-raspberrypi.inc | 10 | require linux-raspberrypi.inc |