Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make | |||
2014-06-08 | be consistent, do not use - in rootfs names | Waldemar Brodkorb | |
2014-06-02 | simplify adding new arch | Waldemar Brodkorb | |
Generate all data needed when adding a new arch or system. Recognize any changes in target/*/systems as reported as bug by Joerg. | |||
2014-06-02 | refactor CPU_ARCH/ARCH variables | Waldemar Brodkorb | |
After Joerg asked me about the difference between ADK_TARGET_ARCH and ADK_TARGET_CPU_ARCH I recognized many duplication of variables for this information. These patch fixes this up. Use make cleandir && make menuconfig && make | |||
2014-05-23 | fix symbol renaming bugs | Waldemar Brodkorb | |
2014-05-23 | more cleanup, *-enabled feature is unused, simplify | Waldemar Brodkorb | |
2014-05-23 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-23 | split targethelp from install target | Waldemar Brodkorb | |
cleanup target/*/Makefile stuff. | |||
2014-05-13 | resolve merge conflict | Waldemar Brodkorb | |
2014-04-07 | grub2 by default off | Waldemar Brodkorb | |
2014-03-29 | use xz instead of gzip, remove grub for qemu, add it only to ibm-x40 | Waldemar Brodkorb | |
2014-03-23 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-23 | need ADK_LINUX_&$ here | Waldemar Brodkorb | |
2014-03-23 | make optimiztion compiler flags configurable, default -Os -pipe | Waldemar Brodkorb | |
2014-03-18 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-18 | use archive without kernel | Waldemar Brodkorb | |
2014-03-17 | remove kernel choice, always use 64 bit for 64bit target | Waldemar Brodkorb | |
2014-03-17 | fix boot from disk for qemu targets | 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-16 | remove ADK_TARGET_WITH from qemu configs, is more dynamic. remove device ↵ | Waldemar Brodkorb | |
node creation for initramfs. | |||
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-01 | remove armeb, no hardware, no emulator to test, add armhf instead. fix some ↵ | Waldemar Brodkorb | |
toolchain archive creation issues, remove unneeded files before packaging. | |||
2014-02-18 | use bin directory for host binaries only, use new firmware directory for the ↵ | Waldemar Brodkorb | |
resulting firmware | |||
2014-02-15 | use newer kernel for toolchain building, fix some problems with ppc and m68k ↵ | Waldemar Brodkorb | |
toolchains | |||
2014-01-22 | add perl support for ppc64 eglibc | Waldemar Brodkorb | |
2014-01-06 | add full perl, first half of supported archs | Waldemar Brodkorb | |
2013-11-01 | fixup ppc64 qemu config | Waldemar Brodkorb | |
2013-09-25 | fix ppc64 toolchain build, refresh kernel config | 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-24 | ppc64 works with latest qemu, fix kernel config | Waldemar Brodkorb | |
2011-08-24 | better ppc64 support, qemu still hangs @ returning from prom_init | 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 | |