Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-02 | fix image creation | Waldemar Brodkorb | |
2011-08-29 | it must be cpuarch, otherwise qemu-mips is not distinguished from qemu-mipsel | Waldemar Brodkorb | |
2011-08-19 | some kernels use LZMA, some XZ by default now. Check both tools. | Waldemar Brodkorb | |
2011-08-17 | fix small bug, use architecture for filename qemu- | Waldemar Brodkorb | |
2011-08-06 | really compile openadk without host java and ant | Waldemar Brodkorb | |
2011-06-12 | update default kernel to 2.6.39 | Waldemar Brodkorb | |
2011-05-15 | fix bulktoolchain target | Waldemar Brodkorb | |
2011-05-06 | add no format option | Waldemar Brodkorb | |
2011-05-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-05-02 | libtool needs automake for libltdl | Waldemar Brodkorb | |
2011-05-02 | openjdk needs ant for now | Waldemar Brodkorb | |
2011-04-03 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-04-02 | port to OpenBSD and MirBSD | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-04-01 | avoid warning, when dir contains spaces | Waldemar Brodkorb | |
2011-03-31 | I am to tupid for git, today. | Waldemar Brodkorb | |
Revert "Revert "fix conflict, autoseect libgcj"" This reverts commit c2bd3a43342e37a05a97e12581dd2bd52993877a. | |||
2011-03-31 | Revert "fix conflict, autoseect libgcj" | Waldemar Brodkorb | |
This reverts commit ac46bdeef28bc2b65e1880884a79257c28e423a7, reversing changes made to 418fb3668f7140cc3e2ba07c354fe0d9bbb47d04. | |||
2011-03-31 | fix conflict, autoseect libgcj | Waldemar Brodkorb | |
2011-03-30 | allow lzma or newer xz-utils to be used | Waldemar Brodkorb | |
2011-03-28 | modify to work under Linux | Waldemar Brodkorb | |
2011-03-28 | add first step to get java working | Waldemar Brodkorb | |
2011-03-28 | avoid warnings on fresh checkout | Waldemar Brodkorb | |
2011-03-19 | use cpio instead of gnu tar, otherwise the /etc/mtab symlinks fails to be ↵ | Waldemar Brodkorb | |
included | |||
2011-03-08 | use a m4 wrapper for MacOS X | Waldemar Brodkorb | |
2011-03-03 | more native compile fixes on my ibm x40 | Waldemar Brodkorb | |
2011-02-24 | allow native build of a lot of packages | Waldemar Brodkorb | |
STAGING_TARGET_DIR is used for package Makefile's for include and library search path's. STAGING_DIR is used for common code in mk/ or Makefile/rules.mk. STAGING_TARGET_DIR is /usr when native builds are used. | |||
2011-02-16 | fix wording, add bind dependencies | Waldemar Brodkorb | |
2011-02-10 | add basic ccache support | Waldemar Brodkorb | |
2011-02-08 | many bugfixes for native adksystems and some package updates | Waldemar Brodkorb | |
2011-02-05 | fix build and runtime dependencies | Waldemar Brodkorb | |
2011-01-29 | krb5 needs bison on host system | Waldemar Brodkorb | |
2011-01-26 | add somemissing dependencies | Waldemar Brodkorb | |
2011-01-25 | entirely drop HOSTCC stuff | Waldemar Brodkorb | |
2011-01-12 | do not depend on host glib installation | Waldemar Brodkorb | |
2011-01-10 | fix some files, when someone moves the top directory | Waldemar Brodkorb | |
2011-01-04 | remove obsolete -, fails otherwise on Cygwin | Waldemar Brodkorb | |
2011-01-03 | fix qemu targets, make them bootable again | Waldemar Brodkorb | |
2011-01-02 | more make bulk fixes. sparc eglibc is broken. add special handling for qemu ↵ | Waldemar Brodkorb | |
targets | |||
2011-01-02 | fix native builds, enable hardware choices. enable parallelport for ibm-x40 | Waldemar Brodkorb | |
2011-01-02 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-02 | make bulk fixes. fix toolchain building for sparc64/ppc | Waldemar Brodkorb | |
2011-01-01 | fix recognition of BSD stat. now busybox stat works, too. | Waldemar Brodkorb | |
2010-12-31 | create empty file, when using defconfig. fix make bulk | Waldemar Brodkorb | |
2010-12-31 | fix native builds | Waldemar Brodkorb | |
2010-12-30 | fix some bugs, when starting with fresh checkout | Waldemar Brodkorb | |
2010-12-30 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-12-30 | fix startup scripts, fix stop routine | Waldemar Brodkorb | |
2010-12-30 | rework architecture / embedded systems concept | Waldemar Brodkorb | |
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;) | |||
2010-12-13 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-12-13 | setuid bit change for Xorg/sudo at install time | Waldemar Brodkorb | |
2010-12-13 | do not check for dependencies | Waldemar Brodkorb | |
this drastly reduces install time to fake root directory from 68 minutes to 3 minutes on my system. We use the ipkg applet on target, so this change should be harmful. |