Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-21 | libstdc++ is part of gcc, use the version from gcc | Waldemar Brodkorb | |
2015-12-06 | fix libstcxx package | Waldemar Brodkorb | |
2015-10-11 | remove already disabled uClibc support, fix wrong PKG_LIBC_DEPENDS | Waldemar Brodkorb | |
2015-02-05 | use noremove here. | Waldemar Brodkorb | |
2014-09-26 | add support for toolchain building for crisv32 architecture | Waldemar Brodkorb | |
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make | |||
2014-06-05 | fix missing kernel-version in libc-dev packages, add PKG_OPTS nostaging for ↵ | Waldemar Brodkorb | |
libc packages, to avoid cpio errors | |||
2014-05-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-24 | fix libstdcxx issues | Waldemar Brodkorb | |
2014-05-24 | remove PKG_NEED_CXX | Waldemar Brodkorb | |
2014-04-06 | fix path | Waldemar Brodkorb | |
2014-03-06 | get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵ | Waldemar Brodkorb | |
not satisfying. | |||
2014-03-02 | another endif fix | Waldemar Brodkorb | |
2014-03-02 | goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/ | Waldemar Brodkorb | |
2014-02-09 | fix openjdk7 toolchain workaround, add symlinks to reduce size of toolchains | Waldemar Brodkorb | |
2014-01-16 | good bye avr32, bad toolchain support, hardware is eol and no qemu emulator ↵ | Waldemar Brodkorb | |
available | |||
2013-12-28 | convert microblaze to miniconfig kernel config generation, add support for ↵ | Waldemar Brodkorb | |
squashfs and jffs2 rootfs for qemu-microblaze, add support for both machine emulations | |||
2013-11-13 | subversion is 13 | Waldemar Brodkorb | |
2013-10-11 | fix broken symlinks | Waldemar Brodkorb | |
2013-10-10 | fix build | Waldemar Brodkorb | |
2013-10-04 | fix package | Waldemar Brodkorb | |
2013-10-04 | add musl include | Waldemar Brodkorb | |
2013-09-30 | fix some build errors for lemote yeelong | Waldemar Brodkorb | |
2013-02-28 | fix compile with uclibc | Waldemar Brodkorb | |
2013-02-08 | update pango and all dependencies | Waldemar Brodkorb | |
2012-10-12 | fix multilib support | Waldemar Brodkorb | |
2011-02-26 | c++ compiler fixes | Waldemar Brodkorb | |
when C++ compiler is disabled by user, do not allow to compile packages , which require a C++ compiler. Older libtool unnecessary checks for c++ tools, so regenerate autotool stuff. | |||
2011-02-14 | allow cross-compile on Darwin, remove broken rpm package (unused). | Waldemar Brodkorb | |
2011-01-17 | these symlinks are required | Waldemar Brodkorb | |
2011-01-13 | allow cross-compile under Darwin, fix ppp install targets | 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-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-06 | massive whitespace cleanup (EOL), suggested by j.seitter | Waldemar Brodkorb | |
2010-06-22 | fix package names and package flavour dependencies | Waldemar Brodkorb | |
ipkg does not allow package names with uppercase, so revert some of phil changes. dependency handling of package flavours were broken, because of a chicken and egg problem. implement a new variable (PKGFS_XXX) containing flavour dependent package dependencies. | |||
2010-02-07 | change defaults for CONFIG/BUILD/INSTALL styles | Waldemar 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. | |||
2009-11-15 | update squid, openssl and tinyproxy to latest upstream version | Waldemar Brodkorb | |
2009-06-01 | remove unused $Id$ | Waldemar Brodkorb | |
- $id$ substitution is not apropriate for git scm | |||
2009-05-30 | optimize ipkg package management | Waldemar Brodkorb | |
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig | |||
2009-05-23 | - cleanup and document PKG_template, ARCH parameter is not needed anymore | Waldemar Brodkorb | |
- use CPU_ARCH for fake dir and ipkg - enable DEBUG option in menu and rename to ADK_DEBUG | |||
2009-05-17 | Initial import | wbx | |