summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)Author
2010-03-16avoid automatic installation of linker scriptsWaldemar Brodkorb
2010-03-07add gcc package to bulk builds againWaldemar Brodkorb
2010-03-06Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-03-06fix intermodule dependenciesWaldemar Brodkorb
2010-03-02Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadkWaldemar Brodkorb
2010-03-02only use optimization flags for non-debug buildsWaldemar Brodkorb
2010-03-01update rb532 to 2.6.33Waldemar Brodkorb
2010-02-28revert change, variable is used in update-patchesWaldemar Brodkorb
2010-02-27fix checksum check of toolchain archives after downloadWaldemar Brodkorb
and update alix/wrap targets to 2.6.33
2010-02-24Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-24fix compile of some packagesWaldemar Brodkorb
2010-02-24fetch.mk: allow directory removal to failPhil Sutter
This is helpful when the top-level build directory (the toolchain build dir in my case) is a mounted tmpfs (which therefore cannot be removed).
2010-02-22optimize kernel config for foxg20Waldemar Brodkorb
- boot from microsd now works - finetune adkinstall
2010-02-21rename ext2-cf target rootfs to ext2-blockWaldemar Brodkorb
- add a foxg20 adkinstaller (not working yet) - rename ext2-cf target rootfs to ext2-block
2010-02-21use TARGET_CROSS, minor indentation fixesWaldemar Brodkorb
2010-02-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-20add vendor string "openadk" to toolchain tripletWaldemar Brodkorb
With this change you can compile toolchains even when host cpu arch is identical to target cpu arch.
2010-02-19avoid autotools usage on host systemWaldemar Brodkorb
There are to many combinations of autotools on host systems. If you need to patch the autotool buildsystem of a package always add a autotool.patch and regenerate configure on your host. That is the most portable way.
2010-02-18on Linux use tsort and reverse with tac, On BSD use tsort -rWaldemar Brodkorb
2010-02-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-17fix rebuild of autotools by touching files in a correct orderWaldemar Brodkorb
from freewrt/openbsd
2010-02-17fix build on OpenBSD hostWaldemar Brodkorb
- add a wrapper script for autoconf and autoreconf to avoid ifdef gluecode for every OS/autoconf combination - need to add more autoconf version for NetBSD/MirBSD
2010-02-16Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadkWaldemar Brodkorb
2010-02-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-16disable BBCONFIG for allmodconfig/allconfigWaldemar Brodkorb
2010-02-16redirecting config/conf output to /dev/null is a bad ideaPhil Sutter
In fact, this leads to 'make oldconfig' waiting for user input without prompting her for any.
2010-02-16reduce overhead and fix for OpenBSD pkg-config implementationWaldemar Brodkorb
OpenBSD use a Perl implementation for pkg-config, which use PKG_CONFIG_LIBDIR, so this shouldn't be /dev/null. Using just PKG_CONFIG_LIBDIR to provide the cross-compiled headers and libraries is even enough for normal pkg-config.
2010-02-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-14add generic toolchain only supportWaldemar Brodkorb
remove special cases (tomtom/g1)
2010-02-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-14complete allmodconfig build on NetBSDWaldemar Brodkorb
2010-02-13add support for wireless access point with p54usb stickWaldemar Brodkorb
2010-02-13better TARGET matchingWaldemar Brodkorb
2010-02-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-13use /usr/libexec to avoid conflicts of binaries in /usr/sbinWaldemar Brodkorb
2010-02-12enable usb sound supportWaldemar Brodkorb
add mpg123 console mp3 player. A terratec usb soundadapter works fine on alix2d device. (0ccd:0077 TerraTec Electronic GmbH)
2010-02-09add support for netbsd. just minor fixes needed.wbx
2010-02-07make switch work, use ROOTFSUSERTARBALL where appropriateWaldemar Brodkorb
2010-02-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-07implement adkupdate and adkinstall for rb532 boardsWaldemar Brodkorb
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar Brodkorb
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used.
2010-02-04finetune make bulkWaldemar Brodkorb
add bulk targets for allmodconfig/allconfig. add more targets to the bulk list. use a separate .cfg directory for target-libc combinations.
2010-01-31fix nfs server stuffWaldemar Brodkorb
If you need ipv6, you should choose TIRPC flavour. This will install rpcbind, which is similar to portmap. For ipv4 only you can just use nfs-utils without TIRPC and portmap will be installed. Fix some kernel module dependencies. Add a new package rpcbind.
2010-01-30implement installation on nand and fix nand bootupWaldemar Brodkorb
rb532 nand usage fixed. Rename cfinstall to adkinstall to abstract from backend device used.
2010-01-30use target-libc combination for all builddirsWaldemar Brodkorb
IMPORTANT: do a make distclean before compiling after this commit. The directories for all build and bin directories changed, so that toolchains for different target-libc combinations can coexist. This might be usefule in the future for continous compiling after git commit, without rebuilding the toolchain. Rework busybox rebuild, when config changes. Not optimal, but at least working after this change to the directory structure.
2010-01-28disable KGDB for bulk buildsWaldemar Brodkorb
2010-01-23improve package name conversion to makefile variablePhil Sutter
No need to call sed here, as tr already does exactly what we want to, just by extending the expression passed to it.
2010-01-22add more fonts for X11. check installed fonts via xlsfontsWaldemar Brodkorb
2010-01-22fix newpackage target, translate - to _Waldemar Brodkorb
2010-01-21Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb