summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)Author
2014-03-19rework 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-19add ADK_RUNTIME_CONSOLE_SERIAL_DEVICE, minor cleanups while thereWaldemar Brodkorb
2014-03-18Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-18strip static libraries, use cortex a9 for toolchainsWaldemar Brodkorb
2014-03-18fix initramfs generation, use KERNEL_MAKE_OPTSWaldemar Brodkorb
2014-03-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-17add TOOLCHAIN_DIR supportWaldemar Brodkorb
establish an extra dir for toolchain. Better for preparing toolchain for other projetcs without host tools only used by openadk. Use /usr prefix. No symlink workarounds needed anymore.
2014-03-17use initramfsarchive for test frameworkWaldemar Brodkorb
2014-03-17fix boot from disk for qemu targetsWaldemar Brodkorb
2014-03-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-17fixups for x86_64 x32 toolchain, x86_64 32 still problematicWaldemar Brodkorb
- add a musl patch to recognize x86_64-foo-muslx32 - rework multilib configuration - remove explicit sjlj gcc configure, as suggested by the gcc docs - fix strace for x32
2014-03-16remove cleantarget at the momentWaldemar Brodkorb
we share all toolchains in host_<gnu_host_name> directory, so the existing cleantarget does not work as expected. remove it for now.
2014-03-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-16fix some kernel symbol stuff,found via allmodconfigWaldemar Brodkorb
2014-03-16fix armhf toolchain buildWaldemar Brodkorb
2014-03-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-16remove ADK_TARGET_WITH from qemu configs, is more dynamic. remove device ↵Waldemar Brodkorb
node creation for initramfs.
2014-03-15fix kernel build on Darwin for x86 targetsWaldemar Brodkorb
relocs tool uses some kind of regular expression, which does not work with the provided one. Use pcre in this case. Rework KERNEL_MAKE_OPTS while here. Use it in kernel-header, too.
2014-03-15startup fixesWaldemar 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-14remove oss emul support, no software in ADK needs oss.Waldemar Brodkorb
2014-03-14remove PKG, not sure for what it was usedWaldemar Brodkorb
2014-03-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-14enable some packages for m68k, use initrd stuff for aranymWaldemar Brodkorb
2014-03-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-14a bunch of adk-test-framework fixes.Waldemar Brodkorb
2014-03-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
update Xorg / Mesa Conflicts: TODO
2014-03-14convert to miniconfigWaldemar 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-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-13update to 3.10.33Waldemar Brodkorb
- add support for system specific patches, cubox-i and raspberry-pi patches are in conflict - fix hifiberry driver support
2014-03-13create tarballsWaldemar Brodkorb
2014-03-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-12convert lemote yeelong to miniconfigWaldemar Brodkorb
2014-03-12fix some modul dependsWaldemar Brodkorb
2014-03-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-12fix download targetWaldemar Brodkorb
2014-03-12add some working mirrorsWaldemar Brodkorb
2014-03-12break out of the loop on error, do not delete prereq.mk on cleanWaldemar Brodkorb
2014-03-11Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-11allow to build only for one libc via LIBC=Waldemar Brodkorb
2014-03-11finetune rebuild stuffWaldemar Brodkorb
need to rebuild kmod-packages, when removed. f.e. by hudson. fix kmod-soft-watchdog while there. Use bin directory for ldd to avoid a cpio failure.
2014-03-10fix typo, remove wm8804Waldemar Brodkorb
2014-03-10fix md5 hashWaldemar Brodkorb
2014-03-10Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-10add some bulktoolchain finetuningWaldemar Brodkorb
2014-03-10bump toolchain kernel headersWaldemar Brodkorb
2014-03-10kernel bump, add hifiberry device driversWaldemar Brodkorb
2014-03-10rename STAGING_DIR to STAGING_TARGET_DIR, since ADK_NATIVE is gone, there is ↵Waldemar Brodkorb
no difference
2014-03-09Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-09add the stable cubox-i kernel 3.10.30, add kernel patch from solidrun gitWaldemar Brodkorb