buildroot.git
15 years agoUpdate for 2009.05
Peter Korsgaard [Mon, 1 Jun 2009 07:00:03 +0000 (09:00 +0200)]
Update for 2009.05

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoFix diffutils build breakage with BR2_STRIP_none=y
Marc Gauthier [Thu, 28 May 2009 05:41:59 +0000 (22:41 -0700)]
Fix diffutils build breakage with BR2_STRIP_none=y

Look at BR2_STRIP_none to decide whether to strip diffutils binaries.
This avoids bad quoting in diffutils Makefile.in (generated by automake 1.6)
when STRIP is set to:   true -Not_stripping

Signed-off-by: Marc Gauthier <marc@alumni.uwaterloo.ca>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agolinux-advanced: bump 2.6.29.x kernel version
Svein-Erik Skjelbred [Thu, 28 May 2009 14:14:48 +0000 (16:14 +0200)]
linux-advanced: bump 2.6.29.x kernel version

Signed-off-by: Svein-Erik Skjelbred <at91rm9200@skjelbred.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agodropbear: fix initscript install
Marc Gauthier [Thu, 28 May 2009 12:31:20 +0000 (14:31 +0200)]
dropbear: fix initscript install

The -D option to install only works portably when the destination is
a file. Specifying the filename avoids the following build error (at
least on some hosts):

"/usr/bin/install: cannot overwrite directory `/tmp/buildroot/
project_build_foobar/uclibc/root/etc/init.d' with non-directory"

Signed-off-by: Marc Gauthier <marc@tensilica.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agotarget/ubifsroot: mark as broken
Peter Korsgaard [Thu, 28 May 2009 12:24:20 +0000 (14:24 +0200)]
target/ubifsroot: mark as broken

It should get fixed to use mkfs.ubifs from mtd-utils, but that's
probably unrealistic before the 2009.05 release, so mark as broken
for now.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agotarget/ubifsroot: fix source rule
Peter Korsgaard [Thu, 28 May 2009 12:22:47 +0000 (14:22 +0200)]
target/ubifsroot: fix source rule

Notice that the upstream git tree is no more, so this doesn't buy us
much.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agodocs/news.html: announce 2009.05-rc3
Peter Korsgaard [Wed, 27 May 2009 18:55:49 +0000 (20:55 +0200)]
docs/news.html: announce 2009.05-rc3

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoUpdate for 2009.05-rc3
Peter Korsgaard [Wed, 27 May 2009 18:44:08 +0000 (20:44 +0200)]
Update for 2009.05-rc3

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agobusybox: bump 1.14.x version
Peter Korsgaard [Wed, 27 May 2009 18:14:09 +0000 (20:14 +0200)]
busybox: bump 1.14.x version

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agocurl: make sure openssl isn't tried when the openssl package isn't enabled
Peter Korsgaard [Wed, 27 May 2009 05:18:43 +0000 (07:18 +0200)]
curl: make sure openssl isn't tried when the openssl package isn't enabled

Works around build errors caused by broken Xorg dependencies.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agopython: disable extensions where we don't have the deps in BR
Peter Korsgaard [Wed, 27 May 2009 05:05:01 +0000 (07:05 +0200)]
python: disable extensions where we don't have the deps in BR

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agopython: fix kconfig dependencies for extension modules
Peter Korsgaard [Wed, 27 May 2009 05:02:30 +0000 (07:02 +0200)]
python: fix kconfig dependencies for extension modules

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoreadline: needs ncurses, so select it in kconfig
Peter Korsgaard [Wed, 27 May 2009 04:57:08 +0000 (06:57 +0200)]
readline: needs ncurses, so select it in kconfig

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agobusybox: fix brown paper bag typo introduced in a7ed91a
Peter Korsgaard [Tue, 26 May 2009 20:49:06 +0000 (22:49 +0200)]
busybox: fix brown paper bag typo introduced in a7ed91a

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agostrace: fix build for arm eabi
Peter Korsgaard [Sun, 24 May 2009 19:21:21 +0000 (21:21 +0200)]
strace: fix build for arm eabi

Based on patch from gentoo bug 241168: http://bugs.gentoo.org/241168

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agolibusb: fix host autoconf/automake dependencies
Peter Korsgaard [Sun, 24 May 2009 17:47:42 +0000 (19:47 +0200)]
libusb: fix host autoconf/automake dependencies

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agotoolchain/gcc: 4.3.x: fix for arm pr37436
Peter Korsgaard [Sun, 24 May 2009 05:34:09 +0000 (07:34 +0200)]
toolchain/gcc: 4.3.x: fix for arm pr37436

