buildroot.git
17 years ago- precaution when looking at GCC_VERSION
Bernhard Reutner-Fischer [Sat, 1 Sep 2007 16:37:55 +0000 (16:37 -0000)]
- precaution when looking at GCC_VERSION

17 years ago- bump version
Bernhard Reutner-Fischer [Sat, 1 Sep 2007 12:21:42 +0000 (12:21 -0000)]
- bump version

17 years ago- use http and fix a typo in the URL
Bernhard Reutner-Fischer [Sat, 1 Sep 2007 12:21:07 +0000 (12:21 -0000)]
- use http and fix a typo in the URL

17 years ago- fix glitch introduced in my whitespace removal (brm)
Bernhard Reutner-Fischer [Sat, 1 Sep 2007 10:54:50 +0000 (10:54 -0000)]
- fix glitch introduced in my whitespace removal (brm)

17 years ago- bump version
Bernhard Reutner-Fischer [Fri, 31 Aug 2007 14:30:22 +0000 (14:30 -0000)]
- bump version

17 years ago- make sure that the path for the lzma-host-binary exist
Bernhard Reutner-Fischer [Fri, 31 Aug 2007 14:27:07 +0000 (14:27 -0000)]
- make sure that the path for the lzma-host-binary exist

17 years ago- need to touch the tarball
Bernhard Reutner-Fischer [Fri, 31 Aug 2007 12:04:00 +0000 (12:04 -0000)]
- need to touch the tarball

17 years ago- mark duplicate hunk
Bernhard Reutner-Fischer [Thu, 30 Aug 2007 22:40:22 +0000 (22:40 -0000)]
- mark duplicate hunk

17 years agoRevert patch causing g++-4.2.1 build to fail
Ulf Samuelsson [Thu, 30 Aug 2007 06:00:36 +0000 (06:00 -0000)]
Revert patch causing g++-4.2.1 build to fail

17 years ago- uclibc-configured has to depend on kernel-headers
Bernhard Reutner-Fischer [Wed, 29 Aug 2007 18:05:46 +0000 (18:05 -0000)]
- uclibc-configured has to depend on kernel-headers

17 years agoRemove double avr patch
Peter Korsgaard [Wed, 29 Aug 2007 15:54:33 +0000 (15:54 -0000)]
Remove double avr patch

17 years agoUse DISTCC_BUILDDIR instead of DISTCC_DIR as that environment variable is
Peter Korsgaard [Wed, 29 Aug 2007 15:43:59 +0000 (15:43 -0000)]
Use DISTCC_BUILDDIR instead of DISTCC_DIR as that environment variable is
used by distcc itself, causing havoc if you compile buildroot under distcc.

17 years agoFix some qtopia quirks, bump version
Ulf Samuelsson [Tue, 28 Aug 2007 23:06:33 +0000 (23:06 -0000)]
Fix some qtopia quirks, bump version

17 years agoFix bug in avr32 uClibc patch
Ulf Samuelsson [Tue, 28 Aug 2007 23:05:10 +0000 (23:05 -0000)]
Fix bug in avr32 uClibc patch

17 years agoAdd default X11 install directory
Ulf Samuelsson [Tue, 28 Aug 2007 23:02:52 +0000 (23:02 -0000)]
Add default X11 install directory

17 years agoRemove some more file during pppd-clean
Ulf Samuelsson [Tue, 28 Aug 2007 22:46:54 +0000 (22:46 -0000)]
Remove some more file during pppd-clean

17 years agoThis is my attempt to realize a rxvt-version for xorg, tinyx and the new x11r7.
Ulf Samuelsson [Tue, 28 Aug 2007 22:23:08 +0000 (22:23 -0000)]
This is my attempt to realize a rxvt-version for xorg, tinyx and the new x11r7.
I tested it with xorg and x11r7. (Don't know if it works with tinyx,
because the tinyx-build fails)

Signed-off-by: Simon Pasch <fpasch@googlemail.com>
17 years agoUpdate avr32 uclibc patch name
Ulf Samuelsson [Tue, 28 Aug 2007 22:21:35 +0000 (22:21 -0000)]
Update avr32 uclibc patch name

