Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2014-03-02 | fix make clean | Waldemar Brodkorb | |
2014-03-01 | bc needs flex, update TODO | Waldemar Brodkorb | |
2014-03-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-01 | move target/tools to tools, use ADK_HOST_NEED variable to build a tool, when ↵ | Waldemar Brodkorb | |
required. Add archivers to tools, remove prereq checks for them. Rename host_ dir in preparation for shared openadk source via nfs/smb from different host systems. Make some abi cleanup | |||
2014-03-01 | remove armeb, no hardware, no emulator to test, add armhf instead. fix some ↵ | Waldemar Brodkorb | |
toolchain archive creation issues, remove unneeded files before packaging. | |||
2014-02-26 | not ready for hudson | Waldemar Brodkorb | |
2014-02-26 | use separate stamp dir, enable openjdk for hudson | Waldemar Brodkorb | |
2014-02-25 | avoid overriding of mit krb5 include files | Waldemar Brodkorb | |
2014-02-23 | fix path to pkgrebuild | Waldemar Brodkorb | |
2014-02-22 | fix ppc64 toolchain building with eglibc, disable sparc uclibc (broken) | Waldemar Brodkorb | |
2014-02-20 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-02-20 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-02-20 | need to use gcc mode thumb, to compile glibc, CFLAGS is not enough | Waldemar Brodkorb | |
2014-02-20 | use firmware dir for logs | Waldemar Brodkorb | |
2014-02-19 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-02-19 | add mips64 toolchains, and microblaezel | Waldemar Brodkorb | |
2014-02-19 | fixes, there is no vars.mk included at this time of the build process | Waldemar Brodkorb | |
2014-02-19 | fix bindir path | Waldemar Brodkorb | |
2014-02-18 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |