Bernhard Reutner-Fischer [Mon, 25 Jun 2007 11:22:26 +0000 (11:22 -0000)]
- forgot to adjust the pathes..
Bernhard Reutner-Fischer [Mon, 25 Jun 2007 11:17:52 +0000 (11:17 -0000)]
- pull some additional fixes from upstream
Bernhard Reutner-Fischer [Mon, 25 Jun 2007 11:12:51 +0000 (11:12 -0000)]
- use sysconf to obtain the pagesize (Ivan Kuten)
Bernhard Reutner-Fischer [Mon, 25 Jun 2007 11:07:11 +0000 (11:07 -0000)]
- add post 1.6.0 fix
Bernhard Reutner-Fischer [Mon, 25 Jun 2007 10:56:13 +0000 (10:56 -0000)]
- Search for defconfigs in target, not entire tree
This patch changes the way the top level Makefile searches for a
<board>_defconfig file, it will only look in the target/ directory and its sub
directories.
The patch also enables loading a defconfig even if there already is a .config.
(Hans-Christian Egtvedt)
Bernhard Reutner-Fischer [Mon, 25 Jun 2007 10:40:32 +0000 (10:40 -0000)]
- remove erroneously copied patch
Bernhard Reutner-Fischer [Mon, 25 Jun 2007 10:29:47 +0000 (10:29 -0000)]
- preserve quotes
Bernhard Reutner-Fischer [Mon, 25 Jun 2007 10:23:24 +0000 (10:23 -0000)]
- preserve quotes
Bernhard Reutner-Fischer [Mon, 25 Jun 2007 09:44:12 +0000 (09:44 -0000)]
- for -Os, turn switch statements into if-else chains
Bernhard Reutner-Fischer [Mon, 25 Jun 2007 09:43:16 +0000 (09:43 -0000)]
- add 2.17.50.0.17
Bernhard Reutner-Fischer [Mon, 25 Jun 2007 09:41:35 +0000 (09:41 -0000)]
- bump version
- add SUSV legacy fixups
Bernhard Reutner-Fischer [Mon, 25 Jun 2007 09:07:08 +0000 (09:07 -0000)]
- improve the zlib-clean target
Bernhard Reutner-Fischer [Mon, 25 Jun 2007 09:01:53 +0000 (09:01 -0000)]
- make sure that TARGET_DIR/usr/lib exists
Bernhard Reutner-Fischer [Mon, 25 Jun 2007 08:58:38 +0000 (08:58 -0000)]
- Install the library under $(STAGING_DIR)/usr/lib (Julien Letessier)
Bernhard Reutner-Fischer [Mon, 25 Jun 2007 08:37:23 +0000 (08:37 -0000)]
- bump version and correct install dirs (Julien Letessier)
Bernhard Reutner-Fischer [Mon, 25 Jun 2007 08:16:14 +0000 (08:16 -0000)]
- add patch for the 0.9.29 release that fixes the visibility of internal_function
Bernhard Reutner-Fischer [Mon, 25 Jun 2007 07:52:41 +0000 (07:52 -0000)]
- adjust patches of the gcc-clean target
Bernhard Reutner-Fischer [Sun, 24 Jun 2007 14:38:06 +0000 (14:38 -0000)]
- yet another hunk that should have been part of r18904
Bernhard Reutner-Fischer [Sun, 24 Jun 2007 12:27:08 +0000 (12:27 -0000)]
- forgot to apply this hunk that should have belonged to r18904
Bernhard Reutner-Fischer [Sun, 24 Jun 2007 11:30:05 +0000 (11:30 -0000)]
- disable sysroot support for anything but the current, stable release series
Bernhard Reutner-Fischer [Sat, 23 Jun 2007 13:56:52 +0000 (13:56 -0000)]
- bump version
Bernhard Reutner-Fischer [Sat, 23 Jun 2007 13:49:33 +0000 (13:49 -0000)]
- "Keep the actual toolchain binaries in a directory at the same level".
Bernhard Reutner-Fischer [Sat, 23 Jun 2007 13:43:39 +0000 (13:43 -0000)]
- fix typo in version
Bernhard Reutner-Fischer [Sat, 23 Jun 2007 09:50:29 +0000 (09:50 -0000)]
- Fixed a type in the binary target and also install to staging_dir (Julien Letessier)
- make sure that -clean also wipes the staging_dir files.
Bernhard Reutner-Fischer [Fri, 22 Jun 2007 19:01:48 +0000 (19:01 -0000)]
- fixup ccache to know about usr/bin
Bernhard Reutner-Fischer [Fri, 22 Jun 2007 17:49:14 +0000 (17:49 -0000)]
- LINUX26_BINLOC is always defined in target/device/mips/Makefile.in, even for non-mips
Thanks to Julien Letessier for spotting my omission
Bernhard Reutner-Fischer [Fri, 22 Jun 2007 10:42:07 +0000 (10:42 -0000)]
- gdb resides in usr/
Bernhard Reutner-Fischer [Fri, 22 Jun 2007 08:47:09 +0000 (08:47 -0000)]
- add a sample (pseudo-)board for a mips malta box
Bernhard Reutner-Fischer [Thu, 21 Jun 2007 22:14:55 +0000 (22:14 -0000)]
- need to rename these hunks to come after the base patches
Bernhard Reutner-Fischer [Thu, 21 Jun 2007 22:10:12 +0000 (22:10 -0000)]
- bump version to 2.6.21.5
Bernhard Reutner-Fischer [Thu, 21 Jun 2007 22:09:36 +0000 (22:09 -0000)]
- version bump (not yet tested..)
Bernhard Reutner-Fischer [Thu, 21 Jun 2007 22:07:24 +0000 (22:07 -0000)]
- use correct path for lzo libs and headers et al
Bernhard Reutner-Fischer [Thu, 21 Jun 2007 22:06:48 +0000 (22:06 -0000)]
- use correct path for lzo libs and headers
Bernhard Reutner-Fischer [Thu, 21 Jun 2007 22:05:39 +0000 (22:05 -0000)]
- use the correct path to the pkgconfig .pc
Bernhard Reutner-Fischer [Thu, 21 Jun 2007 16:58:36 +0000 (16:58 -0000)]
- update docs to mention the new sysroot support.
Bernhard Reutner-Fischer [Wed, 20 Jun 2007 13:25:44 +0000 (13:25 -0000)]
- escape wildcards in kernel-patch patterns
Bernhard Reutner-Fischer [Wed, 20 Jun 2007 13:19:40 +0000 (13:19 -0000)]
- use $@
Bernhard Reutner-Fischer [Wed, 20 Jun 2007 13:18:53 +0000 (13:18 -0000)]
- you have to escape the asterisk
Bernhard Reutner-Fischer [Wed, 20 Jun 2007 12:10:48 +0000 (12:10 -0000)]
- bump version
Bernhard Reutner-Fischer [Wed, 20 Jun 2007 12:00:54 +0000 (12:00 -0000)]
- add OPENMP configure handling (needed for e.g. gettext).
Bernhard Reutner-Fischer [Wed, 20 Jun 2007 11:26:36 +0000 (11:26 -0000)]
- add full sysroot support for non-ancient toolchains.
- start to separate usr/lib and lib to match normal system-layout
Peter Korsgaard [Tue, 19 Jun 2007 15:19:27 +0000 (15:19 -0000)]
Hide troublesome environment variables from sub processes
(E.G. screws up gdb, busybox, ..)
"Steven J. Hill" [Sat, 16 Jun 2007 18:27:38 +0000 (18:27 -0000)]
If external toolchain support NPTL, then we should build Open POSIX Testsuite if the user selects us.
"Steven J. Hill" [Sat, 16 Jun 2007 17:56:05 +0000 (17:56 -0000)]
Get rid of extra directory entry in JFFS2 and add wildcarding for usbmount patches.
"Steven J. Hill" [Sat, 16 Jun 2007 17:55:32 +0000 (17:55 -0000)]
Get rid of extra directory entries.
"Steven J. Hill" [Sat, 16 Jun 2007 17:55:05 +0000 (17:55 -0000)]
Please make sure to update this file as well for new versions of GDB.
"Steven J. Hill" [Sat, 16 Jun 2007 17:54:38 +0000 (17:54 -0000)]
Fix install of scripts.
Peter Korsgaard [Thu, 14 Jun 2007 13:09:06 +0000 (13:09 -0000)]
busybox 1.6.0 patches
Bernhard Reutner-Fischer [Wed, 13 Jun 2007 18:13:51 +0000 (18:13 -0000)]
- allow for patching snapshots. Files are named uClibc.*.patch which is unambiguous wrt release patches.
sjhill, this "reverts" your r18601. I *need* to be able to test patches in a convenient manner. Please ping me if you are uncomfortable with this change so we can discuss it, thanks.
Peter Korsgaard [Wed, 13 Jun 2007 10:07:16 +0000 (10:07 -0000)]
aumix package
Peter Korsgaard [Tue, 12 Jun 2007 15:30:32 +0000 (15:30 -0000)]
Use BR2_ENDIAN for big/little endianness detection
Peter Korsgaard [Tue, 12 Jun 2007 15:19:27 +0000 (15:19 -0000)]
Bumped version
Bernhard Reutner-Fischer [Sat, 9 Jun 2007 09:58:14 +0000 (09:58 -0000)]
- bump version
Bernhard Reutner-Fischer [Thu, 7 Jun 2007 16:18:20 +0000 (16:18 -0000)]
- forgot to supply a default for UCLIBC_EXTRA_CFLAGS
Bernhard Reutner-Fischer [Thu, 7 Jun 2007 12:57:03 +0000 (12:57 -0000)]
- provide a "source-check" target that tries to download all packages with
wget's spider-mode (i.e. just see if the server says the file is there without
actually downloading the files.
Convenient to check for unavailable source-packages.
Bernhard Reutner-Fischer [Thu, 7 Jun 2007 12:54:29 +0000 (12:54 -0000)]
- update defconfig
Bernhard Reutner-Fischer [Thu, 7 Jun 2007 12:16:55 +0000 (12:16 -0000)]
- adjust sample config
Bernhard Reutner-Fischer [Thu, 7 Jun 2007 10:48:01 +0000 (10:48 -0000)]
- hide atmel target if arch is not arm nor avr32
Bernhard Reutner-Fischer [Wed, 6 Jun 2007 21:05:18 +0000 (21:05 -0000)]
- the at91 mirrors depend on BR2_TARGET_ATMEL which may add at91 support later on which itself will select BR2_TARGET_ATMEL
Bernhard Reutner-Fischer [Wed, 6 Jun 2007 20:25:16 +0000 (20:25 -0000)]
- fix typo
Bernhard Reutner-Fischer [Wed, 6 Jun 2007 19:59:01 +0000 (19:59 -0000)]
- fix typo which led to a superfluous cp invocation
Bernhard Reutner-Fischer [Wed, 6 Jun 2007 19:50:05 +0000 (19:50 -0000)]
- better also copy the link targets..
Bernhard Reutner-Fischer [Wed, 6 Jun 2007 19:45:46 +0000 (19:45 -0000)]
- prefer shared libs on the host
Bernhard Reutner-Fischer [Wed, 6 Jun 2007 18:14:00 +0000 (18:14 -0000)]
- adjust to use the gcc-4.2.0 release
- adjust default gdb version to 6.6
- fix stripping gmp/mpfr due to recent LIBTGTEXT changes
Bernhard Reutner-Fischer [Wed, 6 Jun 2007 18:10:48 +0000 (18:10 -0000)]
- make sure to have the target-dir where we want to unpack ltp to
Bernhard Reutner-Fischer [Wed, 6 Jun 2007 18:10:14 +0000 (18:10 -0000)]
- bump version
Bernhard Reutner-Fischer [Tue, 5 Jun 2007 07:38:07 +0000 (07:38 -0000)]
- fix typo in version check
Bernhard Reutner-Fischer [Sat, 2 Jun 2007 17:41:02 +0000 (17:41 -0000)]
- update config
Bernhard Reutner-Fischer [Sat, 2 Jun 2007 16:36:43 +0000 (16:36 -0000)]
- improve wording of BR2_PREFER_STATIC_LIB
Bernhard Reutner-Fischer [Sat, 2 Jun 2007 13:13:56 +0000 (13:13 -0000)]
- bump version
Bernhard Reutner-Fischer [Sat, 2 Jun 2007 11:22:17 +0000 (11:22 -0000)]
- fixup the extension for the host and start to honor BR2_PREFER_STATIC_LIB
Bernhard Reutner-Fischer [Sat, 2 Jun 2007 09:05:40 +0000 (09:05 -0000)]
- move setting up the extensions to correct place (like i said but tom didn't do..)
Bernhard Reutner-Fischer [Sat, 2 Jun 2007 08:49:45 +0000 (08:49 -0000)]
- correct extensions for apple (thanks Heikki Lindholm for pointing this out)
Bernhard Reutner-Fischer [Fri, 1 Jun 2007 22:16:28 +0000 (22:16 -0000)]
- add BR2_PREFER_STATIC_LIB config option to be able to select if we prefer to build static or dynamic libs/bins.
- depending on the BR2_GNU_BUILD_SUFFIX, set the respective EXEEXT, LIBEXT, SHREXT extensions for use on the target.
Thanks to Tom for suplying a diff which implements these.
Peter Korsgaard [Thu, 31 May 2007 15:42:33 +0000 (15:42 -0000)]
Cleanup, get rid of MPG123_WORKDIR, use $@, libmad not needed
Peter Korsgaard [Thu, 31 May 2007 15:27:05 +0000 (15:27 -0000)]
Cleanup, get rid of ETHTOOL_WORKDIR, use $@
Peter Korsgaard [Thu, 31 May 2007 15:19:37 +0000 (15:19 -0000)]
Cleanup, get rid of HASERL_WORKDIR, use $@
Peter Korsgaard [Tue, 29 May 2007 14:55:27 +0000 (14:55 -0000)]
libid3tag requires zlib. Noticed by Stuart Wood
Peter Korsgaard [Thu, 24 May 2007 21:23:19 +0000 (21:23 -0000)]
Fixed silly typo. Thanks to Petur Thors for reporting
Peter Korsgaard [Thu, 24 May 2007 08:41:49 +0000 (08:41 -0000)]
fontconfig requires expat
Peter Korsgaard [Wed, 23 May 2007 15:41:48 +0000 (15:41 -0000)]
Strip binaries at install. Closes #1365
Peter Korsgaard [Tue, 22 May 2007 11:59:22 +0000 (11:59 -0000)]
ncftp package. Patch from #1355
Peter Korsgaard [Tue, 22 May 2007 11:17:27 +0000 (11:17 -0000)]
Fixup joystick.h include with modern kernel headers. Patch from #1217.
Peter Korsgaard [Tue, 22 May 2007 10:31:25 +0000 (10:31 -0000)]
Use freetype-host for host tools. Fixes #1328
Peter Korsgaard [Tue, 22 May 2007 07:42:32 +0000 (07:42 -0000)]
Use select instead of depends for dependencies
Peter Korsgaard [Tue, 22 May 2007 07:40:36 +0000 (07:40 -0000)]
Use select instead of depends for dependencies
Bernhard Reutner-Fischer [Fri, 18 May 2007 09:59:36 +0000 (09:59 -0000)]
- fix path to staging binary. Closes #1353
Bernhard Reutner-Fischer [Fri, 18 May 2007 09:55:09 +0000 (09:55 -0000)]
- bump patch version
Peter Korsgaard [Tue, 15 May 2007 13:58:35 +0000 (13:58 -0000)]
Strip libraries
Bernhard Reutner-Fischer [Tue, 15 May 2007 12:50:04 +0000 (12:50 -0000)]
- repvik writes: e2fsprogs install several duplicate binaries that act slightly differently depending on what name they're called as. They can safely be removed and replaced with symlinks. This saves 480kb space.
Closes #1341
Bernhard Reutner-Fischer [Tue, 15 May 2007 11:39:44 +0000 (11:39 -0000)]
- bump patch version
Bernhard Reutner-Fischer [Tue, 15 May 2007 11:33:08 +0000 (11:33 -0000)]
- add gdb-6.6
Bernhard Reutner-Fischer [Tue, 15 May 2007 11:28:58 +0000 (11:28 -0000)]
- add 2.17.50.0.16
Bernhard Reutner-Fischer [Tue, 15 May 2007 11:25:41 +0000 (11:25 -0000)]
- bump version
Bernhard Reutner-Fischer [Tue, 15 May 2007 11:24:27 +0000 (11:24 -0000)]
- bump version
Bernhard Reutner-Fischer [Tue, 15 May 2007 11:23:46 +0000 (11:23 -0000)]
- bump version
Peter Korsgaard [Tue, 15 May 2007 09:45:21 +0000 (09:45 -0000)]
Don't use libssp as it doesn't get installed
Bernhard Reutner-Fischer [Tue, 15 May 2007 09:33:57 +0000 (09:33 -0000)]
- fixed upstream in r18618
Bernhard Reutner-Fischer [Sat, 12 May 2007 18:39:28 +0000 (18:39 -0000)]
- store uClibc's configfile as BR2_UCLIBC_CONFIG in menuconfig
Bernhard Reutner-Fischer [Fri, 11 May 2007 12:50:15 +0000 (12:50 -0000)]
- ignore eventual errors from which(1)