summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2014-01-15quieten compiler warningsWaldemar Brodkorb
2014-01-13enable xbmc for ibmx40+musl, add system specific dependency for ↵Waldemar Brodkorb
pkgmaker/depmaker, port eudev and rework systemd package (not ready)
2014-01-07add gnu bc, for bsd buildsystemsWaldemar Brodkorb
2013-12-17add gperf to tools, required for eglibc builds. do not ask the user to ↵Waldemar Brodkorb
install it
2013-12-16small fixes for iso targetWaldemar Brodkorb
2013-12-15need to merge third patch from Phil manually. disable on non Linux hostsWaldemar Brodkorb
2013-12-15add tools/syslinuxPhil Sutter
2013-12-15add tools/cdrtoolsPhil Sutter
2013-11-07update valgrind to latest upstream version, strlen is not a function in ↵Waldemar Brodkorb
ld.so in latest glibc/eglibc setups, just remove the redirect for now. enable automatic building of debug subpackages. update TODO
2013-10-28fix host build stuff and update-patches, convert cifs-utils and libaudiofile ↵Waldemar Brodkorb
to new autotool infrastructure
2013-10-24add pkg_arch_depends to dev subpackagesWaldemar Brodkorb
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-10-21automatically create development subpackages, without user interaction, ↵Waldemar Brodkorb
depend on gcc for the target, simplifies a lot of library packages
2013-10-18man page of strdup says it: These functions modify their first argument., ↵Waldemar Brodkorb
fix multiple PKG_{HOST,SYSTEM,LIBC,ARCH}_DEPENDS for subpackages
2013-08-14add support for PKG_LIBC_DEPENDS to pkgmakerWaldemar Brodkorb
2013-08-12add xmbc package for raspberry-pi targetWaldemar Brodkorb
2013-07-10quieten cpio on CygwinWaldemar Brodkorb
2012-07-11use genext2fs on MacOS X to create qemu imagesWaldemar Brodkorb
2011-11-04move mkimage build to toplevel tools directory, required for avr32 kernel buildWaldemar Brodkorb
2011-09-17fix depmakes, similar bug as in pkgrebuildWaldemar Brodkorb
2011-09-17fix package rebuilds. broken since PKG_FLAVOURS are possible for subpackagesWaldemar Brodkorb
2011-08-05add support for target system depends for packagesWaldemar Brodkorb
2011-07-17libcapi is not installed, fix depmaker bug, reported by TobiasWaldemar Brodkorb
2011-05-18added functionality for string flavours and flavour dependenciesTobias Breckle
Signed-off-by: Tobias Breckle <tobias@breckle.net>
2011-04-26be sure libpthread-stubs is not skipped hereWaldemar Brodkorb
2011-04-08Merge branch 'master' of git+ssh://openadk.org/git/openadkwbx
2011-04-01add a java build tool directoryWaldemar Brodkorb
following build tools seem to be required to cross-compile OpenJDK: - fastjar - classpath - gcj - jamvm - ecj Maybe cacao is better, maybe ant is required, too. ... hacking...
2011-03-30fix non-verbose modewbx
2011-03-21fix compile on DarwinWaldemar Brodkorb
2011-03-16fix build on a uclibc based systemWaldemar Brodkorb
2011-03-13CFLINE is only usable for the main package (atm) and should not apply to sub ↵Waldemar Brodkorb
package Config.in files
2011-02-05add correct dependencies, when kernel modules are choosen via ↵Waldemar Brodkorb
flavour/choices and subpackages
2011-01-26another HOSTCC elimination, thx hudsonWaldemar Brodkorb
2011-01-20pkgmaker: comment out debug output using #if 0Phil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-18fix compile error with -WallWaldemar Brodkorb
2011-01-18rework PKG_FLAVOURS. Subpackages can have flavours, soWaldemar Brodkorb
always add PKG_NAME to PKG_FLAVOURS variable. ala PKG_FLAVOURS_LIBNCURSES. Bug reported by Phil Sutter.
2011-01-12pkgmaker: improve error message on missing package categoryPhil Sutter
This patch bores up fatal_error(), so that it now takes arguments in printf-style, but without changing the basic semantics (i.e., messages prefixed by "Fatal error. " and trailing newline automatically appended). Signed-off-by: Phil Sutter <phil@nwl.cc>
2011-01-11add support for C++ packages, which need G++ compilerWaldemar Brodkorb
2011-01-08variable name cleanupWaldemar Brodkorb
2011-01-08rework and cleanup top level directory creation, avoid some unnecessary rebuilsWaldemar Brodkorb
2011-01-07use HOSTCC, HOSTCFLAGS, etc. here, tooThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-01-07add varios patches...Waldemar Brodkorb
eglibc should install nsswitch.conf and others. add -fhonour-copts to TARGET_CFLAGS.
2011-01-04just warn, don't exit on CygwinWaldemar Brodkorb
2011-01-02when creating package flavours, depend on main packageWaldemar Brodkorb
2010-12-30fix some bugs, when starting with fresh checkoutWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-11-25fix bug, f.e. glib package ignored by mistakeWaldemar Brodkorb
2010-11-22rebuild packages when subpackage choice changes by userWaldemar Brodkorb
2010-11-20new GRUB2 installation script, derived from MirBSD bootblocksThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-20add tool to display the size of a HDD/CF/SD/MMC/USB in 512-byte sectorsThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>