Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-08 | fix startup issues with kodi | Waldemar Brodkorb | |
2014-12-03 | we need a workaround for openssh, too | Waldemar Brodkorb | |
2014-10-23 | update config.guess/config.sub | Waldemar Brodkorb | |
2014-10-21 | allow to build with MacOS X Yosemite and Homebrew. | Waldemar Brodkorb | |
2014-10-17 | allow to keep data filesystem on update of kodi/mpd systems via install.sh | Waldemar Brodkorb | |
2014-10-11 | append fstab info for /data | Waldemar Brodkorb | |
2014-10-07 | -q breaks mkfs.vfat, reported by joern | Waldemar Brodkorb | |
2014-10-06 | be less verbose | Waldemar Brodkorb | |
2014-10-04 | fix cleaning of partitions, output device missing. reported by joern. seems ↵ | Waldemar Brodkorb | |
to be ignored by Darwin dd. | |||
2014-09-28 | update cmake, fix cmake config file | Waldemar Brodkorb | |
2014-09-28 | fix firewall startup | Waldemar Brodkorb | |
2014-09-28 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-09-27 | sometimes, umount(8) doesn’t do what it’s supposed to, on OSX… | Thorsten Glaser | |
2014-09-27 | create the data filesystem | Thorsten Glaser | |
2014-09-27 | generate and use a PARTUUID | Thorsten Glaser | |
2014-09-27 | auto-umount those annoying Mac OSX partitions | Thorsten Glaser | |
2014-09-27 | write a disk signature | Thorsten Glaser | |
2014-09-27 | port this to Mac OSX and various target devices, together with wbx | Thorsten Glaser | |
breaks BSD and DragonFly support (even more than it already was) and partially breaks noformat semantics; keeps -f broken | |||
2014-09-26 | fix syntax error | Waldemar Brodkorb | |
2014-09-25 | use host grep for Darwin | Waldemar Brodkorb | |
2014-08-29 | fix off by one sector error | Waldemar Brodkorb | |
2014-08-29 | add support for data partition | Waldemar Brodkorb | |
2014-08-23 | combine cubox-i and hummingboard support, same linux patches are required | Waldemar Brodkorb | |
2014-08-06 | use a more portable way for tarpkg | Waldemar Brodkorb | |
2014-08-06 | try to detect gnu bc | Waldemar Brodkorb | |
2014-08-06 | fix tar build, when gnu tar is missing | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2014-08-05 | clang does not know -static-libgcc on Darwin | Waldemar Brodkorb | |
2014-08-01 | when using OpenADK for toolchain building, a musl system have to use ↵ | Waldemar Brodkorb | |
-static-libgcc | |||
2014-07-29 | add host tar, GNU tar required for uClibc header installations. | Waldemar Brodkorb | |
2014-07-11 | make default mpdbox collection working out of the box | Waldemar Brodkorb | |
2014-07-08 | fix update-rcconf, rename adk-test package | Waldemar Brodkorb | |
2014-07-04 | add PARTUUID feature, enable other filesystems, experimental (ext4 tested on apu | Waldemar Brodkorb | |
2014-07-03 | add support for bulk builds with different endianess | Waldemar Brodkorb | |
2014-06-30 | add support for lz4 compressed kernel and initramfs | Waldemar Brodkorb | |
2014-06-29 | fix syntax error | Waldemar Brodkorb | |
2014-06-27 | rework service startup, do not hardcode into postinst scripts | Waldemar Brodkorb | |
2014-06-26 | add CONFIG_STYLE for cmake based packages, fixup cmake host install | Waldemar Brodkorb | |
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make | |||
2014-06-19 | cleanup | Waldemar Brodkorb | |
2014-06-18 | remove debug code | Waldemar Brodkorb | |
2014-06-17 | force filesystem creation | Waldemar Brodkorb | |
2014-06-16 | optimize environment variables, reduce duplicate stuff | Waldemar Brodkorb | |
2014-06-13 | fix ppc64/mips64 ADK_TARGET_KARCH var | Waldemar Brodkorb | |
2014-06-11 | make vbox target usable again | Waldemar Brodkorb | |
2014-06-03 | use a wrapper for install for Darwin | Waldemar Brodkorb | |
2014-06-02 | simplify adding new arch | Waldemar Brodkorb | |
Generate all data needed when adding a new arch or system. Recognize any changes in target/*/systems as reported as bug by Joerg. | |||
2014-05-29 | rework directory names | Waldemar Brodkorb | |
Sorry, need to change this again. Toolchain and target directories can not be usefully shared between systems with the same cpu arch. There are to many optimizations for gcc supplied libraries involved. Simplify even for qemu targets. | |||
2014-05-25 | fix update-patches, need continue 2 to exit from inner loop and outer loop | Waldemar Brodkorb | |
2014-05-24 | fix varname, disable optimization flags for config | Waldemar Brodkorb | |
2014-05-24 | remove suid bit from busybox, try experimental ping patch from John Spencer | Waldemar Brodkorb | |