See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37436 for details.

Reported-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agokernel-headers: bump 2.6.27 / 2.6.29 versions
Peter Korsgaard [Wed, 20 May 2009 10:15:54 +0000 (12:15 +0200)]
kernel-headers: bump 2.6.27 / 2.6.29 versions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agodocs/news.html: announce 2009.05-rc2
Peter Korsgaard [Tue, 19 May 2009 18:30:19 +0000 (20:30 +0200)]
docs/news.html: announce 2009.05-rc2

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoUpdate for 2009.05-rc2
Peter Korsgaard [Tue, 19 May 2009 18:18:04 +0000 (20:18 +0200)]
Update for 2009.05-rc2

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agotarget/device/Atmel: remove atngw100-expanded config
Peter Korsgaard [Tue, 19 May 2009 18:11:38 +0000 (20:11 +0200)]
target/device/Atmel: remove atngw100-expanded config

Doesn't make much sense without working xserver.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoxserver: mark as broken on avr32
Peter Korsgaard [Tue, 19 May 2009 18:10:45 +0000 (20:10 +0200)]
xserver: mark as broken on avr32

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agomesa: needs C++ support
Peter Korsgaard [Tue, 19 May 2009 15:32:45 +0000 (17:32 +0200)]
mesa: needs C++ support

mesa (and in turn xorg) needs C++ support.
Based on patch by Steffen Schulz <pepe_ml@gmx.net>

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agomesa: fix build for x86
Jim Persson [Tue, 19 May 2009 12:22:48 +0000 (14:22 +0200)]
mesa: fix build for x86

mesa wants to compile and run gen_matypes at build time, so make sure it
gets compiled for the host and not for the target.

Closes #323.

Signed-off-by: Jim Persson <spambox@nurd.se>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agobusybox: additional 1.14.0 fixes
Peter Korsgaard [Tue, 19 May 2009 10:01:57 +0000 (12:01 +0200)]
busybox: additional 1.14.0 fixes

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agobusybox: 1.14.0 libbb fix
Peter Korsgaard [Mon, 18 May 2009 11:51:52 +0000 (13:51 +0200)]
busybox: 1.14.0 libbb fix

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agodocker: fix pkg-config path
Peter Korsgaard [Sat, 16 May 2009 11:45:28 +0000 (13:45 +0200)]
docker: fix pkg-config path

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoRemove unused kernel configs
Thiago A. Correa [Wed, 13 May 2009 15:36:06 +0000 (12:36 -0300)]
Remove unused kernel configs

Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoUpdate kernel config for atngw100_defconfig
Thiago A. Correa [Wed, 13 May 2009 15:35:09 +0000 (12:35 -0300)]
Update kernel config for atngw100_defconfig

Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoRemove unused busybox config
Thiago A. Correa [Wed, 13 May 2009 15:31:33 +0000 (12:31 -0300)]
Remove unused busybox config

Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoUpdate default linux config for x86
Thiago A. Correa [Wed, 13 May 2009 07:38:05 +0000 (04:38 -0300)]
Update default linux config for x86

Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoUpdate i386_defconfig
Thiago A. Correa [Wed, 13 May 2009 04:40:09 +0000 (01:40 -0300)]
Update i386_defconfig

Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoRemove unused busybox.config
Thiago A. Correa [Wed, 13 May 2009 04:38:37 +0000 (01:38 -0300)]
Remove unused busybox.config

Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoUpdate i686_defconfig
Thiago A. Correa [Wed, 13 May 2009 04:37:10 +0000 (01:37 -0300)]
Update i686_defconfig

Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoUpdate atngw100-base_defconfig
Thiago A. Correa [Wed, 13 May 2009 00:48:57 +0000 (21:48 -0300)]
Update atngw100-base_defconfig

Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoUpdate atngw100-extended_defconfig
Thiago A. Correa [Tue, 12 May 2009 21:06:47 +0000 (18:06 -0300)]
Update atngw100-extended_defconfig

Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agorsync: fix build with config cache
Olaf Rempel [Fri, 8 May 2009 21:28:08 +0000 (18:28 -0300)]
rsync: fix build with config cache