17 years ago- misc cleanups (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer [Tue, 28 Aug 2007 21:42:44 +0000 (21:42 -0000)]
- misc cleanups (Cristian Ionescu-Idbohrn)

17 years agoUse correct hostap source, deprecate package due to inclusion in linux kernel
Ulf Samuelsson [Tue, 28 Aug 2007 21:09:23 +0000 (21:09 -0000)]
Use correct hostap source, deprecate package due to inclusion in linux kernel

17 years agoFix bad regexp in u-boot.mk
Ulf Samuelsson [Tue, 28 Aug 2007 21:07:32 +0000 (21:07 -0000)]
Fix bad regexp in u-boot.mk

17 years agoRemove renamed mpg123 patch
Ulf Samuelsson [Tue, 28 Aug 2007 19:36:40 +0000 (19:36 -0000)]
Remove renamed mpg123 patch

17 years agoRemove renamed libmad patch
Ulf Samuelsson [Tue, 28 Aug 2007 19:35:54 +0000 (19:35 -0000)]
Remove renamed libmad patch

17 years agoAllow for architecture specific libmad patches, make current patch AVR32 specific
Ulf Samuelsson [Tue, 28 Aug 2007 19:33:27 +0000 (19:33 -0000)]
Allow for architecture specific libmad patches, make current patch AVR32 specific

17 years agoThis fixes make clean on pppd package (there is no rule uninstall in pppd's makefile)
Ulf Samuelsson [Tue, 28 Aug 2007 18:22:38 +0000 (18:22 -0000)]
This fixes make clean on pppd package (there is no rule uninstall in pppd's makefile)
and does some small bits of cleanup.

Signed-off-by: Thiago A. CorrĂȘa <thiago.correa@gmail.com>
17 years agoLooking at the the gcc-4.2.1 patches for uClibc, I found that the
Ulf Samuelsson [Tue, 28 Aug 2007 18:21:00 +0000 (18:21 -0000)]
Looking at the the gcc-4.2.1 patches for uClibc, I found that the
200-uclibc-locale and 205-uclibc-locale-update patches uses a not
existing macro
__UCLIBC_HAS_XCLOCALE__ while they should refer to __UCLIBC_HAS_XLOCALE__

Find attached the patches to fix the above mentioned patches

Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
17 years agoRemove mpg123 patch from current build, full removal pending
Ulf Samuelsson [Tue, 28 Aug 2007 18:18:10 +0000 (18:18 -0000)]
Remove mpg123 patch from current build, full removal pending

17 years ago- use correct include dir (Simon Pasch)
Bernhard Reutner-Fischer [Tue, 28 Aug 2007 12:41:56 +0000 (12:41 -0000)]
- use correct include dir (Simon Pasch)
- cleanup while at it

17 years ago- add apropriate variables for the host-toolchain to HOST_CONFIGURE_OPTS
Bernhard Reutner-Fischer [Tue, 28 Aug 2007 08:14:51 +0000 (08:14 -0000)]
- add apropriate variables for the host-toolchain to HOST_CONFIGURE_OPTS

17 years agoexpat now installs into usr/lib
Peter Korsgaard [Tue, 28 Aug 2007 08:05:25 +0000 (08:05 -0000)]
expat now installs into usr/lib

17 years ago- README even.
Bernhard Reutner-Fischer [Mon, 27 Aug 2007 21:51:27 +0000 (21:51 -0000)]
- README even.

17 years ago- allow me to point people at 'make help'
Bernhard Reutner-Fischer [Mon, 27 Aug 2007 21:40:42 +0000 (21:40 -0000)]
- allow me to point people at 'make help'

17 years ago- make sure to honour user flags
Bernhard Reutner-Fischer [Sun, 26 Aug 2007 21:00:56 +0000 (21:00 -0000)]
- make sure to honour user flags

17 years ago- improve handling of sh (fgretief) for bug #1446
Bernhard Reutner-Fischer [Sun, 26 Aug 2007 20:55:02 +0000 (20:55 -0000)]
- improve handling of sh (fgretief) for bug #1446

17 years ago- If we are to build some libs then require them to exist.
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)

17 years ago- use the correct type (__u_long is correct, __ulong_t is not typed)
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)

17 years agoThis patch fixes a bug into ostream::operator<<(double) due to the wrong size
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>
17 years ago- adjust config
Bernhard Reutner-Fischer [Sat, 25 Aug 2007 11:20:31 +0000 (11:20 -0000)]
- adjust config

17 years ago- workaround for broken external toolchains
Bernhard Reutner-Fischer [Sat, 25 Aug 2007 11:13:20 +0000 (11:13 -0000)]
- workaround for broken external toolchains

17 years ago- add busybox-1.7.0
Bernhard Reutner-Fischer [Fri, 24 Aug 2007 14:23:53 +0000 (14:23 -0000)]
- add busybox-1.7.0

17 years ago remove _SKIP_CONFIGURE since it's pointless to try to run it on non-autotool'ed...
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)

