Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-12 | update to latest upstream | Waldemar Brodkorb | |
2014-06-30 | update to latest stable upstream | 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-16 | update to latest stable upstream | Waldemar Brodkorb | |
2014-06-04 | fix typo | Waldemar Brodkorb | |
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-31 | rework static linking support, works with musl/glibc, fails to boot with ↵ | Waldemar Brodkorb | |
uclibc (qemu-x86) | |||
2014-05-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-23 | update to latest upstream | Waldemar Brodkorb | |
2014-04-14 | Merge branch 'master' of git+ssh://www.openadk.org/git/openadk | Waldemar Brodkorb | |
2014-04-14 | update to latest bootloader, userland and kernel for rpi | Waldemar Brodkorb | |
2014-04-13 | use -O0 when debug on | Waldemar Brodkorb | |
2014-04-07 | update to latest upstream version | Waldemar Brodkorb | |
2014-01-16 | good bye cris, hardware is eol, latest toolchain is broken, qemu emulator ↵ | Waldemar Brodkorb | |
support is bad, kernel needs patches for serial and network | |||
2014-01-16 | good bye avr32, bad toolchain support, hardware is eol and no qemu emulator ↵ | Waldemar Brodkorb | |
available | |||
2013-12-03 | update ffmpeg | Waldemar Brodkorb | |
2013-10-24 | fix m68k allmodconfig build | Waldemar Brodkorb | |
2013-10-22 | fix libmix packages, while checking all packages make some style cleanup | Waldemar Brodkorb | |
2013-10-16 | remove patch | Waldemar Brodkorb | |
2013-10-16 | add arm optimized dts decoding from raspberry pi developers | Waldemar Brodkorb | |
2013-10-15 | disable avr32 | Waldemar Brodkorb | |
2013-10-14 | update to latest upstream version | Waldemar Brodkorb | |
2013-10-11 | add h264 encoding/decoding support | Waldemar Brodkorb | |
2013-09-17 | fix musl compile | Waldemar Brodkorb | |
2013-07-11 | enable non-free, optimize for armv6, disable ffplay for now, SDL detection fails | Waldemar Brodkorb | |
2013-07-10 | update to latest stable version | Waldemar Brodkorb | |
2012-03-21 | add new library | Waldemar Brodkorb | |
2012-03-20 | more allconfig fixes | Waldemar Brodkorb | |
2012-03-02 | update apps to latest upstream version | Waldemar Brodkorb | |
2011-11-09 | FreeBSD fixes | Waldemar Brodkorb | |
2011-09-18 | add support for theora/vorbis, some minor fixes | Waldemar Brodkorb | |
2011-09-17 | add Xvid codec | Waldemar Brodkorb | |
2011-09-17 | add support for Theora codec | Waldemar Brodkorb | |
2011-09-17 | add support for VP8 codec | Waldemar Brodkorb | |
2011-09-16 | add flavours for encoding suppport for mp3/aac | Waldemar Brodkorb | |
2011-09-16 | update ffmpeg to latest stable version, enable more subpackages | Waldemar Brodkorb | |
2011-04-27 | fix cris allconfig build | Waldemar Brodkorb | |
2011-03-31 | I am to tupid for git, today. | Waldemar Brodkorb | |
Revert "Revert "fix conflict, autoseect libgcj"" This reverts commit c2bd3a43342e37a05a97e12581dd2bd52993877a. | |||
2011-03-31 | Revert "fix conflict, autoseect libgcj" | Waldemar Brodkorb | |
This reverts commit ac46bdeef28bc2b65e1880884a79257c28e423a7, reversing changes made to 418fb3668f7140cc3e2ba07c354fe0d9bbb47d04. | |||
2011-03-31 | fix conflict, autoseect libgcj | Waldemar Brodkorb | |
2011-02-14 | fix ccache usage | Waldemar Brodkorb | |
2011-02-08 | many bugfixes for native adksystems and some package updates | Waldemar Brodkorb | |
2011-01-22 | activate GCC cflags check, cleanup FLAGS stuff in OpenADK. | Waldemar Brodkorb | |
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage | |||
2011-01-06 | remove obsolete SUB_INSTALL stuff. | 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. | |||
2010-11-25 | respect hardware profile for ibm x40 | Waldemar Brodkorb | |
2010-11-13 | unify alix support | Waldemar Brodkorb | |
add hardware profiles for 3 alix boards, but use the same toolchain for all of them. This is just better for maintenance purpose. delete old targets. | |||
2010-10-31 | disable doc generation | Waldemar Brodkorb | |
2010-10-29 | update to latest upstream version | Waldemar Brodkorb | |