Open Source Appliance Development Kit http://openadk.org

Waldemar Brodkorb 0b3dfd5b3e refresh list of required tools 10 lat temu
config 9436a026e2 activate GCC cflags check, cleanup FLAGS stuff in OpenADK. 13 lat temu
jtools 45cc60eae3 update to latest upstream version 11 lat temu
mk 81d2aa39b6 execute host-build 10 lat temu
package 1d6e936d17 ensure that host-compile is done always before cross-compile, otherwise shit happens. not always required by package build, but for now a limitation of the buildsystem, which reuses WRKDIR 10 lat temu
scripts 0b3dfd5b3e refresh list of required tools 10 lat temu
target 053eac1fed foxg20 use Image target 10 lat temu
tests b17c7212a4 fix qemu-i686 network/block config 12 lat temu
toolchain e8cd41bb46 Merge branch 'master' of git+ssh://openadk.org/git/openadk 10 lat temu
tools b59da8fc7b update valgrind to latest upstream version, strlen is not a function in ld.so in latest glibc/eglibc setups, just remove the redirect for now. enable automatic building of debug subpackages. update TODO 10 lat temu
.gitignore b17c7212a4 fix qemu-i686 network/block config 12 lat temu
BSDmakefile 7e5643c148 add back DEVELOPER=1 feature 10 lat temu
BUGS f89cb694c6 refresh BUG list 10 lat temu
COPYING 219a6dab89 Initial import 15 lat temu
Config.in c55a696b9c enable variable kernel target name, qemu-mips targets use vmlinuz 10 lat temu
GNUmakefile 7e5643c148 add back DEVELOPER=1 feature 10 lat temu
LICENCE 8c16102bc8 add pthread dependency 14 lat temu
Makefile 90d5c8b73e automatically create development subpackages, without user interaction, depend on gcc for the target, simplifies a lot of library packages 10 lat temu
Makefile.inc c26f83a3f0 Fix BSD make 14 lat temu
README 0b3dfd5b3e refresh list of required tools 10 lat temu
THANKS a32d9bd883 add Tobias to the list of contributors 12 lat temu
TODO 895b343e0f refresh TODO 10 lat temu
rules.mk c55a696b9c enable variable kernel target name, qemu-mips targets use vmlinuz 10 lat temu

README

OpenADK - A GNU/Linux construction kit
======================================

This is a menu based buildsystem for your home made embedded Linux system.

Before you can start you need to install some tools:
- bash
- gcc
- binutils
- GNU make
- GNU m4
- GNU awk
- GNU sed
- tar
- patch
- gzip
- bzip2
- lzop
- lzma
- xz
- wget
- libc headers
- ncurses5 headers
- zlib headers
- perl
- bc
- xargs

There is a check for the required versions of these tools in advance, though.
(to re-issue the checks, use "make prereq").

Please use "make menuconfig" to choose your target architecture and
embedded system and configure like you want to.

Simply running 'make' will build the firmware for your embedded system. The
buildsystem will download all sources, build the toolchain, the kernel and all
applications.

To switch to another target configuration, simply run "make switch". This will
backup your existing configuration and will start with an empty one.

Sunshine!