diff options
author | Petter Mabäcker <petter@technux.se> | 2015-04-28 09:14:15 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-04-30 21:55:02 +0200 |
commit | c9f29df249b80ab488e4ea6eddc01a6522a28c09 (patch) | |
tree | 474787e426803d2ee2ad097ec40406b2d31c3a1f | |
parent | b896a7da70dd7a16ba7ffd664f7747cb37e1d142 (diff) | |
download | meta-raspberrypi-c9f29df249b80ab488e4ea6eddc01a6522a28c09.tar.gz |
linux-raspberrypi: Update 3.18 branch to 3.18.11
Update linux-raspberrypi_3.18 to latest version.
Remove sl030raspberrypii2ckernel.patch since it will not apply anymore
and its content seems to be obsolite in later kernel versions.
[Support #56]
Change-Id: I91e57f4e65d9c1c9d12014f5d11b0acd950e2d1d
Signed-off-by: Petter Mabäcker <petter@technux.se>
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_3.18.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.18.bb b/recipes-kernel/linux/linux-raspberrypi_3.18.bb index 921e702..6d8b155 100644 --- a/recipes-kernel/linux/linux-raspberrypi_3.18.bb +++ b/recipes-kernel/linux/linux-raspberrypi_3.18.bb | |||
@@ -1,8 +1,6 @@ | |||
1 | LINUX_VERSION ?= "3.18.5" | 1 | LINUX_VERSION ?= "3.18.11" |
2 | 2 | ||
3 | SRCREV = "a6cf3c99bc89e2c010c2f78fbf9e3ed478ccfd46" | 3 | SRCREV = "d64fa8121fca9883d6fb14ca06d2abf66496195e" |
4 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.18.y \ | 4 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.18.y" |
5 | file://sl030raspberrypii2ckernel.patch \ | ||
6 | " | ||
7 | 5 | ||
8 | require linux-raspberrypi.inc | 6 | require linux-raspberrypi.inc |