summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
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
2015-12-06libressl: disable apps/testWaldemar Brodkorb
2015-12-06adktest: use poweroff for metag, tooWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-05harfbuzz: update to latest stable versionWaldemar Brodkorb
2015-12-05libpng: update to latest stable versionWaldemar Brodkorb
2015-12-05libmicrohttpd: update to latest stable versionWaldemar Brodkorb
2015-12-04dropbear: update to latest stable versionWaldemar Brodkorb
2015-12-04cmake: update to latest stable versionWaldemar Brodkorb
2015-12-04openssl: update to latest stable versionWaldemar Brodkorb
2015-12-04sysstat: update to latest stable versionWaldemar Brodkorb
2015-12-04zsh: update to latest stable versionWaldemar Brodkorb
2015-12-03use new PKG_KDEPENDS variableWaldemar Brodkorb
2015-12-03cryptodev-linux: update to latest stable versionWaldemar Brodkorb
2015-12-02simplify toolchain buildingWaldemar Brodkorb
Buildroot uses the two-stage mechanism since a while. This reduces the build time a lot. Instead of three stages, we just use the two-stage build. The benefit is that the C library do not need to be rebuild and one gcc compile is obsolete. Tested with embedded-test.sh. There is one unresolved problem, tile toolchain building is broken.
2015-12-01dovecot: update to latest stable versionWaldemar Brodkorb
2015-12-01mutt: update to latest stable versionWaldemar Brodkorb
2015-11-29brutefir: fix runtime problems on hummingboard, reported by OliverWaldemar Brodkorb
2015-11-29ffmpeg: update to latest stable versionWaldemar Brodkorb
2015-11-27opus: update to latest stable versionWaldemar Brodkorb
2015-11-27wpa_supplicant: update to latest stable versionWaldemar Brodkorb
2015-11-27iw: update to latest stable versionWaldemar Brodkorb
2015-11-27hostapd: update to latest stable versionWaldemar Brodkorb
2015-11-27olsrd: update to latest stable versionWaldemar Brodkorb
2015-11-27zile: unbreak uClibc-ng buildsWaldemar Brodkorb
2015-11-27xfsprogs: update to latest stable, unbreak for uClibc-ng buildsWaldemar Brodkorb
2015-11-27dosfstools: update to latest stable, use new github urlWaldemar Brodkorb