diff options
author | Alexandru Niculita <alexnick87@gmail.com> | 2013-11-12 17:38:54 +0200 |
---|---|---|
committer | Alexandru Niculita <alexnick87@gmail.com> | 2013-11-12 17:38:54 +0200 |
commit | 9fb923aa8dd3c217808134398fca159876ceb464 (patch) | |
tree | 9074153f882e5a87967ab34f7a8e7a3dc4d4c25c | |
parent | e921fcc54c9f807b462ff831e1cb381afef952a3 (diff) | |
download | meta-raspberrypi-9fb923aa8dd3c217808134398fca159876ceb464.tar.gz |
Add kernel 3.8 and 3.11 for Raspberry Pi
From: Philipp Wagner <mail@philipp-wagner.com>
Change-Id: I08dc33857334f0f4bd6fe3fa24b417c01d4729c8
Signed-off-by: Philipp Wagner <mail@philipp-wagner.com>
Signed-off-by: Alexandru Niculita <alexnick87@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_3.11.0.bb | 6 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_3.8.13.bb | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.11.0.bb b/recipes-kernel/linux/linux-raspberrypi_3.11.0.bb new file mode 100644 index 0000000..1ae39b2 --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_3.11.0.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | SRCREV = "d7474694bdc9836af17f4b4d839509f9aad7ffa7" | ||
2 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.11.y \ | ||
3 | file://sl030raspberrypii2ckernel.patch \ | ||
4 | " | ||
5 | |||
6 | require linux-raspberrypi.inc | ||
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.8.13.bb b/recipes-kernel/linux/linux-raspberrypi_3.8.13.bb new file mode 100644 index 0000000..dc8cf0a --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_3.8.13.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | SRCREV = "d996a1b91b2bf3dc06f4f4f822a56f4496457aa1" | ||
2 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.8.y \ | ||
3 | file://sl030raspberrypii2ckernel.patch \ | ||
4 | " | ||
5 | |||
6 | require linux-raspberrypi.inc | ||