summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)Author
2010-12-13remove empty lineWaldemar Brodkorb
2010-12-13fix broken module dependenciesWaldemar Brodkorb
2010-12-11do not build python3 on bulk buildsWaldemar Brodkorb
2010-12-01fix ipkg and ipkg tools, consolidate mdev.confWaldemar 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-30fix sound on ibm x40Waldemar Brodkorb
2010-11-30avoid gnu tar features, use cpio instead.Waldemar Brodkorb
2010-11-30fix kernel module dependency to kmod-leds-classWaldemar Brodkorb
2010-11-30enable hardware profile on native configurationsWaldemar Brodkorb
2010-11-28finetune bulk targetsWaldemar Brodkorb
2010-11-27Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-27fix build of glibc toolchainsWaldemar Brodkorb
2010-11-27make native builds of x11 apps workWaldemar Brodkorb
2010-11-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-26add support for imagemagick packageWaldemar Brodkorb
2010-11-26Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-26add preliminary DRBD support for OpenADKWaldemar Brodkorb
2010-11-26use full path for cpioWaldemar Brodkorb
2010-11-26implement the concept of target choice by embedded system or architectureWaldemar 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-25fix for native buildsWaldemar Brodkorb
2010-11-25fix bug, f.e. glib package ignored by mistakeWaldemar Brodkorb
2010-11-22add support for r8169 ethernet driver in menuWaldemar Brodkorb
2010-11-22use empty default for keyboard layout, rebuild when changedWaldemar Brodkorb
2010-11-20convert to UUID; make panic-reboot-time a flag; prevent automatic fsckThorsten Glaser
note: uuid.patch currently still panics ☹ Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-19allow HW variable to start with hardware profile, f.e. make TARGET=x86 HW=ibmx40Waldemar Brodkorb
2010-11-18refresh bulk and target listsWaldemar Brodkorb
2010-11-14consolidate x86/x86_64 supportWaldemar Brodkorb
use hardware profiles, instead of extra target dirs. fix dependencies.
2010-11-10update to 2.6.36Waldemar 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-09quietenWaldemar Brodkorb
2010-11-09try to fix bzr, unify python supportWaldemar Brodkorb
2010-11-08rebuild packages, when runtime vars are changed. also when rootfs is changed.Waldemar Brodkorb
2010-11-07fix module and package nameWaldemar Brodkorb
2010-11-05fix some dependencys for pptpd, untestedWaldemar Brodkorb
2010-10-23reduce delay before mounting root on usb stickWaldemar Brodkorb
2010-10-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: package/freeradius-server/Makefile package/nss/patches/patch-mozilla_security_coreconf_Linux_mk
2010-10-14make MacOS X works as build system for most of the packages, update some ↵Waldemar Brodkorb
packages to latest stable upstream version
2010-09-20config.split no longer usedWaldemar Brodkorb
2010-09-18target is renamedWaldemar Brodkorb
2010-09-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: package/binutils/Makefile
2010-09-17update some targets to 2.6.35.4Waldemar Brodkorb
2010-09-16fintune rebuild stuff, fix some warningsWaldemar Brodkorb
2010-09-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: mk/kernel-build.mk package/expat/Makefile package/gettext/Makefile package/perl/Makefile package/zlib/Makefile
2010-09-16add some native build fixes (tested on Lemote notebook)Waldemar Brodkorb
- enable busybox applets needed for natvie builds - add header packages for expat and libnl - remove rtl8187b driver, use kernel included driver (needs more testing)
2010-09-15rebuild packages on flavour or choices changeWaldemar Brodkorb
add new target rebuild. make cpio and pacch quiet. Use bin/tools for cpio and mkcrypt.
2010-09-14silent config dir compile, create pkgmaker target dir earlierWaldemar Brodkorb
2010-09-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.
2010-08-06some more fixes for 2.6.35 update on lemoteWaldemar Brodkorb
2010-08-05update lemote to 2.6.35, enable version specific patches for kernel-header ↵Waldemar Brodkorb
patches
2010-08-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-08-01remove unzip dependency, use delivered cpio. some code cleanupWaldemar Brodkorb