Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-01 | add basic support for x86_64 x32 abi, convert to miniconfig | Waldemar Brodkorb | |
2014-02-26 | disable hostfwd in qemu call, otherwise it conflicts running multiple qemus | Waldemar Brodkorb | |
2014-02-19 | add mips64 toolchains, and microblaezel | Waldemar Brodkorb | |
2014-02-18 | use bin directory for host binaries only, use new firmware directory for the ↵ | Waldemar Brodkorb | |
resulting firmware | |||
2014-02-17 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
Conflicts: TODO | |||
2014-02-17 | update to uClibc git from 02.2014 | Waldemar Brodkorb | |
2014-02-15 | use newer kernel for toolchain building, fix some problems with ppc and m68k ↵ | Waldemar Brodkorb | |
toolchains | |||
2013-11-09 | use bzImage target for x86, disable some unused systems for now | Waldemar Brodkorb | |
2013-11-07 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2013-11-07 | update valgrind to latest upstream version, strlen is not a function in ↵ | Waldemar Brodkorb | |
ld.so in latest glibc/eglibc setups, just remove the redirect for now. enable automatic building of debug subpackages. update TODO | |||
2013-11-06 | enable cirrus vga for qemu when xorg collection choosen, enable usb for ↵ | Waldemar Brodkorb | |
qemu-x86/qemu-x86-64 | |||
2013-02-28 | fix build for qemu-x86_64 and usb | Waldemar Brodkorb | |
2013-02-01 | add support for desktop pc | Waldemar Brodkorb | |
2013-01-31 | refresh kernel config | Waldemar Brodkorb | |
2012-10-12 | use TARGET_CFLAGS_LIBC without ABI cflags for glibc | Waldemar Brodkorb | |
2012-10-10 | fix 32 Bit multilib builds | Waldemar Brodkorb | |
2012-10-08 | finetune multilib support a lot, cleanup eglibc/glibc Makefiles while there | Waldemar Brodkorb | |
2012-10-05 | make libgcc static for busybox, make librt separate package, remove ↵ | Waldemar Brodkorb | |
dependency to libtirpc, disable inetd, add preliminary multilib support (not working right now),enable 32/64 bit kernel support for x86_64 | |||
2012-09-21 | refresh configs | Waldemar Brodkorb | |
2012-08-17 | enable create.sh from Thorsten, fixes cfgfs issues | Waldemar Brodkorb | |
2012-03-12 | enable usb boot for shuttle | Waldemar Brodkorb | |
2012-01-15 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2012-01-15 | mk/image.mk: improve and simplify initramfs generation | Phil Sutter | |
Using the kernel tools is a lot better than calling cpio ourselfs, as this way we can have it create device nodes for us. So no need to reopen /dev/console and things like that. While here, fix also initramfs compression (untested), as in my experience the kernel drops all symbols regarding compression from it's .config in the first compile phase. Probably one should make the actual compression algorithm configurable (and ideally depending on what the kernel supports for the given architecture). This is a rough hack based on what I'm using in the custom viprinux build file, so something like this is already running somewhere. ;) | |||
2012-01-15 | add 3.2.x support | Waldemar Brodkorb | |
2012-01-15 | target/x86_64/Makefile: fix blocking typo | Phil Sutter | |
2011-10-19 | make virsh, virt-install and kvm usable on shuttle pc | Waldemar Brodkorb | |
2011-10-15 | allow more than one kernel to be configured, add shuttle pc support | Waldemar Brodkorb | |
2011-10-12 | update gdb | Waldemar Brodkorb | |
2011-08-07 | add some meta data for x86_64 | Waldemar Brodkorb | |
2011-08-05 | activate fts in uClibc | Waldemar Brodkorb | |
2011-04-29 | rework toolchain only option | Waldemar Brodkorb | |
2011-01-03 | fix qemu targets, make them bootable again | Waldemar Brodkorb | |
2011-01-02 | make bulk fixes. fix toolchain building for sparc64/ppc | Waldemar Brodkorb | |
2010-12-31 | should be without path, just the name of the kernel | Waldemar Brodkorb | |
2010-12-31 | fix native builds | 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-01 | fix ipkg and ipkg tools, consolidate mdev.conf | Waldemar Brodkorb | |
cpio under macosx or bsd creates tar archives via stdin while using find . with leading ./. heirloom cpio shipped with OpenADK does remove the leading ./. Adopt ipkg busybox applet to work without ./. Fix ipkg-build to be faster and to use included cpio for inner tar creation. Dependency to GNU tar can now be dropped. | |||
2010-11-30 | fix sound on ibm x40 | Waldemar Brodkorb | |
2010-11-26 | implement the concept of target choice by embedded system or architecture | Waldemar Brodkorb | |
you can now choose between specific embedded systems like PC Engines ALIX boards, Foxboard, .. or between generic architecture support like x86, x86_64, mips, ... This does reduce the overhead of duplicate configuration files in target directory. Now qemu, toolchain and ibm x40 support is combined in one target directory target/x86. Distinguishing between hardware profiles happens via menu based configuration. (CPU choice for kernel, CFLAGS for package building, ..). We will see if this is the right direction. | |||
2010-11-23 | add runtime option for inittab configuration | Waldemar Brodkorb | |
2010-11-22 | enable cfgfs for x86/x86_64 targets | Waldemar Brodkorb | |
fix a bug, where the wrong cfgfs partition was used, when more than one cfgfs partition is available. Always use the cfgfs partition from the block device, the system is booted. | |||
2010-11-21 | archive rootfs includes kernel in tarball | Waldemar Brodkorb | |
2010-11-21 | use tty1 for ash job control | Waldemar Brodkorb | |
2010-11-18 | optimize shuttle and ibmx40 hardware profile | Waldemar Brodkorb | |
2010-11-18 | convert qemu for x86/x86_64 to hardware profiles | Waldemar Brodkorb | |
2010-11-17 | optimize build for hardware profile (x86/x86_64), optimize chroot installer ↵ | Waldemar Brodkorb | |
script | |||
2010-11-14 | update kernelconfig, be more generic | Waldemar Brodkorb | |
2010-11-14 | consolidate x86/x86_64 support | Waldemar Brodkorb | |
use hardware profiles, instead of extra target dirs. fix dependencies. |