Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-10-31 | rework installation scripts for block devices | Waldemar Brodkorb | |
Avoid sfdisk, parted and chroot to be more portable. Compile Host grub in target/tools, only used for ibmx40 target right now. Add pt - partition table manager from OpenWrt with some additions and portability fixes. Cfgfs support missing, coming soon. | |||
2010-09-29 | fix subpackage build dependencies | Waldemar Brodkorb | |
PKGSB_ variables containing the full symbol name, without leading main package symbol. Fix depmaker to check correctly. | |||
2010-09-28 | macosx compat patches | Waldemar Brodkorb | |
2010-09-25 | check complete directory name | Waldemar Brodkorb | |
otherwise libcapi20 is skipped like libc. | |||
2010-09-18 | fix order of subpackages | Waldemar Brodkorb | |
2010-09-18 | fix multi-binary packages, add missing dependency to main package | Waldemar Brodkorb | |
2010-09-16 | fintune rebuild stuff, fix some warnings | Waldemar Brodkorb | |
2010-09-15 | rebuild packages on flavour or choices change | Waldemar Brodkorb | |
add new target rebuild. make cpio and pacch quiet. Use bin/tools for cpio and mkcrypt. | |||
2010-09-14 | replace mksh scripts with faster C programs | Waldemar Brodkorb | |
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable. | |||
2010-07-30 | fix compile on Cygwin | Waldemar Brodkorb | |
2010-07-29 | fix basic build on OpenBSD | Waldemar Brodkorb | |
2010-07-29 | remove malloc.h includes, fix FreeBSD compile | Waldemar Brodkorb | |
2010-07-29 | NetBSD portability fixes | Waldemar Brodkorb | |
2010-07-29 | add a cpio implementation to tools directory | Waldemar Brodkorb | |
cpio utility is a mess in point of portability. For example NetBSD cpio implementation does not support userid and groupid changes for the archive. This feature is required for initramfs filesystem targets. This cpio is from the Heirloom project. Fix needed rebuild of tools, when changing targets. |