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