buildroot.git
15 years agolibsndfile: cleanup help text
Peter Korsgaard [Sat, 21 Feb 2009 13:04:02 +0000 (13:04 -0000)]
libsndfile: cleanup help text

15 years agophp: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of depends
Peter Korsgaard [Sat, 21 Feb 2009 09:06:48 +0000 (09:06 -0000)]
php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of depends

15 years agophp: fix sqlite module
Peter Korsgaard [Sat, 21 Feb 2009 09:06:43 +0000 (09:06 -0000)]
php: fix sqlite module

- php comes with it's own embedded sqlite, so no need to select sqlite
- disable largefile support for !BR2_LARGEFILE
- php somehow forgets to link with -ldl, breaking the sqlite extension.
  Fix it by disabling the (unused?) modload support in sqlite.

15 years agophp: use alternative download URL so we can use DOWNLOAD macro
Peter Korsgaard [Fri, 20 Feb 2009 21:55:32 +0000 (21:55 -0000)]
php: use alternative download URL so we can use DOWNLOAD macro

As noted by Solar on IRC.

15 years agophp: don't use DOWNLOAD macro
Peter Korsgaard [Fri, 20 Feb 2009 15:13:50 +0000 (15:13 -0000)]
php: don't use DOWNLOAD macro

php.net only offers downloads though a strange php script with the file name
embedded in the *MIDDLE* of the URL, which isn't compatible with the DOWNLOAD
macro. Fix it by reverting php.mk hunk of r24689 to go back to $(WGET).

This ofcourse means that the primary site / fallback mirror stuff isn't used.

15 years agopackage/multimeda: add flac package
Peter Korsgaard [Fri, 20 Feb 2009 13:02:13 +0000 (13:02 -0000)]
package/multimeda: add flac package

