summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-17do not include sysctl.h on muslWaldemar Brodkorb
2014-03-17optimize miniconfigs, enable netstuff by defaultWaldemar Brodkorb
2014-03-17enable utf8 and iso8859-1 by defaultWaldemar Brodkorb
2014-03-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-17fixups for x86_64 x32 toolchain, x86_64 32 still problematicWaldemar Brodkorb
- add a musl patch to recognize x86_64-foo-muslx32 - rework multilib configuration - remove explicit sjlj gcc configure, as suggested by the gcc docs - fix strace for x32
2014-03-16disable block driver for qemu emulators, can be activated via menuconfigWaldemar Brodkorb
2014-03-16remove cleantarget at the momentWaldemar 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-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-16disable for musl (aiccu, atftp), fix pcc typoWaldemar Brodkorb
2014-03-16fix some kernel symbol stuff,found via allmodconfigWaldemar Brodkorb
2014-03-16Merge branch 'master' of git+ssh://www.openadk.org/git/openadkWaldemar Brodkorb
Conflicts: TODO
2014-03-16add OpenADK manual.Waldemar Brodkorb
2014-03-16fix armhf toolchain buildWaldemar Brodkorb
2014-03-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-16update libdrmWaldemar Brodkorb
2014-03-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-16fix musl compileWaldemar Brodkorb
2014-03-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-16remove ADK_TARGET_WITH from qemu configs, is more dynamic. remove device ↵Waldemar Brodkorb
node creation for initramfs.
2014-03-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-16fix compile, fropm openwrtWaldemar Brodkorb
2014-03-15fix kernel build on Darwin for x86 targetsWaldemar Brodkorb
relocs tool uses some kind of regular expression, which does not work with the provided one. Use pcre in this case. Rework KERNEL_MAKE_OPTS while here. Use it in kernel-header, too.
2014-03-15Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-15remove my hack, not needed anymoreWaldemar Brodkorb
2014-03-15fix compile, use static linking for host toolWaldemar Brodkorb
2014-03-15Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-15startup fixesWaldemar 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-15remove server/client flavour, just install both examplesWaldemar Brodkorb
2014-03-15update to latest, fix musl compileWaldemar Brodkorb
2014-03-15another musl fixWaldemar Brodkorb
2014-03-15Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-15add some musl fixesWaldemar Brodkorb
2014-03-15add some mesa fixesWaldemar Brodkorb
2014-03-14remove oss emul support, no software in ADK needs oss.Waldemar Brodkorb
2014-03-14rework armhf stuffWaldemar Brodkorb
2014-03-14remove PKG, not sure for what it was usedWaldemar Brodkorb
2014-03-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-14enable some packages for m68k, use initrd stuff for aranymWaldemar Brodkorb
2014-03-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-14a bunch of adk-test-framework fixes.Waldemar Brodkorb
2014-03-14some fixesWaldemar Brodkorb
2014-03-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
update Xorg / Mesa Conflicts: TODO
2014-03-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-14add cifs example, disable busybox internal cifs codeWaldemar Brodkorb
2014-03-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-14fix m68k supportWaldemar Brodkorb
disable systems without thread local storage, not supported by OpenADK anymore. Remove m68k uclibc. fix kernel bootup in aranym.
2014-03-14rename correctlyWaldemar Brodkorb
2014-03-14add package presentprotoWaldemar Brodkorb
2014-03-14add package libxshmfenceWaldemar Brodkorb