Bernhard Reutner-Fischer [Sun, 26 Aug 2007 21:00:56 +0000 (21:00 -0000)]
- make sure to honour user flags
Bernhard Reutner-Fischer [Sun, 26 Aug 2007 20:55:02 +0000 (20:55 -0000)]
- improve handling of sh (fgretief) for bug #1446
Bernhard Reutner-Fischer [Sun, 26 Aug 2007 20:47:18 +0000 (20:47 -0000)]
- If we are to build some libs then require them to exist.
- Strip host files with host strip (untested, will likely need a HOSTSTRIP)
Bernhard Reutner-Fischer [Sun, 26 Aug 2007 20:40:31 +0000 (20:40 -0000)]
- use the correct type (__u_long is correct, __ulong_t is not typed)
Bernhard Reutner-Fischer [Sat, 25 Aug 2007 11:22:51 +0000 (11:22 -0000)]
This patch fixes a bug into ostream::operator<<(double) due to the wrong size
passed into the __convert_from_v method. The wrong size is then passed to
std::snprintf function, that, on uClibc, doens't handle sized 0 buffer.
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Bernhard Reutner-Fischer [Sat, 25 Aug 2007 11:20:31 +0000 (11:20 -0000)]
- adjust config
Bernhard Reutner-Fischer [Sat, 25 Aug 2007 11:13:20 +0000 (11:13 -0000)]
- workaround for broken external toolchains
Bernhard Reutner-Fischer [Fri, 24 Aug 2007 14:23:53 +0000 (14:23 -0000)]
- add busybox-1.7.0
Bernhard Reutner-Fischer [Fri, 24 Aug 2007 14:18:47 +0000 (14:18 -0000)]
remove _SKIP_CONFIGURE since it's pointless to try to run it on non-autotool'ed packages anyway (for now)
Bernhard Reutner-Fischer [Fri, 24 Aug 2007 10:43:45 +0000 (10:43 -0000)]
- add rp-pppoe
Bernhard Reutner-Fischer [Fri, 24 Aug 2007 09:26:50 +0000 (09:26 -0000)]
- fix wrong src-path of libasound (Simon Pasch)
Bernhard Reutner-Fischer [Fri, 24 Aug 2007 08:11:17 +0000 (08:11 -0000)]
- add pptp client
Ulf Samuelsson [Fri, 24 Aug 2007 05:36:46 +0000 (05:36 -0000)]
This patch allows each project to have a private linux build.
Split build of kernel headers and kernel image into two source trees.
Kernel headers are built in $(TOOL_BUILD_DIR)
Kernel build is in $(PROJECT_BUILD_DIR)
Make sure that kernel patches are applied to the kernel tree in
$(PROJECT_BUILD_DIR)
Add board specific patches, if available.
Ulf Samuelsson [Fri, 24 Aug 2007 05:31:07 +0000 (05:31 -0000)]
Add git command
Ulf Samuelsson [Fri, 24 Aug 2007 05:28:18 +0000 (05:28 -0000)]
Fix spelling error in docs
Ulf Samuelsson [Fri, 24 Aug 2007 05:27:17 +0000 (05:27 -0000)]
Move VENDOR stuff to project
Bernhard Reutner-Fischer [Thu, 23 Aug 2007 11:49:50 +0000 (11:49 -0000)]
- fix misplaced @
- fix typos in x11r7 packages
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 22:36:04 +0000 (22:36 -0000)]
- bump version to 4.6p1
- will need some program_invocation_name touchup, from the looks.
Sounds like Ulf is supporting this: http://buildroot.uclibc.org/lists/buildroot/2007-August/004651.html
Ulf> Go ahead, since it is permanently broken.
It was for ARM for the most part. Some others did work, fwiw.
Ulf Samuelsson [Wed, 22 Aug 2007 21:53:13 +0000 (21:53 -0000)]
bzcat => $(BZCAT) for u-boot and at91bootstrap
Ulf Samuelsson [Wed, 22 Aug 2007 21:47:56 +0000 (21:47 -0000)]
Remove whitespace damage
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 19:31:43 +0000 (19:31 -0000)]
- add GIF and MMG support, fix comments a little bit, small cleanups, and avoid building Qtopia examples.
Thanks to Hans-Christian Egtvedt and Thiago A. Correa (for the last item).
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 16:57:32 +0000 (16:57 -0000)]
- set _SKIP_CONFIGURE since we can just make it
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 16:56:36 +0000 (16:56 -0000)]
- if $(PKG)_SKIP_CONFIGURE is non-empty then ./configure is skipped
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 16:44:41 +0000 (16:44 -0000)]
- don't print the second time autoreconf would be run
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 16:28:31 +0000 (16:28 -0000)]
- add some $(Q) here and there
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 16:21:13 +0000 (16:21 -0000)]
- reinstate accidentally deleted hunk
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 16:19:10 +0000 (16:19 -0000)]
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 16:08:38 +0000 (16:08 -0000)]
- forgot to include the Config.in
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 16:02:22 +0000 (16:02 -0000)]
- pass TARGET_CONFIGURE_ARGS
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 15:59:56 +0000 (15:59 -0000)]
- honour BR2_HAVE_MANPAGES BR2_HAVE_INFOPAGES, BR2_HAVE_INCLUDES
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 15:52:01 +0000 (15:52 -0000)]
- fix typo
- Start to add infrastructure to be able to download a patch.
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 15:51:00 +0000 (15:51 -0000)]
- add pptp-linux
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 15:18:02 +0000 (15:18 -0000)]
- was broken by the patch omitting the CFLAGS for configure
- misc cleanup while at it
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 13:30:49 +0000 (13:30 -0000)]
- use proper include dir (Simon Pasch)
- cleanup a little while at it
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 12:35:41 +0000 (12:35 -0000)]
- global whitespace trimming
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 11:47:22 +0000 (11:47 -0000)]
- random whitespace cleanup
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 10:11:18 +0000 (10:11 -0000)]
- fix unpacking the tarballs, minor cleanups while at it.
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 10:06:25 +0000 (10:06 -0000)]
- use the BZCAT/ZCAT as configured by the user
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 09:56:41 +0000 (09:56 -0000)]
- semicolon touchup. No other changes
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 09:44:25 +0000 (09:44 -0000)]
- fix patch regex
Ulf Samuelsson [Wed, 22 Aug 2007 09:41:37 +0000 (09:41 -0000)]
Remove bzero dependencies in bash
Ulf Samuelsson [Wed, 22 Aug 2007 09:29:49 +0000 (09:29 -0000)]
Fix bad patch naming scheme
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 09:22:32 +0000 (09:22 -0000)]
- drop circular dependency
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 09:22:07 +0000 (09:22 -0000)]
- improve the way host prerequisites for "dependencies" are established
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 09:20:33 +0000 (09:20 -0000)]
- use the correct host compiler
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 07:53:18 +0000 (07:53 -0000)]
- fix wrong help-text
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 20:14:23 +0000 (20:14 -0000)]
- make sure that sstrip is available early enough
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 19:45:17 +0000 (19:45 -0000)]
- add question for Ulf
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 19:35:08 +0000 (19:35 -0000)]
- more cleanup (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 19:33:00 +0000 (19:33 -0000)]
- fixup whitespace damage after ulf
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 19:20:18 +0000 (19:20 -0000)]
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 19:13:14 +0000 (19:13 -0000)]
- remove a superfluous semicolon
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 18:30:54 +0000 (18:30 -0000)]
- pull in patches from debian.
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 17:56:47 +0000 (17:56 -0000)]
- our dependencies are project specific. First (untested) attempt to take this fact into account.
Will need to try to copy eventual pre-existing project-specific deps back
to package/config in order not to mess up the corresponding timestamps (to avoid superfluous rebuilds)..
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 17:14:56 +0000 (17:14 -0000)]
- move the PROJECT variable setting to a more sensible place
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 17:00:18 +0000 (17:00 -0000)]
- honour BR2_HAVE_MANPAGES
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 16:51:46 +0000 (16:51 -0000)]
- bump version to 2.2.6
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 16:48:47 +0000 (16:48 -0000)]
- forgot to add this file to go with r19619
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 15:33:33 +0000 (15:33 -0000)]
- add handling of lzma for the host (unconditionally for now)
- remove non-working attempt to install an lzma to the host via sudo
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 14:32:38 +0000 (14:32 -0000)]
- start to use BR2_HAVE_MANPAGES and BR2_HAVE_INFOPAGES
- always error out if ldconfig for the target fails (was inconsistent..)
Ulf Samuelsson [Tue, 21 Aug 2007 14:27:57 +0000 (14:27 -0000)]
Use $(BZCAT) instead of bzcat
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 14:20:59 +0000 (14:20 -0000)]
- add BR2_HAVE_MANPAGE and BR2_HAVE_INFOPAGE. Selecting these will keep the
respective documentation on your target filesystem.
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 13:23:13 +0000 (13:23 -0000)]
- adjust config
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 13:21:44 +0000 (13:21 -0000)]
- propagate IPv6 setting down to the kernel
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 12:09:53 +0000 (12:09 -0000)]
- fix installation of dbus.
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 11:25:30 +0000 (11:25 -0000)]
- sed -i -e "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g"
(want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 10:56:38 +0000 (10:56 -0000)]
- fix incorrect invocation of non-existing binary named "-find"
This bloated the target needlessly (and used to work before)
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 10:53:39 +0000 (10:53 -0000)]
- fix whitespace damage..
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 10:42:05 +0000 (10:42 -0000)]
- cosmetic adjustment in help text
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 10:40:18 +0000 (10:40 -0000)]
- a few more cleanups (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 10:32:55 +0000 (10:32 -0000)]
- 4.2.1 obsoletes 4.2.0
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 10:28:43 +0000 (10:28 -0000)]
- put libstdc++.so into the correct place (usr/lib) and make sure that the dir exists
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 08:31:19 +0000 (08:31 -0000)]
- fix patching in the correct target cflags (Thiago A. Corr^ea)
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 08:05:40 +0000 (08:05 -0000)]
- SH endian setting (fgretief in bug #1446)
Ulf Samuelsson [Tue, 21 Aug 2007 01:53:57 +0000 (01:53 -0000)]
Remove switches if sstrip is run
Ulf Samuelsson [Tue, 21 Aug 2007 01:39:29 +0000 (01:39 -0000)]
Reintroduce possibility to use old makefile for tiny-x as a test
Ulf Samuelsson [Tue, 21 Aug 2007 01:34:40 +0000 (01:34 -0000)]
additional skeleton for AVR32
Ulf Samuelsson [Tue, 21 Aug 2007 01:32:37 +0000 (01:32 -0000)]
Fix configure problem with libdaemon, by patching result from autotools
Ulf Samuelsson [Tue, 21 Aug 2007 01:28:12 +0000 (01:28 -0000)]
Add help for BUILDROOT_DL_DIR
Ulf Samuelsson [Mon, 20 Aug 2007 17:21:16 +0000 (17:21 -0000)]
SED away some whitespace
Ulf Samuelsson [Mon, 20 Aug 2007 15:47:42 +0000 (15:47 -0000)]
Add BUILDROOT_DL_DIR to dependencies.sh and fix whitespace damage (sorry)
Bernhard Reutner-Fischer [Mon, 20 Aug 2007 13:00:14 +0000 (13:00 -0000)]
- whitespace fixes
Ulf Samuelsson [Mon, 20 Aug 2007 09:25:47 +0000 (09:25 -0000)]
Cleanup dnsmasq
Ulf Samuelsson [Mon, 20 Aug 2007 07:24:10 +0000 (07:24 -0000)]
Ensure KERNEL_HEADER_PATCH_DIR is always defined + empty dir for x86
Ulf Samuelsson [Mon, 20 Aug 2007 06:24:28 +0000 (06:24 -0000)]
Ensure ipmi conditional patch is applied
Ulf Samuelsson [Mon, 20 Aug 2007 06:23:00 +0000 (06:23 -0000)]
install uClibc libraries correctly
Ulf Samuelsson [Mon, 20 Aug 2007 05:03:21 +0000 (05:03 -0000)]
Make sure directories are available before install of dhcp targets
Ulf Samuelsson [Sun, 19 Aug 2007 23:32:33 +0000 (23:32 -0000)]
Add support for BUILDROOT_DL_DIR environment variable, overriding DL_DIR
Ulf Samuelsson [Sun, 19 Aug 2007 23:16:47 +0000 (23:16 -0000)]
Update configs for distcc, diffutils and freetype
Ulf Samuelsson [Sun, 19 Aug 2007 23:13:06 +0000 (23:13 -0000)]
Add kernel patches, if at91 or avr32 is selected
Ulf Samuelsson [Sun, 19 Aug 2007 22:57:25 +0000 (22:57 -0000)]
Update linux-2.6.22.1 config for sam9261ek, sam9260pf and sam9260dfc
Ulf Samuelsson [Sun, 19 Aug 2007 22:43:50 +0000 (22:43 -0000)]
Delete avr32 specific patch and introduced merged at91/avr32 patch
Ulf Samuelsson [Sun, 19 Aug 2007 22:40:18 +0000 (22:40 -0000)]
Move at91 patches from 2.6.21.1 to 2.6.21.5
Ulf Samuelsson [Sun, 19 Aug 2007 22:30:47 +0000 (22:30 -0000)]
Remove target specific things from Linux config
Ulf Samuelsson [Sun, 19 Aug 2007 22:28:51 +0000 (22:28 -0000)]
Fix bad parameter list for patching linux kernel
Ulf Samuelsson [Sun, 19 Aug 2007 22:01:27 +0000 (22:01 -0000)]
Make ipmi kernelpatch selectable, add possibility for custom kernel patch
Ulf Samuelsson [Sun, 19 Aug 2007 21:44:58 +0000 (21:44 -0000)]
Replace non-working 'make uninstall' for 'package/patch' with simple 'rm'
Ulf Samuelsson [Sun, 19 Aug 2007 21:17:48 +0000 (21:17 -0000)]
move tcpdump from lib to usr/lib, simplify configure, general cleanup
Ulf Samuelsson [Sun, 19 Aug 2007 21:15:02 +0000 (21:15 -0000)]
gcc-4 cleanup
Ulf Samuelsson [Sun, 19 Aug 2007 21:13:08 +0000 (21:13 -0000)]
openntpd cleanup