summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* linux-raspberrypi: Update to 2013-08-20 rpi-3.6.y's and rpi-3.2.27's snapshotAndrei Gherzan2013-08-212-4/+4
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux-raspberrypi: Fix i2c issuesRichard Purdie2013-06-233-0/+34
| | | | | | | 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>
* linux-libc-headers-raspberrypi: Drop, its unneeded and bad practiseRichard Purdie2013-06-231-12/+0
| | | | | | | | | | | | | | | | | | 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>
* linux: Add a Linux 3.6 kernel recipeJan Schmidt2013-01-271-0/+34
| | | | | | | | | | * 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>
* linux.inc: Refactor inc fileAndrei Gherzan2012-11-271-242/+88
| | | | | | Clean up the file and add function to setup configs. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux-raspberrypi: Update to 10182a3bc434b27740f81c2b836a1af943060241Andrei Gherzan2012-11-271-2/+2
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux-raspberrypi: Cleanup recipeAndrei Gherzan2012-11-271-13/+3
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux-libc-headers-raspberrypi: Add headers for raspberrypi kernelAndrei Gherzan2012-11-271-0/+12
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux-raspberrypi: Use sstate DEPLOYDIRTyler Hall2012-09-271-3/+3
| | | | | | | 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>
* linux-raspberrypi: Update SRCREV to current@2012-09-13Sander van Grieken2012-09-181-3/+3
| | | | Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl>
* linux-raspberrypi: Use cmdline.txt to supply kernel command lineAndrei Gherzan2012-09-161-1/+7
| | | | | | | | | | | | | | | | 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>
* linux-raspberrypi_3.2.27.bb: Fix file permissionAndrei Gherzan2012-09-161-0/+0
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux.inc: Fix file permissionAndrei Gherzan2012-09-161-0/+0
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux-raspberrypi: Remove PR from PVAndrei Gherzan2012-09-161-2/+2
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux-raspberrypi: Update to v3.2.27Andrei Gherzan2012-08-281-5/+5
| | | | | | | Switch to rpi-3.2.27 branch and use SRCREV 091073bcab483b976ee33dfe914c28df87914a3b. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux: Activate UDEV_GE_141Andrei Gherzan2012-08-221-0/+2
| | | | | | | | | Newer versions of udev mandate that sysfs doesn't have deprecated entries [GITHUB #24] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux.inc: Activate CONFIG_LEGACY_PTYS needed for bootlogdAndrei Gherzan2012-08-171-0/+6
| | | | | | | | Activate this to have /dev/ptmx before init script for bootlogd. [GITHUB #27] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux-raspberrypi_3.1.9: Fix typoAndrei Gherzan2012-07-101-1/+1
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux-raspberrypi: Add CMDLINE for raspberrypiAndrei Gherzan2012-07-051-1/+4
| | | | | | | 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>
* linux-raspberrypi: Update kernel to latest upstreamAndrei Gherzan2012-07-031-2/+2
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux.inc: Remove reference to linux-tools.incAndrei Gherzan2012-07-011-3/+0
| | | | | | | | | | | | linux-tools.inc was removed. More info: commit b485f3e0e55ad62079ed0913970ff0620f4808ea Author: Bruce Ashfield <bruce.ashfield@windriver.com> recipes-kernel: remove linux-tools.inc perf has been moved to a standalone package, making linux-tools.inc unecessary. It can now be removed and recipes that included it updated. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux-raspberrypi: Fix build issue with make 3.82Gary Thomas2012-05-211-0/+4
| | | | Signed-off-by: Gary Thomas <gary@mlbassoc.com>
* linux-raspberrypi: fix for parallel make install failuresPaul Eggleton2012-05-151-0/+4
| | | | | | Disable parallel "make install" as this seems to fail with -j4. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* linux-raspberrypi: Bump SRCREV and Kernel PR.David-John Willis2012-04-231-2/+3
|
* linux-raspberrypi: Recipe Cleanup.David-John Willis2012-04-112-7/+26
| | | | | | * No functional changes. * Moved to my fork of the kernel tree as I have a few patches to push up. * Also sync over newer linux.inc.
* linux-raspberrypi: Use zImage not uImage as the bootloader is not uBoot ;).David-John Willis2012-04-031-2/+2
|
* linux-raspberrypi: Bump SRCREV.David-John Willis2012-04-031-2/+2
|
* linux-raspberrypi: Add recipe for 3.1.9 kernel.David-John Willis2012-04-032-0/+287
* Kernel is from https://github.com/raspberrypi/linux