summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-22git: update to latest stable versionWaldemar Brodkorb
2015-12-22dbus needs threadsWaldemar Brodkorb
2015-12-22refresh uClibc-ng config for microblazeWaldemar Brodkorb
2015-12-22add missing HOST_CFLAGS/HOSTCXX_FLAGSWaldemar Brodkorb
2015-12-22strace: update to latest stable version, remove patches first and see what ↵Waldemar Brodkorb
is required
2015-12-22rsync: update to latest stable versionWaldemar Brodkorb
2015-12-22fix DODEBUG and LDSO_GNU_HASH_SUPPORT settingsWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-22fix mksh testWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-21opkg: update to latest, add host variant, enable gpg supportWaldemar Brodkorb
2015-12-21fix with no modulesWaldemar Brodkorb
2015-12-21gnupg: update to latestWaldemar Brodkorb
2015-12-21curl: add host variantWaldemar Brodkorb
2015-12-21gpgme: new packageWaldemar Brodkorb
2015-12-21libgpg-error: update to latestWaldemar Brodkorb
2015-12-21libassuan: new packageWaldemar Brodkorb
2015-12-21libarchive: new packageWaldemar Brodkorb
2015-12-21libstdc++ is part of gcc, use the version from gccWaldemar Brodkorb
2015-12-21libgcc is part of gcc and should use the version from gccWaldemar Brodkorb
2015-12-21bzip2 can be used from hostWaldemar Brodkorb
2015-12-21finetune loggingWaldemar Brodkorb
2015-12-21use grep -iWaldemar Brodkorb
2015-12-21fix ppc64/sh4 glibc toolchain buildingWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-20use strings instead of modinfo for a portable wayWaldemar Brodkorb
Idea from Phil to have a portable method to find the kernel module dependencies. make-module-ipkgs.sh uses associative arrays, so check for bash version 4.
2015-12-20use gcc 4.9.3 for kinetis k70, newer gcc does not work with the old kernel ↵Waldemar Brodkorb
from emcraft
2015-12-19allow update-patchesWaldemar Brodkorb
2015-12-19update u-boot to latest stable release, use libressl-hostWaldemar Brodkorb
2015-12-19add simple fb for banana proWaldemar Brodkorb
2015-12-16fix make package=<foo> clean packageWaldemar Brodkorb
2015-12-15remove make.log on distcleanWaldemar Brodkorb
2015-12-15add message when c/c++ compiler not foundWaldemar Brodkorb
2015-12-15add newpackage target to wrapperWaldemar Brodkorb
2015-12-15BCM28XX uses mkknlimg which need GNU tr, check for it otherwise compile ↵Waldemar Brodkorb
coreutils on host
2015-12-15don't error out if directory is missingWaldemar Brodkorb
2015-12-15recognize clang befoe gcc, so that we set the right optionsWaldemar Brodkorb
2015-12-14forgot another important dir for old toolchainsWaldemar Brodkorb
2015-12-14docs: refresh to latest ADK changesWaldemar Brodkorb
2015-12-14be sure to create staging target /usr/lib, remove duplicate HOSTCCWaldemar Brodkorb
2015-12-14simplify qemu x86/x86_64 support, enable blockWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-14use section testsWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-13allow all*config used by jenkins buildserverWaldemar Brodkorb
2015-12-13gdb: update to latest stable versionWaldemar Brodkorb
2015-12-13mpfr: update to latest stable versionWaldemar Brodkorb
2015-12-13allow to fetch on redirectsWaldemar Brodkorb
2015-12-13mksh: update to latest stable releaseWaldemar Brodkorb
2015-12-13add libexpat dependencyWaldemar Brodkorb
2015-12-13expat: update to latest stable versionWaldemar Brodkorb
2015-12-13special case for defconfig used by embedded-test.shWaldemar Brodkorb
2015-12-13update to gcc 5.3.0, use as default compilerWaldemar Brodkorb
Tested with embedded-test.sh for all supported architectures. Only sh2 will require a new uClibc-ng (git) to compile successfully a toolchain. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-13rework prereq checkWaldemar 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-11Revert "rework prereq check"Waldemar Brodkorb
This reverts commit fba2ff31928b18364c1934654169806f5c800e23.