aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
AgeCommit message (Collapse)Author
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>
2012-07-03linux-raspberrypi: Update kernel to latest upstreamAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-01linux.inc: Remove reference to linux-tools.incAndrei Gherzan
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>
2012-05-21linux-raspberrypi: Fix build issue with make 3.82Gary Thomas
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
2012-05-15linux-raspberrypi: fix for parallel make install failuresPaul Eggleton
Disable parallel "make install" as this seems to fail with -j4. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-04-23linux-raspberrypi: Bump SRCREV and Kernel PR.David-John Willis
2012-04-11linux-raspberrypi: Recipe Cleanup.David-John Willis
* 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.
2012-04-03linux-raspberrypi: Use zImage not uImage as the bootloader is not uBoot ;).David-John Willis
2012-04-03linux-raspberrypi: Bump SRCREV.David-John Willis
2012-04-03linux-raspberrypi: Add recipe for 3.1.9 kernel.David-John Willis
* Kernel is from https://github.com/raspberrypi/linux