Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-19 | disable hardware i never seen or use, fix previos commit | Waldemar Brodkorb | |
2011-01-19 | disable experimental java/objc compiler on bulk builds | Waldemar Brodkorb | |
2011-01-13 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-13 | allow cross-compile under Darwin, fix ppp install targets | Waldemar Brodkorb | |
2011-01-12 | disable LTO and SSP for bulk builds | Waldemar Brodkorb | |
2011-01-11 | update todo, resolv conflict | Waldemar Brodkorb | |
2011-01-11 | remove from TODO list, enable aufs2-util on bulk builds. | Waldemar Brodkorb | |
2011-01-11 | fix bzr package build | Waldemar Brodkorb | |
2011-01-10 | create directory where others are created | Waldemar Brodkorb | |
2011-01-10 | add LTO support to toolchain settings. Cleanup SYSROOT mess. | Waldemar Brodkorb | |
- just use on sysroot directory for toolchain. - add missing patches from previos commit. (rpath/cflags cleanup) | |||
2011-01-08 | fix make clean target rule | Waldemar Brodkorb | |
correct the wrong path and remove the correct files on clean. Finetune more directory creation rules. | |||
2011-01-08 | rework and cleanup top level directory creation, avoid some unnecessary rebuils | Waldemar Brodkorb | |
2011-01-07 | fix “make kernelconfig” (2 things): | Thorsten Glaser | |
• patch from wbx to have it copied from/to the correct directory • honour HOSTCC, HOSTCFLAGS Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-02 | fix native builds, enable hardware choices. enable parallelport for ibm-x40 | Waldemar Brodkorb | |
2011-01-02 | fix bulktoolchain build | Waldemar Brodkorb | |
2011-01-02 | make bulk fixes. fix toolchain building for sparc64/ppc | Waldemar Brodkorb | |
2010-12-31 | create empty file, when using defconfig. fix make bulk | Waldemar Brodkorb | |
2010-12-31 | fix native builds | Waldemar Brodkorb | |
2010-12-30 | fix some bugs, when starting with fresh checkout | 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-11 | do not build python3 on bulk builds | Waldemar Brodkorb | |
2010-11-30 | enable hardware profile on native configurations | Waldemar Brodkorb | |
2010-11-28 | finetune bulk targets | 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 | use empty default for keyboard layout, rebuild when changed | Waldemar Brodkorb | |
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-08 | rebuild packages, when runtime vars are changed. also when rootfs is changed. | 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-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 | |||
2010-09-16 | add 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-15 | rebuild packages on flavour or choices change | Waldemar Brodkorb | |
add new target rebuild. make cpio and pacch quiet. Use bin/tools for cpio and mkcrypt. | |||
2010-09-14 | silent config dir compile, create pkgmaker target dir earlier | Waldemar Brodkorb | |
2010-09-14 | replace mksh scripts with faster C programs | Waldemar 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-01 | allow to execute gcc testsuite (remotely on target) | Waldemar Brodkorb | |
2010-07-30 | for allmodconfig of ibmx40, DRI is required | Waldemar Brodkorb | |
2010-07-24 | add gtk guiconfig from linux kernel configsystem | Waldemar Brodkorb | |
2010-07-12 | disable a not so good option when allmodconfig is in use | Waldemar Brodkorb | |
2010-07-09 | disable bzr (broken) in bulk builds | Waldemar Brodkorb | |
2010-07-08 | Merge remote branch 'phil/auto-config-in' | Waldemar Brodkorb | |
Conflicts: Config.in package/dropbear/Makefile package/iptables/Makefile package/kismet/Makefile package/nfs-utils/Makefile package/ntpclient/Makefile package/openvpn/Makefile package/pkgmaker package/rxvt-unicode/Makefile package/vgp/Makefile package/wpa_supplicant/Makefile package/xf86-input-keyboard/Makefile package/xf86-input-mouse/Makefile | |||
2010-07-07 | more runtime fixes, update of some packages. | Waldemar Brodkorb | |
- update busybox, dnsmasq, ppp and libusb - add timezone and hostname configuration for target via menu - fix resolv.conf creation for dhcp client - fix usb for alix boards - enable lsusb and lspci by default | |||
2010-07-05 | add menu based configuration of a password | Waldemar Brodkorb | |
2010-06-29 | optimize ipkg package management | Waldemar Brodkorb | |
ipkg will automatically mount the normal read-only rootfs as read-write and after the command back to read-only. ipkg install/remove/upgrades are only supported for compact disk or disk based systems. On flash systems better reflash completely. make a kernel package containing the real kernel. Adjust ipkg.conf to contain a configurable server adress. | |||
2010-06-28 | fix busybox rebuild issue, simplify target Makefiles | Waldemar Brodkorb | |
2010-06-16 | add webcam and wireless-tools support for lemote | Waldemar Brodkorb | |