Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-28 | various small fixes, arm vexpress disk support is working now | Waldemar Brodkorb | |
2015-12-28 | add missing tools for cfgfs | Waldemar Brodkorb | |
2015-12-28 | qemu: fix host build | Waldemar Brodkorb | |
2015-12-27 | add needed busybox features for adktest | Waldemar Brodkorb | |
2015-12-27 | more xtensa improvements | Waldemar Brodkorb | |
2015-12-27 | various microblaze related fixes add back some missing patches | Waldemar Brodkorb | |
2015-12-26 | qemu-arm-vexpress: start working on flash support | Waldemar Brodkorb | |
2015-12-26 | remove utmp and who to fix musl issues while compiling busybox | Waldemar Brodkorb | |
2015-12-26 | mtd-utils: update to latest, patch from buildroot | Waldemar Brodkorb | |
2015-12-26 | fix compile for crisv10/crisv32 | Waldemar Brodkorb | |
2015-12-25 | fix ARC compile, hotfix from upstream | Waldemar Brodkorb | |
2015-12-25 | hide any errors | Waldemar Brodkorb | |
2015-12-25 | activate netcat and rdate for default busybox | Waldemar Brodkorb | |
2015-12-24 | openjdk7: update to latest stable version | Waldemar Brodkorb | |
2015-12-24 | add missing netinfo file | Waldemar Brodkorb | |
2015-12-23 | optimize for really small systems | Waldemar Brodkorb | |
Default to busybox hush for noMMU systems. Add busybox profiles to choose a minimal busybox config for noMMU systems. Add gdb git from ysato for h8/300 simulator. Change some kernel defaults to off to have a really small kernel. For bfin simulator the kernel+initramfs is smaller then 2MB in size. | |||
2015-12-23 | fix microblaze musl compile | Waldemar Brodkorb | |
2015-12-22 | gcj: update to 5.3.0 | Waldemar Brodkorb | |
2015-12-22 | mc: update to latest stable version | Waldemar Brodkorb | |
2015-12-22 | samba: update to latest stable version | Waldemar Brodkorb | |
2015-12-22 | libsndfile: update to latest stable version | Waldemar Brodkorb | |
2015-12-22 | openvpn: update to latest stable version | Waldemar Brodkorb | |
2015-12-22 | qemu: update to latest stable version | Waldemar Brodkorb | |
2015-12-22 | ruby: update to latest stable version | Waldemar Brodkorb | |
2015-12-22 | gst-plugins-base: update to latest stable version | Waldemar Brodkorb | |
2015-12-22 | gstreamer: update to latest stable version | Waldemar Brodkorb | |
2015-12-22 | git: update to latest stable version | Waldemar Brodkorb | |
2015-12-22 | dbus needs threads | Waldemar Brodkorb | |
2015-12-22 | strace: update to latest stable version, remove patches first and see what ↵ | Waldemar Brodkorb | |
is required | |||
2015-12-22 | rsync: update to latest stable version | Waldemar Brodkorb | |
2015-12-21 | opkg: update to latest, add host variant, enable gpg support | Waldemar Brodkorb | |
2015-12-21 | gnupg: update to latest | Waldemar Brodkorb | |
2015-12-21 | curl: add host variant | Waldemar Brodkorb | |
2015-12-21 | gpgme: new package | Waldemar Brodkorb | |
2015-12-21 | libgpg-error: update to latest | Waldemar Brodkorb | |
2015-12-21 | libassuan: new package | Waldemar Brodkorb | |
2015-12-21 | libarchive: new package | Waldemar Brodkorb | |
2015-12-21 | libstdc++ is part of gcc, use the version from gcc | Waldemar Brodkorb | |
2015-12-21 | libgcc is part of gcc and should use the version from gcc | Waldemar Brodkorb | |
2015-12-21 | bzip2 can be used from host | Waldemar Brodkorb | |
2015-12-19 | update u-boot to latest stable release, use libressl-host | Waldemar Brodkorb | |
2015-12-15 | BCM28XX uses mkknlimg which need GNU tr, check for it otherwise compile ↵ | Waldemar Brodkorb | |
coreutils on host | |||
2015-12-14 | use section tests | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-13 | mksh: update to latest stable release | Waldemar Brodkorb | |
2015-12-13 | add libexpat dependency | Waldemar Brodkorb | |
2015-12-13 | expat: update to latest stable version | 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-12-09 | another FreeBSD fix | Waldemar Brodkorb | |