summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* BR2_HAVE_DOCUMENTATION: add option to remove documentation from targetPeter Korsgaard2008-10-202-0/+10
| | | | | Some packages' install-strip target install quite big documentation, so create an option to remove it similar to the existing man/info options.
* Makefile.autotools.in: default to install-strip for non-debug target installPeter Korsgaard2008-10-201-1/+5
|
* x11r7/libXft: use install-strip for target installPeter Korsgaard2008-10-201-0/+2
| | | | Saves ~400 KB
* x11r7/libXext: use install-strip for target installPeter Korsgaard2008-10-201-0/+2
| | | | Saves ~400 KB
* x11r7/libXi: use install-strip for target installPeter Korsgaard2008-10-201-0/+2
| | | | Saves ~900 KB
* x11r7/libXfont: use install-strip for target installPeter Korsgaard2008-10-201-0/+2
| | | | Saves ~800 KB
* strace: bump versionPeter Korsgaard2008-10-204-50/+1Star
| | | | Fixes build with 2.6.27 kernel headers
* package/liberation: Add liberation fonts packageDaniel Laird2008-10-203-0/+55
| | | | | | | | Add the liberation fonts package as this can be used by GTK etc and means you have some useful (free) fonts. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* x11r7/xserver: use install-strip for target installPeter Korsgaard2008-10-191-1/+1
|
* x11r7/libXt: don't install makestrsPeter Korsgaard2008-10-191-5/+1Star
| | | | | Don't install makestrs in the first place, instead of removing it afterwards. Fixes cross-strip issue.
* x11r7/libXaw: use install-strip for target installPeter Korsgaard2008-10-191-0/+2
| | | | Saves ~3 MB
* x11r7/libXt: use install-strip for target installPeter Korsgaard2008-10-191-0/+2
| | | | Saves ~1.4 MB
* x11r7/libX11: use install-strip for target installPeter Korsgaard2008-10-191-1/+1
| | | | Saves ~11 MB
* vim: use $(MAKE) instead of hardcoding makePeter Korsgaard2008-10-191-4/+4
|
* acpid: use $(MAKE) in acpid-clean instead of hardcoding makePeter Korsgaard2008-10-191-1/+1
|
* package/matchbox: fix BR2_PACKAGE_MATCHBOX_KEYBOARD KconfigPeter Korsgaard2008-10-191-2/+2
| | | | Fix typo and wrong information in help text (not a cvs snapshot)
* target: add /sys directory to target skeletons needing itPeter Korsgaard2008-10-184-0/+0
| | | | The remaining target_skeletons where /etc/fstab mentions sysfs
* target/device/Atmel: add /sys to target skeletonsPeter Korsgaard2008-10-183-0/+0
| | | | Reported by John Schimandle
* Bump up libgtk2 versionPeter Korsgaard2008-10-181-1/+1
| | | | | | | | | | Bump up libgtk2 version The version of libgtk2 currently used doesn't build when built against DirectFB. The issue has been fixed in a later version of the 2.12.x series, so let's upgrade to this version. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Add Xilinx UARTLITE and MPC5200 PSC device files (serial ports)Peter Korsgaard2008-10-172-0/+6
| | | | | | | | From: Grant Likely <grant.likely@secretlab.ca> The Xilinx UART Lite and MPC5200 Programmable Serial Controller (PSC) devices have dedicated major/minor numbers. Add them to the device table data file so they get are present in the root filesystem
* Typo fix in toolchain/external-toolchain/ext-tool.mkPeter Korsgaard2008-10-171-1/+1
| | | | | | From: Grant Likely <grant.likely@secretlab.ca> Comment block header documentation typo
* kconfig: only warn about long help lines, not other types of linesPeter Korsgaard2008-10-162-2/+4
| | | | | We have some pretty long depends / default y|n lines in BR, which it shouldn't complain about.
* package/directfb-examples: DirectFB examples packageDaniel Laird2008-10-164-0/+220
| | | | | | | | | | | | | Add the DirectFB examples package. This patch adds the DirectFB examples package to Buildroot. It is largely based on a patch written by Daniel Laird, and available at http://bugs.uclibc.org/view.php?id=4224. I only made a few adaptations to get it to work properly. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* package/sawman: Add Package SawManDaniel Laird2008-10-163-0/+29
| | | | | | | | | | SaWMan is a new window manager module for use with DirectFB. Its main difference to the default module is that it allows one process to be an application and window manager, implementing all kinds of diversity, while SaWMan is only the working horse. Daniel Laird
* - extend documentation to mention adding package/foo/Config.in to ↵Bernhard Reutner-Fischer2008-10-141-1/+13
| | | | package/Config.in
* busybox: add 1.12.1 modprobe fixPeter Korsgaard2008-10-131-0/+33
|
* openssl: fix architecture specified when configuring opensslHans-Christian Egtvedt2008-10-131-5/+13
| | | | | | | | | | | | | This patch will default to linux-generic32, unless a known optimized architecture is selected. As of today it will select optimized config for; avr32, ia64, powerpc and x86_64. This fixes bug #5344. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* package/libxml2/libxml2.mk: Bounce version to 2.6.32Daniel Laird2008-10-101-1/+5
| | | | | | | Bounce the version to 2.6.32. And deal with the left over .rej files. Daniel Laird
* kernel-headers: bump 2.6.25.x / 2.6.26.x versionsPeter Korsgaard2008-10-101-2/+2
|
* kernel-headers: add 2.6.27Peter Korsgaard2008-10-101-2/+8
| | | | And mark 2.6.26 as recent, 2.6.25 as deprecated while we're at it.
* Fix dependency on libungifThiago A. Corrêa2008-10-091-0/+1
|
* Fix whitespace damageThiago A. Corrêa2008-10-091-40/+40
|
* package/freetype: Convert to Makefile.autotools.inDaniel Laird2008-10-092-61/+95
| | | | | | | | | | | | Use AutoTools.in to build freetype. Slight issue with freetype installation to TARGET_DIR. Doing an install results in far too many files being copied in. So for now I do what the old makefile did which is copy the .so files and links manually rather than using a make install. It also uses the autotools.in additions to not use the generic libtool patch and use a local one instead. Daniel Laird
* Fix dependencies in directfb config optionsThiago A. Corrêa2008-10-091-1/+2
|
* Rename patches to include Python 2.4 version, in preparation for adding 2.5Hamish Moffatt2008-10-085-1/+1
|
* widen options to configure directfb, patch by Micha Nelissen ↵Thiago A. Corrêa2008-10-072-50/+190
| | | | <micha@neli.hopto.org>
* Makefile.autotools.in: honor CONFIG_SHELL and TAR.Wade Berrier2008-10-071-1/+1
| | | | | Don't use recursively expanded definition (Use ':=' instead of '=')
* logrotate: remove duplicate deps. Clean up '/etc'Wade Berrier2008-10-071-3/+5
| | | | on make clean. Some other syntactic niceties.
* uclibc: fix path to ARCH_CFLAGS when compiling the test suiteHans-Christian Egtvedt2008-10-071-1/+1
| | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* libpcap: bump to version 0.9.8Hans-Christian Egtvedt2008-10-072-5/+7
| | | | | | | | This patch bumps the version to 0.9.8 and refreshes the patch against that version. Fixes bug #5284. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* uclibc: add kconfig option and make stuff for installing the uClibc test suiteHans-Christian Egtvedt2008-10-072-4/+47
| | | | | | | | | | | This patch adds the possibility to install the uClibc test suite to the target file system. This is useful if you need to debug or test your uClibc. The option is defaulted to no, and is not needed for a normal running Linux system. The test suite is installed to /root/uClibc Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* openssl: fix compiling OpenSSL for i386 architectureHans-Christian Egtvedt2008-10-071-6/+1Star
| | | | | | | | This patch will use linux-generic32 for all i386 target architectures, which fixes bug #5274. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* vsftpd:Wade Berrier2008-10-073-7/+59
| | | | | | | | | | | -Patch to build against newer kernel headers ( vsftpd-2.0.7-uclibc.patch , based on idea from http://www.bitshrine.org/gpp/vsftpd-2.0.5-syscall2.patch ) -new basic init script (no config yet) -Update version (2.0.7) -openssl fixes -cleanup makefile deps so it doesn't get built when things don't change
* logrotate:Wade Berrier2008-10-064-0/+65
| | | | -new package
* ccache:Wade Berrier2008-10-061-3/+0Star
| | | | -Don't show custom location dir if ccache isn't selected.
* which.mk:Wade Berrier2008-10-062-2/+1Star
| | | | | | | -Update to 2.20 which doesn't depend on readline Config.in: -Don't depend on readline any longer
* samba.mk:Wade Berrier2008-10-063-1/+30
| | | | | | | | | | | | | | -force some performance enhancing autoconf options -run 'installscripts' so findsmb and smbtar are installed -samba binaires were segfaulting with uclibc 0.9.29 when not using: samba_cv_fpie=no. Force it. Config.in: -create configure options for findsmb and smbtar S91smb: -create dir (/var/lock/subsys) that is referenced later in script
* Makefile.autotools.in:Wade Berrier2008-10-061-1/+3
| | | | | | -Make tar switches 1.14 compatible (Not sure of a more elegant way to handle this ... ?)
* vim:Wade Berrier2008-10-063-57/+73
| | | | | | | | | -Apply patches from list (http://buildroot.uclibc.org/lists/buildroot/2008-July/009846.html http://buildroot.uclibc.org/lists/buildroot/2008-August/010104.html) -add more vim patches -Switch to http vs ftp since ftp is slow -Fix configure.patch to apply cleanly after patch update
* ccache:Wade Berrier2008-10-062-2/+13
| | | | | | | | -Allow user to specify custom ccache location. This allows you to build a toolchain and put it on an nfs share so other people can use the toolchain without errors about the ccache dir missing.