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-11-18 | optimize shuttle and ibmx40 hardware profile | Waldemar Brodkorb | |
2010-11-14 | add mkimage source from Debian package. Update kernel config. | Waldemar Brodkorb | |
2010-10-31 | add som configure opts | Waldemar Brodkorb | |
2010-10-31 | rework installation scripts for block devices | Waldemar Brodkorb | |
Avoid sfdisk, parted and chroot to be more portable. Compile Host grub in target/tools, only used for ibmx40 target right now. Add pt - partition table manager from OpenWrt with some additions and portability fixes. Cfgfs support missing, coming soon. | |||
2010-07-30 | fix foxboard allmodconfig, remove old linux patches | Waldemar Brodkorb | |
2009-12-29 | move squashfs host tools to common tools dir | Waldemar Brodkorb | |
fix bsd compile errors. |