summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)Author
2014-12-03update 3.12.x kernel to 3.12.33Waldemar Brodkorb
Add latest changes to raspberry-pi support patch. Add rpi-proto driver patch.
2014-10-28update kernelsWaldemar Brodkorb
2014-10-23Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-10-21allow to build with MacOS X Yosemite and Homebrew.Waldemar Brodkorb
2014-10-11rework audio driver loading on rpiWaldemar Brodkorb
seems that i2s driver does not behave correctly when builtin. Add back driver modules for audio boards on rpi.
2014-10-11Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-10-07bump to 3.16.4Waldemar Brodkorb
2014-10-07quote PATH, might contain white spacesWaldemar Brodkorb
2014-10-06fix loading of bluetooth modulesWaldemar Brodkorb
2014-10-04make sound support monolithicWaldemar Brodkorb
It is really hard to get it right, with the dependencies in this case. So if a user wants sound support, he will just get it included in the kernel. If not, just do not activate it.
2014-09-28update cmake, fix cmake config fileWaldemar Brodkorb
2014-09-28fix audio kernel module build problemsWaldemar Brodkorb
2014-09-28fix perl cross-compile and some modules on Darwin hostWaldemar Brodkorb
2014-09-19fix buildWaldemar Brodkorb
2014-09-11use audio modules by defaultWaldemar Brodkorb
2014-09-08bump all kernels, remove 3.15Waldemar Brodkorb
2014-09-05now really a fixWaldemar Brodkorb
2014-09-05fix usage of ADK_TARGET_ARCHWaldemar Brodkorb
2014-09-04install sash as /bin/sh and remove special handlingThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2014-09-04disable parallel buildingWaldemar Brodkorb
2014-09-04removing elf2flt from CFLAGS, breaks sash compileWaldemar Brodkorb
2014-08-27add some libraries needed for XBMC on Solidrun IMX6Waldemar Brodkorb
2014-08-26activate some options, fix root= missingWaldemar Brodkorb
2014-08-26we need to remove crtbegin.o/crtend.o from gcc specs file. otherwise broken ↵Waldemar Brodkorb
executables (f.e. sash) with a wrong data start are created by elf2flt)
2014-08-26add sash, simpleinit and a uclibc config for nonmmu caseWaldemar Brodkorb
2014-08-15use 5307 for now, which results in a working userland. need to investigate.Waldemar Brodkorb
2014-08-15fix build on Darwin, need to find a way to get mkimage on Darwin laterWaldemar Brodkorb
2014-08-14forgot to update checksumWaldemar Brodkorb
2014-08-14bump kernel to 3.16.1Waldemar Brodkorb
2014-08-14add elf2flt, use it for m68k-nommu. bootup in qemu still fails.Waldemar Brodkorb
2014-08-11fix qemu-system-aarc64 bootupWaldemar Brodkorb
2014-08-07bump kernelsWaldemar Brodkorb
2014-08-06do not duplicate optimization cflagsWaldemar Brodkorb
2014-08-06okay, -static-libgcc breaks uClibc toolchain buildingWaldemar Brodkorb
2014-08-05another clang Darwin patchWaldemar Brodkorb
2014-08-05clang does not know -static-libgcc on DarwinWaldemar Brodkorb
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