Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-03 | remove librt/libpthread packages, not required anymore | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> | |||
2016-09-05 | finetune logoutput | Waldemar Brodkorb | |
2016-04-28 | rename symbol name for toolchain only | Waldemar Brodkorb | |
2015-12-13 | rework prereq check | Waldemar Brodkorb | |
The new prereq check is completely implemented in POSIX shell in scripts/prereq.sh. It combines the old features from Makefile, scan-tools.sh, scan-pkgs.sh, reloc.sh and some wrappers for tools. The big benefit is to have all portability stuff in one place. Furthermore we can compile GNU make and bash on the fly, for systems lacking the required tools. All changes on the host are detected on the fly, no make prereq required anymore. The build process is separated in following three phases: 1. small wrapper Makefile is used for BSD make or GNU make 2. prereq.sh is called, doing all checking, calling Makefile.adk 3. old logic in Makefile.adk or mk/build.mk is used Tested successfully on Linux, MacOS X, Cygwin, FreeBSD, OpenBSD and NetBSD. An old depmaker bug was fixed, only optional host tools are compiled. For example, even when a host provides xz, a local xz was compiled in the past, because other packages had a build dependency on it. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-11 | Revert "rework prereq check" | Waldemar Brodkorb | |
This reverts commit fba2ff31928b18364c1934654169806f5c800e23. | |||
2015-12-11 | rework prereq check | wbx | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-11-15 | remove bitrotted uClibc++ support | Waldemar Brodkorb | |
Please use PKG_NEEDS for marking of packages needing C++ compiler. Remove the old bitrotted uClibc++ package and support for some packages. | |||
2015-10-11 | remove already disabled uClibc support, fix wrong PKG_LIBC_DEPENDS | Waldemar Brodkorb | |
2015-07-01 | first step to rework iconv setup | Waldemar Brodkorb | |
Add a choice to select libiconv, C library iconv or libiconv-tiny. | |||
2014-07-05 | add support for uClibc-ng in parallel to uClibc. | Waldemar Brodkorb | |
This helps to find any regressions made in uClibc-ng. | |||
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-16 | optimize environment variables, reduce duplicate stuff | Waldemar Brodkorb | |
2014-06-13 | reduce rebuild time, remove non-performant rebuild targets | Waldemar Brodkorb | |
2014-03-30 | rework hosttools building, add tools into package stuff | 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 | fix extra endif.. | Waldemar Brodkorb | |
2014-03-02 | goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/ | Waldemar Brodkorb | |
2013-10-28 | fix host build stuff and update-patches, convert cifs-utils and libaudiofile ↵ | Waldemar Brodkorb | |
to new autotool infrastructure | |||
2013-09-04 | add musl support | Waldemar Brodkorb | |
2013-08-12 | complete musl support, tested with qemu-arm | Waldemar Brodkorb | |
2011-01-08 | fix make clean target rule | Waldemar Brodkorb | |
correct the wrong path and remove the correct files on clean. Finetune more directory creation rules. | |||
2010-09-29 | update eglibc and ibm x40 target, fix macosx cross-compile | Waldemar Brodkorb | |
2010-09-28 | rework build dependencies | Waldemar Brodkorb | |
2010-09-16 | fintune rebuild stuff, fix some warnings | Waldemar Brodkorb | |
2010-09-15 | rebuild packages on flavour or choices change | Waldemar Brodkorb | |
add new target rebuild. make cpio and pacch quiet. Use bin/tools for cpio and mkcrypt. | |||
2010-07-16 | cygwin host build patches, mostly by deactivating packages | Waldemar Brodkorb | |
2010-02-09 | add support for netbsd. just minor fixes needed. | wbx | |
2010-01-30 | use target-libc combination for all builddirs | Waldemar Brodkorb | |
IMPORTANT: do a make distclean before compiling after this commit. The directories for all build and bin directories changed, so that toolchains for different target-libc combinations can coexist. This might be usefule in the future for continous compiling after git commit, without rebuilding the toolchain. Rework busybox rebuild, when config changes. Not optimal, but at least working after this change to the directory structure. | |||
2009-12-27 | fix make allmodconfig | Waldemar Brodkorb | |
update several packages, remove snort-wireless. | |||
2009-12-20 | also create list of package subdirs automatically; fix name mangling | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2009-12-17 | add sangam-atm package | Waldemar Brodkorb | |
- driver package for ag241 dsl modem, it loads, but we will see if it works.. | |||
2009-12-11 | remove scdp, does not compile after libnet update | Waldemar Brodkorb | |
- anyway, I never used it and there are no upstream updates | |||
2009-12-08 | add cirrus xorg driver for qemu | Waldemar Brodkorb | |
2009-12-04 | some more additions for gtk+ library porting | Waldemar Brodkorb | |
2009-12-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-12-04 | add skeleton for gtk+ | Waldemar Brodkorb | |
2009-11-29 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-11-29 | add etables, finetune squid package, more busybox finetuning | Waldemar Brodkorb | |
2009-11-29 | add grub source package and update grub-bin | Waldemar Brodkorb | |
2009-11-24 | update mpd, libvirt, php and openldap | Waldemar Brodkorb | |
- make more features available in mpd - add libmms package - do not call redundant clean on cleantarget | |||
2009-11-22 | make obexftp work with static linking, fix ipv6 dependency | Waldemar Brodkorb | |
2009-11-22 | more bulk build fixes | Waldemar Brodkorb | |
- update rtorrent, libtorrent and libsigc++ - add skeleton for cfinstaller - fix uclibc samba compile - fix parallel builds - update tcl - update iw - remove mac80211 package, use kernel integrated drivers - mark packages which can not be compiled parallel (make -j2) | |||
2009-11-20 | fix more uclibc bulk build errors and add sfdisk/parted | Waldemar Brodkorb | |
- add sfdisk and parted for nfsroot installations to cfdisk - fix more uclibc bulk build errors | |||
2009-11-15 | update pcre, add dansguardian (lightly tested) | Waldemar Brodkorb | |
2009-10-18 | update gcc, binutils, gdb, linux kernel, dnsmasq and alsa | Waldemar Brodkorb | |
WARNING: tested only on qemu-x86 | |||
2009-10-01 | abstract package backend, add perl | Linux User | |
2009-10-01 | some native build fixes | Linux User | |
- git package needs a better fix. but existing symlinks are broken build without perl - update curl to latest upstream, including libcurl-dev package - add libopenssl-dev package | |||
2009-09-16 | make libvirt usable, add python | Waldemar Brodkorb | |
not very well tested, but runs on shutlle | |||
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-09-10 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |