diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2016-04-21 21:40:18 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-04-22 11:00:41 +0200 |
commit | 4a2cefab666e792d63bcaa51df7243c02d8c9957 (patch) | |
tree | cbfa7d3e252677f7fbdd68390f15b4c5882f022e | |
parent | 47440c32a4c78cfcb47f2346605c62e2eef30d0e (diff) | |
download | meta-raspberrypi-4a2cefab666e792d63bcaa51df7243c02d8c9957.tar.gz |
linux-raspberrypi: Bump to v4.4.7
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 8e4530f..9cb8aae 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.6" | 3 | LINUX_VERSION ?= "4.4.7" |
4 | 4 | ||
5 | SRCREV = "2faaa2ccef9e4c595bd26f14285c225ceea6097e" | 5 | SRCREV = "3de232825c9ba5989522b8691eb6ac5df6619458" |
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-dts-add-overlay-for-pitft22.patch \ | 7 | file://0001-dts-add-overlay-for-pitft22.patch \ |
8 | " | 8 | " |