diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2018-01-22 20:12:28 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-01-23 13:34:12 +0000 |
commit | 15d2ea0f5a7f7536770031621f874d75bf9bb30a (patch) | |
tree | cf53b2ab9526fd97fa3aeba6c651744eb6c57831 /recipes-kernel | |
parent | a50e19695f2cc655ef6248b77c8244519dbb468c (diff) | |
download | meta-raspberrypi-15d2ea0f5a7f7536770031621f874d75bf9bb30a.tar.gz |
linux-raspberrypi: Update 4.9 recipe to 4.9.77
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index 4c4ac20..20a48fa 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.9.bb +++ b/recipes-kernel/linux/linux-raspberrypi_4.9.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" |
2 | 2 | ||
3 | LINUX_VERSION ?= "4.9.65" | 3 | LINUX_VERSION ?= "4.9.77" |
4 | 4 | ||
5 | SRCREV = "5c1521c32fbd3291918c28fb67524c0ae1a299fb" | 5 | SRCREV = "c7b6645458053c75009559e66bd5e3034e82969f" |
6 | SRC_URI = "git://github.com/raspberrypi/linux.git;branch=rpi-4.9.y" | 6 | SRC_URI = "git://github.com/raspberrypi/linux.git;branch=rpi-4.9.y" |
7 | 7 | ||
8 | require linux-raspberrypi.inc | 8 | require linux-raspberrypi.inc |