Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-31 | resolve conflict | Waldemar Brodkorb | |
2010-12-31 | fix native builds | Waldemar Brodkorb | |
2010-12-31 | fix image creation | Waldemar Brodkorb | |
2010-12-30 | fix some bugs, when starting with fresh checkout | Waldemar Brodkorb | |
2010-12-30 | resolve merge conflicts | 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-23 | add new packages syslinux, nasm and qemu (not perfect..) | Waldemar Brodkorb | |
2010-12-16 | use target arch CFLAGS even for native builds | Waldemar Brodkorb | |
2010-12-14 | avoid output on post-extract | Waldemar Brodkorb | |
2010-12-13 | remove empty line | Waldemar Brodkorb | |
2010-12-13 | fix broken module dependencies | Waldemar Brodkorb | |
2010-12-11 | do not build python3 on bulk builds | Waldemar Brodkorb | |
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-30 | fix sound on ibm x40 | Waldemar Brodkorb | |
2010-11-30 | avoid gnu tar features, use cpio instead. | Waldemar Brodkorb | |
2010-11-30 | fix kernel module dependency to kmod-leds-class | Waldemar Brodkorb | |
2010-11-30 | enable hardware profile on native configurations | Waldemar Brodkorb | |
2010-11-28 | finetune bulk targets | Waldemar Brodkorb | |
2010-11-27 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-11-27 | fix build of glibc toolchains | Waldemar Brodkorb | |
2010-11-27 | make native builds of x11 apps work | Waldemar Brodkorb | |
2010-11-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-11-26 | add support for imagemagick package | Waldemar Brodkorb | |
2010-11-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-11-26 | add preliminary DRBD support for OpenADK | Waldemar Brodkorb | |
2010-11-26 | use full path for cpio | Waldemar Brodkorb | |
2010-11-26 | implement the concept of target choice by embedded system or architecture | Waldemar Brodkorb | |
you can now choose between specific embedded systems like PC Engines ALIX boards, Foxboard, .. or between generic architecture support like x86, x86_64, mips, ... This does reduce the overhead of duplicate configuration files in target directory. Now qemu, toolchain and ibm x40 support is combined in one target directory target/x86. Distinguishing between hardware profiles happens via menu based configuration. (CPU choice for kernel, CFLAGS for package building, ..). We will see if this is the right direction. | |||
2010-11-25 | fix for native builds | Waldemar Brodkorb | |
2010-11-25 | fix bug, f.e. glib package ignored by mistake | Waldemar Brodkorb | |
2010-11-22 | add support for r8169 ethernet driver in menu | Waldemar Brodkorb | |
2010-11-22 | use empty default for keyboard layout, rebuild when changed | Waldemar Brodkorb | |
2010-11-20 | convert to UUID; make panic-reboot-time a flag; prevent automatic fsck | Thorsten Glaser | |
note: uuid.patch currently still panics ☹ Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2010-11-19 | allow HW variable to start with hardware profile, f.e. make TARGET=x86 HW=ibmx40 | Waldemar Brodkorb | |
2010-11-18 | refresh bulk and target lists | Waldemar Brodkorb | |
2010-11-14 | consolidate x86/x86_64 support | Waldemar Brodkorb | |
use hardware profiles, instead of extra target dirs. fix dependencies. | |||
2010-11-10 | update to 2.6.36 | Waldemar Brodkorb | |
abstract version information, can be overwritten for each target. default is 2.6.36 right now. Only ibmx40 target does use it. mk/modules.mk is still problematic.. aufs2 need to be ported... | |||
2010-11-09 | quieten | Waldemar Brodkorb | |
2010-11-09 | try to fix bzr, unify python support | Waldemar Brodkorb | |
2010-11-08 | rebuild packages, when runtime vars are changed. also when rootfs is changed. | Waldemar Brodkorb | |
2010-11-07 | fix module and package name | Waldemar Brodkorb | |
2010-11-05 | fix some dependencys for pptpd, untested | Waldemar Brodkorb | |
2010-10-23 | reduce delay before mounting root on usb stick | Waldemar Brodkorb | |
2010-10-16 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
Conflicts: package/freeradius-server/Makefile package/nss/patches/patch-mozilla_security_coreconf_Linux_mk | |||
2010-10-14 | make MacOS X works as build system for most of the packages, update some ↵ | Waldemar Brodkorb | |
packages to latest stable upstream version | |||
2010-09-20 | config.split no longer used | Waldemar Brodkorb | |
2010-09-18 | target is renamed | Waldemar Brodkorb | |
2010-09-17 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
Conflicts: package/binutils/Makefile | |||
2010-09-17 | update some targets to 2.6.35.4 | Waldemar Brodkorb | |
2010-09-16 | fintune rebuild stuff, fix some warnings | Waldemar Brodkorb | |
2010-09-16 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
Conflicts: mk/kernel-build.mk package/expat/Makefile package/gettext/Makefile package/perl/Makefile package/zlib/Makefile |