summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
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
2014-05-24fix varname, disable optimization flags for configWaldemar Brodkorb
2014-05-24remove suid bit from busybox, try experimental ping patch from John SpencerWaldemar Brodkorb
2014-05-24make prereq quiet, check for gmake on OpenBSDWaldemar Brodkorb
2014-05-23cleanup scripts dirWaldemar Brodkorb
2014-05-23more cleanup, *-enabled feature is unused, simplifyWaldemar Brodkorb
2014-05-23resolve merge conflictWaldemar Brodkorb
2014-05-18convert mips to use new targethelp make target, useful to just show the help ↵Waldemar Brodkorb
text after building
2014-05-09readd mikrotik rb532 supportWaldemar Brodkorb
2014-05-07fix some raspberry pi probsWaldemar Brodkorb
2014-05-06be more quietWaldemar Brodkorb
2014-05-05gnu sed no longer required, will be build as hosttoolWaldemar Brodkorb
2014-05-05gnu awk will be build, when not foundWaldemar Brodkorb
2014-05-04fix install scriptWaldemar Brodkorb
2014-05-03more flexible list of files to ignore when doing update-patchesThorsten Glaser
e.g. for use with autoconf, but also for build-time generated files that are part of the distfile Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2014-05-03quote more for “evil” evalThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2014-05-03delete old temporary files of previous run, in case it abortsThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2014-05-03further optimisationsThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2014-05-03use find -print0 with proper shell handlingThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2014-05-03pass patches NUL-terminatedThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2014-05-03move calling update-patches into a separate mksh script update-patches2 ↵Thorsten Glaser
handling quoting much better Signed-off-by: Thorsten Glaser <tg@mirbsd.org>