summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
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>
2015-12-11Revert "rework prereq check"Waldemar Brodkorb
This reverts commit fba2ff31928b18364c1934654169806f5c800e23.
2015-12-11rework prereq checkwbx
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-09another FreeBSD fixWaldemar Brodkorb
2015-12-07autoconf: disable manpages/docsWaldemar Brodkorb
2015-12-07libnfc: new packageWaldemar Brodkorb
2015-12-06move packages to new section testsuiteWaldemar Brodkorb
2015-12-06ltp: use latest git version, move to new sectionWaldemar Brodkorb
2015-12-06add new section for test suitesWaldemar Brodkorb
2015-12-06install config.sub and config.guess alwaysWaldemar Brodkorb
We need it for toolchain components. Add latest config.sub/config.guess from upstream with a minor patch for sh2eb detection.
2015-12-06use PKG_KDEPENDSWaldemar Brodkorb
2015-12-06fix nfsroot interfaces, network is already configuredWaldemar Brodkorb
2015-12-06fix opus compile for ARM neon with -ffast-mathWaldemar Brodkorb
2015-12-06rpcbind: fix for new libtirpc from buildrootWaldemar Brodkorb
2015-12-06libtirpc: update to latest stable versionWaldemar Brodkorb
2015-12-06avahi: simplify, install utilsWaldemar Brodkorb
2015-12-06fix libstcxx packageWaldemar Brodkorb
2015-12-06Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb