Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-14 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
update Xorg / Mesa Conflicts: TODO | |||
2014-03-05 | remove compressors, add tools needed to install OpenADK on sdcard, add g++ | Waldemar Brodkorb | |
2014-03-02 | goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/ | Waldemar Brodkorb | |
2014-02-26 | update kernel 3.4.x, fixes for lemote yeelong users | Waldemar Brodkorb | |
2014-02-10 | disable certificate checking | Waldemar Brodkorb | |
2014-01-06 | add full perl, first half of supported archs | Waldemar Brodkorb | |
2013-11-02 | remove dependencies to libiconv,pkg-config and file. use pkgconf and ↵ | Waldemar Brodkorb | |
libiconv-tiny instead. fixes glib compile on systems without libiconv/ native iconv implementation | |||
2013-09-04 | add musl support | Waldemar Brodkorb | |
2013-05-02 | update Xorg to 7.7 | Waldemar Brodkorb | |
2013-04-29 | mkfontdir needs mkfontscale | Waldemar Brodkorb | |
2012-10-01 | add lzop and libtirpc-dev | Waldemar Brodkorb | |
2012-09-27 | adk needs lzop | Waldemar Brodkorb | |
2012-09-27 | add tirpc headers needed for busybox | Waldemar Brodkorb | |
2011-10-19 | make virsh, virt-install and kvm usable on shuttle pc | Waldemar Brodkorb | |
2011-10-10 | misc finetuning | Waldemar Brodkorb | |
2011-01-29 | dd conv=sync is required | Waldemar Brodkorb | |
2011-01-25 | update Xorg to 7.6 | 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 | |||
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 ;) |