summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2014-05-05gnu sed no longer required, will be build as hosttoolWaldemar Brodkorb
2014-05-05gnu awk will be build, when not foundWaldemar Brodkorb
2014-04-14compile patch when not available on HostWaldemar Brodkorb
2014-03-30add findutils do host machineryWaldemar Brodkorb
2014-03-26clang/clang++ can be usedWaldemar Brodkorb
2014-03-26remove git as dependency, we now have snapshot tarballsWaldemar Brodkorb
2014-03-19rework getty/shell runtime options, add git as dependency, used in ↵Waldemar Brodkorb
base-files and is always good to create patches, get updates,..
2014-03-08add GNU find as dependency, add wrapper for DarwinWaldemar Brodkorb
2014-03-01move target/tools to tools, use ADK_HOST_NEED variable to build a tool, when ↵Waldemar Brodkorb
required. Add archivers to tools, remove prereq checks for them. Rename host_ dir in preparation for shared openadk source via nfs/smb from different host systems. Make some abi cleanup
2014-01-07add gnu bc, for bsd buildsystemsWaldemar Brodkorb
2013-11-13refresh list of required toolsWaldemar Brodkorb
2013-11-02remove dependencies to libiconv,pkg-config and file. use pkgconf and ↵Waldemar Brodkorb
libiconv-tiny instead. fixes glib compile on systems without libiconv/ native iconv implementation
2013-07-10add bc, required for new linux kernelsWaldemar Brodkorb
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