Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-17 | add gperf to tools, required for eglibc builds. do not ask the user to ↵ | Waldemar Brodkorb | |
install it | |||
2013-12-16 | small fixes for iso target | Waldemar Brodkorb | |
2013-12-15 | need to merge third patch from Phil manually. disable on non Linux hosts | Waldemar Brodkorb | |
2013-12-15 | add tools/syslinux | Phil Sutter | |
2013-12-15 | add tools/cdrtools | Phil Sutter | |
2013-11-07 | update 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-28 | fix host build stuff and update-patches, convert cifs-utils and libaudiofile ↵ | Waldemar Brodkorb | |
to new autotool infrastructure | |||
2013-10-24 | add pkg_arch_depends to dev subpackages | Waldemar Brodkorb | |
2013-10-22 | fix libmix packages, while checking all packages make some style cleanup | Waldemar Brodkorb | |
2013-10-21 | automatically create development subpackages, without user interaction, ↵ | Waldemar Brodkorb | |
depend on gcc for the target, simplifies a lot of library packages | |||
2013-10-18 | man 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-14 | add support for PKG_LIBC_DEPENDS to pkgmaker | Waldemar Brodkorb | |
2013-08-12 | add xmbc package for raspberry-pi target | Waldemar Brodkorb | |
2013-07-10 | quieten cpio on Cygwin | Waldemar Brodkorb | |
2012-07-11 | use genext2fs on MacOS X to create qemu images | Waldemar Brodkorb | |
2011-11-04 | move mkimage build to toplevel tools directory, required for avr32 kernel build | Waldemar Brodkorb | |
2011-09-17 | fix depmakes, similar bug as in pkgrebuild | Waldemar Brodkorb | |
2011-09-17 | fix package rebuilds. broken since PKG_FLAVOURS are possible for subpackages | Waldemar Brodkorb | |
2011-08-05 | add support for target system depends for packages | Waldemar Brodkorb | |
2011-07-17 | libcapi is not installed, fix depmaker bug, reported by Tobias | Waldemar Brodkorb | |
2011-05-18 | added functionality for string flavours and flavour dependencies | Tobias Breckle | |
Signed-off-by: Tobias Breckle <tobias@breckle.net> | |||
2011-04-26 | be sure libpthread-stubs is not skipped here | Waldemar Brodkorb | |
2011-04-08 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | wbx | |
2011-04-01 | add a java build tool directory | Waldemar 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-30 | fix non-verbose mode | wbx | |
2011-03-21 | fix compile on Darwin | Waldemar Brodkorb | |
2011-03-16 | fix build on a uclibc based system | Waldemar Brodkorb | |
2011-03-13 | CFLINE is only usable for the main package (atm) and should not apply to sub ↵ | Waldemar Brodkorb | |
package Config.in files | |||
2011-02-05 | add correct dependencies, when kernel modules are choosen via ↵ | Waldemar Brodkorb | |
flavour/choices and subpackages | |||
2011-01-26 | another HOSTCC elimination, thx hudson | Waldemar Brodkorb | |
2011-01-20 | pkgmaker: comment out debug output using #if 0 | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-18 | fix compile error with -Wall | Waldemar Brodkorb | |
2011-01-18 | rework PKG_FLAVOURS. Subpackages can have flavours, so | Waldemar Brodkorb | |
always add PKG_NAME to PKG_FLAVOURS variable. ala PKG_FLAVOURS_LIBNCURSES. Bug reported by Phil Sutter. | |||
2011-01-12 | pkgmaker: improve error message on missing package category | Phil 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-11 | add support for C++ packages, which need G++ compiler | Waldemar Brodkorb | |
2011-01-08 | variable name cleanup | Waldemar Brodkorb | |
2011-01-08 | rework and cleanup top level directory creation, avoid some unnecessary rebuils | Waldemar Brodkorb | |
2011-01-07 | use HOSTCC, HOSTCFLAGS, etc. here, too | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-07 | add varios patches... | Waldemar Brodkorb | |
eglibc should install nsswitch.conf and others. add -fhonour-copts to TARGET_CFLAGS. | |||
2011-01-04 | just warn, don't exit on Cygwin | Waldemar Brodkorb | |
2011-01-02 | when creating package flavours, depend on main package | Waldemar Brodkorb | |
2010-12-30 | fix some bugs, when starting with fresh checkout | Waldemar Brodkorb | |
2010-12-30 | rework architecture / embedded systems concept | Waldemar 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-25 | fix bug, f.e. glib package ignored by mistake | Waldemar Brodkorb | |
2010-11-22 | rebuild packages when subpackage choice changes by user | Waldemar Brodkorb | |
2010-11-20 | new GRUB2 installation script, derived from MirBSD bootblocks | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2010-11-20 | add tool to display the size of a HDD/CF/SD/MMC/USB in 512-byte sectors | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2010-11-18 | package defaults are only available for main package and shouldn't be ↵ | Waldemar Brodkorb | |
enabled for subpackages | |||
2010-11-10 | fix some compile issues | Waldemar Brodkorb | |
2010-11-03 | add missing target directory, when rebuilding | Waldemar Brodkorb | |