Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-02 | goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/ | Waldemar Brodkorb | |
2014-02-16 | add boot section | Waldemar Brodkorb | |
2014-01-13 | enable xbmc for ibmx40+musl, add system specific dependency for ↵ | Waldemar Brodkorb | |
pkgmaker/depmaker, port eudev and rework systemd package (not ready) | |||
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 | |
2011-08-05 | add support for target system depends for packages | Waldemar Brodkorb | |
2011-05-18 | added functionality for string flavours and flavour dependencies | Tobias Breckle | |
Signed-off-by: Tobias Breckle <tobias@breckle.net> | |||
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-20 | pkgmaker: comment out debug output using #if 0 | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
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-07 | add varios patches... | Waldemar Brodkorb | |
eglibc should install nsswitch.conf and others. add -fhonour-copts to TARGET_CFLAGS. | |||
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-18 | package defaults are only available for main package and shouldn't be ↵ | Waldemar Brodkorb | |
enabled for subpackages | |||
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-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. |