summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-05translate aarch64 to arm64 for kernelWaldemar Brodkorb
2014-08-04disable bash internal mallocWaldemar Brodkorb
2014-08-04allow to set libc git via environmentWaldemar Brodkorb
2014-08-04add some debug related optimizationWaldemar Brodkorb
2014-08-04fix glibc git compileWaldemar Brodkorb
2014-08-04only link tinfo when availableWaldemar Brodkorb
2014-08-04musl is 1.1.4Waldemar Brodkorb
2014-08-04add musl git supportWaldemar Brodkorb
2014-08-01disable shared build for hostWaldemar Brodkorb
2014-08-01add rdate for adktestWaldemar Brodkorb
2014-08-01more patches for musl userland as buildsystemWaldemar Brodkorb
2014-08-01add libc-test packageWaldemar Brodkorb
2014-08-01when using OpenADK for toolchain building, a musl system have to use ↵Waldemar Brodkorb
-static-libgcc
2014-08-01add cpio and xz to devel collectionWaldemar Brodkorb
2014-08-01allow to use git version for C library.Waldemar Brodkorb
2014-08-01update to latest musl versionWaldemar Brodkorb
2014-07-31add uclibc test-suite packageWaldemar Brodkorb
2014-07-30it is m5208, not m5206Waldemar Brodkorb
2014-07-30only gzip is supported, do not add an extra symbolWaldemar Brodkorb
2014-07-30teeth must be used for testWaldemar Brodkorb
2014-07-30add ethers exampleWaldemar Brodkorb
2014-07-30update to beta5, x86 build fixWaldemar Brodkorb
2014-07-30minor m68k fixWaldemar Brodkorb
2014-07-30fix static buildWaldemar Brodkorb
2014-07-30add libuargp, always on in OpenADKWaldemar Brodkorb
2014-07-30enable inotify by default. uClibc test failure fix. it is useful anyway. can ↵Waldemar Brodkorb
be disabled to save space
2014-07-30allow static linkingWaldemar Brodkorb
2014-07-30remove la file mangling. packages should use pkg-config to find options for ↵Waldemar Brodkorb
static linking
2014-07-30use --staticWaldemar Brodkorb
2014-07-30add module unload support globally, useful for debuggingWaldemar Brodkorb
2014-07-30fix module placementWaldemar Brodkorb
2014-07-30Revert "add kernel config for qemu-sheb"Waldemar Brodkorb
This reverts commit fcdd332c65744831eb4a3b91b84e16042547b852.
2014-07-30update to beta4Waldemar Brodkorb
2014-07-30fix boot from diskWaldemar Brodkorb
2014-07-30add uclibc-ng sparc configWaldemar Brodkorb
2014-07-30add argp by defaultWaldemar Brodkorb
2014-07-29only remove object files, .c files are used to get test namesWaldemar Brodkorb
2014-07-29add host tar, GNU tar required for uClibc header installations.Waldemar Brodkorb
2014-07-29rework adk test stuff, use netcat to avoid socat/fork for non-MMUWaldemar Brodkorb
2014-07-29disable cfgfs for initramfsarchiveWaldemar Brodkorb
2014-07-29fix initrdramfsarchive targetWaldemar Brodkorb
2014-07-29add some options, which are required for uclibc-ng test scriptWaldemar Brodkorb
2014-07-29add initramfsarchive targets for m68kWaldemar Brodkorb
2014-07-28it is mac99Waldemar Brodkorb
2014-07-28fix patch after kernel updateWaldemar Brodkorb
2014-07-28use bamboo board emulation as default, ppc 44x without FPU. networking works ↵Waldemar Brodkorb
here.
2014-07-28disable gnu hash support in default config, will be enabled on demand laterWaldemar Brodkorb
2014-07-28add support for pcengines-apu booting from ssdWaldemar Brodkorb
2014-07-28add some basic infrastructure for qemu-system-m68kWaldemar Brodkorb
Qemu emulates a Coldfire Evaluation board without MMU. As that is the first non-MMU platform in OpenADK I added ADK_TARGET_UCLINUX. Mksh can not be used for non-MMU, because it requires fork() for job control and other things. We use hush here. non-MMU support in uClibc does not have shared library support. Kernel does not start yet. So no runtime testing, but at least coldfire toolchain can be tested with uClibc-ng. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2014-07-28test installed uClibcWaldemar Brodkorb