Age | Commit message (Collapse) | Author |
|
Fixes build with 2.6.27 kernel headers
|
|
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>
|
|
|
|
Don't install makestrs in the first place, instead of removing it
afterwards. Fixes cross-strip issue.
|
|
Saves ~3 MB
|
|
Saves ~1.4 MB
|
|
Saves ~11 MB
|
|
|
|
|
|
Fix typo and wrong information in help text (not a cvs snapshot)
|
|
The remaining target_skeletons where /etc/fstab mentions sysfs
|
|
Reported by John Schimandle
|
|
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>
|
|
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
|
|
From: Grant Likely <grant.likely@secretlab.ca>
Comment block header documentation typo
|
|
We have some pretty long depends / default y|n lines in BR, which it
shouldn't complain about.
|
|
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>
|
|
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
|
|
package/Config.in
|
|
|
|
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>
|
|
Bounce the version to 2.6.32.
And deal with the left over .rej files.
Daniel Laird
|
|
|
|
And mark 2.6.26 as recent, 2.6.25 as deprecated while we're at it.
|
|
|
|
|
|
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
|
|
|
|
|
|
<micha@neli.hopto.org>
|
|
Don't use recursively expanded definition
(Use ':=' instead of '=')
|
|
on make clean. Some other syntactic niceties.
|
|
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
|
|
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>
|
|
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>
|
|
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>
|
|
-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
|
|
-new package
|
|
-Don't show custom location dir if ccache isn't selected.
|
|
-Update to 2.20 which doesn't depend on readline
Config.in:
-Don't depend on readline any longer
|
|
-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
|
|
-Make tar switches 1.14 compatible
(Not sure of a more elegant way to handle this ... ?)
|
|
-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
|
|
-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.
|
|
-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)
|
|
|
|
Upgrade libpng to 1.2.32
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
Patch by Micha Nelissen
|
|
|
|
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>
|