summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar Brodkorb
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used.
2010-02-04finetune make bulkWaldemar Brodkorb
add bulk targets for allmodconfig/allconfig. add more targets to the bulk list. use a separate .cfg directory for target-libc combinations.
2010-01-30fix eglibc dev package and group alix/wrap devicesWaldemar Brodkorb
2010-01-30use target-libc combination for all builddirsWaldemar Brodkorb
IMPORTANT: do a make distclean before compiling after this commit. The directories for all build and bin directories changed, so that toolchains for different target-libc combinations can coexist. This might be usefule in the future for continous compiling after git commit, without rebuilding the toolchain. Rework busybox rebuild, when config changes. Not optimal, but at least working after this change to the directory structure.
2010-01-30remove unneeded directory after executing postinst scriptsWaldemar Brodkorb
2010-01-26fix package dependsWaldemar Brodkorb
2010-01-26check for mkfs utilsWaldemar Brodkorb
2010-01-22add some font packagesWaldemar Brodkorb
2010-01-20fix allmodconfig for foxboardwaldemar brodkorb
2009-12-29Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-12-29fix cygwin compile issuesWaldemar Brodkorb
remove xmlto dependency, do not generate alsa manpages let aiccu cross-compile on != linux hosts
2009-12-28Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-12-28fix some minor issues on OpenBSD hostWaldemar Brodkorb
2009-12-28use tar archive as default package backendWaldemar Brodkorb
it saves more than 200 kb on minimal setup for AG241 target. Normally reflashing or complete updates are recommended. Partial updates via ipkg are not supported right now. (we have a read-only root filesystem without any writable partition for any data outside /etc) If someone likes ipkg, it still can be selected and used.
2009-12-24Merge commit 'origin/confgen'Waldemar Brodkorb
finally autogenerate menu Config.in files and Depends.mk for packages. thx mirabilos Conflicts: .gitignore Makefile mk/build.mk package/eglibc/Config.in package/glibc/Config.in package/uclibc++/Config.in package/uclibc/Config.in rules.mk
2009-12-20Pimp up the progress barThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2009-12-19Merge branch 'master' of git://openadk.org/git/openadkU-windows7\wbx
2009-12-19cygwin support refreshU-windows7\wbx
2009-12-19Merge branch 'master' of openadk.org:/git/openadkWaldemar Brodkorb
2009-12-19update eglic and glibcWaldemar Brodkorb
2009-12-19update Cygwin info. Build works on NTFS.Waldemar Brodkorb
- small registry change is needed on Windows 7 with NTFS and latest Cygwin 1.7.
2009-12-19order seems relevant for older gnu tarWaldemar Brodkorb
2009-12-18Avoid annoying warning when tar isn’t GNU tarThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2009-12-18deactivate cpp check, use gcc -E instead.Waldemar Brodkorb
2009-12-18start initial MirBSD supportWaldemar Brodkorb
2009-12-11make cross-compile on FreeBSD work, check for console browser for xmltoWaldemar Brodkorb
2009-12-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-12-06rework qemu for x86/x86_64Waldemar Brodkorb
- do not use grub bootloader - enable kernel+initramfs targets - use sata drivers by default
2009-12-06search in /usr/local for curl headersWaldemar Brodkorb
2009-12-06fix qemu-x86_64 image, get rid of duplicat include dirWaldemar Brodkorb
- fix image build for different root filesystems - get rid of duplicate symlink to include dir - finetune mpd config file
2009-12-06update some packages, fix some kernel module dependenciesWaldemar Brodkorb
- update tinc, openssl and xinetd - fix openssh and dropbear coexistence - fix some kernel module load orders
2009-12-04update kernel to 2.6.32Waldemar Brodkorb
- update some applications asterisk, curl, strace, radvd, rpm - fix allconfig - /dev for full build seems to need more than 64k
2009-12-04do not reserve 5% for root, just 1%Waldemar Brodkorb
2009-11-27update busybox and default configWaldemar Brodkorb
2009-11-22more bulk build fixesWaldemar Brodkorb
- update rtorrent, libtorrent and libsigc++ - add skeleton for cfinstaller - fix uclibc samba compile - fix parallel builds - update tcl - update iw - remove mac80211 package, use kernel integrated drivers - mark packages which can not be compiled parallel (make -j2)
2009-11-20fix more uclibc bulk build errors and add sfdisk/partedWaldemar Brodkorb
- add sfdisk and parted for nfsroot installations to cfdisk - fix more uclibc bulk build errors
2009-11-20package updates and compile fixesWaldemar Brodkorb
- update ctorrent, cups, gnutls and freeradius-server - compile kerberos (heimdal,krb5) with com_err library from e2fsprogs to allow both to be build without installing local copys of libcom_err - cleanup lynx package add zlib dependency
2009-11-19Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-11-19heimdal needs bisonWaldemar Brodkorb
2009-11-18libpcap needs flexWaldemar Brodkorb
patch from Joerg S., thanks
2009-11-15update pcre, add dansguardian (lightly tested)Waldemar Brodkorb
2009-11-15update squid, openssl and tinyproxy to latest upstream versionWaldemar Brodkorb
2009-11-08update to latest stable kernel, fix grub2 terminal outputWaldemar Brodkorb
- grub2 documentation is really outdated. you have to read the source to get serial working.
2009-11-03update X11, kerberos, samba, bluezWaldemar Brodkorb
- fix some ipkg issues with ubuntu - use grub2 for alix1c, no grub1 dependency on host - boots up on alix1c - fix some bcm203x problems
2009-10-24add basic qemu-arm support, add compression choiceWaldemar Brodkorb
2009-10-11make more apps statically linkableWaldemar Brodkorb
- update libusb to latest upstream - update bluez to latest upstream - add a new PKG_OPTS option: libonly, useful for library only packages, which are not created, when static linking is choosen
2009-10-01abstract package backend, add perlLinux User
2009-10-01Merge branch 'master' of git+ssh://openadk.org/git/openadkLinux User
Conflicts: scripts/scan-pkgs.sh
2009-10-01some native build fixesLinux User
- git package needs a better fix. but existing symlinks are broken build without perl - update curl to latest upstream, including libcurl-dev package - add libopenssl-dev package
2009-09-30fix tool dependency list add preliminary rpm backend supportWaldemar Brodkorb