Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-27 | disable skipping of kernel patches for buildall | Waldemar Brodkorb | |
2014-05-24 | cleankernel after addon changes | Waldemar Brodkorb | |
2014-05-24 | disable for buildall | Waldemar Brodkorb | |
2014-05-23 | fix symbol renaming bugs | Waldemar Brodkorb | |
2014-05-23 | disable lto,ssp and gold for buildall | Waldemar Brodkorb | |
2014-05-23 | more cleanup, *-enabled feature is unused, simplify | Waldemar Brodkorb | |
2014-05-23 | fix arch lists | Waldemar Brodkorb | |
2014-05-23 | simplify bulktargets, just use buildall | Waldemar Brodkorb | |
2014-05-23 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-18 | convert mips to use new targethelp make target, useful to just show the help ↵ | Waldemar Brodkorb | |
text after building | |||
2014-05-18 | disable thumb, remove deleted packages | Waldemar Brodkorb | |
2014-05-12 | use ADK_ prefix for environment variables | Waldemar Brodkorb | |
Very old problem, in the time I added glibc support to FreeWRT I had strange problems building glibc because V=99 was used. Now openjdk7 have problem with ARCH. Just use ADK_ prefix for all environment stuff to avoid this. | |||
2014-05-03 | add openjdk7 and pam to hudson build | Waldemar Brodkorb | |
2014-04-30 | use CLIB instead of LIBC to avoid clashes with uClibc buildsystem | Waldemar Brodkorb | |
2014-04-29 | exclude aarch64 from test-framework, set 3.13.11 as default kernel | Waldemar Brodkorb | |
2014-04-13 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-04-13 | disable gold for bulk builds | Waldemar Brodkorb | |
2014-04-13 | fix rebuild of initramfs list if package choice is changed | Waldemar Brodkorb | |
2014-04-10 | use libc specific toolchain arch list | Waldemar Brodkorb | |
2014-04-07 | disable start services for bulk/release builds | Waldemar Brodkorb | |
2014-04-07 | add gold support | Waldemar Brodkorb | |
2014-04-02 | fix superh toolchain building | Waldemar Brodkorb | |
2014-03-31 | use HOST_BUILD_DIR to avoid rebuilding after make clean, add genext2fs to checks | Waldemar Brodkorb | |
2014-03-30 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-30 | rework hosttools building, add tools into package stuff | Waldemar Brodkorb | |
2014-03-29 | install ipkg stuff only when choosen, be quit for rstrip, do not execute ↵ | Waldemar Brodkorb | |
make prereq | |||
2014-03-28 | fix sh big endian, fix x86_64 x32 packaging | Waldemar Brodkorb | |
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 |