Patch by Sven Neumann (from #99).

Removed optimization patch, cleaned up configure args and fixed download URL.

15 years agoalsa-utils: select ncurses library dependency
Peter Korsgaard [Thu, 19 Feb 2009 16:04:20 +0000 (16:04 -0000)]
alsa-utils: select ncurses library dependency

15 years agolibvorbis: select libogg dependency
Peter Korsgaard [Thu, 19 Feb 2009 15:45:05 +0000 (15:45 -0000)]
libvorbis: select libogg dependency

Library dependencies should be selected, and not use depends on.

15 years agolibvorbis: convert to Makefile.autotools.in format
Peter Korsgaard [Thu, 19 Feb 2009 15:45:00 +0000 (15:45 -0000)]
libvorbis: convert to Makefile.autotools.in format

Patch by Sven Neumann <s.neumann@phase-zero.de>
Closes #107

15 years agopppd: fix build without UCLIBC_HAS_BSD_ERR
Peter Korsgaard [Thu, 19 Feb 2009 12:08:11 +0000 (12:08 -0000)]
pppd: fix build without UCLIBC_HAS_BSD_ERR

Replace the BSD specific warn() with a call to syslog.
Patch by Gustavo Zacarias, closes #109.

15 years agoEnable multilink PPP (no reason to disable it)
Hamish Moffatt [Thu, 19 Feb 2009 05:31:05 +0000 (05:31 -0000)]
Enable multilink PPP (no reason to disable it)
Add configuration item to enable filtering (requires libpcap)

15 years agotslib: convert to Makefile.autotools.in format
Peter Korsgaard [Wed, 18 Feb 2009 14:16:38 +0000 (14:16 -0000)]
tslib: convert to Makefile.autotools.in format

Patch by Sven Neumann <s.neumann@phase-zero.de>
Closes #61.

15 years agotslib: doesn't use C++, so don't require it in the configure script
Peter Korsgaard [Wed, 18 Feb 2009 14:16:34 +0000 (14:16 -0000)]
tslib: doesn't use C++, so don't require it in the configure script

15 years agobusybox: 1.13.2 killall fix
Peter Korsgaard [Wed, 18 Feb 2009 14:16:30 +0000 (14:16 -0000)]
busybox: 1.13.2 killall fix

15 years agokernel-headers: bump 2.6.27/2.6.28 stable versions
Peter Korsgaard [Wed, 18 Feb 2009 14:16:23 +0000 (14:16 -0000)]
kernel-headers: bump 2.6.27/2.6.28 stable versions

15 years agomtd-utils: flashcp: handle non-power-of-2 erase size (E.G. for dataflash)
Peter Korsgaard [Tue, 17 Feb 2009 14:04:49 +0000 (14:04 -0000)]
mtd-utils: flashcp: handle non-power-of-2 erase size (E.G. for dataflash)

15 years agoudev: options for path_id and firmware.sh
Peter Korsgaard [Fri, 13 Feb 2009 19:57:59 +0000 (19:57 -0000)]
udev: options for path_id and firmware.sh

Patch by Mike Crowe.

15 years agopackage: work around kconfig crash issue with comments in choice entries
Peter Korsgaard [Fri, 13 Feb 2009 09:18:08 +0000 (09:18 -0000)]
package: work around kconfig crash issue with comments in choice entries

15 years agotoolchain/gcc: add 4.3.3
Peter Korsgaard [Fri, 13 Feb 2009 08:34:08 +0000 (08:34 -0000)]
toolchain/gcc: add 4.3.3

15 years agompfr: bump version
Peter Korsgaard [Fri, 13 Feb 2009 08:34:01 +0000 (08:34 -0000)]
mpfr: bump version

15 years agogmp: use GNU_MIRROR for site
Peter Korsgaard [Fri, 13 Feb 2009 08:33:57 +0000 (08:33 -0000)]
gmp: use GNU_MIRROR for site

15 years agogmp: bump version
Peter Korsgaard [Fri, 13 Feb 2009 08:33:50 +0000 (08:33 -0000)]
gmp: bump version

15 years agokernel-headers: bump 2.6.27/2.6.28 stable versions
Peter Korsgaard [Thu, 12 Feb 2009 20:21:12 +0000 (20:21 -0000)]
kernel-headers: bump 2.6.27/2.6.28 stable versions

15 years agodnsmasq: bump version
Peter Korsgaard [Thu, 12 Feb 2009 13:39:33 +0000 (13:39 -0000)]
dnsmasq: bump version

closes #97.

15 years agolibpng: bump version
Peter Korsgaard [Thu, 12 Feb 2009 12:17:12 +0000 (12:17 -0000)]
libpng: bump version

Fixes memory leak and double-free vulnerability

15 years agodocs/news.html: announce 2009.02
Peter Korsgaard [Thu, 12 Feb 2009 09:33:01 +0000 (09:33 -0000)]
docs/news.html: announce 2009.02

15 years agobuildroot: update version for 2009.05 development
Peter Korsgaard [Thu, 12 Feb 2009 09:02:36 +0000 (09:02 -0000)]
buildroot: update version for 2009.05 development

15 years agogmp/mpfr: use static libraries as make targets
Peter Korsgaard [Tue, 10 Feb 2009 16:38:53 +0000 (16:38 -0000)]
gmp/mpfr: use static libraries as make targets

The host shared objects are no more.

15 years agobinutils: depend on static version of gmp/mpfr
Peter Korsgaard [Tue, 10 Feb 2009 15:48:19 +0000 (15:48 -0000)]
binutils: depend on static version of gmp/mpfr

15 years agou-boot: don't touch config.h unless explicitly requested by user
Peter Korsgaard [Tue, 10 Feb 2009 15:19:57 +0000 (15:19 -0000)]
u-boot: don't touch config.h unless explicitly requested by user

Fixes the problem of important variables like serverip being overwritten
with empty strings if the network/default env stuff isn't used.

15 years agogmp/mpfr: fix up dependencies to stop continous rebuild with --disable-shared
Peter Korsgaard [Tue, 10 Feb 2009 15:19:31 +0000 (15:19 -0000)]
gmp/mpfr: fix up dependencies to stop continous rebuild with --disable-shared

Don't list the shared objects as targets for the host compilation now that
we compile with --disable-shared.

15 years agou-boot: remove unused BOOTARGS / BOOTCMD handling
Peter Korsgaard [Tue, 10 Feb 2009 15:19:24 +0000 (15:19 -0000)]
u-boot: remove unused BOOTARGS / BOOTCMD handling

Not available in Kconfig and no references to it in the tree.

15 years agou-boot: don't make ETH1ADDR setting depend on avr32
Peter Korsgaard [Tue, 10 Feb 2009 15:19:04 +0000 (15:19 -0000)]
u-boot: don't make ETH1ADDR setting depend on avr32

No sensible reason why this should only be present on avr32.

15 years agox11/video-xgi: fix vesa/xgi typo
Peter Korsgaard [Tue, 10 Feb 2009 13:01:28 +0000 (13:01 -0000)]
x11/video-xgi: fix vesa/xgi typo

Closes #95

15 years agoRemove BR2_LINUX_COPYTO_TFTPBOOT from avr32 defconfigs. This will cause build to...
Thiago A. Corrêa [Mon, 9 Feb 2009 17:35:00 +0000 (17:35 -0000)]
Remove BR2_LINUX_COPYTO_TFTPBOOT from avr32 defconfigs. This will cause build to fail if user is not root and don't have a /tftpboot folder

15 years agodocs/news.html: announce -rc4
Peter Korsgaard [Mon, 9 Feb 2009 16:44:09 +0000 (16:44 -0000)]
docs/news.html: announce -rc4

15 years agogmp/mpfr: force static linking
Peter Korsgaard [Mon, 9 Feb 2009 13:01:32 +0000 (13:01 -0000)]
gmp/mpfr: force static linking

Patch by Maxim Grigoriev.

GCC 4.3.x would link with the correct shared library versions, but without
any RPATH, so it ended up looking for then in /usr/lib/ at runtime.
This is less than good, as the version there might not be compatible, and
even worse for distributions like Ubuntu, which doesn't install those
libs by default, the build breaks.

Fix it by forcing static linking instead.

15 years agokernel-headers: bump 2.6.27/2.6.28 stable versions
Peter Korsgaard [Mon, 9 Feb 2009 09:07:10 +0000 (09:07 -0000)]
kernel-headers: bump 2.6.27/2.6.28 stable versions

15 years agovim: cleanup sed invocation
Peter Korsgaard [Sun, 8 Feb 2009 11:00:44 +0000 (11:00 -0000)]
vim: cleanup sed invocation

15 years agou-boot: remove commented out line
Peter Korsgaard [Sat, 7 Feb 2009 06:57:37 +0000 (06:57 -0000)]
u-boot: remove commented out line

15 years agoalsa-lib: make python option depend on python
Peter Korsgaard [Sat, 7 Feb 2009 06:57:29 +0000 (06:57 -0000)]
alsa-lib: make python option depend on python

As discussed on the list.

15 years agoSimplify kernel naming scheme. Only use kernel name plus the rootfs suffix if one...
Thiago A. Corrêa [Fri, 6 Feb 2009 17:38:05 +0000 (17:38 -0000)]
Simplify kernel naming scheme. Only use kernel name plus the rootfs suffix if one is provided

15 years agotoolchain/gcc/4.3.2: use what really got committed upstream for PR39076
Peter Korsgaard [Thu, 5 Feb 2009 14:13:43 +0000 (14:13 -0000)]
toolchain/gcc/4.3.2: use what really got committed upstream for PR39076

Thanks to Sven Neumann for noticing.

15 years agompg123: remove unused mpg123x target (debug?)
Peter Korsgaard [Thu, 5 Feb 2009 13:24:22 +0000 (13:24 -0000)]
mpg123: remove unused mpg123x target (debug?)

15 years agompg123: remove arm funroll-loops workaround
Peter Korsgaard [Thu, 5 Feb 2009 13:24:18 +0000 (13:24 -0000)]
mpg123: remove arm funroll-loops workaround

Fixed by toolchain patch.

15 years agotoolchain/gcc/4.3.2: remove unused and unneeded fix for PR34205
Peter Korsgaard [Thu, 5 Feb 2009 13:24:14 +0000 (13:24 -0000)]
toolchain/gcc/4.3.2: remove unused and unneeded fix for PR34205

We don't use the iwmmxt abi anymore.

15 years agotoolchain/gcc/4.3.2: fix arm funroll-loops patch from r24993
Peter Korsgaard [Thu, 5 Feb 2009 13:24:11 +0000 (13:24 -0000)]
toolchain/gcc/4.3.2: fix arm funroll-loops patch from r24993

Rename it so it actually gets applied and fix it so it can be applied
(-p level).

15 years agompg123: cleanup unused hunk after r25004
Peter Korsgaard [Thu, 5 Feb 2009 13:24:07 +0000 (13:24 -0000)]
mpg123: cleanup unused hunk after r25004

15 years agompg123: cleanup after r19300 (don't introduce unneeded hidden configs)
Peter Korsgaard [Thu, 5 Feb 2009 13:24:01 +0000 (13:24 -0000)]
mpg123: cleanup after r19300 (don't introduce unneeded hidden configs)

15 years agotremor: strip target lib
Peter Korsgaard [Wed, 4 Feb 2009 23:51:11 +0000 (23:51 -0000)]
tremor: strip target lib

15 years agomicroperl: strip target binary
Peter Korsgaard [Wed, 4 Feb 2009 23:51:06 +0000 (23:51 -0000)]
microperl: strip target binary

15 years agou-boot: fix dependency for host mkimage
Peter Korsgaard [Wed, 4 Feb 2009 23:15:51 +0000 (23:15 -0000)]
u-boot: fix dependency for host mkimage

15 years agolinux/Makefile.in.advanced: don't depend on phony target for mkimage
Peter Korsgaard [Wed, 4 Feb 2009 23:15:48 +0000 (23:15 -0000)]
linux/Makefile.in.advanced: don't depend on phony target for mkimage

Stops continous rebuilds.

15 years agoalsa-lib: fix with with BR2_PACKAGE_ALSA_LIB_PYTHON
Peter Korsgaard [Wed, 4 Feb 2009 23:15:42 +0000 (23:15 -0000)]
alsa-lib: fix with with BR2_PACKAGE_ALSA_LIB_PYTHON

Tell it where to find the python headers.

15 years agotoolchain: revert r25193 (Change binary toolchain configuration)
Peter Korsgaard [Wed, 4 Feb 2009 13:42:40 +0000 (13:42 -0000)]
toolchain: revert r25193 (Change binary toolchain configuration)

As discussed on the list.

15 years agopackage: remove ltt dir (git-svn issue)
Peter Korsgaard [Wed, 4 Feb 2009 12:57:21 +0000 (12:57 -0000)]
package: remove ltt dir (git-svn issue)

15 years agopackage/: remove obsolete ltt package
Peter Korsgaard [Wed, 4 Feb 2009 12:56:35 +0000 (12:56 -0000)]
package/: remove obsolete ltt package

As discussed on the list.

15 years agobuildroot: move BR2_ROOTFS_{PREFIX,SUFFIX} to target menu
Peter Korsgaard [Wed, 4 Feb 2009 12:47:13 +0000 (12:47 -0000)]
buildroot: move BR2_ROOTFS_{PREFIX,SUFFIX} to target menu

As suggested on the list by Thiago - Makes more sense to have this together
with the stuff using it.

15 years agosetlocalversion: sync with HEAD of kernel git
Peter Korsgaard [Tue, 3 Feb 2009 16:24:13 +0000 (16:24 -0000)]
setlocalversion: sync with HEAD of kernel git

Outputs correct svn revision (latest change, not repo version).

15 years agotarget/generic: add ttyCPMx device nodes to device_table / securetty
Peter Korsgaard [Tue, 3 Feb 2009 14:30:44 +0000 (14:30 -0000)]
target/generic: add ttyCPMx device nodes to device_table / securetty

Serial devices for CPM cores on ppc.

15 years agouClibc: remove unused 0.9.29 wchar defconfig
Peter Korsgaard [Tue, 3 Feb 2009 14:29:36 +0000 (14:29 -0000)]
uClibc: remove unused 0.9.29 wchar defconfig

We add the wchar stuff at compile time using sed, so the default defconfig
works, the file hasn't seen any updates since it first got committed, and
there's no references to it in the tree.

15 years agouClibc: enable LDSO_RUNPATH in defconfigs (use ELF RPATH info)
Peter Korsgaard [Tue, 3 Feb 2009 14:28:43 +0000 (14:28 -0000)]
uClibc: enable LDSO_RUNPATH in defconfigs (use ELF RPATH info)

Fixes mysql-client package (installs shared libraries into /usr/lib/mysql
and sets RPATH).

15 years agokernel-headers: 2.6.28.x: remove cris patch applied upstream
Peter Korsgaard [Mon, 2 Feb 2009 21:04:13 +0000 (21:04 -0000)]
kernel-headers: 2.6.28.x: remove cris patch applied upstream

15 years agokernel-headers: bump 2.6.27/2.6.28 stable versions
Peter Korsgaard [Mon, 2 Feb 2009 20:13:57 +0000 (20:13 -0000)]
kernel-headers: bump 2.6.27/2.6.28 stable versions

15 years agoDefine OSIP_CFLAGS and OSIP_LIBS for libeXosip2
Ulf Samuelsson [Mon, 2 Feb 2009 07:24:48 +0000 (07:24 -0000)]
Define OSIP_CFLAGS and OSIP_LIBS for libeXosip2

15 years agoUpdate sam9g20 BSP
Ulf Samuelsson [Mon, 2 Feb 2009 07:22:19 +0000 (07:22 -0000)]
Update sam9g20 BSP

15 years agoMark ltt as broken (all versions of tarball removed from SITE), package obsolete
Ulf Samuelsson [Mon, 2 Feb 2009 07:20:54 +0000 (07:20 -0000)]
Mark ltt as broken (all versions of tarball removed from SITE), package obsolete

15 years agoUpdate buildall.sh with result of latest ARM tests + whitespace cleanups
Ulf Samuelsson [Mon, 2 Feb 2009 07:19:31 +0000 (07:19 -0000)]
Update buildall.sh with result of latest ARM tests + whitespace cleanups

15 years agoCreate a log file as well as stdout during test
Ulf Samuelsson [Mon, 2 Feb 2009 07:18:19 +0000 (07:18 -0000)]
Create a log file as well as stdout during test

15 years agoDo not build target compiler during test
Ulf Samuelsson [Mon, 2 Feb 2009 07:17:23 +0000 (07:17 -0000)]
Do not build target compiler during test

15 years agoRemove empty directory left after dbus/libxml2 cleanup
Hamish Moffatt [Mon, 2 Feb 2009 00:39:14 +0000 (00:39 -0000)]
Remove empty directory left after dbus/libxml2 cleanup

15 years agoalsa-lib: clean up makefile
Peter Korsgaard [Sun, 1 Feb 2009 19:37:14 +0000 (19:37 -0000)]
alsa-lib: clean up makefile

As discussed on the list. I suspect the ARM abi thing isn't needed anymore
now we use the correct abi in the first place, but I'll leave it in until
after the release.

15 years agompfr: bump version
Peter Korsgaard [Sun, 1 Feb 2009 19:37:09 +0000 (19:37 -0000)]
mpfr: bump version

I know that changing something as fundamental as mpfr this close to the
release isn't really ideal, but it's listed as the minimum version
for gcc 4.3.x:

http://gcc.gnu.org/install/prerequisites.html

Bernhard's tree has been using 2.3.2 since October, so the risk is probably
not that big though.

15 years agobuildroot: use same defaults for atmel target as everything else
Peter Korsgaard [Sun, 1 Feb 2009 19:37:06 +0000 (19:37 -0000)]
buildroot: use same defaults for atmel target as everything else

15 years agobusybox: additional 1.13.2 fixes
Peter Korsgaard [Sun, 1 Feb 2009 19:36:56 +0000 (19:36 -0000)]
busybox: additional 1.13.2 fixes

15 years agoDo not overwrite user configuration
Ulf Samuelsson [Sun, 1 Feb 2009 16:10:47 +0000 (16:10 -0000)]
Do not overwrite user configuration

15 years agodocs/news.html: announce -rc3
Peter Korsgaard [Sat, 31 Jan 2009 23:02:41 +0000 (23:02 -0000)]
docs/news.html: announce -rc3

15 years agodbus: revert r25194 (Unbreak Peters 'fixes' to dbus for a second time)
Peter Korsgaard [Sat, 31 Jan 2009 22:53:35 +0000 (22:53 -0000)]
dbus: revert r25194 (Unbreak Peters 'fixes' to dbus for a second time)

It was a bogus revert.

15 years agoAdd AT91 defconfigs for binary toolchains
Ulf Samuelsson [Sat, 31 Jan 2009 21:44:04 +0000 (21:44 -0000)]
Add AT91 defconfigs for binary toolchains

15 years agoAdd barebone at91sam9260 board
Ulf Samuelsson [Sat, 31 Jan 2009 21:05:29 +0000 (21:05 -0000)]
Add barebone at91sam9260 board

15 years agoUpdate at91rm9200df BSP
Ulf Samuelsson [Sat, 31 Jan 2009 21:04:45 +0000 (21:04 -0000)]
Update at91rm9200df BSP

15 years agoUnbreak Peters 'fixes' to dbus for a second time
Ulf Samuelsson [Sat, 31 Jan 2009 21:01:24 +0000 (21:01 -0000)]
Unbreak Peters 'fixes' to dbus for a second time

15 years agoChange binary toolchain configuration, so
Ulf Samuelsson [Sat, 31 Jan 2009 20:49:59 +0000 (20:49 -0000)]
Change binary toolchain configuration, so
that the options become visible just below
the config, instead of at bottom of screen

Create a more useful default as toolchain path.

Allow generation of a script which sets up
paths to a binary toolchain generated by buildroot.

15 years agoUpdate atstk200x BSP
Ulf Samuelsson [Sat, 31 Jan 2009 20:44:04 +0000 (20:44 -0000)]
Update atstk200x BSP

15 years agoUpdate atstk1005 BSP
Ulf Samuelsson [Sat, 31 Jan 2009 20:43:32 +0000 (20:43 -0000)]
Update atstk1005 BSP

15 years agoUpdate atngw100 BSP
Ulf Samuelsson [Sat, 31 Jan 2009 20:43:01 +0000 (20:43 -0000)]
Update atngw100 BSP

15 years agoUpdate at91sam9263ek BSP
Ulf Samuelsson [Sat, 31 Jan 2009 20:42:28 +0000 (20:42 -0000)]
Update at91sam9263ek BSP

15 years agodefconfig using binary toolchain
Ulf Samuelsson [Sat, 31 Jan 2009 20:41:36 +0000 (20:41 -0000)]
defconfig using binary toolchain

15 years agodefconfig for arm toolchain
Ulf Samuelsson [Sat, 31 Jan 2009 20:41:00 +0000 (20:41 -0000)]
defconfig for arm toolchain

15 years agomake update shoudl save to PROJECT_defconfig
Ulf Samuelsson [Sat, 31 Jan 2009 20:38:55 +0000 (20:38 -0000)]
make update shoudl save to PROJECT_defconfig

15 years agox11r7: make xman and xcb-util visible in Kconfig
Peter Korsgaard [Sat, 31 Jan 2009 19:08:20 +0000 (19:08 -0000)]
x11r7: make xman and xcb-util visible in Kconfig

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
15 years agodbus: revert to pre-r25021 situation
Peter Korsgaard [Sat, 31 Jan 2009 18:39:55 +0000 (18:39 -0000)]
dbus: revert to pre-r25021 situation

Revert to pre-r25021 situation, but add extra comments explaining the
situation.

15 years agontp: fix time sync issue
Peter Korsgaard [Sat, 31 Jan 2009 18:39:49 +0000 (18:39 -0000)]
ntp: fix time sync issue

Fix for https://support.ntp.org/bugs/show_bug.cgi?id=769 - Patch from gentoo.

15 years agogrub: revert r21974 (features.h should never be included explicitly)
Peter Korsgaard [Sat, 31 Jan 2009 12:30:02 +0000 (12:30 -0000)]
grub: revert r21974 (features.h should never be included explicitly)

features.h (or something including it) is needed for __UCLIBC* to get
defined - E.G. without that the build breaks without largefile support.

Nigel, what was the reason for your commit and what file not found error
did you see?

15 years agogrub: fix build
Peter Korsgaard [Sat, 31 Jan 2009 12:29:55 +0000 (12:29 -0000)]
grub: fix build

Revert to the -35 debian patch (from stable.debian.net) so the other
patches apply, E.G. effectively revert r23968.

Someone who actually uses grub should probably look into updating our
version.

15 years agodbus dependencies needs to be ready before ./configure
Ulf Samuelsson [Sat, 31 Jan 2009 12:02:40 +0000 (12:02 -0000)]
dbus dependencies needs to be ready before ./configure

15 years agoWorkaround for AVR32 compiler issue affecting inlining, causing alsa-lib to break...
Ulf Samuelsson [Sat, 31 Jan 2009 10:18:23 +0000 (10:18 -0000)]
Workaround for AVR32 compiler issue affecting inlining, causing alsa-lib to break, feedback to AVR32 compiler team will be sent

15 years agoRemove AVR32 patches from kernel-headers directory and put them in
Ulf Samuelsson [Fri, 30 Jan 2009 18:39:03 +0000 (18:39 -0000)]
Remove AVR32 patches from kernel-headers directory and put them in

"target/device/Atmel/arch-avre/kernel-headers-2.6.28.2"

Make sure BR2_KERNEL_HEADERS_PATCH_DIR is enabled for 2.6.28
Set
KERNEL_HEADERS_PATCH_DIR="target/device/Atmel/arch-avre/kernel-headers-2.6.28.2"
for Atmel AVR32 targets and "valka"

15 years agoExtend External Toolchain options (match buildroot built toolchain):
Daniel Laird [Fri, 30 Jan 2009 16:28:26 +0000 (16:28 -0000)]
Extend External Toolchain options (match buildroot built toolchain):

Have added options that mean you can set the same BR2_XXXX variables
for external toolchain and internal (buildroot built) toolchain.

This means the same set of packages can be built now me as for you.....

Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
15 years agotarget/linux/Makefile.in.advanced: get rid of BUILDROOT_USE_XWINDOWS
Peter Korsgaard [Fri, 30 Jan 2009 14:41:04 +0000 (14:41 -0000)]
target/linux/Makefile.in.advanced: get rid of BUILDROOT_USE_XWINDOWS

As discussed on the list.