summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-21rename ext2-cf target rootfs to ext2-blockWaldemar Brodkorb
- add a foxg20 adkinstaller (not working yet) - rename ext2-cf target rootfs to ext2-block
2010-02-21disable alsa, otherwise madplay segfaultsWaldemar Brodkorb
2010-02-21Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-21Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadkWaldemar Brodkorb
2010-02-21add some finetuning stuff for foxg20 supportWaldemar Brodkorb
2010-02-21add device nodes for alsa supportWaldemar Brodkorb
2010-02-21disable obsolete options, add a generic php package with example configWaldemar Brodkorb
2010-02-21fix dependency for vorbis supportWaldemar Brodkorb
2010-02-21use more variables for init skriptWaldemar Brodkorb
2010-02-21use TARGET_CROSS, minor indentation fixesWaldemar Brodkorb
2010-02-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-20add vendor string "openadk" to toolchain tripletWaldemar Brodkorb
With this change you can compile toolchains even when host cpu arch is identical to target cpu arch.
2010-02-20update todo, NetBSD build works fine nowWaldemar Brodkorb
2010-02-20touch gpsd header file to avoid autoheader callingWaldemar Brodkorb
2010-02-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-19avoid autotools usage on host systemWaldemar Brodkorb
There are to many combinations of autotools on host systems. If you need to patch the autotool buildsystem of a package always add a autotool.patch and regenerate configure on your host. That is the most portable way.
2010-02-19Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-19first try to get eglibc/glibc based toolchain workingWaldemar Brodkorb
when HOST == TARGET eglibc/glibc toolchain does not compile correctly. With this patches at least eglibc compiles fine. There still exist a problem with glibc. Someone should check what diff in eglibc make the build work :}
2010-02-19enable advanced realtime for all targetsWaldemar Brodkorb
2010-02-18avoid calling auttool stuffWaldemar Brodkorb
2010-02-18remove cbtt, I never used it. And the makefiles just suckzWaldemar Brodkorb
2010-02-18Avoid/Fix build on OpenBSD host systemWaldemar Brodkorb
2010-02-18on Linux use tsort and reverse with tac, On BSD use tsort -rWaldemar Brodkorb
2010-02-17enable realtime extensions for foxg20Waldemar Brodkorb
2010-02-17update to latest upstreamWaldemar Brodkorb
2010-02-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-17add fallback for autoconfWaldemar Brodkorb
2010-02-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-17fix rebuild of autotools by touching files in a correct orderWaldemar Brodkorb
from freewrt/openbsd
2010-02-17fix build on OpenBSD hostWaldemar Brodkorb
- add a wrapper script for autoconf and autoreconf to avoid ifdef gluecode for every OS/autoconf combination - need to add more autoconf version for NetBSD/MirBSD
2010-02-17finetune foxg20 nfsrootWaldemar Brodkorb
- fix kernel module build - reduce kernel patch to minimim - remove old foxboard tools
2010-02-17boot via nfs works and I get a shellWaldemar Brodkorb
2010-02-16do not install man pagesWaldemar Brodkorb
2010-02-16Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadkWaldemar Brodkorb
2010-02-16add basic support for foxg20 toolchainWaldemar Brodkorb
2010-02-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-16update to latest upstreamWaldemar Brodkorb
2010-02-16hopefully fix my autotool regeneration patchesWaldemar Brodkorb
2010-02-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-16add initramfs+kernel targetWaldemar Brodkorb
2010-02-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-16fix OpenBSD compileWaldemar Brodkorb
2010-02-16disable BBCONFIG for allmodconfig/allconfigWaldemar Brodkorb
2010-02-16disable warnings, -Wextra does not exit on OpenBSD gccWaldemar Brodkorb
2010-02-16add OpenBSDWaldemar Brodkorb
2010-02-16redirecting config/conf output to /dev/null is a bad ideaPhil Sutter
In fact, this leads to 'make oldconfig' waiting for user input without prompting her for any.
2010-02-16disable broken or not ready targetsWaldemar Brodkorb
2010-02-16reduce overhead and fix for OpenBSD pkg-config implementationWaldemar Brodkorb
OpenBSD use a Perl implementation for pkg-config, which use PKG_CONFIG_LIBDIR, so this shouldn't be /dev/null. Using just PKG_CONFIG_LIBDIR to provide the cross-compiled headers and libraries is even enough for normal pkg-config.