summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2011-01-07update READMEWaldemar 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-12-11gnu tar no longer required, bsd tar is working, tooWaldemar Brodkorb
2010-09-14replace mksh scripts with faster C programsWaldemar 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-08-01remove unzip dependency, use delivered cpio. some code cleanupWaldemar Brodkorb
2010-07-29cpio no longer required, it is deliveredWaldemar Brodkorb
2010-07-01just a test commitWaldemar Brodkorb
2010-03-15some fixes suggested by mhofmannWaldemar Brodkorb
- check for m4, which is needed for gmp build - disable kernel compression choice, when toolchain-only is used - mentiond that registry change warning can be ignored
2010-02-28remove autotools, not requiredWaldemar Brodkorb
2010-01-20update some meta dataWaldemar Brodkorb
2009-09-30fix tool dependency list add preliminary rpm backend supportWaldemar Brodkorb
2009-08-21cleanup eglibc/glibc MakefilesWaldemar Brodkorb
- make it simpler and more equal - add dependency to gperf needed for new config system
2009-05-17Initial importwbx