diff options
| -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 | ||
