Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-25 | kernel-headers: bump 2.6.27 / 2.6.28 to latest stable | Peter Korsgaard | |
2009-01-25 | target/linux-advanced: default to menuconfig for all archs | Peter Korsgaard | |
Default to menuconfig for atmel targets as well, mention QT3 dependency for make xconfig and update affected defconfigs. | |||
2009-01-25 | Part of NcFTP depends on ncurses, create dependencies, if needed | Ulf Samuelsson | |
2009-01-25 | liboil make fails on ARM with release toolset for a few unneeded examples ↵ | Ulf Samuelsson | |
due to use of hidden __clz_tab, do not build them for now, but problem may need further examination | |||
2009-01-25 | Fix make problems with perl | Ulf Samuelsson | |
2009-01-24 | Fix buildall script to use testbed in scripts/test | Ulf Samuelsson | |
2009-01-24 | Add test configuration but do not include it by default | Ulf Samuelsson | |
2009-01-24 | Make toolchain configration to fix mpg123 global and move to Makefile | Ulf Samuelsson | |
2009-01-24 | mpg123: remove unused legacy patch | Peter Korsgaard | |
2009-01-24 | Add linux config for at91sam9261ek | Ulf Samuelsson | |
2009-01-24 | freetype: fix typo | Peter Korsgaard | |
2009-01-24 | Update at91sam9260dfc BSP | Ulf Samuelsson | |
2009-01-24 | Add fix to mpg123 for bug in ARM release toolchain causing segment ↵ | Ulf Samuelsson | |
violation, bug reported to gcc bugzilla | |||
2009-01-24 | freetype: only depend on zlib if it is available | Peter Korsgaard | |
The dependency is only there so zlib gets built before freetype if it's available (for shared configure cache) | |||
2009-01-24 | toolchain/uClibc: disable UCLIBC_SUPPORT_AI_ADDRCONFIG in 0.9.30 defconfig | Peter Korsgaard | |
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>. | |||
2009-01-24 | libsexy: unbreak build | Peter Korsgaard | |
libsexy doesn't depend on libX11, but it does need libxml2. | |||
2009-01-24 | Revert r24982 (Disable libsexy (with comment) if X is not available) | Peter Korsgaard | |
It's wrong, libsexy doesn't depend on an X server. | |||
2009-01-24 | Make sure libdnet does not find unsupported libcheck, in host | Ulf Samuelsson | |
2009-01-23 | Fix unroll bug for ARM toolchain | Ulf Samuelsson | |
2009-01-23 | Fix static lib dep for ncurses | Ulf Samuelsson | |
2009-01-23 | docs/news.html: announce -rc2 | Peter Korsgaard | |
2009-01-23 | Revert r24952 (BR2_TARGET_TEST_PACKAGES) | Peter Korsgaard | |
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. | |||
2009-01-23 | package/: remove deprecated and broken raidtool2 package | Peter Korsgaard | |
2009-01-23 | Bump AT91 u-boot patches to 2009.01 | Ulf Samuelsson | |
2009-01-23 | Update at91sam9263ek BSP | Ulf Samuelsson | |
2009-01-23 | Use default configure options to allow sawman build to complete with ccache | Ulf Samuelsson | |
2009-01-23 | Disable webkit (with comment) if X is not available | Ulf Samuelsson | |
2009-01-23 | Disable libsexy (with comment) if X is not available | Ulf Samuelsson | |
2009-01-23 | kernel-headers: fix 2.6.28.1 serial.h (unbreaks directfb serialmouse.c) | Peter Korsgaard | |
2009-01-23 | kernel-headers: rename 2.6.25/2.6.28 patches to match current stable versions | Peter Korsgaard | |
Otherwise they won't get applied. | |||
2009-01-23 | gst-plugins-good: Fix style issues and use of --disable-png. | Daniel Laird | |
Update ordering and configure options. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | |||
2009-01-23 | Do not reapply linux patches if LINUX26_PATCH_SOURCE is empty, and we are ↵ | Ulf Samuelsson | |
continuing building after a failure | |||
2009-01-22 | Update tester script | Ulf Samuelsson | |
2009-01-22 | Update AT91 u-boot patches to 2009.01 | Ulf Samuelsson | |
2009-01-22 | Add workarounds for alsa-utils | Ulf Samuelsson | |
2009-01-22 | Add help script for testing | Ulf Samuelsson | |
2009-01-22 | Add help for make configured | Ulf Samuelsson | |
2009-01-22 | Use /usr/lib for ncurses instead of /lib | Ulf Samuelsson | |
2009-01-22 | Use /usr/lib for slang instead of /lib | Ulf Samuelsson | |
2009-01-22 | Use latest u-boot as default | Ulf Samuelsson | |
2009-01-22 | toolchain/gcc: make version detection more robust | Peter Korsgaard | |
Thanks to Bernhard for noticing (and less so for causing the problem in the first place :P) | |||
2009-01-22 | package/multimedia/gst-plugins-good/Config.in | Daniel Laird | |
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> | |||
2009-01-22 | u-boot: get rid of unused 2009.01-rc3 dir (git-svn issue) | Peter Korsgaard | |
2009-01-22 | u-boot: add 2009.01, remove -rc3 | Peter Korsgaard | |
2009-01-22 | toolchain/gcc: fix target-gcc for 4.3.x | Peter Korsgaard | |
Includes are in include-fixed and GCC_LIB_SUBDIR needs to be set like for the rest of 4.x | |||
2009-01-22 | package/multimedia/gst-plugins-good/Config.in | Daniel Laird | |
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> | |||
2009-01-22 | Add simple way to enable most (but not all) targets for testing purposes | Ulf Samuelsson | |
2009-01-22 | Make sure ln command does not break if link exist | Ulf Samuelsson | |
2009-01-22 | Fix AVR32 u.boot build bug | Ulf Samuelsson | |
2009-01-21 | libconfuse: fix build by removing -Werror flag | Peter Korsgaard | |