Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-28 | xfs is a mainline filesystem with no alternative regarding tools in busybox, ↵ | Nigel Kukard | |
remove depend on deprecated | |||
2009-01-28 | * Cleanup of prefix | Nigel Kukard | |
2009-01-28 | Config.in: remove extra white space added in r25086. | Peter Korsgaard | |
Thanks to HcE for noticing. | |||
2009-01-28 | fix configuration wrt elf2flt | Peter Korsgaard | |
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> | |||
2009-01-28 | elf2flt: fix link | Peter Korsgaard | |
Seems like recent binutils has pulled in inflate support, so we need to link with zlib. | |||
2009-01-28 | Makefile.autotools.in: add FOO_MAKE for packages needing to use $(MAKE1) | Peter Korsgaard | |
As requested on irc. | |||
2009-01-27 | webkit: depend on C++ + wchar support in toolkit, as icu needs it | Peter Korsgaard | |
2009-01-27 | webkit: don't depend on X server | Peter Korsgaard | |
2009-01-27 | libxml2: stop continous rerun of post-extract target | Peter Korsgaard | |
Touch stamp file (seems to have been missed by r23656). | |||
2009-01-27 | icu: needs wchar support in toolchain as well | Peter Korsgaard | |
2009-01-27 | icu: add project url to help text | Peter Korsgaard | |
2009-01-27 | icu: needs C++ support in toolchain | Peter Korsgaard | |
2009-01-27 | webkit: revert r24983 (Disable webkit (with comment) if X is not available) | Peter Korsgaard | |
Webkit doesn't need X. | |||
2009-01-27 | Update at91rm9200df BSP | Ulf Samuelsson | |
2009-01-27 | alsa-lib: fix typo in -source target | Peter Korsgaard | |
2009-01-26 | Create a common BR2_COPYTO to prepare to replace | Ulf Samuelsson | |
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. | |||
2009-01-26 | Update at91sam9260dfc BSP | Ulf Samuelsson | |
2009-01-26 | target/device/Atmel/arch-avr32: remove old unused kernel patches | Peter Korsgaard | |
As discussed on the list: 22:08 < HcE> Jacmet: so yes, AVR32 wise you can delete anything older than 2.6.27 | |||
2009-01-26 | toolchain/kernel-headers: remove ancient (and unused) patches | Peter Korsgaard | |
2009-01-26 | toolchain/binutils: remove ancient (and unused) 2.14/15/16/17 patches | Peter Korsgaard | |
2009-01-26 | Update documentation with BUILDROOT_USE_XWINDOWS, & linux cleanup | Ulf Samuelsson | |
2009-01-26 | Replace BUILDROOT_KERNEL_CONFIG_METHOD environment variable with ↵ | Ulf Samuelsson | |
BUILDROOT_USE_XWINDOWS | |||
2009-01-26 | Makefile: fix typo introduced in r25601 | Peter Korsgaard | |
2009-01-26 | libcgicc: don't build demos | Peter Korsgaard | |
And remove unneeded patch for demos while we're at it. | |||
2009-01-26 | libcgicc: install to usr/lib | Peter Korsgaard | |
2009-01-26 | Fix spelling error in Makefile comment | Ulf Samuelsson | |
2009-01-26 | package/: depend on toolchain C++ config, don't use select | Peter Korsgaard | |
select should only be used for package (library) dependencies. | |||
2009-01-26 | libcgicc: depend on toolchain config, don't use select | Peter Korsgaard | |
select should only be used for package (library) dependencies. | |||
2009-01-26 | libglib2: move HOST_GLIB detection to glib package | Peter Korsgaard | |
Makes more sense to have it here, and easier to change once we start building host-glib. | |||
2009-01-26 | libglib2: halt build early with description if host glib-genmarshal isn't found | Peter Korsgaard | |
2009-01-26 | linux/advanced: default to make menuconfig | Peter Korsgaard | |
2009-01-26 | acpid: remove unused legacy patches | Peter Korsgaard | |
As discussed on the list. | |||
2009-01-26 | liboil: don't build examples | Peter Korsgaard | |
2009-01-26 | u-boot: halt build early with description if no u-boot board name is set | Peter Korsgaard | |
2009-01-26 | u-boot: clean up after Ulf | Peter Korsgaard | |
As discussed on the list. | |||
2009-01-26 | u-boot: mark 2008.10 version as recent | Peter Korsgaard | |
2009-01-26 | Fix erronous mkimage target | Ulf Samuelsson | |
2009-01-26 | Revert bad patch to fix linux rebuild problem | Ulf Samuelsson | |
2009-01-26 | mplayer: add -fomit-frame-pointer for i386 | Peter Korsgaard | |
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> | |||
2009-01-26 | mplayer: add patch due to missing sys/timeb.h | Peter Korsgaard | |
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> | |||
2009-01-26 | libsexy: remove trailing newline from r24996 | Peter Korsgaard | |
2009-01-26 | asterisk: mark as BROKEN and remove obsolete patch | Peter Korsgaard | |
Asterisk seems to have moved to a auto* build system, so the .mk has to be more or less completely rewritten. | |||
2009-01-26 | irda-utils: totally broken packages should depend on BROKEN, not DEPRECATED | Peter Korsgaard | |
Or we should simply delete the dir. | |||
2009-01-26 | mysql_client: fix deps and clean up configure args | Peter Korsgaard | |
mysql client needs ncurses, readline and C++ | |||
2009-01-26 | Add help for packages without AVR32 support | Ulf Samuelsson | |
2009-01-26 | Add comment on brokenness of Asterisk | Ulf Samuelsson | |
2009-01-26 | deprecate libfloat, package is obsolete | Ulf Samuelsson | |
2009-01-26 | Deprecate ltt, package is obsolete and replaced by ltt-ng | Ulf Samuelsson | |
2009-01-26 | Deprecate modutils, only for ancient 2.4 kernels | Ulf Samuelsson | |
2009-01-26 | Deprecate irda-utils, makefile totally broken | Ulf Samuelsson | |