Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unneeded ARM architecure patch, just a clone of SAM9260 support | Ulf Samuelsson | 2009-01-29 | 5 | -1487/+0 |
| | |||||
* | target/device: remove obsolete Sharp/LNode80 platform | Peter Korsgaard | 2009-01-29 | 30 | -105480/+0 |
| | | | | | | | | 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 | ||||
* | busybox: rebuild if .config changed | Peter Korsgaard | 2009-01-29 | 1 | -4/+4 |
| | | | | As reported on irc - Fixes busybox-menuconfig | ||||
* | busybox: remove unused handling of ancient versions no longer in BR | Peter Korsgaard | 2009-01-29 | 1 | -8/+0 |
| | |||||
* | gamin: fix build | Peter Korsgaard | 2009-01-29 | 2 | -2/+7 |
| | | | | Dependencies were wrong, and it didn't build without largefile support. | ||||
* | run test with some knowledge of ARCH | Ulf Samuelsson | 2009-01-29 | 2 | -0/+9 |
| | |||||
* | make flush, should always be visible | Ulf Samuelsson | 2009-01-29 | 1 | -2/+3 |
| | |||||
* | Update atstk100x BSP | Ulf Samuelsson | 2009-01-29 | 4 | -26/+2591 |
| | |||||
* | Add AVR32 support for linux-2.6.28.2 | Ulf Samuelsson | 2009-01-29 | 6 | -49/+16954 |
| | |||||
* | Add radvd to the list of packages | Peter Korsgaard | 2009-01-28 | 4 | -0/+47 |
| | | | | | | Add radvd, the IPv6 router advertisement daemon. Signed-off-by: Amand Tihon <amand.tihon@alrj.org> | ||||
* | xpdf: depends on freetype, so select it in kconfig as well | Peter Korsgaard | 2009-01-28 | 1 | -0/+1 |
| | |||||
* | toolchain: cris fixes for gcc 4.3.x / linux 2.6.28.x | Peter Korsgaard | 2009-01-28 | 4 | -0/+49 |
| | | | | Patches by Hinko Kocevar <hinko.kocevar@cetrtapot.si> | ||||
* | toolchain/uClibc: fix 0.9.30 build with linuxthreads on ARM | Peter Korsgaard | 2009-01-28 | 1 | -0/+177 |
| | | | | Patch by Will Wagner <will_wagner@carallon.com> - From uclibc svn r25099. | ||||
* | autoconf.mk: Bounce version to 2.63 | Daniel Laird | 2009-01-28 | 1 | -1/+1 |
| | | | | | | | | 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> | ||||
* | alsa-lib: fix build with largefile on 32bit archs | Peter Korsgaard | 2009-01-28 | 1 | -0/+30 |
| | | | | | Thanks to Will Wagner <will_wagner@carallon.com> for reporting and working with upstream to get it fixed. Patch from alsa-lib.git. | ||||
* | avahi-autoipd: fix issue with repeated builds | Peter Korsgaard | 2009-01-28 | 1 | -0/+1 |
| | | | | | | | | | | | 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. | ||||
* | xfs is a mainline filesystem with no alternative regarding tools in busybox, ↵ | Nigel Kukard | 2009-01-28 | 1 | -1/+0 |
| | | | | remove depend on deprecated | ||||
* | * Cleanup of prefix | Nigel Kukard | 2009-01-28 | 1 | -4/+1 |
| | |||||
* | Config.in: remove extra white space added in r25086. | Peter Korsgaard | 2009-01-28 | 1 | -1/+1 |
| | | | | Thanks to HcE for noticing. | ||||
* | fix configuration wrt elf2flt | Peter Korsgaard | 2009-01-28 | 2 | -4/+4 |
| | | | | | | | | | | 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> | ||||
* | elf2flt: fix link | Peter Korsgaard | 2009-01-28 | 1 | -0/+1 |
| | | | | | Seems like recent binutils has pulled in inflate support, so we need to link with zlib. | ||||
* | Makefile.autotools.in: add FOO_MAKE for packages needing to use $(MAKE1) | Peter Korsgaard | 2009-01-28 | 1 | -6/+9 |
| | | | | As requested on irc. | ||||
* | webkit: depend on C++ + wchar support in toolkit, as icu needs it | Peter Korsgaard | 2009-01-27 | 1 | -0/+4 |
| | |||||
* | webkit: don't depend on X server | Peter Korsgaard | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | libxml2: stop continous rerun of post-extract target | Peter Korsgaard | 2009-01-27 | 1 | -0/+1 |
| | | | | Touch stamp file (seems to have been missed by r23656). | ||||
* | icu: needs wchar support in toolchain as well | Peter Korsgaard | 2009-01-27 | 1 | -2/+3 |
| | |||||
* | icu: add project url to help text | Peter Korsgaard | 2009-01-27 | 1 | -0/+2 |
| | |||||
* | icu: needs C++ support in toolchain | Peter Korsgaard | 2009-01-27 | 1 | -0/+4 |
| | |||||
* | webkit: revert r24983 (Disable webkit (with comment) if X is not available) | Peter Korsgaard | 2009-01-27 | 1 | -6/+1 |
| | | | | Webkit doesn't need X. | ||||
* | Update at91rm9200df BSP | Ulf Samuelsson | 2009-01-27 | 1 | -230/+260 |
| | |||||
* | alsa-lib: fix typo in -source target | Peter Korsgaard | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | Create a common BR2_COPYTO to prepare to replace | Ulf Samuelsson | 2009-01-26 | 6 | -9/+82 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Update at91sam9260dfc BSP | Ulf Samuelsson | 2009-01-26 | 1 | -13/+6 |
| | |||||
* | target/device/Atmel/arch-avr32: remove old unused kernel patches | Peter Korsgaard | 2009-01-26 | 16 | -58777/+0 |
| | | | | | | | As discussed on the list: 22:08 < HcE> Jacmet: so yes, AVR32 wise you can delete anything older than 2.6.27 | ||||
* | toolchain/kernel-headers: remove ancient (and unused) patches | Peter Korsgaard | 2009-01-26 | 9 | -34996/+0 |
| | |||||
* | toolchain/binutils: remove ancient (and unused) 2.14/15/16/17 patches | Peter Korsgaard | 2009-01-26 | 99 | -7800/+0 |
| | |||||
* | Update documentation with BUILDROOT_USE_XWINDOWS, & linux cleanup | Ulf Samuelsson | 2009-01-26 | 1 | -38/+29 |
| | |||||
* | Replace BUILDROOT_KERNEL_CONFIG_METHOD environment variable with ↵ | Ulf Samuelsson | 2009-01-26 | 1 | -2/+2 |
| | | | | BUILDROOT_USE_XWINDOWS | ||||
* | Makefile: fix typo introduced in r25601 | Peter Korsgaard | 2009-01-26 | 1 | -1/+1 |
| | |||||
* | libcgicc: don't build demos | Peter Korsgaard | 2009-01-26 | 2 | -38/+1 |
| | | | | And remove unneeded patch for demos while we're at it. | ||||
* | libcgicc: install to usr/lib | Peter Korsgaard | 2009-01-26 | 1 | -12/+4 |
| | |||||
* | Fix spelling error in Makefile comment | Ulf Samuelsson | 2009-01-26 | 1 | -2/+2 |
| | |||||
* | package/: depend on toolchain C++ config, don't use select | Peter Korsgaard | 2009-01-26 | 3 | -3/+13 |
| | | | | select should only be used for package (library) dependencies. | ||||
* | libcgicc: depend on toolchain config, don't use select | Peter Korsgaard | 2009-01-26 | 1 | -1/+4 |
| | | | | select should only be used for package (library) dependencies. | ||||
* | libglib2: move HOST_GLIB detection to glib package | Peter Korsgaard | 2009-01-26 | 2 | -3/+4 |
| | | | | | Makes more sense to have it here, and easier to change once we start building host-glib. | ||||
* | libglib2: halt build early with description if host glib-genmarshal isn't found | Peter Korsgaard | 2009-01-26 | 1 | -0/+7 |
| | |||||
* | linux/advanced: default to make menuconfig | Peter Korsgaard | 2009-01-26 | 2 | -2/+2 |
| | |||||
* | acpid: remove unused legacy patches | Peter Korsgaard | 2009-01-26 | 2 | -22/+0 |
| | | | | As discussed on the list. | ||||
* | liboil: don't build examples | Peter Korsgaard | 2009-01-26 | 2 | -9/+0 |
| | |||||
* | u-boot: halt build early with description if no u-boot board name is set | Peter Korsgaard | 2009-01-26 | 1 | -0/+6 |
| |