Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-18 | use create.sh as non-root | 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-09-05 | allow booting from image disk | Waldemar Brodkorb | |
2011-08-23 | finetune qemu-ppc support, usable now | Waldemar Brodkorb | |
2011-08-11 | qemu help | Waldemar Brodkorb | |
2011-08-09 | some powerpc fixes found via make bulk | Waldemar Brodkorb | |
2011-08-06 | add qemu support for basic testing | Waldemar Brodkorb | |
2011-04-29 | rework toolchain only option | 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-11-21 | add more generic arch support, barely tested | Waldemar Brodkorb | |
2010-11-18 | use hardware profiles for sparc/ppc targets | Waldemar Brodkorb | |