Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linux: default to 2.6.35.4 | Peter Korsgaard | 2010-09-06 | 1 | -5/+5 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | linux: bump 2.6.34.x version | Peter Korsgaard | 2010-07-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | linux: fix BR2_LINUX_KERNEL_DEFCONFIG help text | Peter Korsgaard | 2010-07-18 | 1 | -1/+1 |
| | | | | | | Trailing _defconfig, not leading. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | New, simpler, infrastructure for building the Linux kernel | Thomas Petazzoni | 2010-06-22 | 1 | -0/+133 |
This patch introduces a single, simple, infrastructure to build the Linux kernel. The configuration is limited to : * Kernel version: a fixed recent stable version, same as kernel headers version (for internal toolchains only), custom stable version, or custom tarball URL * Kernel patch: either a local file, directory or an URL * Kernel configuration: either the name of a defconfig or the location of a custom configuration file * Kernel image: either uImage, bzImage, zImage or vmlinux. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |