summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-08-19Update configs for distcc, diffutils and freetypeUlf Samuelsson
2007-08-19Add kernel patches, if at91 or avr32 is selectedUlf Samuelsson
2007-08-19Update linux-2.6.22.1 config for sam9261ek, sam9260pf and sam9260dfcUlf Samuelsson
2007-08-19Delete avr32 specific patch and introduced merged at91/avr32 patchUlf Samuelsson
2007-08-19Move at91 patches from 2.6.21.1 to 2.6.21.5Ulf Samuelsson
2007-08-19Remove target specific things from Linux configUlf Samuelsson
2007-08-19Fix bad parameter list for patching linux kernelUlf Samuelsson
2007-08-19Make ipmi kernelpatch selectable, add possibility for custom kernel patchUlf Samuelsson
2007-08-19Replace non-working 'make uninstall' for 'package/patch' with simple 'rm'Ulf Samuelsson
2007-08-19move tcpdump from lib to usr/lib, simplify configure, general cleanupUlf Samuelsson
2007-08-19gcc-4 cleanupUlf Samuelsson
2007-08-19openntpd cleanupUlf Samuelsson
2007-08-19libpcap cleanupUlf Samuelsson
2007-08-19UPdate Soekris Linux config to 2.6.22.1Ulf Samuelsson
2007-08-19Från: Brad House <brad@mainstreetsoftworks.com>Ulf Samuelsson
Till: buildroot@uclibc.org Ämne: [Buildroot] [patch] php fixes and updates Datum: Tue, 14 Aug 2007 16:39:03 -0400 (22.39 CEST) Changes: - fastcgi config option - force php to find the php.ini in /etc (it seems to default to /lib for some reason) - build with posix support, a lot of php scripts require this apparently - strip the php binary when installing to TARGET_DIR - actually 'uninstall' php on a php-clean -Brad
2007-08-19Från: Brad House <brad@mainstreetsoftworks.com>Ulf Samuelsson
Till: buildroot@uclibc.org Ämne: [Buildroot] [patch] libxml2 install fails because of missing directory Datum: Tue, 14 Aug 2007 16:34:34 -0400 (22.34 CEST) If libxml2 is installed before $(TARGET_DIR)/usr/lib is created, it fails because it can't copy the library over. Also, the dependency tree is a bit messed up. libxml2.a should only be installed if target-headers is specified, it's 4MB on my system and the only .a file I found in my TARGET_DIR (target-headers was not specified). The attached patch fixes the above problems. -Brad
2007-08-19Update AVR32 tools download locationUlf Samuelsson
2007-08-18 Move AVR32 kernel patches to target/device/Atmel/arch-avr32Ulf Samuelsson
Add linux-2.6.22.1-008-atmel-gpio_mouse-setup-for-atstk1000-board.patch Move AT91 kernel patches to target/device/Atmel/arch-arm Change name from "target/device/Atmel/Linux" to "target/device/Atmel/linux" "kernel-headers" will apply all patches in $(LINUX26_KERNEL_PATCH_DIR) if this is available. Define LINUX26_KERNEL_PATCH_DIR in target/device/Atmel/Makefile.in as above "arch-arm/kernel-patches-..." if an AT91 or as above "arch-avr32/kernel-patches-..." if an AVR32 target is selected Test build done for arm,avr32 and x86
2007-08-17Add binutils dependencies on AVR32Ulf Samuelsson
2007-08-17Add mplayer to atstk1002 target_skeletonUlf Samuelsson
2007-08-17Update atngw100 device tableUlf Samuelsson
2007-08-17Update atstk1002 device tableUlf Samuelsson
2007-08-17Update atstk1002 target skeletonUlf Samuelsson
2007-08-17Update atngw100 target skeletonUlf Samuelsson
2007-08-16Update x86 linux26.config to 2.6.22.1; (save 2.6.21.5 file renamed)Ulf Samuelsson
2007-08-16Update at91sam9261ek linux support to 2.6.22.1Ulf Samuelsson
2007-08-16Add further documentation for BSP patchUlf Samuelsson
2007-08-16Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIRUlf Samuelsson
2007-08-16Ensure lzma is built *before* linux, allow system installation in /usr/local/binUlf Samuelsson
2007-08-16Dont create TARGET_DIR if it existsUlf Samuelsson
2007-08-16Move lzma patches to toolchain/kernel-headers/lzmaUlf Samuelsson
They will be applied ONLY if BR2_KERNEL_HEADERS_LZMA is set. BR2_KERNEL_HEADERS_LZMA defaults to NO, so the user has to actively set this config flag if lzma is needed. This means that the default behaviour of buildroot will work for most users. Comment from author: [Brad House] I find myself having to remove the lzma patches because my build system doesn't natively have lzma. I tried to compensate for this by installing the latest lzma from gentoo's package tree, and apparently, it accepts different flags than the one these patches expect, so my kernel build still fails. Finally, I used the lzma from this buildroot and compiled it by hand, and it _mostly_ worked. Regardless, it seems silly to make this a requirement. Personally, I gzip my initramfs, and that's enough compression for me...
2007-08-16Avoid copying TARGET_SKELETON on every 'make'Ulf Samuelsson
2007-08-16Use SED instead of ECHO when config 'program_invocation_name'Ulf Samuelsson
2007-08-15Allow user to configure PROGRAM_INVOCATION_NAMEUlf Samuelsson
2007-08-15Cleanup of udev, build libvolume_id.laUlf Samuelsson
2007-08-15Sync volume_id version to 0.79.0 matching udev-114Ulf Samuelsson
2007-08-15Remove fakeroot files after use to avoid rerunUlf Samuelsson
2007-08-15Use /usr/include as std include in XorgUlf Samuelsson
2007-08-15Add programmable start adr/size to at91bootstrap + support for at91sam9260pfUlf Samuelsson
2007-08-15Add at91sam9260pf (AT91SAM9260 w Par Flash) targetUlf Samuelsson
2007-08-15No parallel make of mdnsresponderUlf Samuelsson
2007-08-14Added powerpc variant selectionPeter Korsgaard
2007-08-14rxvt hardwired for X11R6, so ensure dependency is OKUlf Samuelsson
2007-08-14Move project related info from main Makefile to project dirUlf Samuelsson
2007-08-14Avoid continuous rebuilds of TARGET_DIR and /etc/* project filesUlf Samuelsson
2007-08-14Fix continous remake's of uClibc, Save .config to .oldconfig before 'conf', ↵Ulf Samuelsson
cleanup ARM config to avoid stop during build
2007-08-14Add links to 'usr/include/freetype2/freetype' to 'include' and ↵Ulf Samuelsson
'usr/include'. Add PHONY targets
2007-08-14Remove cirular dependenciesUlf Samuelsson
2007-08-14Change udev target from udev to udevd. Add .PHONY targets. Rearrange targetsUlf Samuelsson
2007-08-13Avoid circular dependencyUlf Samuelsson