summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-18target: add /sys directory to target skeletons needing itPeter Korsgaard
The remaining target_skeletons where /etc/fstab mentions sysfs
2008-10-18target/device/Atmel: add /sys to target skeletonsPeter Korsgaard
Reported by John Schimandle
2008-10-18Bump up libgtk2 versionPeter Korsgaard
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>
2008-10-17Add Xilinx UARTLITE and MPC5200 PSC device files (serial ports)Peter Korsgaard
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
2008-10-17Typo fix in toolchain/external-toolchain/ext-tool.mkPeter Korsgaard
From: Grant Likely <grant.likely@secretlab.ca> Comment block header documentation typo
2008-10-16kconfig: only warn about long help lines, not other types of linesPeter Korsgaard
We have some pretty long depends / default y|n lines in BR, which it shouldn't complain about.
2008-10-16package/directfb-examples: DirectFB examples packageDaniel Laird
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>
2008-10-16package/sawman: Add Package SawManDaniel Laird
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
2008-10-14- extend documentation to mention adding package/foo/Config.in to ↵Bernhard Reutner-Fischer
package/Config.in
2008-10-13busybox: add 1.12.1 modprobe fixPeter Korsgaard
2008-10-13openssl: fix architecture specified when configuring opensslHans-Christian Egtvedt
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>
2008-10-10package/libxml2/libxml2.mk: Bounce version to 2.6.32Daniel Laird
Bounce the version to 2.6.32. And deal with the left over .rej files. Daniel Laird
2008-10-10kernel-headers: bump 2.6.25.x / 2.6.26.x versionsPeter Korsgaard
2008-10-10kernel-headers: add 2.6.27Peter Korsgaard
And mark 2.6.26 as recent, 2.6.25 as deprecated while we're at it.
2008-10-09Fix dependency on libungifThiago A. Corrêa
2008-10-09Fix whitespace damageThiago A. Corrêa
2008-10-09package/freetype: Convert to Makefile.autotools.inDaniel Laird
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
2008-10-09Fix dependencies in directfb config optionsThiago A. Corrêa
2008-10-08Rename patches to include Python 2.4 version, in preparation for adding 2.5Hamish Moffatt
2008-10-07widen options to configure directfb, patch by Micha Nelissen ↵Thiago A. Corrêa
<micha@neli.hopto.org>
2008-10-07Makefile.autotools.in: honor CONFIG_SHELL and TAR.Wade Berrier
Don't use recursively expanded definition (Use ':=' instead of '=')
2008-10-07logrotate: remove duplicate deps. Clean up '/etc'Wade Berrier
on make clean. Some other syntactic niceties.
2008-10-07uclibc: fix path to ARCH_CFLAGS when compiling the test suiteHans-Christian Egtvedt
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-10-07libpcap: bump to version 0.9.8Hans-Christian Egtvedt
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>
2008-10-07uclibc: add kconfig option and make stuff for installing the uClibc test suiteHans-Christian Egtvedt
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>
2008-10-07openssl: fix compiling OpenSSL for i386 architectureHans-Christian Egtvedt
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>
2008-10-06vsftpd:Wade Berrier
-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
2008-10-06logrotate:Wade Berrier
-new package
2008-10-06ccache:Wade Berrier
-Don't show custom location dir if ccache isn't selected.
2008-10-06which.mk:Wade Berrier
-Update to 2.20 which doesn't depend on readline Config.in: -Don't depend on readline any longer
2008-10-06samba.mk:Wade Berrier
-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
2008-10-06Makefile.autotools.in:Wade Berrier
-Make tar switches 1.14 compatible (Not sure of a more elegant way to handle this ... ?)
2008-10-06vim:Wade Berrier
-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
2008-10-06ccache:Wade Berrier
-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.
2008-10-06bash.mk:Wade Berrier
-Force some autoconf options so that job control is turned on. (Otherwise these checks fail when cross compiling. And when job control is disabled, bash can't be the default shell)
2008-10-06busybox: 1.12.1 grep fixPeter Korsgaard
2008-10-06png: bump versionPeter Korsgaard
Upgrade libpng to 1.2.32 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-10-06ncftp: bump versionPeter Korsgaard
Patch by Micha Nelissen
2008-10-06README: document out-of-tree build supportPeter Korsgaard
2008-10-03linux: fix copy of Busybox config to target directoryHans-Christian Egtvedt
This patch fixes bug report #5204. The Busybox config was not copied from the correct place. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-10-02gcc: make installation of shared libraries multi-project safeHans-Christian Egtvedt
This patch modifies the rule for installing the shared libraries into the project_foo/.../autotools-stamps directory. This will make the installation of GCC shared libraries be multi-project safe. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-10-02gcc: make sure that /usr/lib exists on target before installing shared libsHans-Christian Egtvedt
On very lite systems the /usr/lib directory might not exist before libstdc++ is installed. This patch makes sure the directory exists. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-10-02kernel-headers: remove whitespace damageHans-Christian Egtvedt
2008-10-01avahi: add dependencies in right orderHans-Christian Egtvedt
This patch puts gettext and libintl before the avahi targets, thus making sure they exist before avahi targets are built. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-30xserver_xorg-server: fix missing backslash on end of CONF_OPTHans-Christian Egtvedt
This patch adds a missing backslash on a line in the middle of the list of XSERVER_XORG_SERVER_CONF_OPT. Reported-by: Sebastian Matuschka <Sebastian.Matuschka@gcd-solutions.de>
2008-09-30uclibc: install headers after building headers in configure partHans-Christian Egtvedt
This patch will run "make headers install_headers" instead of the old "make headers install_dev". The latter requires a cross compiler available in uClibc versions > 0.9.29, and the cross compiler is not available at the configuration time of uClibc. Spotted and fixed by Bernhard Fischer. Tested-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-29qtopia4: bump version to 4.4.3Hans-Christian Egtvedt
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-09-28busybox: bump 1.11.x and 1.12.x versionsPeter Korsgaard
2008-09-26project/Makefile.in: workaround issue with out-of-tree buildsPeter Korsgaard
Other packages might also support Linux-style out of tree builds with the O=<dir> syntax (E.G. Busybox does). As make automatically forwards command line variable definitions those packages get very confused. Fix this by telling make to not do so
2008-09-25sdl_net: fix install options for target and stagingHans-Christian Egtvedt
This patch install with install-strip to the target and uses the default for installing to staging. Makes the makefile even more compact, and also more correct with using install-strip to get proper stripping of the installed library. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>