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