]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
New, simpler, infrastructure for building the Linux kernel
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 3 Apr 2010 16:46:46 +0000 (18:46 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 22 Jun 2010 19:20:25 +0000 (21:20 +0200)
commit487e21cff69b30b404146b2ffb46959a728a4002
tree9d809fbe41eb64bf9f389216168526149827be68
parentcd7459b4eef742069f7796c4dfceed8facbfab68
New, simpler, infrastructure for building the Linux kernel

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>
Config.in
Makefile
linux/Config.in [new file with mode: 0644]
linux/linux.mk [new file with mode: 0644]