Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-28 | add some basic infrastructure for qemu-system-m68k | Waldemar Brodkorb | |
Qemu emulates a Coldfire Evaluation board without MMU. As that is the first non-MMU platform in OpenADK I added ADK_TARGET_UCLINUX. Mksh can not be used for non-MMU, because it requires fork() for job control and other things. We use hush here. non-MMU support in uClibc does not have shared library support. Kernel does not start yet. So no runtime testing, but at least coldfire toolchain can be tested with uClibc-ng. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2014-06-27 | rework service startup, do not hardcode into postinst scripts | Waldemar Brodkorb | |
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-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-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-23 | update to latest upstream, cleanup makefile | Waldemar Brodkorb | |
2014-05-13 | use static-libgc not only for base, simplifies dependencies, just a few ↵ | Waldemar Brodkorb | |
bytes bigger for a xbmc build | |||
2014-05-05 | gnu sed no longer required, will be build as hosttool | Waldemar Brodkorb | |
2014-05-05 | enable network by default | Waldemar Brodkorb | |
2014-05-04 | small fix for the new services busybox stuff | Waldemar Brodkorb | |
2014-05-04 | dynamically start busybox’ services | Thorsten Glaser | |
2014-05-02 | create core package section, cleanup old installer stuff | Waldemar Brodkorb | |
2014-04-07 | allow to enable daemons on startup via menuconfig | Waldemar Brodkorb | |
2014-03-30 | rework hosttools building, add tools into package stuff | 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-06 | get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵ | Waldemar Brodkorb | |
not satisfying. | |||
2014-02-17 | fix installations of big packages with ipkg for some systems, like raspberry pi | Waldemar Brodkorb | |
2014-02-05 | start udhcpc with background option | Waldemar Brodkorb | |
2014-01-16 | fix cross-compile on OpenBSD host | Waldemar Brodkorb | |
2013-11-02 | update busybox to latest upstream | Waldemar Brodkorb | |
2013-10-22 | fix libmix packages, while checking all packages make some style cleanup | Waldemar Brodkorb | |
2013-10-18 | reorganize the handling of busybox applets, which needs to be disabled when ↵ | Waldemar Brodkorb | |
full programm is choosen by the user | |||
2013-09-13 | fix half way libgcc headache | Waldemar Brodkorb | |
2013-08-14 | sorry libgcc problem still exist. don't know why | Waldemar Brodkorb | |
2013-08-14 | prepare the base system without libgcc even for musl | Waldemar Brodkorb | |
2013-08-14 | musl libc compat updates | Waldemar Brodkorb | |
2013-08-12 | complete musl support, tested with qemu-arm | Waldemar Brodkorb | |
2013-07-12 | add ntpd support for mpdbox, fix smbclient package | Waldemar Brodkorb | |
2012-10-07 | support for 32/64 x86_64 multilib with eglibc | Waldemar Brodkorb | |
2012-10-05 | make libgcc static for busybox, make librt separate package, remove ↵ | Waldemar Brodkorb | |
dependency to libtirpc, disable inetd, add preliminary multilib support (not working right now),enable 32/64 bit kernel support for x86_64 | |||
2012-09-27 | use include path for native builds | Waldemar Brodkorb | |
2012-09-21 | add -pthread, needed for static linking | Waldemar Brodkorb | |
2012-08-30 | update busybox to latest stable version, refresh all Config.in files | Waldemar Brodkorb | |
2012-03-24 | update gcc, glibc and fix build breakage | Waldemar Brodkorb | |
2012-03-20 | allconfig fixes for lemote yeelong | Waldemar Brodkorb | |
2011-04-26 | package/busybox: CFLAGS variable seems to be handled since last minor update | Phil Sutter | |
Therefore drop the EXTRA_CFLAGS variable, as that makes gcc complain because of doubly passed -fhonour-copts parameter. | |||
2011-04-13 | disable cflags check | Waldemar Brodkorb | |
2011-04-12 | package/busybox: minor update, some fixes and comments | Phil Sutter | |
- update to 1.18.4 - introduce BB_MAKE_FLAGS, simplifying package/busybox/Makefile a bit - document how the package/busybox/config may be updated - document what needs to be done so one may drop 003-defaults.patch - update package/busybox/config, a few busybox features were not selectable | |||
2011-01-27 | fix segfault in ipkg applet, sync md5 hash implementation with busybox | Waldemar Brodkorb | |
2011-01-25 | entirely drop HOSTCC stuff | Waldemar Brodkorb | |
2011-01-06 | remove obsolete SUB_INSTALL stuff. | Waldemar Brodkorb | |
2011-01-06 | workaround for make package=busybox | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-06 | fix build error due to missing includes | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-01 | use /sbin for watchdog binary | 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-12-01 | fix ipkg and ipkg tools, consolidate mdev.conf | Waldemar Brodkorb | |
cpio under macosx or bsd creates tar archives via stdin while using find . with leading ./. heirloom cpio shipped with OpenADK does remove the leading ./. Adopt ipkg busybox applet to work without ./. Fix ipkg-build to be faster and to use included cpio for inner tar creation. Dependency to GNU tar can now be dropped. | |||
2010-11-28 | use desktop ps by default, add suid bit via postinst | Waldemar Brodkorb | |
2010-11-20 | unbreak on MirBSD (and, possibly, OpenBSD) | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2010-11-08 | check before calling ifdown if config exist | Waldemar Brodkorb | |
2010-09-18 | update to latest stable version | Waldemar Brodkorb | |