Ulf Samuelsson [Sat, 31 Jan 2009 20:44:04 +0000 (20:44 -0000)]
Update atstk200x BSP
Ulf Samuelsson [Sat, 31 Jan 2009 20:43:32 +0000 (20:43 -0000)]
Update atstk1005 BSP
Ulf Samuelsson [Sat, 31 Jan 2009 20:43:01 +0000 (20:43 -0000)]
Update atngw100 BSP
Ulf Samuelsson [Sat, 31 Jan 2009 20:42:28 +0000 (20:42 -0000)]
Update at91sam9263ek BSP
Ulf Samuelsson [Sat, 31 Jan 2009 20:41:36 +0000 (20:41 -0000)]
defconfig using binary toolchain
Ulf Samuelsson [Sat, 31 Jan 2009 20:41:00 +0000 (20:41 -0000)]
defconfig for arm toolchain
Ulf Samuelsson [Sat, 31 Jan 2009 20:38:55 +0000 (20:38 -0000)]
make update shoudl save to PROJECT_defconfig
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>
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.
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.
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?
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.
Ulf Samuelsson [Sat, 31 Jan 2009 12:02:40 +0000 (12:02 -0000)]
dbus dependencies needs to be ready before ./configure
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
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"
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>
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.
Peter Korsgaard [Fri, 30 Jan 2009 13:54:47 +0000 (13:54 -0000)]
dbus: fix xml dependency and stop continous rebuilds
Peter Korsgaard [Fri, 30 Jan 2009 13:54:42 +0000 (13:54 -0000)]
dbus: revert r25156 (Fix dbus dependency on libxml2, without rebuild, works but may need refinement)
As discussed on the list - Too complicated and wrong.
Peter Korsgaard [Fri, 30 Jan 2009 13:34:42 +0000 (13:34 -0000)]
toolchain: fix up GNU_TARGET_NAME link and target_utils location
The GNU_TARGET_NAME symlink and target_utils location were not correctly
adjusted to match the move of the toolchain to $(STAGING_DIR)/usr,
creating dangling symlinks.
Peter Korsgaard [Fri, 30 Jan 2009 13:34:35 +0000 (13:34 -0000)]
toolchain/gcc: remove unused gcc 3.x cruft from 4.x makefile (sysroot)
Peter Korsgaard [Fri, 30 Jan 2009 11:35:04 +0000 (11:35 -0000)]
target/Config.in.arch: fix ARM abi setting
Reported by Sven Neumann and based on
7f7aac5d3 in Bernhard's tree.
Daniel Laird [Fri, 30 Jan 2009 11:30:21 +0000 (11:30 -0000)]
qte.mk: Add a 'comment' to indicate the need for NPTL threads
Make sure the developer is informed why a package is not
visable and that they need to have a NPTL enabled
toolchain.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
Daniel Laird [Fri, 30 Jan 2009 10:49:59 +0000 (10:49 -0000)]
qte.mk: Use depends on for toolchain features
Buildroot is adopting depends on for toolchain features and
select for packages. Make this change in this file.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
Peter Korsgaard [Fri, 30 Jan 2009 10:35:55 +0000 (10:35 -0000)]
toolchain/gcc/4.3.2: accept abi=aapcs-linux for EABI
From Bernhards' tree, thanks to Sven Neuman for noticing. See also
http://gcc.gnu.org/ml/gcc-patches/2008-09/msg01500.html
Peter Korsgaard [Fri, 30 Jan 2009 09:54:59 +0000 (09:54 -0000)]
readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/
Package configs should start with BR2_PACKAGE_.
Peter Korsgaard [Fri, 30 Jan 2009 09:50:13 +0000 (09:50 -0000)]
readline: remove BR2_PACKAGE_READLINE_TARGET configuration option
Other packages don't have this, and several packages are depending on
readline where they actually want readline-target instead.
Peter Korsgaard [Fri, 30 Jan 2009 09:50:02 +0000 (09:50 -0000)]
readline: remove redundant BR2_PACKAGE_READLINE_HEADERS configuration
Header files on target is globally controlled by BR2_HAVE_DEVFILES.
Ulf Samuelsson [Fri, 30 Jan 2009 08:53:08 +0000 (08:53 -0000)]
Move AVR32 patch to kernel header to unbreak several applications
Ulf Samuelsson [Fri, 30 Jan 2009 07:40:14 +0000 (07:40 -0000)]
Fix dbus dependency on libxml2, without rebuild, works but may need refinement
Ulf Samuelsson [Thu, 29 Jan 2009 23:32:06 +0000 (23:32 -0000)]
Update some comments, which will cause defconfig to wait for input
Ulf Samuelsson [Thu, 29 Jan 2009 23:23:51 +0000 (23:23 -0000)]
Update some comments, which will cause defconfig to wait for input
Ulf Samuelsson [Thu, 29 Jan 2009 23:22:27 +0000 (23:22 -0000)]
Update some comments, which will cause defconfig to wait for input
Ulf Samuelsson [Thu, 29 Jan 2009 23:02:41 +0000 (23:02 -0000)]
at91rm9200df defconfig comment update
Ulf Samuelsson [Thu, 29 Jan 2009 22:45:55 +0000 (22:45 -0000)]
2.6.23 is not patchable for at91, cleanup some comments
Ulf Samuelsson [Thu, 29 Jan 2009 22:40:27 +0000 (22:40 -0000)]
Delete AT91 patches before 2.6.22
Ulf Samuelsson [Thu, 29 Jan 2009 22:33:23 +0000 (22:33 -0000)]
Cleanup of AT91 patches
Ulf Samuelsson [Thu, 29 Jan 2009 22:11:46 +0000 (22:11 -0000)]
Remove some unneeded AT91 patches
Ulf Samuelsson [Thu, 29 Jan 2009 22:00:58 +0000 (22:00 -0000)]
Update at91sam9263ek BSP
Ulf Samuelsson [Thu, 29 Jan 2009 21:54:58 +0000 (21:54 -0000)]
Update at91sam9261ek BSP
Ulf Samuelsson [Thu, 29 Jan 2009 21:47:42 +0000 (21:47 -0000)]
Update at91sam960dfc BSP
Ulf Samuelsson [Thu, 29 Jan 2009 21:37:29 +0000 (21:37 -0000)]
Update at9sam9g20dfc BSP
Peter Korsgaard [Thu, 29 Jan 2009 21:33:32 +0000 (21:33 -0000)]
mysql-client: remove test / benchmark stuff from target (saves ~70MB)
Ulf Samuelsson [Thu, 29 Jan 2009 21:29:19 +0000 (21:29 -0000)]
Cleanup AT91 board support
Ulf Samuelsson [Thu, 29 Jan 2009 21:28:57 +0000 (21:28 -0000)]
Clean up at91bootstrap
Ulf Samuelsson [Thu, 29 Jan 2009 21:27:51 +0000 (21:27 -0000)]
Update at91rm9200df BSP
Ulf Samuelsson [Thu, 29 Jan 2009 21:17:36 +0000 (21:17 -0000)]
Remove default value from choice in x86 config
Ulf Samuelsson [Thu, 29 Jan 2009 20:52:52 +0000 (20:52 -0000)]
Remove obsolete at91bootstrap patches
Ulf Samuelsson [Thu, 29 Jan 2009 20:51:05 +0000 (20:51 -0000)]
Clean up AVR32 Linux support for atngw100, atstk100x and atstk1005
The boards now support 2.6.27.13 as default
There are configs for 2.6.28.2, but this patch is marked (experimental)
Configuration options for no longer existing patches are removed
(AC-97,ISI and PS2-I/F)
Ulf Samuelsson [Thu, 29 Jan 2009 20:10:23 +0000 (20:10 -0000)]
Clean up ARM Ltd. BSP
Peter Korsgaard [Thu, 29 Jan 2009 19:49:22 +0000 (19:49 -0000)]
sqlite: bump version
Fixes several database corruption bugs
Ulf Samuelsson [Thu, 29 Jan 2009 19:25:24 +0000 (19:25 -0000)]
Update x86 BSP to latest uclibc/linux/tools versions
Peter Korsgaard [Thu, 29 Jan 2009 19:24:31 +0000 (19:24 -0000)]
toolchain/gcc: remove ancient (and unused) i386 softfloat patch
Peter Korsgaard [Thu, 29 Jan 2009 19:13:53 +0000 (19:13 -0000)]
toolchain/gcc: remove unused GCC_ENABLE_CLOCALE
This variable was introduced in r17046 (add gfortran support,
2006-12-22) and wasn't used even there.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Ulf Samuelsson [Thu, 29 Jan 2009 17:52:39 +0000 (17:52 -0000)]
Clean up x86 support
Ulf Samuelsson [Thu, 29 Jan 2009 17:41:36 +0000 (17:41 -0000)]
Clean up ARM Ltd BSP
Ulf Samuelsson [Thu, 29 Jan 2009 17:28:06 +0000 (17:28 -0000)]
Remove obsolete Sharp BSP
Ulf Samuelsson [Thu, 29 Jan 2009 17:26:08 +0000 (17:26 -0000)]
Remove Via BSP which only provide support for linux-2.4
Ulf Samuelsson [Thu, 29 Jan 2009 17:23:35 +0000 (17:23 -0000)]
Remove Soekris BSP which only provide support for linux-2.4
Ulf Samuelsson [Thu, 29 Jan 2009 17:22:49 +0000 (17:22 -0000)]
Remove jp BSP which only provide support for linux-2.4
Ulf Samuelsson [Thu, 29 Jan 2009 17:22:10 +0000 (17:22 -0000)]
Remove Hitachi BSP, does not do ANYTHING except providing a differernt uClibc configuration for an obsolete version
Ulf Samuelsson [Thu, 29 Jan 2009 17:21:16 +0000 (17:21 -0000)]
Remove unneeded ARM architecure patch, just a clone of SAM9260 support
Peter Korsgaard [Thu, 29 Jan 2009 17:05:12 +0000 (17:05 -0000)]
target/device: remove obsolete Sharp/LNode80 platform
As discussed on the list and requested on irc:
< prpplague> Jacmet: hey, just wanted to drop a note to confirm that the
LNode80 can be removed, we never went into full scale
production of it, only 20 were ever made
Peter Korsgaard [Thu, 29 Jan 2009 11:29:49 +0000 (11:29 -0000)]
busybox: rebuild if .config changed
As reported on irc - Fixes busybox-menuconfig
Peter Korsgaard [Thu, 29 Jan 2009 11:27:20 +0000 (11:27 -0000)]
busybox: remove unused handling of ancient versions no longer in BR
Peter Korsgaard [Thu, 29 Jan 2009 10:13:02 +0000 (10:13 -0000)]
gamin: fix build
Dependencies were wrong, and it didn't build without largefile support.
Ulf Samuelsson [Thu, 29 Jan 2009 09:36:35 +0000 (09:36 -0000)]
run test with some knowledge of ARCH
Ulf Samuelsson [Thu, 29 Jan 2009 09:34:11 +0000 (09:34 -0000)]
make flush, should always be visible
Ulf Samuelsson [Thu, 29 Jan 2009 09:33:25 +0000 (09:33 -0000)]
Update atstk100x BSP
Ulf Samuelsson [Thu, 29 Jan 2009 09:32:45 +0000 (09:32 -0000)]
Add AVR32 support for linux-2.6.28.2
Peter Korsgaard [Wed, 28 Jan 2009 21:38:49 +0000 (21:38 -0000)]
Add radvd to the list of packages
Add radvd, the IPv6 router advertisement daemon.
Signed-off-by: Amand Tihon <amand.tihon@alrj.org>
Peter Korsgaard [Wed, 28 Jan 2009 20:09:03 +0000 (20:09 -0000)]
xpdf: depends on freetype, so select it in kconfig as well
Peter Korsgaard [Wed, 28 Jan 2009 16:37:09 +0000 (16:37 -0000)]
toolchain: cris fixes for gcc 4.3.x / linux 2.6.28.x
Patches by Hinko Kocevar <hinko.kocevar@cetrtapot.si>
Peter Korsgaard [Wed, 28 Jan 2009 15:48:52 +0000 (15:48 -0000)]
toolchain/uClibc: fix 0.9.30 build with linuxthreads on ARM
Patch by Will Wagner <will_wagner@carallon.com> - From uclibc svn r25099.
Daniel Laird [Wed, 28 Jan 2009 15:35:39 +0000 (15:35 -0000)]
autoconf.mk: Bounce version to 2.63
Have been having various issues with multiple jobs (-jX) and building
autoconf. Turns out that v2.63 has fixed this. So bounce version
to a working version.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
Peter Korsgaard [Wed, 28 Jan 2009 15:33:08 +0000 (15:33 -0000)]
alsa-lib: fix build with largefile on 32bit archs
Thanks to Will Wagner <will_wagner@carallon.com> for reporting and working
with upstream to get it fixed. Patch from alsa-lib.git.
Peter Korsgaard [Wed, 28 Jan 2009 15:12:05 +0000 (15:12 -0000)]
avahi-autoipd: fix issue with repeated builds
The avahi-autoipd target install step adds /var/lib/avahi-autoipd as a
symlink to /tmp/avahi-autoipd, which is fine, except if your /var/lib is
already a symlink to /tmp (E.G. like the default target_skeleton is).
If that's the case, then you end up adding a /tmp/avahi-autoipd symlink
pointing to itself, causing subsequent builds to fail
(Too many levels of symbolic links in the ln -sf call). Fix it by simply
first removing the symlink if it's there.
Nigel Kukard [Wed, 28 Jan 2009 13:16:27 +0000 (13:16 -0000)]
xfs is a mainline filesystem with no alternative regarding tools in busybox, remove depend on deprecated
Nigel Kukard [Wed, 28 Jan 2009 13:14:51 +0000 (13:14 -0000)]
* Cleanup of prefix
Peter Korsgaard [Wed, 28 Jan 2009 07:59:48 +0000 (07:59 -0000)]
Config.in: remove extra white space added in r25086.
Thanks to HcE for noticing.
Peter Korsgaard [Wed, 28 Jan 2009 06:32:39 +0000 (06:32 -0000)]
fix configuration wrt elf2flt
The buildroot toolchain is installed in $(STAGING_DIR)/usr/bin and not
in $(STAGING_DIR)/bin so let,s adjust the --prefix accordingly.
Also the BFLT binary format is always stripped by definition, so it is
incompatible with any kind of stripping option.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Peter Korsgaard [Wed, 28 Jan 2009 06:32:33 +0000 (06:32 -0000)]
elf2flt: fix link
Seems like recent binutils has pulled in inflate support, so we need to
link with zlib.
Peter Korsgaard [Wed, 28 Jan 2009 06:32:28 +0000 (06:32 -0000)]
Makefile.autotools.in: add FOO_MAKE for packages needing to use $(MAKE1)
As requested on irc.
Peter Korsgaard [Tue, 27 Jan 2009 15:10:08 +0000 (15:10 -0000)]
webkit: depend on C++ + wchar support in toolkit, as icu needs it
Peter Korsgaard [Tue, 27 Jan 2009 15:02:40 +0000 (15:02 -0000)]
webkit: don't depend on X server
Peter Korsgaard [Tue, 27 Jan 2009 15:02:34 +0000 (15:02 -0000)]
libxml2: stop continous rerun of post-extract target
Touch stamp file (seems to have been missed by r23656).
Peter Korsgaard [Tue, 27 Jan 2009 15:02:29 +0000 (15:02 -0000)]
icu: needs wchar support in toolchain as well
Peter Korsgaard [Tue, 27 Jan 2009 15:02:25 +0000 (15:02 -0000)]
icu: add project url to help text
Peter Korsgaard [Tue, 27 Jan 2009 15:02:22 +0000 (15:02 -0000)]
icu: needs C++ support in toolchain
Peter Korsgaard [Tue, 27 Jan 2009 15:02:13 +0000 (15:02 -0000)]
webkit: revert r24983 (Disable webkit (with comment) if X is not available)
Webkit doesn't need X.
Ulf Samuelsson [Tue, 27 Jan 2009 06:05:15 +0000 (06:05 -0000)]
Update at91rm9200df BSP
Peter Korsgaard [Tue, 27 Jan 2009 05:43:29 +0000 (05:43 -0000)]
alsa-lib: fix typo in -source target
Ulf Samuelsson [Mon, 26 Jan 2009 23:52:31 +0000 (23:52 -0000)]
Create a common BR2_COPYTO to prepare to replace
all the different COPYTOs spread out all over
Buildroot.
Generate COPY_FILE subroutine which can be used
to copy a file.
$(COPY_FILE , file, directory, filename)
This will copy to binary dir and to the selected
copy dir if set in new config (intended to replace
all old COPYTO configs)
This is overridden by BUILDROOT_COPYTO,
if set into the environment.
Ulf Samuelsson [Mon, 26 Jan 2009 21:19:05 +0000 (21:19 -0000)]
Update at91sam9260dfc BSP
Peter Korsgaard [Mon, 26 Jan 2009 21:10:11 +0000 (21:10 -0000)]
target/device/Atmel/arch-avr32: remove old unused kernel patches
As discussed on the list:
22:08 < HcE> Jacmet: so yes, AVR32 wise you can delete anything older than
2.6.27
Peter Korsgaard [Mon, 26 Jan 2009 21:02:25 +0000 (21:02 -0000)]
toolchain/kernel-headers: remove ancient (and unused) patches
Peter Korsgaard [Mon, 26 Jan 2009 21:02:15 +0000 (21:02 -0000)]
toolchain/binutils: remove ancient (and unused) 2.14/15/16/17 patches
Ulf Samuelsson [Mon, 26 Jan 2009 20:26:16 +0000 (20:26 -0000)]
Update documentation with BUILDROOT_USE_XWINDOWS, & linux cleanup
Ulf Samuelsson [Mon, 26 Jan 2009 20:17:06 +0000 (20:17 -0000)]
Replace BUILDROOT_KERNEL_CONFIG_METHOD environment variable with BUILDROOT_USE_XWINDOWS
Peter Korsgaard [Mon, 26 Jan 2009 19:42:47 +0000 (19:42 -0000)]
Makefile: fix typo introduced in r25601