summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2014-12-21fix various automatic configuration targetsWaldemar Brodkorb
2014-12-19use the new concept of appliancesWaldemar 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-08fix startup issues with kodiWaldemar Brodkorb
2014-12-03we need a workaround for openssh, tooWaldemar Brodkorb
2014-10-23update config.guess/config.subWaldemar Brodkorb
2014-10-21allow to build with MacOS X Yosemite and Homebrew.Waldemar Brodkorb
2014-10-17allow to keep data filesystem on update of kodi/mpd systems via install.shWaldemar Brodkorb
2014-10-11append fstab info for /dataWaldemar Brodkorb
2014-10-07-q breaks mkfs.vfat, reported by joernWaldemar Brodkorb
2014-10-06be less verboseWaldemar Brodkorb
2014-10-04fix cleaning of partitions, output device missing. reported by joern. seems ↵Waldemar Brodkorb
to be ignored by Darwin dd.
2014-09-28update cmake, fix cmake config fileWaldemar Brodkorb
2014-09-28fix firewall startupWaldemar Brodkorb
2014-09-28Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-09-27sometimes, umount(8) doesn’t do what it’s supposed to, on OSX…Thorsten Glaser
2014-09-27create the data filesystemThorsten Glaser
2014-09-27generate and use a PARTUUIDThorsten Glaser
2014-09-27auto-umount those annoying Mac OSX partitionsThorsten Glaser
2014-09-27write a disk signatureThorsten Glaser
2014-09-27port this to Mac OSX and various target devices, together with wbxThorsten Glaser
breaks BSD and DragonFly support (even more than it already was) and partially breaks noformat semantics; keeps -f broken
2014-09-26fix syntax errorWaldemar Brodkorb
2014-09-25use host grep for DarwinWaldemar Brodkorb
2014-08-29fix off by one sector errorWaldemar Brodkorb
2014-08-29add support for data partitionWaldemar Brodkorb
2014-08-23combine cubox-i and hummingboard support, same linux patches are requiredWaldemar Brodkorb
2014-08-06use a more portable way for tarpkgWaldemar Brodkorb
2014-08-06try to detect gnu bcWaldemar Brodkorb
2014-08-06fix tar build, when gnu tar is missingWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2014-08-05clang does not know -static-libgcc on DarwinWaldemar Brodkorb
2014-08-01when using OpenADK for toolchain building, a musl system have to use ↵Waldemar Brodkorb
-static-libgcc
2014-07-29add host tar, GNU tar required for uClibc header installations.Waldemar Brodkorb
2014-07-11make default mpdbox collection working out of the boxWaldemar Brodkorb
2014-07-08fix update-rcconf, rename adk-test packageWaldemar Brodkorb
2014-07-04add PARTUUID feature, enable other filesystems, experimental (ext4 tested on apuWaldemar Brodkorb
2014-07-03add support for bulk builds with different endianessWaldemar Brodkorb
2014-06-30add support for lz4 compressed kernel and initramfsWaldemar Brodkorb
2014-06-29fix syntax errorWaldemar Brodkorb
2014-06-27rework service startup, do not hardcode into postinst scriptsWaldemar Brodkorb
2014-06-26add CONFIG_STYLE for cmake based packages, fixup cmake host installWaldemar Brodkorb
2014-06-21s/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-19cleanupWaldemar Brodkorb
2014-06-18remove debug codeWaldemar Brodkorb
2014-06-17force filesystem creationWaldemar Brodkorb
2014-06-16optimize environment variables, reduce duplicate stuffWaldemar Brodkorb
2014-06-13fix ppc64/mips64 ADK_TARGET_KARCH varWaldemar Brodkorb
2014-06-11make vbox target usable againWaldemar Brodkorb
2014-06-03use a wrapper for install for DarwinWaldemar Brodkorb
2014-06-02simplify adding new archWaldemar 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-29rework directory namesWaldemar 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-25fix update-patches, need continue 2 to exit from inner loop and outer loopWaldemar Brodkorb