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
Peter Korsgaard [Mon, 26 Jan 2009 19:41:47 +0000 (19:41 -0000)]
libcgicc: don't build demos
And remove unneeded patch for demos while we're at it.
Peter Korsgaard [Mon, 26 Jan 2009 19:41:32 +0000 (19:41 -0000)]
libcgicc: install to usr/lib
Ulf Samuelsson [Mon, 26 Jan 2009 19:37:54 +0000 (19:37 -0000)]
Fix spelling error in Makefile comment
Peter Korsgaard [Mon, 26 Jan 2009 19:19:10 +0000 (19:19 -0000)]
package/: depend on toolchain C++ config, don't use select
select should only be used for package (library) dependencies.
Peter Korsgaard [Mon, 26 Jan 2009 19:14:18 +0000 (19:14 -0000)]
libcgicc: depend on toolchain config, don't use select
select should only be used for package (library) dependencies.
Peter Korsgaard [Mon, 26 Jan 2009 19:10:41 +0000 (19:10 -0000)]
libglib2: move HOST_GLIB detection to glib package
Makes more sense to have it here, and easier to change once we start
building host-glib.
Peter Korsgaard [Mon, 26 Jan 2009 18:17:57 +0000 (18:17 -0000)]
libglib2: halt build early with description if host glib-genmarshal isn't found
Peter Korsgaard [Mon, 26 Jan 2009 16:25:17 +0000 (16:25 -0000)]
linux/advanced: default to make menuconfig
Peter Korsgaard [Mon, 26 Jan 2009 15:28:05 +0000 (15:28 -0000)]
acpid: remove unused legacy patches
As discussed on the list.
Peter Korsgaard [Mon, 26 Jan 2009 14:49:37 +0000 (14:49 -0000)]
liboil: don't build examples
Peter Korsgaard [Mon, 26 Jan 2009 14:49:19 +0000 (14:49 -0000)]
u-boot: halt build early with description if no u-boot board name is set
Peter Korsgaard [Mon, 26 Jan 2009 14:49:00 +0000 (14:49 -0000)]
u-boot: clean up after Ulf
As discussed on the list.
Peter Korsgaard [Mon, 26 Jan 2009 14:04:10 +0000 (14:04 -0000)]
u-boot: mark 2008.10 version as recent
Ulf Samuelsson [Mon, 26 Jan 2009 11:46:44 +0000 (11:46 -0000)]
Fix erronous mkimage target
Ulf Samuelsson [Mon, 26 Jan 2009 10:38:00 +0000 (10:38 -0000)]
Revert bad patch to fix linux rebuild problem
Peter Korsgaard [Mon, 26 Jan 2009 09:22:52 +0000 (09:22 -0000)]
mplayer: add -fomit-frame-pointer for i386
This seems to be required to compile some of the inline asm.
This solves the following compiler errors:
h264.c: In function 'decode_cabac_residual':
h264.c:6158: warning: passing argument 4 of 'decode_significance_8x8_x86' discards qualifiers from pointer target type
cabac.h: In function 'get_cabac_noinline':
cabac.h:513: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
cabac.h:513: error: 'asm' operand has impossible constraints
While searching several weeks ago, I hit the following URL, which
unfortunately currently doesn't seem to work anymore and I can't
remember what the bug was about.
Also see http://bugs.uclibc.org/view.php?id=4604
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Peter Korsgaard [Mon, 26 Jan 2009 09:22:47 +0000 (09:22 -0000)]
mplayer: add patch due to missing sys/timeb.h
This include file is only available, if uClibc is compiled with
UCLIBC_SUSV3_LEGACY defined and ftime() is not needed in this part of
mplayer at all.
This solves the following compiler error:
win32.c:67:23: error: sys/timeb.h: No such file or directory
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Peter Korsgaard [Mon, 26 Jan 2009 06:30:59 +0000 (06:30 -0000)]
libsexy: remove trailing newline from r24996
Peter Korsgaard [Mon, 26 Jan 2009 06:28:03 +0000 (06:28 -0000)]
asterisk: mark as BROKEN and remove obsolete patch
Asterisk seems to have moved to a auto* build system, so the .mk has to be
more or less completely rewritten.
Peter Korsgaard [Mon, 26 Jan 2009 06:13:06 +0000 (06:13 -0000)]
irda-utils: totally broken packages should depend on BROKEN, not DEPRECATED
Or we should simply delete the dir.
Peter Korsgaard [Mon, 26 Jan 2009 05:51:31 +0000 (05:51 -0000)]
mysql_client: fix deps and clean up configure args
mysql client needs ncurses, readline and C++
Ulf Samuelsson [Mon, 26 Jan 2009 00:34:02 +0000 (00:34 -0000)]
Add help for packages without AVR32 support
Ulf Samuelsson [Mon, 26 Jan 2009 00:16:11 +0000 (00:16 -0000)]
Add comment on brokenness of Asterisk
Ulf Samuelsson [Mon, 26 Jan 2009 00:14:56 +0000 (00:14 -0000)]
deprecate libfloat, package is obsolete
Ulf Samuelsson [Mon, 26 Jan 2009 00:14:19 +0000 (00:14 -0000)]
Deprecate ltt, package is obsolete and replaced by ltt-ng
Ulf Samuelsson [Mon, 26 Jan 2009 00:13:29 +0000 (00:13 -0000)]
Deprecate modutils, only for ancient 2.4 kernels
Ulf Samuelsson [Mon, 26 Jan 2009 00:12:47 +0000 (00:12 -0000)]
Deprecate irda-utils, makefile totally broken
Ulf Samuelsson [Mon, 26 Jan 2009 00:12:02 +0000 (00:12 -0000)]
Deprecate xfsprogs, no support for XFS in Buildroot
Ulf Samuelsson [Sun, 25 Jan 2009 23:51:54 +0000 (23:51 -0000)]
reinstitute comment thaat spooler does not work
Ulf Samuelsson [Sun, 25 Jan 2009 23:47:47 +0000 (23:47 -0000)]
Add explanation why examples are disabled for liboil
Ulf Samuelsson [Sun, 25 Jan 2009 23:44:53 +0000 (23:44 -0000)]
Avoid the use of subshell in microperl
Ulf Samuelsson [Sun, 25 Jan 2009 23:42:09 +0000 (23:42 -0000)]
Update patchlevels for linux-2.6.25/27/28
Ulf Samuelsson [Sun, 25 Jan 2009 23:32:13 +0000 (23:32 -0000)]
Fix exec-prefix for libeXosip2
Ulf Samuelsson [Sun, 25 Jan 2009 23:16:11 +0000 (23:16 -0000)]
exec-profix fix for cups
Ulf Samuelsson [Sun, 25 Jan 2009 23:14:55 +0000 (23:14 -0000)]
Ensure /boot exists, Write linux version to file,in case the kernel version has changed after the first build
Ulf Samuelsson [Sun, 25 Jan 2009 23:09:12 +0000 (23:09 -0000)]
Update verification scripts and status for ARM build
Ulf Samuelsson [Sun, 25 Jan 2009 23:01:22 +0000 (23:01 -0000)]
Flush configuration cache, needed if config has changed
Ulf Samuelsson [Sun, 25 Jan 2009 21:53:14 +0000 (21:53 -0000)]
Revert Atmel boards back to desired operation
Ulf Samuelsson [Sun, 25 Jan 2009 21:48:33 +0000 (21:48 -0000)]
Use new SHELL variable BUILDROOT_KERNEL_CONFIG_METHOD
which will override selection between xconfig and menuconfig
make xconfig will, if it fails, or user does not save configuration
result in make menuconfig beeing tried
Fix several issues causing final part of linux to be regenerated
on each make.
Ulf Samuelsson [Sun, 25 Jan 2009 21:01:33 +0000 (21:01 -0000)]
Update at91sam9261ek BSP
Ulf Samuelsson [Sun, 25 Jan 2009 20:59:30 +0000 (20:59 -0000)]
Fix spelling error, causing php to use host includes, add patching and unpacked targets
Ulf Samuelsson [Sun, 25 Jan 2009 20:55:31 +0000 (20:55 -0000)]
Stop dbus continuos rebuild, fix deps
Ulf Samuelsson [Sun, 25 Jan 2009 20:53:43 +0000 (20:53 -0000)]
Make cups build, support perl/php option
Ulf Samuelsson [Sun, 25 Jan 2009 20:50:59 +0000 (20:50 -0000)]
Support libiconv option for popt
Ulf Samuelsson [Sun, 25 Jan 2009 20:44:23 +0000 (20:44 -0000)]
Use prefix=/usr for libeXosip2
Peter Korsgaard [Sun, 25 Jan 2009 20:19:06 +0000 (20:19 -0000)]
qtopia4: fix and improve color/pixel depths config
Also fix whitespace and use an existing variable for qmake.conf, which
was forgotten in r23828, though it's only commented out.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Peter Korsgaard [Sun, 25 Jan 2009 20:19:01 +0000 (20:19 -0000)]
Makefile: globally define variables used at different places
$(comma) and $(space) are used in packages and the toolchain.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Peter Korsgaard [Sun, 25 Jan 2009 20:11:45 +0000 (20:11 -0000)]
kernel-headers: bump 2.6.27 / 2.6.28 to latest stable
Peter Korsgaard [Sun, 25 Jan 2009 20:11:31 +0000 (20:11 -0000)]
target/linux-advanced: default to menuconfig for all archs
Default to menuconfig for atmel targets as well, mention QT3 dependency
for make xconfig and update affected defconfigs.
Ulf Samuelsson [Sun, 25 Jan 2009 08:18:35 +0000 (08:18 -0000)]
Part of NcFTP depends on ncurses, create dependencies, if needed
Ulf Samuelsson [Sun, 25 Jan 2009 08:16:53 +0000 (08:16 -0000)]
liboil make fails on ARM with release toolset for a few unneeded examples due to use of hidden __clz_tab, do not build them for now, but problem may need further examination
Ulf Samuelsson [Sun, 25 Jan 2009 08:14:37 +0000 (08:14 -0000)]
Fix make problems with perl
Ulf Samuelsson [Sat, 24 Jan 2009 13:34:21 +0000 (13:34 -0000)]
Fix buildall script to use testbed in scripts/test
Ulf Samuelsson [Sat, 24 Jan 2009 11:29:10 +0000 (11:29 -0000)]
Add test configuration but do not include it by default
Ulf Samuelsson [Sat, 24 Jan 2009 11:27:47 +0000 (11:27 -0000)]
Make toolchain configration to fix mpg123 global and move to Makefile
Peter Korsgaard [Sat, 24 Jan 2009 10:31:32 +0000 (10:31 -0000)]
mpg123: remove unused legacy patch
Ulf Samuelsson [Sat, 24 Jan 2009 10:23:00 +0000 (10:23 -0000)]
Add linux config for at91sam9261ek
Peter Korsgaard [Sat, 24 Jan 2009 10:20:36 +0000 (10:20 -0000)]
freetype: fix typo
Ulf Samuelsson [Sat, 24 Jan 2009 10:16:53 +0000 (10:16 -0000)]
Update at91sam9260dfc BSP