summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2011-03-31Revert "fix conflict, autoseect libgcj"Waldemar Brodkorb
This reverts commit ac46bdeef28bc2b65e1880884a79257c28e423a7, reversing changes made to 418fb3668f7140cc3e2ba07c354fe0d9bbb47d04.
2011-03-31fix conflict, autoseect libgcjWaldemar Brodkorb
2011-03-30allow lzma or newer xz-utils to be usedWaldemar Brodkorb
2011-03-28modify to work under LinuxWaldemar Brodkorb
2011-03-28add first step to get java workingWaldemar Brodkorb
2011-03-28avoid warnings on fresh checkoutWaldemar Brodkorb
2011-03-19use cpio instead of gnu tar, otherwise the /etc/mtab symlinks fails to be ↵Waldemar Brodkorb
included
2011-03-08use a m4 wrapper for MacOS XWaldemar Brodkorb
2011-03-03more native compile fixes on my ibm x40Waldemar Brodkorb
2011-02-24allow native build of a lot of packagesWaldemar Brodkorb
STAGING_TARGET_DIR is used for package Makefile's for include and library search path's. STAGING_DIR is used for common code in mk/ or Makefile/rules.mk. STAGING_TARGET_DIR is /usr when native builds are used.
2011-02-16fix wording, add bind dependenciesWaldemar Brodkorb
2011-02-10add basic ccache supportWaldemar Brodkorb
2011-02-08many bugfixes for native adksystems and some package updatesWaldemar Brodkorb
2011-02-05fix build and runtime dependenciesWaldemar Brodkorb
2011-01-29krb5 needs bison on host systemWaldemar Brodkorb
2011-01-26add somemissing dependenciesWaldemar Brodkorb
2011-01-25entirely drop HOSTCC stuffWaldemar Brodkorb
2011-01-12do not depend on host glib installationWaldemar Brodkorb
2011-01-10fix some files, when someone moves the top directoryWaldemar Brodkorb
2011-01-04remove obsolete -, fails otherwise on CygwinWaldemar Brodkorb
2011-01-03fix qemu targets, make them bootable againWaldemar Brodkorb
2011-01-02more make bulk fixes. sparc eglibc is broken. add special handling for qemu ↵Waldemar Brodkorb
targets
2011-01-02fix native builds, enable hardware choices. enable parallelport for ibm-x40Waldemar Brodkorb
2011-01-02Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-02make bulk fixes. fix toolchain building for sparc64/ppcWaldemar Brodkorb
2011-01-01fix recognition of BSD stat. now busybox stat works, too.Waldemar Brodkorb
2010-12-31create empty file, when using defconfig. fix make bulkWaldemar Brodkorb
2010-12-31fix native buildsWaldemar Brodkorb
2010-12-30fix some bugs, when starting with fresh checkoutWaldemar Brodkorb
2010-12-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-12-30fix startup scripts, fix stop routineWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar 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-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-12-13setuid bit change for Xorg/sudo at install timeWaldemar Brodkorb
2010-12-13do not check for dependenciesWaldemar Brodkorb
this drastly reduces install time to fake root directory from 68 minutes to 3 minutes on my system. We use the ipkg applet on target, so this change should be harmful.
2010-12-12./ not needed with new cpio wayWaldemar Brodkorb
2010-12-11scripts/tar no longer requiredWaldemar Brodkorb
2010-12-02wrapper script not needed anymoreWaldemar 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-30include some checks for native buildsWaldemar Brodkorb
2010-11-30avoid gnu tar features, use cpio instead.Waldemar Brodkorb
2010-11-26add support for imagemagick packageWaldemar Brodkorb
2010-11-21automate BSD disklabel creation; display UUID at end of the scriptThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-21add hack to be able to use /dev/svnd0c as target device on MirBSD/OpenBSDThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
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-20gnaw… pipes are executed in subshells, so an exit has no effectThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-20] works for foo='bar' bar='b*r' but, apparently, not everythingThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-20new GRUB2 installation script, derived from MirBSD bootblocksThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-20Add self-installing MirBSD bootblocks for loading GNU GRUB2.Thorsten Glaser
Source : mircvs://src/sys/arch/i386/stand/bootxx/ CVSROOT: _anoncvs@anoncvs.mirbsd.org:/cvs (CVS_RSH=ssh) CVSWEB : https://www.mirbsd.org/cvs.cgi/ Compiled with: make BOOT_TYPE=grub Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-18optimize shuttle and ibmx40 hardware profileWaldemar Brodkorb