diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2013-11-13 16:26:09 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2013-11-13 18:24:39 +0200 |
commit | 4498a2be506bb51fc0f603cdd854fee79e34d7a0 (patch) | |
tree | df0f5b55ef9dece7bfa37c1b670b84219ca9c533 | |
parent | 0680f82e91ae7d5ca974f7f4d17167093e2d1994 (diff) | |
download | meta-raspberrypi-4498a2be506bb51fc0f603cdd854fee79e34d7a0.tar.gz |
linux-raspberrypi: Add version 3.10.18 and 3.12.0
Change-Id: Idd59fed4f2ab975c50b3727e436b4a0caeb0ab16
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_3.10.18.bb | 6 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_3.12.0.bb | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.10.18.bb b/recipes-kernel/linux/linux-raspberrypi_3.10.18.bb new file mode 100644 index 0000000..84d6fce --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_3.10.18.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | SRCREV = "ae937f99fee8a37f2ddd7270f6bcc0e497e8c903" | ||
2 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.10.y \ | ||
3 | file://sl030raspberrypii2ckernel.patch \ | ||
4 | " | ||
5 | |||
6 | require linux-raspberrypi.inc | ||
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.12.0.bb b/recipes-kernel/linux/linux-raspberrypi_3.12.0.bb new file mode 100644 index 0000000..3631da5 --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_3.12.0.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | SRCREV = "839f349b6ed2a63a2bff0b5f0d718a7b07ca2316" | ||
2 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.12.y \ | ||
3 | file://sl030raspberrypii2ckernel.patch \ | ||
4 | " | ||
5 | |||
6 | require linux-raspberrypi.inc | ||