aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
AgeCommit message (Collapse)Author
2015-02-05linux-raspberrypi: Update 3.12 branch to 3.12.36Petter Mabäcker
Update linux-raspberrypi_3.12 to latest version. [ISSUE #10] Change-Id: Ifd7e86587b3239a3b1240d2b8461560b16e08d08 Signed-off-by: Petter Mabäcker <petter@technux.se>
2015-02-05Revert "linux-raspberrypi: Change to Linux Yocto style kernel recipes"Petter Mabäcker
This reverts commit 67a1c4eaafd472008ed4b11541c8fa7f6bc69b69. [ISSUE #39] Conflicts: recipes-kernel/linux/linux-raspberrypi_3.2.27.bb Change-Id: I03ae6b9c96894509a4fecd24eef8740889238730 Signed-off-by: Petter Mabäcker <petter@technux.se>
2015-02-01linux-raspberrypi: Remove old v3.2.27Andrei Gherzan
Change-Id: If5e0a88acdfe67903d1a11133849f35f453904ac Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2015-01-31linux-raspberrypi: Change to Linux Yocto style kernel recipesAlex J Lennon
Yocto style recipes provide support for application of kernel configuration fragments which is achieved with this change. For further details see the Yocto Linux Kernel Development Manual ref: http://www.yoctoproject.org/docs/1.6/kernel-dev/kernel-dev.html In addition .bb files are simplified to take a SRCBRANCH which is used by the SRC_URI set in linux-raspberrypi.inc and together with the existing SRCREV define a checkout from the linux-raspberrypi git repository. A default configuration, defconfig, is provided as a baseline. This is generated from bcmrpi_defconfig, as used in the existing recipes, and so configuration options should be the same. To change the kernel configuration a new configuration fragment may be generated, as explained in the kernel development documentation above, and this file then added to the SRC_URI via a .bbappend. Added some minor refactoring and removed some useless code. Change-Id: Ic72e14ec14ec3f042aeda0c6820f896be9c02e69 Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2015-01-25linux-raspberrypi: faulty branch and srcrev for 3.16dizzyPetter Mabäcker
linux-raspberrypi_3.16 used wrong branch (rpi-3.14.y instead of rpi-3.16.y). Use latest SRCREV for 3.16 and bump version to 3.16.5. Change-Id: Ic81eeddb0c8a4df1f11948f00491f83ab877d040 Signed-off-by: Petter Mabäcker <petter@technux.se> Acked-by: Andrei Gherzan <andrei@gherzan.ro>
2015-01-25linux-raspberrypi: fix do_configure failurePetter Mabäcker
When building against newer yocto project releases below failure occurs. | DEBUG: Executing shell function do_configure | NOTE: make oldconfig | make: *** No rule to make target `oldconfig'. Stop. | ERROR: oe_runmake failed | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_configure Fix this by trying to adapt more of the standard mechanism that exists in yocto, in order to build "custom kernels". Change-Id: I0598c0c16d84295a454976f60b56f9d35c36a4ba Signed-off-by: Petter Mabäcker <petter@technux.se> Acked-by: Andrei Gherzan <andrei@gherzan.ro>
2014-08-24linux-raspberrypi: Replace v3.14.2 by v3.16.1Andrei Gherzan
Latest kernel supported by rPI. Change-Id: I658d8bb78ff61f856fc82328633ca227325436e4 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-08-24linux-raspberrypi: Update 3.12 branch to 3.12.26Andrei Gherzan
Change-Id: Ie6630f53bb2e4dd71825e0453236de30d25bd07b Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-06-11linux-raspberrypi: Update kernel to 3.12.21Alex J Lennon
Amongst other patches, this release includes a fix to an issue with gstreamer1.0 and v4l2src blocking ref: https://bugzilla.gnome.org/show_bug.cgi?id=726521 ref: http://tinyurl.com/mkqooeg To make use of the optional fix the module parameter gst_v4l2src_is_broken needs to be set when loading bcm2835-v4l2.ko With this in place, and with userland and gstreamer1.0-omx patches, gstreamer1.0 can be used with PiCam via v4l2src instead of raspivid. (There may still be performance issues to be addressed for v4l2src vs raspivid pipe & fdsrc). Change-Id: Ia0ed4e6c8f27df9bb12ae2350526f6314e016d51 Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2014-05-08linux-raspberrypi: Replace v3.13.3 by v3.14.2Andrei Gherzan
Change-Id: I2ceb950d30f984ab66de79085b30b541d20e6e25 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-05-08linux-raspberrypi: Update v3.12.11 to v3.12.18Andrei Gherzan
Change-Id: Ifa763e4352051e4533eac98b4f7c74daf791cf72 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-05-08linux-raspberrypi: Remove v3.11Andrei Gherzan
Change-Id: I28824a738a081bdeb362da4cf0cb449d11cbe449 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-05-08linux-raspberrypi: Update v3.10.30 to v3.10.38Andrei Gherzan
Change-Id: Ia620e8fd6928f9cd2c625b87599cd6d6a405a344 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-02-21linux-raspberrypi: Add v3.13.3Andrei Gherzan
Change-Id: Iace039740f3b1b910d65bd3a2c82dc08836fde57 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-02-21linux-raspberrypi: Update v3.12.7 to v3.12.11Andrei Gherzan
Change-Id: I4358434c036eb8285f60dafac961c5734da1320b Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-02-21linux-raspberrypi: Update v3.10.26 to v3.10.30Andrei Gherzan
Change-Id: Ib15942c4f525c8765d49deda94d2195dc01df14c Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-02-21linux-raspberrypi: Update v3.11.10 to current remote HEADAndrei Gherzan
Change-Id: I724511ad5e96ff1b7779c3afe772eaf0d5250c8e Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-18linux-raspberrypi: Update v3.11.10 to remote HEADAndrei Gherzan
Change-Id: Ia0eac89faa63cb6d748f2749b82d1f80588e6a04 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-17linux-raspberrypi: Update v3.10.24 to v3.10.26Andrei Gherzan
Change-Id: I1fa7211af2d0c80ed49e6b3f70565ace88088601 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-17linux-raspberrypi: Update v3.12.4 to v3.12.7Andrei Gherzan
Change-Id: Id721163e3e69946e3c82710bf12851211b493dee Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-03linux-raspberrypi: Remove old v3.12.0Andrei Gherzan
Change-Id: Ie757c9626540aaed44d35bf2ae058bb0cdcc6d08 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-03linux-raspberrypi: Update v3.6.11 to latest HEADAndrei Gherzan
Change-Id: I9e30fc0c9a16df888ce8e0f56f5bcf7a3aff77bf Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-03linux-raspberrypi: Update v3.11.7 to v3.11.10Andrei Gherzan
Change-Id: I8ba4b853a9e3f07517c401c9a421c65c53c25977 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-03linux-raspberrypi: Update v3.10.18 to v3.10.24Andrei Gherzan
Change-Id: Icf95ec58d39eb187c0cf0fe31fd1822f81f3f038 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-03linux-raspberrypi: Add version 3.12.4+Gary Thomas
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>
2013-11-29linux-raspberrypi_3.10.18: Fix commit SHAAndrei Gherzan
The remote SHA used is no longer available in github. Move to a usable one. Fixies this build error: fatal: reference is not a tree: ae937f99fee8a37f2ddd7270f6bcc0e497e8c903 on raspberry 3.10 kernel: raspberrypi-poky-linux-gnueabi/linux-raspberrypi/3.10.18+gitae937f99fee8a37f2ddd7270f6bcc0e497e8c903-r0 More info: https://trello.com/c/tQ7l8ftd Change-Id: I9fcc571622cbe4adb8ed99b11e5d6889e791d555 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-11-13linux-raspberrypi: Add version 3.10.18 and 3.12.0Andrei Gherzan
Change-Id: Idd59fed4f2ab975c50b3727e436b4a0caeb0ab16 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-11-13linux-raspberrypi: Update available versions to HEADAndrei Gherzan
Update 3.11.0 to 3.11.7 HEAD. Update 3.6.11 to HEAD. Change-Id: Iacd8f78b418b0bd6d8513b97ce57ce0108057850 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-11-12Add kernel 3.8 and 3.11 for Raspberry PiAlexandru Niculita
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>
2013-11-12Remove tabs from recipeAlexandru Niculita
From: Philipp Wagner <mail@philipp-wagner.com> Change-Id: I24aea3b31e144d6f22f9149c186eeaae8b9e2c58 Signed-off-by: Philipp Wagner <mail@philipp-wagner.com> Signed-off-by: Alexandru Niculita <alexnick87@gmail.com>
2013-11-12Refactor kernel recipes to reduce code duplicationAlexandru Niculita
From: Philipp Wagner <mail@philipp-wagner.com> Change-Id: Ie4bc0d5f3f3301a1955dd077a0d2c3e3286266e3 Signed-off-by: Philipp Wagner <mail@philipp-wagner.com> Signed-off-by: Alexandru Niculita <alexnick87@gmail.com>
2013-08-21linux-raspberrypi: Update to 2013-08-20 rpi-3.6.y's and rpi-3.2.27's snapshotAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-06-23linux-raspberrypi: Fix i2c issuesRichard Purdie
I was having intermittent i2c issues on the device until I applied this kernel patch which I found online. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-06-23linux-libc-headers-raspberrypi: Drop, its unneeded and bad practiseRichard Purdie
If we have this recipe, it means the whole armv6 (or whichever tune) is chosen depends on a machine specific recipe. This makes no sense as armX packages are meant to be machine independent. We've had this problem in other layers and it causes needed rebuilds of packages when you switch machines since the sstate checksums change. These headers are just part of the toolchain bootstrap process so "standard" kernel headers are fine. The kernel header version does need to be later of equal to the kernel version but we're fine in that regard since the core is on 3.8, the latest pi kernel is 3.6. There is nothing special about these headers so lets remove them and use the standard system provided recipe, avoding any rebuilds. I tested the various other recipes in the layer and there doesn't seem to be any dependency on these headers. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-01-27linux: Add a Linux 3.6 kernel recipeJan Schmidt
* Add a recipe to build the linux kernel from the rpi-3.6.y branch at https://github.com/raspberrypi/linux * Since this has a higher version, it will be the preferred linux kernel by default. Signed-off-by: Jan Schmidt <thaytan@noraisin.net> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-11-27linux.inc: Refactor inc fileAndrei Gherzan
Clean up the file and add function to setup configs. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-11-27linux-raspberrypi: Update to 10182a3bc434b27740f81c2b836a1af943060241Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-11-27linux-raspberrypi: Cleanup recipeAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-11-27linux-libc-headers-raspberrypi: Add headers for raspberrypi kernelAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-27linux-raspberrypi: Use sstate DEPLOYDIRTyler Hall
Using DEPLOY_DIR_IMAGE bypasses the sstate cache. This causes a build failure when the kernel is pulled from sstate. Signed-off-by: Tyler Hall <tylerwhall@gmail.com>
2012-09-18linux-raspberrypi: Update SRCREV to current@2012-09-13Sander van Grieken
Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl>
2012-09-16linux-raspberrypi: Use cmdline.txt to supply kernel command lineAndrei Gherzan
The build-time kernel command line (as defined by the CONFIG_CMDLINE config parameter) is not respected by the RPI bootloader, and instead any custom command line must be suplied via the cmdline.txt file in the boot partition. This patch modifies the linux-raspberrypi recipe to generate a cmdline.txt file that corresponds to the build-time configured command line, and it also modifies the sdcard_image-rpi.bbclass to include this file in the generated SD card images. [GITHUB #62] Signed-off-by: Tomas Frydrych <tomas@sleepfive.com> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16linux-raspberrypi_3.2.27.bb: Fix file permissionAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16linux.inc: Fix file permissionAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16linux-raspberrypi: Remove PR from PVAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-08-28linux-raspberrypi: Update to v3.2.27Andrei Gherzan
Switch to rpi-3.2.27 branch and use SRCREV 091073bcab483b976ee33dfe914c28df87914a3b. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-08-22linux: Activate UDEV_GE_141Andrei Gherzan
Newer versions of udev mandate that sysfs doesn't have deprecated entries [GITHUB #24] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-08-17linux.inc: Activate CONFIG_LEGACY_PTYS needed for bootlogdAndrei Gherzan
Activate this to have /dev/ptmx before init script for bootlogd. [GITHUB #27] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-10linux-raspberrypi_3.1.9: Fix typoAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-05linux-raspberrypi: Add CMDLINE for raspberrypiAndrei Gherzan
Because CONFIG_EXT4_USE_FOR_EXT23 is built in, use rootfstype=ext4 to mount ext2/3/4. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>