Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-12 | update default kernel to 2.6.39 | Waldemar Brodkorb | |
2011-05-09 | make bulk fixes | Waldemar Brodkorb | |
2011-05-05 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-05-05 | fix lemote target | Waldemar Brodkorb | |
2011-05-05 | add kernel-install for fon target | Waldemar Brodkorb | |
2011-04-28 | add sections for rb4xx | Waldemar Brodkorb | |
2011-04-26 | add model support for broadcom devices | Waldemar Brodkorb | |
2011-04-26 | fix parallel build, readd squashfs/cf fs targets for mips | Waldemar Brodkorb | |
2011-04-26 | make arm/mips architectures more configurable in a simpler way | Waldemar Brodkorb | |
2011-01-03 | fix qemu targets, make them bootable again | Waldemar Brodkorb | |
2010-12-31 | should be without path, just the name of the kernel | Waldemar Brodkorb | |
2010-12-30 | rework architecture / embedded systems concept | Waldemar Brodkorb | |
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;) | |||
2010-11-26 | implement the concept of target choice by embedded system or architecture | Waldemar Brodkorb | |
you can now choose between specific embedded systems like PC Engines ALIX boards, Foxboard, .. or between generic architecture support like x86, x86_64, mips, ... This does reduce the overhead of duplicate configuration files in target directory. Now qemu, toolchain and ibm x40 support is combined in one target directory target/x86. Distinguishing between hardware profiles happens via menu based configuration. (CPU choice for kernel, CFLAGS for package building, ..). We will see if this is the right direction. |