17 years ago- add rp-pppoe
Bernhard Reutner-Fischer [Fri, 24 Aug 2007 10:43:45 +0000 (10:43 -0000)]
- add rp-pppoe

17 years ago- fix wrong src-path of libasound (Simon Pasch)
Bernhard Reutner-Fischer [Fri, 24 Aug 2007 09:26:50 +0000 (09:26 -0000)]
- fix wrong src-path of libasound (Simon Pasch)

17 years ago- add pptp client
Bernhard Reutner-Fischer [Fri, 24 Aug 2007 08:11:17 +0000 (08:11 -0000)]
- add pptp client

17 years agoThis patch allows each project to have a private linux build.
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.

17 years agoAdd git command
Ulf Samuelsson [Fri, 24 Aug 2007 05:31:07 +0000 (05:31 -0000)]
Add git command

17 years agoFix spelling error in docs
Ulf Samuelsson [Fri, 24 Aug 2007 05:28:18 +0000 (05:28 -0000)]
Fix spelling error in docs

17 years agoMove VENDOR stuff to project
Ulf Samuelsson [Fri, 24 Aug 2007 05:27:17 +0000 (05:27 -0000)]
Move VENDOR stuff to project

17 years ago- fix misplaced @
Bernhard Reutner-Fischer [Thu, 23 Aug 2007 11:49:50 +0000 (11:49 -0000)]
- fix misplaced @
- fix typos in x11r7 packages

17 years ago- bump version to 4.6p1
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.

17 years agobzcat => $(BZCAT) for u-boot and at91bootstrap
Ulf Samuelsson [Wed, 22 Aug 2007 21:53:13 +0000 (21:53 -0000)]
bzcat => $(BZCAT) for u-boot and at91bootstrap

17 years agoRemove whitespace damage
Ulf Samuelsson [Wed, 22 Aug 2007 21:47:56 +0000 (21:47 -0000)]
Remove whitespace damage

17 years ago- add GIF and MMG support, fix comments a little bit, small cleanups, and avoid build...
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).

17 years ago- set _SKIP_CONFIGURE since we can just make it
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 16:57:32 +0000 (16:57 -0000)]
- set _SKIP_CONFIGURE since we can just make it

17 years ago- if $(PKG)_SKIP_CONFIGURE is non-empty then ./configure is skipped
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

17 years ago- don't print the second time autoreconf would be run
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 16:44:41 +0000 (16:44 -0000)]
- don't print the second time autoreconf would be run

17 years ago- add some $(Q) here and there
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 16:28:31 +0000 (16:28 -0000)]
- add some $(Q) here and there

17 years ago- reinstate accidentally deleted hunk
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 16:21:13 +0000 (16:21 -0000)]
- reinstate accidentally deleted hunk

17 years ago(no commit message)
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 16:19:10 +0000 (16:19 -0000)]

17 years ago- forgot to include the Config.in
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 16:08:38 +0000 (16:08 -0000)]
- forgot to include the Config.in

17 years ago- pass TARGET_CONFIGURE_ARGS
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 16:02:22 +0000 (16:02 -0000)]
- pass TARGET_CONFIGURE_ARGS

17 years ago- honour BR2_HAVE_MANPAGES BR2_HAVE_INFOPAGES, BR2_HAVE_INCLUDES
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 15:59:56 +0000 (15:59 -0000)]
- honour BR2_HAVE_MANPAGES BR2_HAVE_INFOPAGES, BR2_HAVE_INCLUDES

17 years ago- fix typo
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.

17 years ago- add pptp-linux
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 15:51:00 +0000 (15:51 -0000)]
- add pptp-linux

17 years ago- was broken by the patch omitting the CFLAGS for configure
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

17 years ago- use proper include dir (Simon Pasch)
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

17 years ago- global whitespace trimming
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 12:35:41 +0000 (12:35 -0000)]
- global whitespace trimming

17 years ago- random whitespace cleanup
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 11:47:22 +0000 (11:47 -0000)]
- random whitespace cleanup

