Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-20 | DEVICE must be substituted more than once in the line | Waldemar Brodkorb | |
2014-03-19 | rework getty/shell runtime options, add git as dependency, used in ↵ | Waldemar Brodkorb | |
base-files and is always good to create patches, get updates,.. | |||
2014-03-19 | add ADK_RUNTIME_CONSOLE_SERIAL_DEVICE, minor cleanups while there | Waldemar Brodkorb | |
2014-03-15 | startup fixes | Waldemar Brodkorb | |
- always use /sbin/init, even for initramfs - mount devtmpfs for initramfs automatically in kernel space - fix armhf for adk-test-framework - remove mdev -s on boot, I think it is unneeded, takes very long on Qemu systems - add alias for ro/rw remounts of / - remove old /init and rc.shutdown, both unused | |||
2014-03-14 | a bunch of adk-test-framework fixes. | Waldemar Brodkorb | |
2014-03-14 | add cifs example, disable busybox internal cifs code | Waldemar Brodkorb | |
2014-03-14 | rename correctly | Waldemar Brodkorb | |
2014-03-12 | separate local and net mounts, ignore comments | Waldemar Brodkorb | |
2014-03-11 | add adk-test-tools package | Waldemar Brodkorb | |
- scripts to shutdown qemu from linux - only start klogd when printk is available | |||
2014-03-10 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-10 | add fs startup script for net mounts and data mount points | Waldemar Brodkorb | |
2014-03-10 | make printk option configurable via menuconfig | Waldemar Brodkorb | |
2014-03-07 | use standard busybox init, remove previously used /init. some configs and ↵ | Waldemar Brodkorb | |
ideas from buildroot project | |||
2014-03-04 | try to add support for graphical qemu | Waldemar Brodkorb | |
2014-03-01 | move target/tools to tools, use ADK_HOST_NEED variable to build a tool, when ↵ | Waldemar Brodkorb | |
required. Add archivers to tools, remove prereq checks for them. Rename host_ dir in preparation for shared openadk source via nfs/smb from different host systems. Make some abi cleanup | |||
2014-02-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-02-26 | rework arm support, add qemu arm model vexpress for cortex-a9 emulation ↵ | Waldemar Brodkorb | |
(hard float) | |||
2014-02-26 | update kernel 3.4.x, fixes for lemote yeelong users | Waldemar Brodkorb | |
2014-02-19 | fixes, there is no vars.mk included at this time of the build process | Waldemar Brodkorb | |
2014-02-17 | fix installations of big packages with ipkg for some systems, like raspberry pi | Waldemar Brodkorb | |
2014-02-04 | remove firmware loading script, mdev supports it out-of-the-box now | Waldemar Brodkorb | |
2014-01-20 | finetune startup, avoid kernel messages on tty | Waldemar Brodkorb | |
2014-01-06 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2013-12-28 | convert microblaze to miniconfig kernel config generation, add support for ↵ | Waldemar Brodkorb | |
squashfs and jffs2 rootfs for qemu-microblaze, add support for both machine emulations | |||
2013-12-12 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2013-12-12 | new mdev fix | Waldemar Brodkorb | |
2013-12-08 | add support for microblaze architecture, tested with qemu-system-microblaze{,el} | 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-02 | remove dependencies to libiconv,pkg-config and file. use pkgconf and ↵ | Waldemar Brodkorb | |
libiconv-tiny instead. fixes glib compile on systems without libiconv/ native iconv implementation | |||
2013-11-01 | fixup ppc64 qemu config | Waldemar Brodkorb | |
2013-10-17 | mount filesystems, after network, but before mpd | Waldemar Brodkorb | |
2013-10-05 | allow building of aranym eglibc/glibc images | Waldemar Brodkorb | |
2013-10-01 | add support for glibc/eglibc qemu-sh systems | Waldemar Brodkorb | |
2013-09-29 | bring qemu-sh and aranym-m68k in shape | Waldemar Brodkorb | |
2013-09-23 | ignore swap when umounting | Waldemar Brodkorb | |
2013-08-14 | use CPU_ARCH for ipkg.conf | Waldemar Brodkorb | |
2013-08-14 | fixes problem with musl, order of options seems important | Waldemar Brodkorb | |
2013-07-16 | umount all filesystems before network is going down | Waldemar Brodkorb | |
2013-07-11 | finetune error log, normal bootup should be error free | Waldemar Brodkorb | |
2013-07-11 | fix cifs mounts on bootup, mount -a after network initialization. add ↵ | Waldemar Brodkorb | |
LD_LIBRARY_PATH for raspberry pi special vc tools | |||
2013-04-29 | channel is not required anymore for STA mode | Waldemar Brodkorb | |
2013-04-22 | allow the use of WEP | Waldemar Brodkorb | |
2012-08-28 | do not flush addresses on deconfig, otherwise ipv6 link-local address is ↵ | Waldemar Brodkorb | |
removed and radvd doesn't work as expected | |||
2012-04-07 | enable debug to stdout, use 8 characters for example wpa passphrase | Waldemar Brodkorb | |
2012-03-20 | add simple lemote disk installer | 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 | Allow leaving /etc as untouched as possible | Phil Sutter | |
For customized setups, it's hard to control what files get installed into /etc since in addition to the base-files package, any other package may install a sample config. When two packages provide the same file, which one of them makes it into the image depends on the order of them being installed. Solving this problem is not as trivial, as there are packages which must be allowed to install stuff into /etc. Best examples are base-files and ca-certificates. This patch solves the problem by adding another PKG_template flag "force_etc", which one can define in order to override the as well new Config.in symbol "ADK_LEAVE_ETC_ALONE". | |||
2011-12-03 | add empty services file, needed for adk buildserver (strange) | Waldemar Brodkorb | |
2011-10-23 | sync before umount | Waldemar Brodkorb | |
2011-10-20 | try to mount secondary filesystems after modules are loaded | Waldemar Brodkorb | |