Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-28 | fix cross-compile at least from x86 to x86_64 | Waldemar Brodkorb | |
2009-09-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-09-25 | add perl config for mips64 | Waldemar Brodkorb | |
2009-09-25 | disable uclibc for lemote, still broken | Waldemar Brodkorb | |
2009-09-23 | install hostpython to STAGIND_DIR for further usage | Waldemar Brodkorb | |
2009-09-23 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-09-23 | fix dropbear startup, add mips64 qemu bug notice | Waldemar Brodkorb | |
2009-09-23 | add static application build | Waldemar Brodkorb | |
barely tested, but working for mksh package and google g1 target | |||
2009-09-23 | add google g1 device support | Waldemar Brodkorb | |
- toolchain only - add tar.gz package backend - verified to work on device with a static linked mksh and eglibc | |||
2009-09-23 | update to latest upstream | Waldemar Brodkorb | |
2009-09-23 | add a BUG list, refresh TODO | Waldemar Brodkorb | |
2009-09-23 | remove admin account, add message after build how to login to the system | Waldemar Brodkorb | |
2009-09-23 | allow root login | Waldemar Brodkorb | |
2009-09-23 | convert bzero to memset, allow root login | Waldemar Brodkorb | |
2009-09-21 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-09-20 | fix header install | Waldemar Brodkorb | |
2009-09-18 | fix openssh compile, add path to cross libssl/libcrypto | Waldemar Brodkorb | |
2009-09-18 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-09-18 | fix openssl native compile | Waldemar Brodkorb | |
- we need cmp - we need strict.pm for most perlscripts - use correct TARGET_CROSS variables for native compiles - cosmetic changes to openssl package, add .so files so that it can be used by gcc | |||
2009-09-18 | make zlib compile natively | Waldemar Brodkorb | |
2009-09-17 | add a method to avoid /tmp as tmpfs | Waldemar Brodkorb | |
- useful f.e. for a shuttle pc - fix tty permissions, needed for non-root users | |||
2009-09-16 | remove leftover | Waldemar Brodkorb | |
2009-09-16 | make libvirt usable, add python | Waldemar Brodkorb | |
not very well tested, but runs on shutlle | |||
2009-09-16 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-09-16 | make adk compile system work on shuttle | Waldemar Brodkorb | |
- add some missing packages like cpio, lzma and gnu wget - make microperl more featureful, needed for kernel-header installation - make a dependency to perl - fix header installation for $libc-dev package - fix 64bit uclibc setup, simplify gcc patches and totally unrelated - add preliminary kvm and libvirt support (not tested) | |||
2009-09-13 | patch | Thorsten Glaser | |
From c056028f24ed7f93528e9643a2d7297789c20891 Mon Sep 17 00:00:00 2001 From: Thorsten Glaser <tg@mirbsd.org> Date: Sat, 12 Sep 2009 13:07:42 +0000 Subject: [PATCH] Fix PKG_OPTS+=noscripts MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit • Fix check PKG_OPTS for “noremove” (like DEB_BUILD_OPTIONS) • Add code for “noscripts”, as defined and requested by wbx Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2009-09-11 | avoid exit when rm fails | Waldemar Brodkorb | |
2009-09-11 | fix showstopper ;) | Waldemar Brodkorb | |
Accidently forgot to rename these, too. I removed redundant variables. TARGET_CROSS / KERNEL_CROSS | |||
2009-09-10 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-09-10 | try to use generated files | Waldemar Brodkorb | |
maybe we can remove the dependency to bison, flex and gperf | |||
2009-09-10 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-09-10 | update to latest upstream | Waldemar Brodkorb | |
2009-09-10 | make rootfs configurable, add ext4 support | Waldemar Brodkorb | |
2009-09-10 | small workaround | Waldemar Brodkorb | |
remove this static library, otherwise binutils cross-compile fails, because it tries to use it. | |||
2009-09-10 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-09-10 | eglibc compiles fine for arm | Waldemar Brodkorb | |
2009-09-10 | finally boot shuttle from raid1 root | Waldemar Brodkorb | |
you need to set hard disk partition types to type fd. I added a grub binary package, because grub does not allow to be cross-compiled from x86_64 for example without using a multilib gcc, which we do not support. | |||
2009-09-09 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-09-09 | add shuttle and tomtom device support | Waldemar Brodkorb | |
barely tested. TomTom support is for my tomtom rider 2 navigation system and is a new toolchain only target. I will add some special applications later. Shuttle is my ADK buildserver. At least I can boot via PXE and create software raid devices. Still need to figure out how to manage grub2 and how to integrate a disk installer or something like that. | |||
2009-09-09 | optimize libc-dev package | Waldemar Brodkorb | |
- remove some leftover debug code - add more header files in libc-dev packages - fix qemu-mips* hints | |||
2009-09-02 | make rescue for x86_64 usable as PXE netboot image | Waldemar Brodkorb | |
A kernel with initramfs piggyback can be used to boot via PXE, even when the network driver will be loaded later. My shuttle seems to be really fresh, no boot of Debian/lenny or newer was possible. Add some drivers I need for my shuttle. Use LZMA-compression for kernel and initramfs. Fix some lvm tool dependencies meanwhile.. | |||
2009-09-02 | mdadm package | Waldemar Brodkorb | |
useful package for software raid under linux. my realpath patch might be bad, but at least I could generate a raid0 on my new shuttle pc. | |||
2009-08-31 | config: update Kconfig-language.txt from current linus-2.6 git tree | Phil Sutter | |
2009-08-31 | add back in package iptables-snmp | Phil Sutter | |
This basically installs a shared object file for loading into snmpd so iptables information (chains and their counters) can be accessed via snmp. | |||
2009-08-31 | maradns: update to 1.3.07.09 | Phil Sutter | |
As easy as eatin' pancakes ;) | |||
2009-08-28 | core: allow selecting parallel builds | Phil Sutter | |
The value of CONFIG_ADK_MAKE_JOBS is being passed to make via the option '-j', in order to have it run multiple jobs simultaneously. This is done for all kernel builds, and per default for each package using the default BUILD_STYLE of 'auto', unless the package makefile defines PKG_NOPARALLEL to a non-empty string. | |||
2009-08-28 | kernel: simplify ADK_NATIVE test integration | Phil Sutter | |
2009-08-28 | make allmodconfig round for lemote yeelong target | Waldemar Brodkorb | |
2009-08-28 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-08-28 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |