Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2010-06-28 | fix busybox rebuild issue, simplify target Makefiles | Waldemar Brodkorb | |
2010-05-29 | upgrade all targets to Linux 2.6.34 | Waldemar Brodkorb | |
2010-02-27 | update lemote target to 2.6.33 | Waldemar Brodkorb | |
- fix libc-dev packages - fix cryptinit target | |||
2010-02-26 | update qemu targets to 2.6.33 | Waldemar Brodkorb | |
- add LZO compression choice - reactivate mdev mount in init - add correct inittab for qemu-arm | |||
2010-02-21 | use TARGET_CROSS, minor indentation fixes | Waldemar Brodkorb | |
2009-12-19 | rename kernel and images files to be conform | Waldemar Brodkorb | |
- use ADK_TARGET and FS for kernel files - use ADK_TARGET, ADK_LIBC and FS for image files ARCH is implicit in ADK_TARGET encoded. | |||
2009-11-22 | add pcengines wrap support | Waldemar Brodkorb | |
- fix DEVICE -> ADK_TARGET conversions missed last time - make wrap boot via PXE | |||
2009-10-24 | add basic qemu-arm support, add compression choice | Waldemar Brodkorb | |