Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-25 | disable XSI_MATH, prevent testsuite linking failures. | Waldemar Brodkorb | |
2014-08-07 | bump kernels | Waldemar Brodkorb | |
2014-08-06 | enable backtrace support by default for uClibc-ng | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2014-07-30 | add argp by default | Waldemar Brodkorb | |
2014-07-25 | remove unused symbol | Waldemar Brodkorb | |
2014-07-22 | bump kernel versions, readd sm7xx driver for 3.15.x | Waldemar Brodkorb | |
2014-07-05 | add support for uClibc-ng in parallel to uClibc. | Waldemar Brodkorb | |
This helps to find any regressions made in uClibc-ng. | |||
2014-06-29 | remove RPC from uclibc, use libtirpc | Waldemar Brodkorb | |
2014-06-29 | handle debug code handling inside OpenADK | Waldemar Brodkorb | |
2014-06-27 | add ltp package, add more uClibc options to have a wider test range | Waldemar Brodkorb | |
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make | |||
2014-06-08 | be consistent, do not use - in rootfs names | Waldemar Brodkorb | |
2014-06-02 | simplify adding new arch | Waldemar Brodkorb | |
Generate all data needed when adding a new arch or system. Recognize any changes in target/*/systems as reported as bug by Joerg. | |||
2014-06-02 | refactor CPU_ARCH/ARCH variables | Waldemar Brodkorb | |
After Joerg asked me about the difference between ADK_TARGET_ARCH and ADK_TARGET_CPU_ARCH I recognized many duplication of variables for this information. These patch fixes this up. Use make cleandir && make menuconfig && make | |||
2014-05-24 | fix uclibc compile for qemu-arm (experimental fix), use DODEBUG as default | Waldemar Brodkorb | |
2014-05-24 | mips finetuning and fixes | Waldemar Brodkorb | |
2014-05-23 | fix symbol renaming bugs | Waldemar Brodkorb | |
2014-05-23 | more cleanup, *-enabled feature is unused, simplify | Waldemar Brodkorb | |
2014-05-23 | resolve merge conflict | Waldemar Brodkorb | |
2011-04-26 | make arm/mips architectures more configurable in a simpler way | Waldemar Brodkorb | |
2011-01-05 | update mips qemu targets. 64 Bit kernels still does not boot completely | Waldemar Brodkorb | |
2011-01-02 | make bulk fixes. fix toolchain building for sparc64/ppc | Waldemar Brodkorb | |
2010-12-31 | should be without path, just the name of the kernel | Waldemar Brodkorb | |
2010-12-31 | fix native builds | 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-12-01 | fix ipkg and ipkg tools, consolidate mdev.conf | Waldemar Brodkorb | |
cpio under macosx or bsd creates tar archives via stdin while using find . with leading ./. heirloom cpio shipped with OpenADK does remove the leading ./. Adopt ipkg busybox applet to work without ./. Fix ipkg-build to be faster and to use included cpio for inner tar creation. Dependency to GNU tar can now be dropped. | |||
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. |