Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-06 | use one kernel config | Waldemar Brodkorb | |
2014-04-05 | add qemu-i486 | Waldemar Brodkorb | |
2014-04-05 | add generic pc | Waldemar Brodkorb | |
2014-04-02 | remove some unsupported root filesystems, use archive and install/create ↵ | Waldemar Brodkorb | |
scripts instead | |||
2014-03-29 | use xz instead of gzip, remove grub for qemu, add it only to ibm-x40 | Waldemar Brodkorb | |
2014-03-23 | make optimiztion compiler flags configurable, default -Os -pipe | Waldemar Brodkorb | |
2014-03-23 | fix dhcp client, when root is ro without cfgfs, simplify ipkg tmpdir stuff | Waldemar Brodkorb | |
2014-03-18 | use archive without kernel | Waldemar Brodkorb | |
2014-03-17 | fix boot from disk for qemu targets | Waldemar Brodkorb | |
2014-03-17 | use gcc 4.7.3 for sparc, 4.8.2 breaks kernel bootup, minor cleanup | Waldemar Brodkorb | |
2014-03-17 | optimize miniconfigs, enable netstuff by default | Waldemar Brodkorb | |
2014-03-16 | disable block driver for qemu emulators, can be activated via menuconfig | Waldemar Brodkorb | |
2014-03-14 | convert to miniconfig | Waldemar Brodkorb | |
only miniconfig is used for all targets. aranym support is still broken/experimental. 32 bit kernel support for 64 targets need to be fixed. tested on usb boot on ibm-x40 | |||
2014-03-08 | some work on qemu with graphic | Waldemar Brodkorb | |
2014-03-06 | get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵ | Waldemar Brodkorb | |
not satisfying. | |||
2014-03-04 | cleanup lzma kernel compression support, update lzma binary, remove not used ↵ | Waldemar Brodkorb | |
lzma-loader | |||
2014-03-01 | add x32 toolchain and kernel support | Waldemar Brodkorb | |
2014-03-01 | add basic support for x86_64 x32 abi, convert to miniconfig | Waldemar Brodkorb | |
2014-02-27 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-02-26 | disable hostfwd in qemu call, otherwise it conflicts running multiple qemus | Waldemar Brodkorb | |
2014-02-24 | fix disk boot | 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 | |||
2014-01-16 | disable seldom used targets, which are not well tested. can be enabled ↵ | Waldemar Brodkorb | |
again. send email to me | |||
2014-01-07 | add i686 and sparc support for perl package, use miniconfig | Waldemar Brodkorb | |
2014-01-04 | update firefox and dependencies | Waldemar Brodkorb | |
2013-12-16 | small fixes for iso target | Waldemar Brodkorb | |
2013-12-15 | need to merge third patch from Phil manually. disable on non Linux hosts | Waldemar Brodkorb | |
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-07-08 | update kernels | Waldemar Brodkorb | |
2013-04-29 | update to latest upstream | Waldemar Brodkorb | |
2013-01-19 | update to linux 3.7.3, disable aufs2, multimedia support needs reworking | Waldemar Brodkorb | |
2012-09-21 | refresh configs | Waldemar Brodkorb | |
2012-08-17 | enable create.sh from Thorsten, fixes cfgfs issues | Waldemar Brodkorb | |
2012-07-31 | add system description file | Waldemar Brodkorb | |
2012-07-31 | add support for virtualbox emulator | Waldemar Brodkorb | |
2012-07-24 | refresh kernel config, set hostname | Waldemar Brodkorb | |
2012-07-11 | use genext2fs on MacOS X to create qemu images | Waldemar Brodkorb | |
2012-02-17 | choose kernel for toolchain only builds | 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. ;) | |||
2011-08-31 | fix qemu-i686 network/block config | Waldemar Brodkorb | |
2011-08-29 | rename to be found by update-script | Waldemar Brodkorb | |
2011-08-27 | added intel atom target | warhog | |
2011-08-06 | fix conflict | Waldemar Brodkorb | |
2011-08-06 | use XZ instead of LZMA as default | Waldemar Brodkorb | |