summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2015-12-29xorg: update all packages to latest stable version, remove mirror.mk entryWaldemar Brodkorb
2015-12-29firefox: update to latest stable version, runtime tested on IBM X40Waldemar Brodkorb
2015-12-28sync is used in adkinstallWaldemar Brodkorb
2015-12-28various small fixes, arm vexpress disk support is working nowWaldemar Brodkorb
2015-12-28add missing tools for cfgfsWaldemar Brodkorb
2015-12-28qemu: fix host buildWaldemar Brodkorb
2015-12-27add needed busybox features for adktestWaldemar Brodkorb
2015-12-27more xtensa improvementsWaldemar Brodkorb
2015-12-27various microblaze related fixes add back some missing patchesWaldemar Brodkorb
2015-12-26qemu-arm-vexpress: start working on flash supportWaldemar Brodkorb
2015-12-26remove utmp and who to fix musl issues while compiling busyboxWaldemar Brodkorb
2015-12-26mtd-utils: update to latest, patch from buildrootWaldemar Brodkorb
2015-12-26fix compile for crisv10/crisv32Waldemar Brodkorb
2015-12-25fix ARC compile, hotfix from upstreamWaldemar Brodkorb
2015-12-25hide any errorsWaldemar Brodkorb
2015-12-25activate netcat and rdate for default busyboxWaldemar Brodkorb
2015-12-24openjdk7: update to latest stable versionWaldemar Brodkorb
2015-12-24add missing netinfo fileWaldemar Brodkorb
2015-12-23optimize for really small systemsWaldemar 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-23fix microblaze musl compileWaldemar Brodkorb
2015-12-22gcj: update to 5.3.0Waldemar Brodkorb
2015-12-22mc: update to latest stable versionWaldemar Brodkorb
2015-12-22samba: update to latest stable versionWaldemar Brodkorb
2015-12-22libsndfile: update to latest stable versionWaldemar Brodkorb
2015-12-22openvpn: update to latest stable versionWaldemar Brodkorb
2015-12-22qemu: update to latest stable versionWaldemar Brodkorb
2015-12-22ruby: update to latest stable versionWaldemar Brodkorb
2015-12-22gst-plugins-base: update to latest stable versionWaldemar Brodkorb
2015-12-22gstreamer: update to latest stable versionWaldemar Brodkorb
2015-12-22git: update to latest stable versionWaldemar Brodkorb
2015-12-22dbus needs threadsWaldemar 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-21opkg: update to latest, add host variant, enable gpg supportWaldemar 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-19update u-boot to latest stable release, use libressl-hostWaldemar Brodkorb
2015-12-15BCM28XX uses mkknlimg which need GNU tr, check for it otherwise compile ↵Waldemar Brodkorb
coreutils on host
2015-12-14use section testsWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
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-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>