17 years ago- fix unpacking the tarballs, minor cleanups while at it.
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 10:11:18 +0000 (10:11 -0000)]
- fix unpacking the tarballs, minor cleanups while at it.

17 years ago- use the BZCAT/ZCAT as configured by the user
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 10:06:25 +0000 (10:06 -0000)]
- use the BZCAT/ZCAT as configured by the user

17 years ago- semicolon touchup. No other changes
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 09:56:41 +0000 (09:56 -0000)]
- semicolon touchup. No other changes

17 years ago- fix patch regex
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 09:44:25 +0000 (09:44 -0000)]
- fix patch regex

17 years agoRemove bzero dependencies in bash
Ulf Samuelsson [Wed, 22 Aug 2007 09:41:37 +0000 (09:41 -0000)]
Remove bzero  dependencies in bash

17 years agoFix bad patch naming scheme
Ulf Samuelsson [Wed, 22 Aug 2007 09:29:49 +0000 (09:29 -0000)]
Fix bad patch naming scheme

17 years ago- drop circular dependency
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 09:22:32 +0000 (09:22 -0000)]
- drop circular dependency

17 years ago- improve the way host prerequisites for "dependencies" are established
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 09:22:07 +0000 (09:22 -0000)]
- improve the way host prerequisites for "dependencies" are established

17 years ago- use the correct host compiler
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 09:20:33 +0000 (09:20 -0000)]
- use the correct host compiler

17 years ago- fix wrong help-text
Bernhard Reutner-Fischer [Wed, 22 Aug 2007 07:53:18 +0000 (07:53 -0000)]
- fix wrong help-text

17 years ago- make sure that sstrip is available early enough
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 20:14:23 +0000 (20:14 -0000)]
- make sure that sstrip is available early enough

17 years ago- add question for Ulf
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 19:45:17 +0000 (19:45 -0000)]
- add question for Ulf

17 years ago- more cleanup (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 19:35:08 +0000 (19:35 -0000)]
- more cleanup (Cristian Ionescu-Idbohrn)

17 years ago- fixup whitespace damage after ulf
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 19:33:00 +0000 (19:33 -0000)]
- fixup whitespace damage after ulf

17 years ago- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchai...
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)

17 years ago- remove a superfluous semicolon
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 19:13:14 +0000 (19:13 -0000)]
- remove a superfluous semicolon

17 years ago- pull in patches from debian.
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 18:30:54 +0000 (18:30 -0000)]
- pull in patches from debian.

17 years ago- our dependencies are project specific. First (untested) attempt to take this fact...
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)..

17 years ago- move the PROJECT variable setting to a more sensible place
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 17:14:56 +0000 (17:14 -0000)]
- move the PROJECT variable setting to a more sensible place

17 years ago- honour BR2_HAVE_MANPAGES
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 17:00:18 +0000 (17:00 -0000)]
- honour BR2_HAVE_MANPAGES

17 years ago- bump version to 2.2.6
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 16:51:46 +0000 (16:51 -0000)]
- bump version to 2.2.6

17 years ago- forgot to add this file to go with r19619
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 16:48:47 +0000 (16:48 -0000)]
- forgot to add this file to go with r19619

17 years ago- add handling of lzma for the host (unconditionally for now)
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

17 years ago- start to use BR2_HAVE_MANPAGES and BR2_HAVE_INFOPAGES
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..)

17 years agoUse $(BZCAT) instead of bzcat
Ulf Samuelsson [Tue, 21 Aug 2007 14:27:57 +0000 (14:27 -0000)]
Use $(BZCAT) instead of bzcat

17 years ago- add BR2_HAVE_MANPAGE and BR2_HAVE_INFOPAGE. Selecting these will keep the
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.

17 years ago- adjust config
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 13:23:13 +0000 (13:23 -0000)]
- adjust config

17 years ago- propagate IPv6 setting down to the kernel
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 13:21:44 +0000 (13:21 -0000)]
- propagate IPv6 setting down to the kernel

17 years ago- fix installation of dbus.
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 12:09:53 +0000 (12:09 -0000)]
- fix installation of dbus.

17 years ago- sed -i -e "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g"
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

17 years ago- fix incorrect invocation of non-existing binary named "-find"
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)

17 years ago- fix whitespace damage..
Bernhard Reutner-Fischer [Tue, 21 Aug 2007 10:53:39 +0000 (10:53 -0000)]
- fix whitespace damage..