Signed-off-by: Olaf Rempel <razzor@kopf-tisch.de>
Acked-by: Thiago A. Correa <thiago.correa@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agodocs: get rid of svn date keywords
Peter Korsgaard [Fri, 15 May 2009 07:30:58 +0000 (09:30 +0200)]
docs: get rid of svn date keywords
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agodocs/news.html: announce buildroot.org
Peter Korsgaard [Thu, 14 May 2009 19:46:45 +0000 (21:46 +0200)]
docs/news.html: announce buildroot.org

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agocups: remove version number from patches
Peter Korsgaard [Thu, 14 May 2009 15:24:31 +0000 (17:24 +0200)]
cups: remove version number from patches

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agocups: fix -fstack-protector configure check
Peter Korsgaard [Thu, 14 May 2009 15:04:41 +0000 (17:04 +0200)]
cups: fix -fstack-protector configure check

The configure script failed to detect toolchains without stack protector
support.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agocups: add pdftops option
Peter Korsgaard [Thu, 14 May 2009 15:03:23 +0000 (17:03 +0200)]
cups: add pdftops option

The pdftops support in cups needs C++ support, whereas the rest doesn't.
Add a BR2_PACKAGE_CUPS_PDFTOPS (depending on C++ support) to enable it
if needed.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agogamin: only enable python support if enabled
Sven Neumann [Wed, 13 May 2009 09:04:13 +0000 (11:04 +0200)]
gamin: only enable python support if enabled

Closes #295.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agobusybox: additional 1.14.0 patches
Peter Korsgaard [Wed, 13 May 2009 07:19:27 +0000 (09:19 +0200)]
busybox: additional 1.14.0 patches

The original mdev patch was buggy.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoFix gcc 3.4.6 build with newer host libc versions
Wade Berrier [Tue, 12 May 2009 19:32:04 +0000 (13:32 -0600)]
Fix gcc 3.4.6 build with newer host libc versions

The build of gcc 3.4.6 fails when host libc is too new.
I pulled the fix from this bug report:

http://bugs.openembedded.net/show_bug.cgi?id=4626

Signed-off-by: Wade Berrier <wberrier@gmail.com>
15 years ago.gitignore: Ease /binaries pattern
Michael Roth [Mon, 11 May 2009 10:26:07 +0000 (12:26 +0200)]
.gitignore: Ease /binaries pattern

