summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Use default configure options to allow sawman build to complete with ccacheUlf Samuelsson2009-01-231-3/+3
|
* Disable webkit (with comment) if X is not availableUlf Samuelsson2009-01-231-1/+6
|
* Disable libsexy (with comment) if X is not availableUlf Samuelsson2009-01-231-0/+5
|
* kernel-headers: fix 2.6.28.1 serial.h (unbreaks directfb serialmouse.c)Peter Korsgaard2009-01-231-0/+55
|
* kernel-headers: rename 2.6.25/2.6.28 patches to match current stable versionsPeter Korsgaard2009-01-233-0/+0
| | | | Otherwise they won't get applied.
* gst-plugins-good: Fix style issues and use of --disable-png.Daniel Laird2009-01-231-14/+14
| | | | | | | Update ordering and configure options. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* Do not reapply linux patches if LINUX26_PATCH_SOURCE is empty, and we are ↵Ulf Samuelsson2009-01-231-1/+5
| | | | continuing building after a failure
* Update tester scriptUlf Samuelsson2009-01-221-514/+323
|
* Update AT91 u-boot patches to 2009.01Ulf Samuelsson2009-01-221-5/+5
|
* Add workarounds for alsa-utilsUlf Samuelsson2009-01-223-1/+62
|
* Add help script for testingUlf Samuelsson2009-01-221-0/+111
|
* Add help for make configuredUlf Samuelsson2009-01-221-0/+1
|
* Use /usr/lib for ncurses instead of /libUlf Samuelsson2009-01-221-10/+9
|
* Use /usr/lib for slang instead of /libUlf Samuelsson2009-01-221-8/+8
|
* Use latest u-boot as defaultUlf Samuelsson2009-01-221-1/+1
|
* toolchain/gcc: make version detection more robustPeter Korsgaard2009-01-221-8/+8
| | | | | Thanks to Bernhard for noticing (and less so for causing the problem in the first place :P)
* package/multimedia/gst-plugins-good/Config.inDaniel Laird2009-01-222-37/+57
| | | | | | | | | | | | package/multimedia/gst-plugins-good/gst-plugins-good.mk Always disable ESD Move JPEG/PNG Add BZIP2/ZLIB options as posted by Markus Add LIBXML2 dependency for annodex Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* u-boot: get rid of unused 2009.01-rc3 dir (git-svn issue)Peter Korsgaard2009-01-220-0/+0
|
* u-boot: add 2009.01, remove -rc3Peter Korsgaard2009-01-222-6/+2
|
* toolchain/gcc: fix target-gcc for 4.3.xPeter Korsgaard2009-01-221-3/+8
| | | | | Includes are in include-fixed and GCC_LIB_SUBDIR needs to be set like for the rest of 4.x
* package/multimedia/gst-plugins-good/Config.inDaniel Laird2009-01-221-3/+4
| | | | | | | | | Use select instead of depends on as it makes clear what people need rather than hiding options based on choices they dont know they need to make. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* Add simple way to enable most (but not all) targets for testing purposesUlf Samuelsson2009-01-222-0/+634
|
* Make sure ln command does not break if link existUlf Samuelsson2009-01-221-1/+1
|
* Fix AVR32 u.boot build bugUlf Samuelsson2009-01-221-0/+13
|
* libconfuse: fix build by removing -Werror flagPeter Korsgaard2009-01-211-0/+34
|
* openssl: fix build without largefile supportPeter Korsgaard2009-01-211-0/+19
|
* directfb: fix compilation error on ppc (linux/config.h is long gone)Peter Korsgaard2009-01-211-0/+17
|
* directfb: bump version and convert to Makefile.autotools.in formatPeter Korsgaard2009-01-211-102/+32
| | | | Patch by Sven Neumann <s.neumann@phase-zero.de>
* directfb: tarball moved to Old/Peter Korsgaard2009-01-211-1/+1
|
* u-boot: unbreak target toolsPeter Korsgaard2009-01-211-3/+3
| | | | Got broken by r24697.
* package/multimedia/gst-plugins-good/gst-plugins-good.mkDaniel Laird2009-01-212-0/+55
| | | | | | | | | | | package/multimedia/gst-plugins-good/Config.in gst-plugins-good does not build unless some package dependencies are forced. This patch allows you to turn off some of the plugins with these dependencies and hides others that require some packages (like PNG/JPEG) Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
* Remove reference to query_modules in oprofile, does not exist in linux-2.6. ↵Ulf Samuelsson2009-01-213-4/+27
| | | | oprofile now builds for ARM
* add patch form cgicc'upstream, build now completes\!Ulf Samuelsson2009-01-211-0/+38
|
* include string.h when building cgicc, add libcgicc-unpacked, and clean up ↵Ulf Samuelsson2009-01-212-3/+18
| | | | libcgicc.mk - still does not build OK
* add kismet-unpacked target, fix lack of include for memset etc.Ulf Samuelsson2009-01-212-0/+46
|
* Fix circular dependencyUlf Samuelsson2009-01-201-1/+0
|
* Make libbz2.so point at libbz2.so.1.0.4 in /usr/lib (correct) instead of in /libUlf Samuelsson2009-01-201-1/+1
|
* Bump xerces-c to latest stable, ARM build now completesUlf Samuelsson2009-01-202-23/+74
|
* Bump lzma to latest stable, ARM build now completesUlf Samuelsson2009-01-201-1/+1
|
* Libraries for dbus-glib are in /usr/lib, depend on expatUlf Samuelsson2009-01-202-3/+4
|
* mtd/mtd-utils: mkfs.jffs2: fix device_table handlingPeter Korsgaard2009-01-201-0/+23
|
* busybox: 1.13.2 tar fixPeter Korsgaard2009-01-201-0/+11
|
* mtd/mtd-utils: sys/acl.h patch is needed for host-mkfs.jffs2 as wellPeter Korsgaard2009-01-201-0/+0
| | | | | The host stuff seems pretty broken though as we don't build a host version of liblzo.
* mplayer: fix non-largefile buildPeter Korsgaard2009-01-202-0/+27
|
* mplayer: fix configure for powerpc-linuxPeter Korsgaard2009-01-201-0/+27
|
* mplayer: force cross-compile modePeter Korsgaard2009-01-201-0/+1
|
* libmad: unbreak build with gcc-4.3.xPeter Korsgaard2009-01-201-0/+33
| | | | | libmad used the long deprecated -fforce-mem gcc flag, which no longer is recognized in gcc-4.3.x. It has long been a noop, so simply remove it.
* U_BOOT_ARCH_PATCH_DIR should contain a value or should not be defined, empty ↵Ulf Samuelsson2009-01-201-1/+1
| | | | string is not allowed
* mplayer: add patch to fix compilation against alsa-lib 1.0.18Hans-Christian Egtvedt2009-01-203-72/+163
| | | | | | | | | This adds a patch to fix compilation against alsa-lib 1.0.18. It is basically a grab of the change from mplayer repository. It also refreshes the other patches so they apply clean. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
* Bump u-boot to -2009.01-rc3, and add possibility to apply the arch-at91 ↵Ulf Samuelsson2009-01-1919-7/+48
| | | | patches if using an at91