Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-19 | use ADK_VERBOSE to be more consistent. | Waldemar Brodkorb | |
2014-12-19 | s/collections/appliances/ | Waldemar Brodkorb | |
2014-12-19 | remove package collection leftovers | Waldemar Brodkorb | |
2014-12-19 | use the new concept of appliances | Waldemar Brodkorb | |
- Sync with Kernel upstream Kconfig - use new feature visible - add a patch for select on choices https://lkml.org/lkml/2011/2/17/379 - rename ADK_LINUX -> ADK_TARGET_ARCH - remove package collection feature - add appliance feature to define a appliance more complete | |||
2014-12-13 | bump to 3.17.5 | Waldemar Brodkorb | |
2014-12-11 | add some needed packages for lms, update lms to latest. | Waldemar Brodkorb | |
2014-12-11 | don't check configured umask. we need to take care to create firmware ↵ | Waldemar Brodkorb | |
independent of umask setting in the shell | |||
2014-12-08 | bump kernel to 3.14.26 | Waldemar Brodkorb | |
2014-12-06 | forgot to update md5sum | Waldemar Brodkorb | |
2014-12-05 | bump kernel to 3.17.4 | Waldemar Brodkorb | |
2014-12-06 | add basic bits for c6x toolchains support | Waldemar Brodkorb | |
2014-12-03 | rename package collection dependencies | Waldemar Brodkorb | |
2014-12-03 | add bit and bytes to allow rpi-proto driver building. no runtime tests done. | Waldemar Brodkorb | |
2014-12-03 | update 3.12.x kernel to 3.12.33 | Waldemar Brodkorb | |
Add latest changes to raspberry-pi support patch. Add rpi-proto driver patch. | |||
2014-10-28 | update kernels | Waldemar Brodkorb | |
2014-10-23 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-10-21 | allow to build with MacOS X Yosemite and Homebrew. | Waldemar Brodkorb | |
2014-10-11 | rework audio driver loading on rpi | Waldemar Brodkorb | |
seems that i2s driver does not behave correctly when builtin. Add back driver modules for audio boards on rpi. | |||
2014-10-11 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-10-07 | bump to 3.16.4 | Waldemar Brodkorb | |
2014-10-07 | quote PATH, might contain white spaces | Waldemar Brodkorb | |
2014-10-06 | fix loading of bluetooth modules | Waldemar Brodkorb | |
2014-10-04 | make sound support monolithic | Waldemar 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-28 | update cmake, fix cmake config file | Waldemar Brodkorb | |
2014-09-28 | fix audio kernel module build problems | Waldemar Brodkorb | |
2014-09-28 | fix perl cross-compile and some modules on Darwin host | Waldemar Brodkorb | |
2014-09-19 | fix build | Waldemar Brodkorb | |
2014-09-11 | use audio modules by default | Waldemar Brodkorb | |
2014-09-08 | bump all kernels, remove 3.15 | Waldemar Brodkorb | |
2014-09-05 | now really a fix | Waldemar Brodkorb | |
2014-09-05 | fix usage of ADK_TARGET_ARCH | Waldemar Brodkorb | |
2014-09-04 | install sash as /bin/sh and remove special handling | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2014-09-04 | disable parallel building | Waldemar Brodkorb | |
2014-09-04 | removing elf2flt from CFLAGS, breaks sash compile | Waldemar Brodkorb | |
2014-08-27 | add some libraries needed for XBMC on Solidrun IMX6 | Waldemar Brodkorb | |
2014-08-26 | activate some options, fix root= missing | Waldemar Brodkorb | |
2014-08-26 | we 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-26 | add sash, simpleinit and a uclibc config for nonmmu case | Waldemar Brodkorb | |
2014-08-15 | use 5307 for now, which results in a working userland. need to investigate. | Waldemar Brodkorb | |
2014-08-15 | fix build on Darwin, need to find a way to get mkimage on Darwin later | Waldemar Brodkorb | |
2014-08-14 | forgot to update checksum | Waldemar Brodkorb | |
2014-08-14 | bump kernel to 3.16.1 | Waldemar Brodkorb | |
2014-08-14 | add elf2flt, use it for m68k-nommu. bootup in qemu still fails. | Waldemar Brodkorb | |
2014-08-11 | fix qemu-system-aarc64 bootup | Waldemar Brodkorb | |
2014-08-07 | bump kernels | Waldemar Brodkorb | |
2014-08-06 | do not duplicate optimization cflags | Waldemar Brodkorb | |
2014-08-06 | okay, -static-libgcc breaks uClibc toolchain building | Waldemar Brodkorb | |
2014-08-05 | another clang Darwin patch | Waldemar Brodkorb | |
2014-08-05 | clang does not know -static-libgcc on Darwin | Waldemar Brodkorb | |
2014-08-04 | allow to set libc git via environment | Waldemar Brodkorb | |