Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-24 | fix varname, disable optimization flags for config | Waldemar Brodkorb | |
2014-05-24 | make prereq quiet, check for gmake on OpenBSD | Waldemar Brodkorb | |
2014-05-05 | gnu sed no longer required, will be build as hosttool | Waldemar Brodkorb | |
2014-05-05 | gnu awk will be build, when not found | Waldemar Brodkorb | |
2014-05-03 | enable mksh, when not installed on the host | Waldemar Brodkorb | |
2014-04-14 | compile patch when not available on Host | Waldemar Brodkorb | |
2014-04-05 | fix iso building | Waldemar Brodkorb | |
2014-04-03 | add qemu host dependency | Waldemar Brodkorb | |
2014-03-31 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-31 | use gnu find on darwin | Waldemar Brodkorb | |
2014-03-31 | use HOST_BUILD_DIR to avoid rebuilding after make clean, add genext2fs to checks | Waldemar Brodkorb | |
2014-03-30 | add findutils do host machinery | Waldemar Brodkorb | |
2014-03-30 | add pkgconf, always needed | Waldemar Brodkorb | |
2014-03-30 | build hosttools only when not available or required | Waldemar Brodkorb | |
2014-03-30 | build host tools on demand, when not available on the host | Waldemar Brodkorb | |
2014-03-26 | remove git as dependency, we now have snapshot tarballs | Waldemar Brodkorb | |
2014-03-19 | rework 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-08 | make a note how to create a sparse dmg file for mac users | Waldemar Brodkorb | |
2014-03-04 | add g++ check | Waldemar Brodkorb | |
2014-03-01 | move 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 | |||
2013-11-13 | refresh list of required tools | Waldemar Brodkorb | |
2013-11-02 | remove 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-10-28 | fix host build stuff and update-patches, convert cifs-utils and libaudiofile ↵ | Waldemar Brodkorb | |
to new autotool infrastructure | |||
2013-07-10 | add bc, required for new linux kernels | Waldemar Brodkorb | |
2012-01-15 | update Linux kernels, add support for compression choice | Waldemar Brodkorb | |
2011-08-19 | some kernels use LZMA, some XZ by default now. Check both tools. | Waldemar Brodkorb | |
2011-03-30 | allow lzma or newer xz-utils to be used | Waldemar Brodkorb | |
2011-01-25 | entirely drop HOSTCC stuff | 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-30 | avoid gnu tar features, use cpio instead. | Waldemar Brodkorb | |
2010-11-13 | optimize case-sensitive filesystem checks | Waldemar Brodkorb | |
2010-08-01 | remove unzip dependency, use delivered cpio. some code cleanup | Waldemar Brodkorb | |
2010-07-29 | cpio no longer required, it is delivered | Waldemar Brodkorb | |
2010-06-07 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-06-07 | gnu tar fixes for MacOS X host | Waldemar Brodkorb | |
2010-05-27 | search for ncurses headers in default cygwin location | Waldemar Brodkorb | |
2010-03-15 | some fixes suggested by mhofmann | Waldemar 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-03-12 | add new url, and wait a little bit | Waldemar Brodkorb | |
2010-02-19 | avoid autotools usage on host system | Waldemar Brodkorb | |
There are to many combinations of autotools on host systems. If you need to patch the autotool buildsystem of a package always add a autotool.patch and regenerate configure on your host. That is the most portable way. | |||
2010-02-09 | add support for netbsd. just minor fixes needed. | wbx | |
2009-12-24 | Merge commit 'origin/confgen' | Waldemar Brodkorb | |
finally autogenerate menu Config.in files and Depends.mk for packages. thx mirabilos Conflicts: .gitignore Makefile mk/build.mk package/eglibc/Config.in package/glibc/Config.in package/uclibc++/Config.in package/uclibc/Config.in rules.mk | |||
2009-12-19 | cygwin support refresh | U-windows7\wbx | |
2009-12-19 | update Cygwin info. Build works on NTFS. | Waldemar Brodkorb | |
- small registry change is needed on Windows 7 with NTFS and latest Cygwin 1.7. | |||
2009-12-18 | Avoid annoying warning when tar isn’t GNU tar | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2009-12-18 | deactivate cpp check, use gcc -E instead. | Waldemar Brodkorb | |
2009-12-18 | start initial MirBSD support | Waldemar Brodkorb | |
2009-10-24 | add basic qemu-arm support, add compression choice | Waldemar Brodkorb | |
2009-09-30 | fix tool dependency list add preliminary rpm backend support | Waldemar Brodkorb | |
2009-09-16 | make adk compile system work on shuttle | Waldemar Brodkorb | |
- add some missing packages like cpio, lzma and gnu wget - make microperl more featureful, needed for kernel-header installation - make a dependency to perl - fix header installation for $libc-dev package - fix 64bit uclibc setup, simplify gcc patches and totally unrelated - add preliminary kvm and libvirt support (not tested) | |||
2009-08-21 | cleanup eglibc/glibc Makefiles | Waldemar Brodkorb | |
- make it simpler and more equal - add dependency to gperf needed for new config system |