The current /binaries/* hid the directory, but completely removed
it by "git-clean -d", which should not be intended.

Reported-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Michael Roth <mroth@nessie.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agogcc-4.3.3: add a patch to link with the math lib to get copysignal
Angus Salkeld [Tue, 5 May 2009 20:04:52 +0000 (08:04 +1200)]
gcc-4.3.3: add a patch to link with the math lib to get copysignal

Conditionally apply the following patch by Bernhard Reutner-Fischer which
solves a link error on powerpc (with softfloat or multilib) when using
a shared libgcc_s.

See: http://gcc.gnu.org/ml/gcc-patches/2008-10/msg00237.html
http://www.nabble.com/PPC-won't-build-with-soft-float-td22772110.html

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agokernel-headers: bump 2.6.27 / 2.6.29 versions
Peter Korsgaard [Sat, 9 May 2009 19:03:26 +0000 (21:03 +0200)]
kernel-headers: bump 2.6.27 / 2.6.29 versions

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoMerge branch 'master' of git://git.buildroot.net/~correa/git/buildroot into test
Peter Korsgaard [Fri, 8 May 2009 10:03:07 +0000 (12:03 +0200)]
Merge branch 'master' of git://git.buildroot.net/~correa/git/buildroot into test

15 years agoUpdate atngw100_defconfig to kernel 2.6.29.2
Thiago A. Correa [Fri, 8 May 2009 10:04:56 +0000 (07:04 -0300)]
Update atngw100_defconfig to kernel 2.6.29.2

Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
15 years agoUpdate Linux Advanced to 2.6.29.2
Thiago A. Correa [Fri, 8 May 2009 10:04:28 +0000 (07:04 -0300)]
Update Linux Advanced to 2.6.29.2

Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
15 years agoAdd dl folder to gitignore
Thiago A. Correa [Fri, 8 May 2009 01:18:22 +0000 (22:18 -0300)]
Add dl folder to gitignore

Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
15 years agoUpdate atngw100_defconfig
Thiago A. Correa [Fri, 8 May 2009 01:17:01 +0000 (22:17 -0300)]
Update atngw100_defconfig

Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com>
15 years agoclarify license and fix website license link
Peter Korsgaard [Fri, 8 May 2009 07:29:41 +0000 (09:29 +0200)]
clarify license and fix website license link

BR is licensed under GPLv2 (or later).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agodmraid: broken with parallel make (lib + tools race)
Peter Korsgaard [Thu, 7 May 2009 07:33:48 +0000 (09:33 +0200)]
dmraid: broken with parallel make (lib + tools race)

Reported by Olaf Rempel.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agometacity: bump version and convert to Makefile.autotools.in format
Peter Korsgaard [Wed, 6 May 2009 15:09:16 +0000 (17:09 +0200)]
metacity: bump version and convert to Makefile.autotools.in format

Closes #167.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agodownload.html: fix browse source URL
Peter Korsgaard [Tue, 5 May 2009 10:18:57 +0000 (12:18 +0200)]
download.html: fix browse source URL

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agonews: announce 2009.05-rc1
Peter Korsgaard [Tue, 5 May 2009 10:18:03 +0000 (12:18 +0200)]
news: announce 2009.05-rc1

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoUpdate for 2009.05-rc1, add CHANGES
Peter Korsgaard [Tue, 5 May 2009 09:53:14 +0000 (11:53 +0200)]
Update for 2009.05-rc1, add CHANGES

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agontfs-3g: convert to Makefile.autotools.in
Olaf Rempel [Mon, 30 Mar 2009 19:10:37 +0000 (21:10 +0200)]
ntfs-3g: convert to Makefile.autotools.in

- bump version to 2009.03.8
- internal fuse support, no longer depends on libfuse/pkgconfig
- fix WCHAR dependency

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoAdd .gitignore files
angus salkeld [Mon, 4 May 2009 19:38:57 +0000 (07:38 +1200)]
Add .gitignore files

[peter: add /.config]

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agopackage: set CXX to false rather than "" if no C++ support is enabled
Peter Korsgaard [Mon, 4 May 2009 19:19:59 +0000 (21:19 +0200)]
package: set CXX to false rather than "" if no C++ support is enabled

Some configure scripts seems to ignore CXX settings if it is set to
the empty string, and goes back to the default (<arch>-linux-g++),
so use false instead, as that will loudly break the build if the
C++ compiler is ever used.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agosamba: bump version
Sven Neumann [Mon, 4 May 2009 19:01:25 +0000 (21:01 +0200)]
samba: bump version

Closes #293.

[peter: bump to 3.3.4]

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agopackage/: add gob2 for target/host and use for gmpc compilation
Peter Korsgaard [Mon, 4 May 2009 14:08:24 +0000 (16:08 +0200)]
package/: add gob2 for target/host and use for gmpc compilation

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agokernel-headers: bump 2.6.27.x / 2.6.28.x
Peter Korsgaard [Mon, 4 May 2009 09:22:04 +0000 (11:22 +0200)]
kernel-headers: bump 2.6.27.x / 2.6.28.x

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agobusybox: 1.14.0 mdev / des fixes
Peter Korsgaard [Mon, 4 May 2009 09:02:59 +0000 (11:02 +0200)]
busybox: 1.14.0 mdev / des fixes

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoscripts/package wizard: clarify the steps after the wizard
Markus Heidelberg [Sun, 3 May 2009 11:41:58 +0000 (13:41 +0200)]
scripts/package wizard: clarify the steps after the wizard

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoscripts/package wizard: add support for subdirs
Markus Heidelberg [Sun, 3 May 2009 11:41:57 +0000 (13:41 +0200)]
scripts/package wizard: add support for subdirs

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoscripts/package wizard: delete trailing whitespace and empty lines
Markus Heidelberg [Sun, 3 May 2009 11:41:56 +0000 (13:41 +0200)]
scripts/package wizard: delete trailing whitespace and empty lines

In this script and in the .mk output. Let's avoid unnecessary whitespace
issues in new packages created with this wizard.

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoscripts/package wizard: make workable from TOPDIR
Markus Heidelberg [Sun, 3 May 2009 11:41:55 +0000 (13:41 +0200)]
scripts/package wizard: make workable from TOPDIR

Before you to had to be in a subdirectory, for example package/
Now you can call it from anywhere.

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoMakefile.autotools.in: fix minimal foo.mk example
Markus Heidelberg [Sun, 3 May 2009 11:54:19 +0000 (13:54 +0200)]
Makefile.autotools.in: fix minimal foo.mk example

The directory argument was introduced to support packages in
subdirectories of package/ several months ago.

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agodocs/: announce move to git
Peter Korsgaard [Sun, 3 May 2009 20:11:33 +0000 (22:11 +0200)]
docs/: announce move to git

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 years agoConfig.in: we're now on git
Peter Korsgaard [Fri, 1 May 2009 05:40:58 +0000 (07:40 +0200)]
Config.in: we're now on git

15 years agodocs/lists.html: mention gmane interface to list
Peter Korsgaard [Thu, 30 Apr 2009 13:34:58 +0000 (13:34 -0000)]
docs/lists.html: mention gmane interface to list

15 years agoMake sure AVR32 defconfigs use u-boot 2008.10 (only known version to work properly)
Thiago A. Corrêa [Thu, 30 Apr 2009 06:33:27 +0000 (06:33 -0000)]
Make sure AVR32 defconfigs use u-boot 2008.10 (only known version to work properly)

15 years agoUndeprecate u-boot 2008.10 since this is the last version known to work with JFFS2...
Thiago A. Corrêa [Thu, 30 Apr 2009 06:27:33 +0000 (06:27 -0000)]
Undeprecate u-boot 2008.10 since this is the last version known to work with JFFS2 fs and AVR32

15 years agotarget/device: fix busybox version / .config in defconfigs
Peter Korsgaard [Wed, 29 Apr 2009 21:25:25 +0000 (21:25 -0000)]
target/device: fix busybox version / .config in defconfigs

15 years agovim: regenerate the configure.patch
Wade Berrier [Wed, 29 Apr 2009 20:08:19 +0000 (20:08 -0000)]
vim: regenerate the configure.patch

15 years agoImprove Qt embedded target_dir install handling and granularity. This saves me 600k...
Thiago A. Corrêa [Wed, 29 Apr 2009 18:29:24 +0000 (18:29 -0000)]
Improve Qt embedded target_dir install handling and granularity. This saves me 600k on jffs2 compressed fs for avr32.

15 years agoFix atngw100_defconfig busybox config location
Thiago A. Corrêa [Wed, 29 Apr 2009 18:27:24 +0000 (18:27 -0000)]
Fix atngw100_defconfig busybox config location

15 years agopackage/: remove obsolete qte package
Peter Korsgaard [Wed, 29 Apr 2009 15:52:24 +0000 (15:52 -0000)]
package/: remove obsolete qte package

15 years agotoolchain/uClibc: 0.9.30.1 arm linuxthreads fix
Peter Korsgaard [Wed, 29 Apr 2009 13:12:56 +0000 (13:12 -0000)]
toolchain/uClibc: 0.9.30.1 arm linuxthreads fix

Reported by Michael Roth <mroth@nessie.de>. Identical to the 0.9.30 patch.

15 years agopackage/multimedia/gstreamer: bump version
Peter Korsgaard [Wed, 29 Apr 2009 13:08:22 +0000 (13:08 -0000)]
package/multimedia/gstreamer: bump version

Patch by Sven Neumann <s.neumann@raumfeld.com>, closes #101.

15 years agoFix issues in shared-mime-info
Thomas Petazzoni [Wed, 29 Apr 2009 08:51:39 +0000 (08:51 -0000)]
Fix issues in shared-mime-info

 * Properly indent Config.in
 * Remove unneeded SHARED_MIME_INFO_INSTALL_STAGING_OPT definition

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 years agodocs/buildroot.html: fix typo
Peter Korsgaard [Wed, 29 Apr 2009 08:12:22 +0000 (08:12 -0000)]
docs/buildroot.html: fix typo

15 years agoAdd the shared-mime-info package
Thomas Petazzoni [Wed, 29 Apr 2009 07:21:02 +0000 (07:21 -0000)]
Add the shared-mime-info package

The shared-mime-info package contains the core database of common
types and the update-mime-database command used to extend it.

The only thing that is actually needed in the target is the file
mime.cache. In order to generate that file, shared-mime-info is
installed into the staging-dir. The idea is that other packages might
add more mime-info files and these should be collected in
staging-dir. From there the mime.cache file is created using tools
installed in host-dir and copied to target.

From Sven Neumann <s.neumann@raumfeld.com>

Modifications by Thomas Petazzoni :

 * Add a patch to the main Makefile.am so that the $(XMLLINT) variable
   is used instead of hardcoding xmllint

 * Apply the patch in the host build of shared-mime-info

 * In the target build, pass an XMLLINT environment variable so that
   the xmllint binary isn't searched in $(STAGING_DIR) but in
   $(HOST_DIR)

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 years agoAdd libxml2 for the host
Thomas Petazzoni [Wed, 29 Apr 2009 07:13:20 +0000 (07:13 -0000)]
Add libxml2 for the host

Some other packages, such as shared-mime-info, might need libxml2 and
related tools (xmllint, etc.) to be available on the host. This patch
modifies tthe libxml2 Makefile to compile libxml2 for the host, in
$(HOST_DIR).

Patch from Sven Neumann <s.neumann@raumfeld.com>

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 years agoNew section on external toolchain usage
Thomas Petazzoni [Tue, 28 Apr 2009 21:12:23 +0000 (21:12 -0000)]
New section on external toolchain usage

15 years agoDocumentation cleanups
Thomas Petazzoni [Tue, 28 Apr 2009 20:58:57 +0000 (20:58 -0000)]
Documentation cleanups

 * Add the section describing the project feature to the table of
   contents
 * Change the formatting of titles in the section on the project
   feature
 * Mention that the section on project feature is obsolete since the
   feature has now been implemented
 * Remove the duplication about two different sections documenting
   basically the same thing : how to use the Buildroot toolchain.

15 years agotoolchain/gdb: remove empty dirs (git-svn issue)
Peter Korsgaard [Tue, 28 Apr 2009 18:43:06 +0000 (18:43 -0000)]
toolchain/gdb: remove empty dirs (git-svn issue)

15 years agotoolchain/gdb: remove ancient deprecated versions
Peter Korsgaard [Tue, 28 Apr 2009 18:42:08 +0000 (18:42 -0000)]
toolchain/gdb: remove ancient deprecated versions

They shouldn't be used anymore, needs havily patching (6.3 has more than
200k patches) and no one tests them with current toolchains.

15 years agotoolchain/gdb: remove broken snapshot support
Peter Korsgaard [Tue, 28 Apr 2009 18:42:02 +0000 (18:42 -0000)]
toolchain/gdb: remove broken snapshot support

15 years agopackage/openssl: fix uninstall
Peter Korsgaard [Tue, 28 Apr 2009 18:30:20 +0000 (18:30 -0000)]
package/openssl: fix uninstall

15 years agopackage/openssl: STRIP_STRIP_ALL should be used for binaries
Peter Korsgaard [Tue, 28 Apr 2009 18:30:15 +0000 (18:30 -0000)]
package/openssl: STRIP_STRIP_ALL should be used for binaries

15 years agopackage/openssl: also strip libraries with _OPENSSL_BIN is enabled
Peter Korsgaard [Tue, 28 Apr 2009 18:30:10 +0000 (18:30 -0000)]
package/openssl: also strip libraries with _OPENSSL_BIN is enabled

15 years agopackage/openssl: make sure TARGET_CFLAGS are used
Peter Korsgaard [Tue, 28 Apr 2009 18:30:06 +0000 (18:30 -0000)]
package/openssl: make sure TARGET_CFLAGS are used

And remove the unnedded c_rehash binary while we're at it.

Patch by Gustavo Zacarias <gustavo@zacarias.com.br>, closes #307.

Saves ~250k on PPC with default config (E.G. -Os)

15 years agoOlder versions of 'find' don't have the '-delete' option
Wade Berrier [Tue, 28 Apr 2009 17:33:44 +0000 (17:33 -0000)]
Older versions of 'find' don't have the '-delete' option

Use find's '-print0' and 'xargs -0' as an equivalent alternative.

15 years agotoolchain/kernel-headers: bump 2.6.29 version
Peter Korsgaard [Tue, 28 Apr 2009 07:07:11 +0000 (07:07 -0000)]
toolchain/kernel-headers: bump 2.6.29 version

15 years agotoolchain/gcc: java needs largefile support
Peter Korsgaard [Mon, 27 Apr 2009 14:07:42 +0000 (14:07 -0000)]
toolchain/gcc: java needs largefile support

15 years agotoolchain/gcc: fix java support
Peter Korsgaard [Mon, 27 Apr 2009 14:07:36 +0000 (14:07 -0000)]
toolchain/gcc: fix java support

Not runtime tested, but now it atleast builds.