summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)Author
2014-08-04allow to set libc git via environmentWaldemar Brodkorb
2014-08-04add some debug related optimizationWaldemar Brodkorb
2014-08-04add musl git supportWaldemar 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-01allow to use git version for C library.Waldemar Brodkorb
2014-07-31add uclibc test-suite packageWaldemar Brodkorb
2014-07-30remove la file mangling. packages should use pkg-config to find options for ↵Waldemar Brodkorb
static linking
2014-07-29rework adk test stuff, use netcat to avoid socat/fork for non-MMUWaldemar Brodkorb
2014-07-29fix initrdramfsarchive targetWaldemar Brodkorb
2014-07-29add some options, which are required for uclibc-ng test scriptWaldemar 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-28add make when test suite is choosenWaldemar Brodkorb
2014-07-25disable microblaze for uClibc*, fix flash boot related issuesWaldemar Brodkorb
2014-07-25use a more portable way of find doing it.Waldemar Brodkorb
2014-07-22bump kernel versions, readd sm7xx driver for 3.15.xWaldemar Brodkorb
2014-07-09simplify defconfig, fix allmodconfigWaldemar Brodkorb
2014-07-09allow to build uClibc-ng nativelyWaldemar Brodkorb
2014-07-09allow to enable uclibc testsuiteWaldemar Brodkorb
2014-07-08allow enabling of ltp packageWaldemar Brodkorb
2014-07-08fix syntax error, ah sorryWaldemar Brodkorb
2014-07-08fix syntax errorWaldemar Brodkorb
2014-07-08allow to disable checksum for defconfigWaldemar Brodkorb
2014-07-08toplevel build directory changeWaldemar Brodkorb
Sorry, for the unstable changes. To build different cpu flavours and ABI's in parallel, it is required to have unique dirs.
2014-07-07bump to 3.15.4Waldemar Brodkorb
2014-07-07fix xfs module loadingWaldemar Brodkorb
2014-07-06allow preselection of ABIWaldemar Brodkorb
2014-07-06allow static building of toolchainWaldemar Brodkorb
2014-07-05fix libc preselectionWaldemar Brodkorb
2014-07-05update uClibc-ng to beta2Waldemar Brodkorb
2014-07-05add support for uClibc-ng in parallel to uClibc.Waldemar Brodkorb
This helps to find any regressions made in uClibc-ng.
2014-07-03add support for bulk builds with different endianessWaldemar Brodkorb
2014-06-30update sdl and sdl-imageWaldemar Brodkorb
be sure to link sdl-image to provided libpng, otherwise TexturePacker in XBMC build will silently fail to pack the png icons.
2014-06-30remove cleandir comment, add postconfig logic to inform user about rebuildWaldemar Brodkorb
2014-06-30add support for lz4 compressed kernel and initramfsWaldemar Brodkorb
2014-06-30bump kernelsWaldemar Brodkorb
2014-06-29only for muslWaldemar Brodkorb
2014-06-28no automatic rebuildWaldemar Brodkorb
2014-06-28fix build, remove dev warningsWaldemar Brodkorb
2014-06-27rework service startup, do not hardcode into postinst scriptsWaldemar Brodkorb
2014-06-27convert to cmake styleWaldemar Brodkorb
2014-06-26update gcj to 4.8.3, add experimental jamvm backend for openjdkWaldemar Brodkorb
2014-06-26add CONFIG_STYLE for cmake based packages, fixup cmake host installWaldemar Brodkorb
2014-06-25allow to disable checksum checkingWaldemar Brodkorb
2014-06-25grep target collectionsWaldemar Brodkorb
2014-06-25fix rebuild of base-files on network config changeWaldemar Brodkorb
2014-06-25try to overwrite cmdlineWaldemar Brodkorb
2014-06-25fix some audio driver stuff, add more dacs for rpiWaldemar Brodkorb
2014-06-24add more perl modules needed for lmsWaldemar Brodkorb