Commit Graph

3012 Commits

Author SHA1 Message Date
Ulf Samuelsson
167c1a6185 Delete avr32 specific patch and introduced merged at91/avr32 patch 2007-08-19 22:43:50 +00:00
Ulf Samuelsson
8b6462afa5 Move at91 patches from 2.6.21.1 to 2.6.21.5 2007-08-19 22:40:18 +00:00
Ulf Samuelsson
ccd99b0e57 Remove target specific things from Linux config 2007-08-19 22:30:47 +00:00
Ulf Samuelsson
979718c8d9 Fix bad parameter list for patching linux kernel 2007-08-19 22:28:51 +00:00
Ulf Samuelsson
3978c67570 Make ipmi kernelpatch selectable, add possibility for custom kernel patch 2007-08-19 22:01:27 +00:00
Ulf Samuelsson
cdb7c0167b Replace non-working 'make uninstall' for 'package/patch' with simple 'rm' 2007-08-19 21:44:58 +00:00
Ulf Samuelsson
8a7a669cd5 move tcpdump from lib to usr/lib, simplify configure, general cleanup 2007-08-19 21:17:48 +00:00
Ulf Samuelsson
2a1ee531da gcc-4 cleanup 2007-08-19 21:15:02 +00:00
Ulf Samuelsson
5036dd45b2 openntpd cleanup 2007-08-19 21:13:08 +00:00
Ulf Samuelsson
78f528763b libpcap cleanup 2007-08-19 21:11:15 +00:00
Ulf Samuelsson
62354f041b UPdate Soekris Linux config to 2.6.22.1 2007-08-19 21:09:28 +00:00
Ulf Samuelsson
4955099de0 Från: Brad House <brad@mainstreetsoftworks.com>
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-19 21:02:46 +00:00
Ulf Samuelsson
f60308be15 Från: Brad House <brad@mainstreetsoftworks.com>
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-19 20:59:37 +00:00
Ulf Samuelsson
6c2d80b2ae Update AVR32 tools download location 2007-08-19 18:26:31 +00:00
Ulf Samuelsson
afec678745 Move AVR32 kernel patches to target/device/Atmel/arch-avr32
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-18 08:46:41 +00:00
Ulf Samuelsson
134a61d9f7 Add binutils dependencies on AVR32 2007-08-17 23:06:25 +00:00
Ulf Samuelsson
34569e0e24 Add mplayer to atstk1002 target_skeleton 2007-08-17 14:53:01 +00:00
Ulf Samuelsson
54989e9556 Update atngw100 device table 2007-08-17 13:17:25 +00:00
Ulf Samuelsson
460cf4dd3d Update atstk1002 device table 2007-08-17 13:16:36 +00:00
Ulf Samuelsson
ee80e9b39b Update atstk1002 target skeleton 2007-08-17 13:02:52 +00:00
Ulf Samuelsson
24c9802928 Update atngw100 target skeleton 2007-08-17 13:01:49 +00:00
Ulf Samuelsson
55e2d9bdb5 Update x86 linux26.config to 2.6.22.1; (save 2.6.21.5 file renamed) 2007-08-16 23:45:29 +00:00
Ulf Samuelsson
c53380aa36 Update at91sam9261ek linux support to 2.6.22.1 2007-08-16 23:31:37 +00:00
Ulf Samuelsson
f7b89d1dfc Add further documentation for BSP patch 2007-08-16 21:54:48 +00:00
Ulf Samuelsson
5d2be04979 Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIR 2007-08-16 18:19:42 +00:00
Ulf Samuelsson
0a9af49e0b Ensure lzma is built *before* linux, allow system installation in /usr/local/bin 2007-08-16 18:17:39 +00:00
Ulf Samuelsson
ceef40146f Dont create TARGET_DIR if it exists 2007-08-16 11:18:29 +00:00
Ulf Samuelsson
18199aa7b6 Move lzma patches to toolchain/kernel-headers/lzma
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-16 06:26:25 +00:00
Ulf Samuelsson
c6771dfb84 Avoid copying TARGET_SKELETON on every 'make' 2007-08-16 05:44:55 +00:00
Ulf Samuelsson
4223bea4f0 Use SED instead of ECHO when config 'program_invocation_name' 2007-08-16 05:01:43 +00:00
Ulf Samuelsson
406eeeeeb7 Allow user to configure PROGRAM_INVOCATION_NAME 2007-08-15 22:35:26 +00:00
Ulf Samuelsson
e4bbaa38c3 Cleanup of udev, build libvolume_id.la 2007-08-15 22:31:25 +00:00
Ulf Samuelsson
5350f5931e Sync volume_id version to 0.79.0 matching udev-114 2007-08-15 15:47:51 +00:00
Ulf Samuelsson
c2fc93bcf2 Remove fakeroot files after use to avoid rerun 2007-08-15 09:47:49 +00:00
Ulf Samuelsson
8118da1449 Use /usr/include as std include in Xorg 2007-08-15 09:46:29 +00:00
Ulf Samuelsson
62f5e15724 Add programmable start adr/size to at91bootstrap + support for at91sam9260pf 2007-08-15 09:42:33 +00:00
Ulf Samuelsson
f8581493a7 Add at91sam9260pf (AT91SAM9260 w Par Flash) target 2007-08-15 09:40:59 +00:00
Ulf Samuelsson
7cd62f1c7c No parallel make of mdnsresponder 2007-08-15 07:31:12 +00:00
Peter Korsgaard
e98ed44ad0 Added powerpc variant selection 2007-08-14 11:59:46 +00:00
Ulf Samuelsson
bb361d15b0 rxvt hardwired for X11R6, so ensure dependency is OK 2007-08-14 08:44:28 +00:00
Ulf Samuelsson
f958d89724 Move project related info from main Makefile to project dir 2007-08-14 07:45:01 +00:00
Ulf Samuelsson
74cda1e49b Avoid continuous rebuilds of TARGET_DIR and /etc/* project files 2007-08-14 07:24:45 +00:00
Ulf Samuelsson
58dc3e46ef Fix continous remake's of uClibc, Save .config to .oldconfig before 'conf', cleanup ARM config to avoid stop during build 2007-08-14 07:07:13 +00:00
Ulf Samuelsson
02c5d11736 Add links to 'usr/include/freetype2/freetype' to 'include' and 'usr/include'. Add PHONY targets 2007-08-14 06:28:01 +00:00
Ulf Samuelsson
f12b2e4a82 Remove cirular dependencies 2007-08-14 06:18:02 +00:00
Ulf Samuelsson
3966e30541 Change udev target from udev to udevd. Add .PHONY targets. Rearrange targets 2007-08-14 06:16:08 +00:00
Ulf Samuelsson
ff2c1c8cd7 Avoid circular dependency 2007-08-13 21:30:02 +00:00
Ulf Samuelsson
5283c21dda Only build tinyX if WCHAR and LOCALE is enabled 2007-08-13 20:49:58 +00:00
Ulf Samuelsson
0f23053a22 Stop halting ARM build to configure uClibc 2007-08-13 20:22:17 +00:00
Ulf Samuelsson
f5aed4f5d4 Workaround bug in TinyX makedepend by removing some whitespace 2007-08-13 20:18:25 +00:00