summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Part of NcFTP depends on ncurses, create dependencies, if neededUlf Samuelsson2009-01-252-3/+10
|
* liboil make fails on ARM with release toolset for a few unneeded examples ↵Ulf Samuelsson2009-01-251-0/+7
| | | | due to use of hidden __clz_tab, do not build them for now, but problem may need further examination
* Fix make problems with perlUlf Samuelsson2009-01-251-10/+38
|
* Fix buildall script to use testbed in scripts/testUlf Samuelsson2009-01-242-85/+178
|
* Add test configuration but do not include it by defaultUlf Samuelsson2009-01-241-0/+633
|
* Make toolchain configration to fix mpg123 global and move to MakefileUlf Samuelsson2009-01-243-12/+17
|
* mpg123: remove unused legacy patchPeter Korsgaard2009-01-241-44/+0
|
* Add linux config for at91sam9261ekUlf Samuelsson2009-01-241-0/+1432
|
* freetype: fix typoPeter Korsgaard2009-01-241-1/+1
|
* Update at91sam9260dfc BSPUlf Samuelsson2009-01-241-72/+162
|
* Add fix to mpg123 for bug in ARM release toolchain causing segment ↵Ulf Samuelsson2009-01-243-1/+2140
| | | | violation, bug reported to gcc bugzilla
* freetype: only depend on zlib if it is availablePeter Korsgaard2009-01-241-1/+2
| | | | | The dependency is only there so zlib gets built before freetype if it's available (for shared configure cache)
* toolchain/uClibc: disable UCLIBC_SUPPORT_AI_ADDRCONFIG in 0.9.30 defconfigPeter Korsgaard2009-01-241-1/+1
| | | | | | | UCLIBC_SUPPORT_AI_ADDRCONFIG seems to have issues in 0.9.30 and cause segfaults on some architectures, so disable it. Reported and tracked down by "QuickX" <quickx@hotmail.com>.
* libsexy: unbreak buildPeter Korsgaard2009-01-242-1/+3
| | | | libsexy doesn't depend on libX11, but it does need libxml2.
* Revert r24982 (Disable libsexy (with comment) if X is not available)Peter Korsgaard2009-01-241-5/+0
| | | | It's wrong, libsexy doesn't depend on an X server.
* Make sure libdnet does not find unsupported libcheck, in hostUlf Samuelsson2009-01-241-1/+6
|
* Fix unroll bug for ARM toolchainUlf Samuelsson2009-01-231-0/+31
|
* Fix static lib dep for ncursesUlf Samuelsson2009-01-231-1/+3
|
* docs/news.html: announce -rc2Peter Korsgaard2009-01-231-0/+10
|
* Revert r24952 (BR2_TARGET_TEST_PACKAGES)Peter Korsgaard2009-01-232-634/+0
| | | | | | As discussed on the list. It is already out of date (BR2_TARGET_UBOOT_2009_01_RC3, BR2_PACKAGE_RAIDTOOLS), is the wrong solution and breaks the make allyesconfig; make menuconfig / sed workflow.
* package/: remove deprecated and broken raidtool2 packagePeter Korsgaard2009-01-234-78/+0
|
* Bump AT91 u-boot patches to 2009.01Ulf Samuelsson2009-01-2313-0/+0
|
* Update at91sam9263ek BSPUlf Samuelsson2009-01-231-114/+76
|
* 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
|