summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* 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