aboutsummaryrefslogtreecommitdiff
path: root/config/kernel/linux.in
Commit message (Collapse)AuthorAgeFilesLines
* Add the latest Linux kernel versions: 2.6.25.19, 2.6.26.7 and 2.6.27.3.Yann E. MORIN"2008-10-241-3/+13
| | | | | /trunk/config/kernel/linux.in | 16 13 3 0 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-)
* Add the latest Linux kernel 2.6.27.2.Yann E. MORIN"2008-10-191-0/+5
| | | | | /trunk/config/kernel/linux.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+)
* Add the latest Linux kernel 2.6.27.1.Yann E. MORIN"2008-10-191-0/+5
| | | | | /trunk/config/kernel/linux.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+)
* Add the Linux kernel 2.6.27.Yann E. MORIN"2008-10-101-91/+7
| | | | | | | | Remove all 2.6.25 versions up to 2.6.25.17. Mark 2.6.25.18 as being OBSOLETE. /trunk/config/kernel/linux.in | 98 7 91 0 +++--------------------------------------------- 1 file changed, 7 insertions(+), 91 deletions(-)
* Add latest Linux kernel versions 2.6.25.18 & 2.6.26.6.Yann E. MORIN"2008-10-091-3/+13
| | | | | | | Fix using Linux kernel versions 2.6.25.{15,16,17}. /trunk/config/kernel/linux.in | 16 13 3 0 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-)
* Generate the kernel config choice, rather than having it hard-coded:Yann E. MORIN"2008-09-161-0/+4
| | | | | | | | | | | | | | | | | - change the menu label from 'Target OS' to 'Operating System', - bare-metal is a kind of kernel (OS), rename to 'bare-metal' from 'none', - update the kconfig.mk to generate the kernel choice entries, - update glibc&eglibc kernel version option accordingly. Update the debug & tools confiog file generation to match with arch & kernel. Print terse command lines when building in kconfig/ (a-la Linux kernel). Fix the makefile rules in kconfig/kconfig.mk to be /simple/ rules. /trunk/kconfig/kconfig.mk | 117 81 36 0 +++++++++++++++++++++---------- /trunk/config/kernel/linux.in | 4 4 0 0 + /trunk/config/kernel/bare-metal.experimental.in | 15 15 0 0 ++++ /trunk/config/kernel.in | 33 5 28 0 +-------- /trunk/config/libc/glibc-eglibc-common.in | 4 2 2 0 5 files changed, 107 insertions(+), 66 deletions(-)
* Move all the Linux kernel config options to a single file (to ease ↵Yann E. MORIN"2008-09-151-22/+189
| | | | | | | | | | | | supporting more than one kernel). Rename some Linux kernel config options (ditto). Update the addToolsVersion.sh script. /trunk/scripts/build/kernel/linux.sh | 13 6 7 0 +-- /trunk/tools/addToolVersion.sh | 105 37 68 0 +++++++-------------- /trunk/config/kernel/linux.in | 211 189 22 0 ++++++++++++++++++++++++++++++++++++++---- 3 files changed, 232 insertions(+), 97 deletions(-)
* Code-reorder in the Linux kernel config options.Yann E. MORIN"2008-09-151-17/+15
| | | | | /trunk/config/kernel/linux.in | 32 15 17 0 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-)
* Remove the now really obsolete Linux kernel headers copy and sanitised.Yann E. MORIN"2008-09-101-49/+0
| | | | | | | | | | | | Remove orphanned Linux kernel patchsets. Initiate a kernel build scripts directory. Move the Linux kernel build script there. /trunk/scripts/build/kernel/linux.sh | 146 11 135 0 +++--------------------------------------- /trunk/scripts/crosstool.sh | 2 1 1 0 /trunk/steps.mk | 1 0 1 0 - /trunk/config/kernel/linux.in | 49 0 49 0 -------------- /trunk/config/kernel.in | 4 4 0 0 + 5 files changed, 16 insertions(+), 186 deletions(-)
* Moving around the files in config/ broke the tools/addToolVersion.sh script.Yann E. MORIN"2008-04-171-0/+134
Fix that. /trunk/tools/addToolVersion.sh | 26 13 13 0 +++++++++++++------------- /trunk/config/kernel/linux.in | 6 3 3 0 +++--- /trunk/config/kernel.in | 2 1 1 0 +- /trunk/config/cc.in | 2 1 1 0 +- /trunk/config/libc.in | 4 2 2 0 ++-- 5 files changed, 20 insertions(+), 20 deletions(-)