summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2010-11-17optimize build for hardware profile (x86/x86_64), optimize chroot installer ↵Waldemar Brodkorb
script
2010-11-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-11-14consolidate x86/x86_64 supportWaldemar Brodkorb
use hardware profiles, instead of extra target dirs. fix dependencies.
2010-11-13optimize case-sensitive filesystem checksWaldemar Brodkorb
2010-10-31rework installation scripts for block devicesWaldemar Brodkorb
Avoid sfdisk, parted and chroot to be more portable. Compile Host grub in target/tools, only used for ibmx40 target right now. Add pt - partition table manager from OpenWrt with some additions and portability fixes. Cfgfs support missing, coming soon.
2010-10-22Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-10-22remove mksh install routine, add license headerWaldemar Brodkorb
2010-10-22not usedWaldemar Brodkorb
2010-10-22no longer in useWaldemar Brodkorb
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-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-02python is required for gpsd buildWaldemar Brodkorb
2010-08-01remove unzip dependency, use delivered cpio. some code cleanupWaldemar Brodkorb
2010-08-01remove debugWaldemar Brodkorb
2010-08-01add install wrapper to avoid -o/-g usageWaldemar Brodkorb
2010-08-01always make binary or library writable by the user, before trying to stripWaldemar Brodkorb
2010-08-01add autoconf to freebsd_fullWaldemar Brodkorb
2010-07-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-07-30automake needs autoconf, autoconf needs m4Waldemar Brodkorb
2010-07-30add openbsd functionWaldemar Brodkorb
2010-07-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-07-30fix build on FreeBSD hostWaldemar Brodkorb
2010-07-30python is required for firefox, disable build of firefox on BSD for nowWaldemar Brodkorb
2010-07-29tac not available on FreeBSD, fix permission in tslib packageWaldemar Brodkorb
2010-07-29fix tsort wrapper for NetBSDWaldemar Brodkorb
2010-07-29add NetBSD and OpenBSD routinesWaldemar Brodkorb
2010-07-29cpio no longer required, it is deliveredWaldemar Brodkorb
2010-07-29add a cpio implementation to tools directoryWaldemar Brodkorb
cpio utility is a mess in point of portability. For example NetBSD cpio implementation does not support userid and groupid changes for the archive. This feature is required for initramfs filesystem targets. This cpio is from the Heirloom project. Fix needed rebuild of tools, when changing targets.
2010-07-29fix for FreeBSDWaldemar Brodkorb
2010-07-29add prepare script for OpenADKWaldemar Brodkorb
2010-07-28Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-07-28fix basic build on FreeBSD host.Waldemar Brodkorb
2010-07-28fix cpio wrapper on Linux hostWaldemar Brodkorb
2010-07-26remove debug codeWaldemar Brodkorb
2010-07-26fixup cpio usage on MacOS X hostWaldemar Brodkorb
2010-07-24hackish fixWaldemar Brodkorb
2010-07-23macos x portability patch for cpioWaldemar Brodkorb
2010-07-16add intltool package, update xkeyboard-configWaldemar Brodkorb
2010-06-29optimize ipkg package managementWaldemar 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-26with devtmpfs, these devices nodes are obsoleteWaldemar Brodkorb
2010-06-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-13bulk package updateWaldemar Brodkorb
2010-06-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-07gnu tar fixes for MacOS X hostWaldemar Brodkorb
2010-05-27Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-05-27search for ncurses headers in default cygwin locationWaldemar Brodkorb
2010-05-16add preliminary support for my pcmcia smartcard readerWaldemar Brodkorb
2010-04-21fat commit to add support for firefox on ibm x40 via usb stickWaldemar Brodkorb
- add support for IBM X40 notebook - add USB boot support - add firefox package - update and add all dependencies for firefox - add xorg intel driver - add dri support for xorg
2010-03-15some fixes suggested by mhofmannWaldemar Brodkorb
- check for m4, which is needed for gmp build - disable kernel compression choice, when toolchain-only is used - mentiond that registry change warning can be ignored
2010-03-12add new url, and wait a little bitWaldemar Brodkorb