diff options
author | Gary Thomas <gary@mlbassoc.com> | 2013-12-16 12:13:22 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2014-01-03 23:07:53 +0200 |
commit | 5aec26c461b95863ab8b6e23d5e7942a733c1da6 (patch) | |
tree | b3dfd65704e5dfffa81a79428f282fba8f4fadcd | |
parent | 7bea82b2b84c18193f5303a3b3fd4c20fceb2a92 (diff) | |
download | meta-raspberrypi-5aec26c461b95863ab8b6e23d5e7942a733c1da6.tar.gz |
linux-raspberrypi: Add version 3.12.4+
This kernel enables camera video via the new 'bcm2835-v4l2' module.
Just add 'start_x=1' to your boot config.txt
Change-Id: I19f72708b854291314691944a58fa16451e2677b
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Acked-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_3.12.4.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.12.4.bb b/recipes-kernel/linux/linux-raspberrypi_3.12.4.bb new file mode 100644 index 0000000..17025f2 --- /dev/null +++ b/recipes-kernel/linux/linux-raspberrypi_3.12.4.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | SRCREV = "9fbb114990c409406ae20c56871727ff8d4fa6ca" | ||
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 | ||