Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-28 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-28 | another bulktoolchain fix | Waldemar Brodkorb | |
2014-03-28 | x86-64 32bit needs more work, fix armhf | Waldemar Brodkorb | |
2014-03-26 | test framework fixes | Waldemar Brodkorb | |
2014-03-26 | fix tarch.lst, add sheb | Waldemar Brodkorb | |
2014-03-25 | add support for x86_64 toolchain with 32 bit abi | Waldemar Brodkorb | |
2014-03-24 | add one logfile, no subdirs | Waldemar Brodkorb | |
2014-03-24 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-24 | add superh to toolchain build | Waldemar Brodkorb | |
2014-03-23 | fix jffs2 boot for qemu-microblaze, CMDLINE_FORCE required | Waldemar Brodkorb | |
2014-03-23 | disable CONFIG_BUG for release | Waldemar Brodkorb | |
2014-03-22 | remove unused dirs | Waldemar Brodkorb | |
2014-03-21 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-21 | bulktoolchain fixes | Waldemar Brodkorb | |
2014-03-20 | create symlinks for usr/lib, too | Waldemar Brodkorb | |
2014-03-19 | rework getty/shell runtime options, add git as dependency, used in ↵ | Waldemar Brodkorb | |
base-files and is always good to create patches, get updates,.. | |||
2014-03-18 | strip static libraries, use cortex a9 for toolchains | Waldemar Brodkorb | |
2014-03-17 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-17 | add TOOLCHAIN_DIR support | Waldemar Brodkorb | |
establish an extra dir for toolchain. Better for preparing toolchain for other projetcs without host tools only used by openadk. Use /usr prefix. No symlink workarounds needed anymore. | |||
2014-03-17 | use initramfsarchive for test framework | Waldemar Brodkorb | |
2014-03-16 | remove cleantarget at the moment | Waldemar Brodkorb | |
we share all toolchains in host_<gnu_host_name> directory, so the existing cleantarget does not work as expected. remove it for now. | |||
2014-03-16 | fix armhf toolchain build | Waldemar Brodkorb | |
2014-03-15 | startup fixes | Waldemar Brodkorb | |
- always use /sbin/init, even for initramfs - mount devtmpfs for initramfs automatically in kernel space - fix armhf for adk-test-framework - remove mdev -s on boot, I think it is unneeded, takes very long on Qemu systems - add alias for ro/rw remounts of / - remove old /init and rc.shutdown, both unused | |||
2014-03-14 | remove PKG, not sure for what it was used | Waldemar Brodkorb | |
2014-03-14 | a bunch of adk-test-framework fixes. | Waldemar Brodkorb | |
2014-03-14 | convert to miniconfig | Waldemar Brodkorb | |
only miniconfig is used for all targets. aranym support is still broken/experimental. 32 bit kernel support for 64 targets need to be fixed. tested on usb boot on ibm-x40 | |||
2014-03-13 | create tarballs | Waldemar Brodkorb | |
2014-03-12 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-12 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-12 | fix download target | Waldemar Brodkorb | |
2014-03-12 | break out of the loop on error, do not delete prereq.mk on clean | Waldemar Brodkorb | |
2014-03-11 | allow to build only for one libc via LIBC= | Waldemar Brodkorb | |
2014-03-10 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-10 | add some bulktoolchain finetuning | Waldemar Brodkorb | |
2014-03-10 | rename STAGING_DIR to STAGING_TARGET_DIR, since ADK_NATIVE is gone, there is ↵ | Waldemar Brodkorb | |
no difference | |||
2014-03-08 | rename DISTDIR, make it configurable in the menu | Waldemar Brodkorb | |
2014-03-07 | fix build for linux-uclibcfoo system | Waldemar Brodkorb | |
2014-03-06 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-06 | add more targets to test-framework | Waldemar Brodkorb | |
2014-03-06 | get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵ | Waldemar Brodkorb | |
not satisfying. | |||
2014-03-04 | disable package collections for bulk builds | Waldemar Brodkorb | |
2014-03-04 | remove visible parts of guiconfig, I don't like it, don't wanna support it | Waldemar Brodkorb | |
2014-03-04 | fix qemu-ppc64 building on Darwin, use --with-cpu=ultrasparc for ↵ | Waldemar Brodkorb | |
qemu-sparc64, still another issue exist. | |||
2014-03-03 | only strip toolchain and target dirs for ADK_TOOLCHAIN | Waldemar Brodkorb | |
2014-03-02 | some fixes for test-framework target | Waldemar Brodkorb | |
2014-03-02 | goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/ | Waldemar Brodkorb | |
2014-03-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-02 | add basic steps for qemu test framework building | Waldemar Brodkorb | |
2014-03-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-02 | strip toolchain components without copying debug data, clean toolchain after ↵ | Waldemar Brodkorb | |
every target so no 300Gb are required to bulk build the toolchains |