Peter Korsgaard
49c47f55a8
util-linux: use := instead of = to stop recursion
...
Unbreaks util-linux together with busybox
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-31 22:11:36 +02:00
Peter Korsgaard
2f6e59d00b
docs/news: announce 2009.08
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-31 17:47:14 +02:00
Peter Korsgaard
f0eb8b58e4
buildroot: update for 2009.08
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-31 10:23:48 +02:00
Kelvin Cheung
cc8a917598
ctorrent: build with ssl support if available
...
Closes #557
Build with openssl support if that is enabled.
Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-31 07:23:59 +02:00
Peter Korsgaard
014df317d4
util-linux: fix build with locale in toolchain
...
Closes #529 .
util-linux needs to link with libintl when locale support is available /
requested in the toolchain, similar to how it is done for avahi.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-30 22:08:21 +02:00
Peter Korsgaard
621e8726f9
util-linux: fix libblkid detection
...
We don't have libblkid in BR, so make sure the configure script doesn't
detect it if it is installed on the host.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-30 21:59:55 +02:00
Peter Korsgaard
8ed829a179
buildroot: fix remaining references to SDL_net instead of sdl_net
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-29 17:21:52 +02:00
Peter Korsgaard
688c388ce7
sdl_net: use sdl_net instead of SDL_net as make target
...
As suggested by Julien Boibessot <julien.boibessot@free.fr >.
The other SDL extensions use sdl_xx, and not SDL_xx, so rename sdl_net
to match.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-28 15:30:51 +02:00
Peter Korsgaard
1af58aff72
u-boot: mark old 2008.10 version as deprecated
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-27 14:39:30 +02:00
Peter Korsgaard
e5413e83d8
project: saveconfig/getconfig doesn't need conf
...
And get rid of unused debugging code while we're at it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-27 14:38:05 +02:00
Peter Korsgaard
4595a2fc9f
buildroot: update for 2009.08-rc3
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-26 23:21:30 +02:00
Will Newton
fc3eb18b70
Makefile: Ensure CVS directories are removed from target fs.
...
The find command syntax is incorrect when deleting CVS and .svn directories
from the target filesystem, which prevent CVS directories from being
deleted.
It's useful to delete these dirs because users of buildroot often import
buildroot into CVS or Subversion.
Signed-off-by: Will Newton <will.newton@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-26 23:00:38 +02:00
Peter Korsgaard
717aaab9e8
package/Makefile.in: use := for INSTALL
...
So it doesn't get reevaluated every time and for consistency with FLEX/BISON.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-26 09:52:51 +02:00
Peter Korsgaard
4ae691ecb9
busybox: also enable ipv6 support in ifupdown if ipv6 support is enabled
...
Reported by: Chris Smith <chris.smith@tandberg.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-24 23:27:53 +02:00
Peter Korsgaard
f6bd2da7a5
kernel-headers: bump 2.6.27.x / 2.6.30.x stable versions
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-24 22:28:47 +02:00
Thomas Petazzoni
8bc2fbe6dc
Merge branch 'alsa-utils-fix' into for-2009.08
...
Conflicts:
CHANGES
2009-08-20 00:10:26 +02:00
Thomas Petazzoni
350b6c6e4b
alsa-utils: fix build for x86 on x86-64
...
alsa-utils included two ugly patches for ARM and AVR32 to fix build
issues encountered with ncurses. In fact these build issues were
caused by the fact that alsa-utils was using ncurses5-config of the
host instead of the one installed in $(STAGING_DIR).
Therefore, these two patches are removed, and we instead pass
ac_cv_prog_ncurses5_config to the ./configure script.
This commit solves bug #569 , reported by Simon Pasch, who also
contributed this fix.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-08-20 00:07:27 +02:00
Thomas Petazzoni
843c592a7c
libsoup: enable autoreconf
...
To get the libtool patch to make some effect, an autoreconfiguration
is necessary.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-08-10 20:22:31 +02:00
Thomas Petazzoni
5cecbb7fba
libxslt: tell ./configure where libxml is
...
libxslt is currently configured with --with-libxml-include-prefix,
which allows libxslt ./configure to find libxml headers. However, the
build of libxslt fails because it doesn't find the library itself.
Therefore, instead of using --with-libxml-include-prefix, we switch to
the more generic --with-libxml-prefix.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-08-10 20:21:13 +02:00
Thomas Petazzoni
26e37dd3c4
webkit: select cairo PNG feature
...
Webkit currently depends on libgtk2, which itself depends on
Cairo. However, the dependency of libgtk2 is only on
BR2_PACKAGE_CAIRO, BR2_PACKAGE_CAIRO_PS and
BR2_PACKAGE_CAIRO_PDF. While this might be enough for libgtk2 to build
and work, Webkit makes direct use of the PNG functionnalities of
Cairo. If this functionnality is not available in Cairo, the Webkit
build complains that cairo_surface_write_to_png_stream() is not
defined.
Therefore, we make sure that WebKit selects BR2_PACKAGE_CAIRO_PNG.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-08-10 20:17:20 +02:00
Thomas Petazzoni
7df179ae00
webkit: disable the libtool patch
...
The version of Webkit packaged in Buildroot uses libtool 2.x, for
which our package/buildroot-libtool.patch does not apply. So we
disable this patch. However, on my system, the lack of libtool
modification prevents the final linking to succeed (due to libtool
trying to link target code with host libraries). This will have to be
fixed separatly.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-08-10 20:14:55 +02:00
Thomas Petazzoni
7e62e8ec72
Remove --without-html-dir from DISABLE_DOCUMENTATION
...
In an attempt to disable the compilation and installation of
documentation of gtk packages, a DISABLE_DOCUMENTATION variable
containing --without-html-dir has been added to
package/Makefile.in. This variable is used by
package/Makefile.autotools.in so that --without-html-dir is in effect
passed to all autotools-based packaging relying on the
Makefile.autotools.in infrastructure.
Unfortunately, --without-html-dir doesn't work. It leads libglib2
./configure script to think that HTML_DIR is "no", which leads to the
installation of the documentation in $(STAGING_DIR)no (yes, with the
"no" suffix at the end). The issue is that --with-html-dir is not an
enable/disable type of option, it's an option that only allows to pass
a PATH for documentation installation.
As we don't want the documentation to be installed in this odd
$(STAGING_DIR)no directory, we simply get rid of this option.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-08-08 20:21:58 +02:00
Thomas Petazzoni
1357368035
Update CHANGES after recent fixes
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-08-08 20:06:24 +02:00
Jean-Christian de Rivaz
3de4ce5b32
Update dbus to version 1.2.16
...
Signed-off-by: Jean-Christian de Rivaz <jc@eclis.ch >
2009-08-08 19:07:21 +02:00
Sven Neumann
7ad7a89244
directfb: remove unnecessary dependency on libungif
...
The GIF image provider in DirectFB is self-contained and doesn't
need libungif.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com >
2009-08-07 19:03:42 +02:00
Sven Neumann
dfc4deffd4
directfb: allow to enable debug and trace support
...
This change adds two new options, BR2_PACKAGE_DIRECTFB_DEBUG
to enable lots of debugging output from DirectFB and
BR2_PACKAGE_DIRECTFB_TRACE to enable support for call traces
in case of a crash.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com >
2009-08-07 19:03:34 +02:00
Will Newton
5e64f5057b
berkeleydb: Update config.{sub,guess} in configure step.
...
Some architectures may need updates to the configure helper scripts
before it is possible to safely configure.
Signed-off-by: Will Newton <will.newton@gmail.com >
2009-08-07 19:01:18 +02:00
Will Newton
da28297091
enchant: Fix dependencies.
...
Enchant requires C++ support, libglib2 and pkg-config.
Signed-off-by: Will Newton <will.newton@gmail.com >
2009-08-07 19:00:40 +02:00
Peter Korsgaard
a0c23b6d2b
docs/: announce 2009.08-rc2
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-06 10:57:46 +02:00
Peter Korsgaard
4ebaaf41cf
CHANGES: update for 2009.08-rc2
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-06 10:39:54 +02:00
Nigel Kukard
9f96221e5e
Build neon with SSL support if available
2009-08-05 12:11:08 +00:00
Peter Korsgaard
fe370d6695
Merge branch 'popt-versoin-update' of git://git.busybox.net/~nkukard/git/buildroot
2009-08-05 13:48:52 +02:00
Peter Korsgaard
ccc42efe22
libuuid: add -source and -clean targets
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-05 13:46:05 +02:00
Daniel Mack
b6718de1ec
e2fsprogs: factor out libuuid support
...
Add a new target for libuuid so it can be built without e2fsprogs.
Signed-off-by: Daniel Mack <daniel@caiaq.de >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-05 13:35:25 +02:00
Peter Korsgaard
0ed2f023d0
toolchain/gcc: add 4.3.4
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-05 10:34:34 +02:00
Peter Korsgaard
3f9261d05d
toolchain/gcc: remove deprecated 4.3.1 version
...
People should use the most recent 4.3.x version to get all the bugfixes.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-05 09:43:02 +02:00
Peter Korsgaard
15dab042b4
CHANGES: gzip fix is post-rc1
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-05 09:23:29 +02:00
Peter Korsgaard
4838289a13
Merge branch 'gzip-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot
2009-08-05 09:22:45 +02:00
Thomas Petazzoni
27c667c782
gzip: add patch to fix glibc build
...
Recent glibc versions introduced a futimens() function, that gzip
already implemented. So waiting for a proper usage of this function in
gzip, we rename the gzip internal function to gz_futimens().
Patch inspired by
http://lists.pld-linux.org/mailman/pipermail/pld-cvs-commit/Week-of-Mon-20070514/155476.html
Fixes bug #537
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-08-04 23:55:28 +02:00
Peter Korsgaard
0468b5c132
CHANGES: add post-rc1 issues resolved
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-04 22:58:54 +02:00
Peter Korsgaard
3fb0bbdf40
Merge branch 'sed-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot
2009-08-04 22:57:55 +02:00
Nigel Kukard
87002cc704
Update popt to version 1.15
2009-08-04 19:47:09 +00:00
Thomas Petazzoni
6ce736a58c
sed: fix compilation with external toolchains
...
Since CC is already passed in TARGET_CONFIGURE_OPTS at ./configure
time, there's no point in overriding it with a wrong value at
compilation time. This breaks external toolchain builds since
CC=$(TARGET_CC) is wrong because it excludes the mandatory --sysroot
option.
Fixes bug #525
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-08-04 21:45:04 +02:00
Peter Korsgaard
bd7b104e40
Merge branch 'config-choice-fixes' of git://git.busybox.net/~tpetazzoni/git/buildroot
2009-08-04 21:17:40 +02:00
Thomas Petazzoni
070424f0c8
ipsec-tools: only show the security context choice when ipsec enabled
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-08-04 17:16:03 +02:00
Thomas Petazzoni
83cc37a0b2
webkit: only show the rendering backend choice when webkit is enabled
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-08-04 17:14:50 +02:00
Peter Korsgaard
07fcc6ce70
Merge branch 'microperl-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot
2009-08-04 17:05:48 +02:00
Thomas Petazzoni
6cd57ce392
microperl: fix build
...
Fix the little build systems hacks that no longer applied to the
version of Perl being used. With these fixes in place, microperl
builds and runs properly simple Perl commands on the target.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-08-04 15:48:40 +02:00
Peter Korsgaard
1c559c3154
busybox: bump 1.14.x version
...
Fixes various problems.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-04 07:18:50 +02:00
Peter Korsgaard
b1abe04105
docs/copyright.txt: ask people to contact the devs, not Erik
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-03 22:55:25 +02:00
Peter Korsgaard
bdca3189a8
libusb: fix host libtool dependency
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-03 21:27:05 +02:00
Peter Korsgaard
5b72dda69f
buildroot: fix fallout after qtopia4 -> qt rename
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-03 11:43:07 +02:00
Peter Korsgaard
5e93ac8948
Merge branch 'oldconfig-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot
2009-08-03 10:22:52 +02:00
Thomas Petazzoni
c0727fd319
kconfig: fix oldconfig to generate .config.cmd
...
Since the recent update of Kconfig to the Kconfig infrastructure found
in 2.6.30 kernels, make oldconfig was broken because it didn't
generate the .config.cmd file. This is done by a call to the
conf_write_autoconf() function.
Moreover, this process was also broken because the
conf_get_autoconfig_name() function was reading the environment
variable BUILDROOT_AUTOCONF while the main Makefile is passing it as
KCONFIG_AUTOCONFIG. We also remove the fallback on
"$(BR2_DEPENDS_DIR)/config/auto.conf" since we are not able to expand
BR2_DEPENDS_DIR at this point. Therefore, the KCONFIG_AUTOCONFIG
envionment variable *must* be set.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-08-03 10:07:54 +02:00
Peter Korsgaard
efc3aed181
docs/: announce 2009.08-rc1
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-03 07:14:05 +02:00
Peter Korsgaard
3190d5bf06
CHANGES: update for 2009.08-rc1
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-02 23:09:07 +02:00
Daniele Salvatore Albano
9be449ff55
Update gamin to 0.1.10 to fix compilation
...
Closes #533
Signed-off-by: Daniele Salvatore Albano <d.albano@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-02 22:32:41 +02:00
Gustavo Zacarias
9a6d6cf52b
package/: new package iw
...
Closes #289
This package is a wireless configuration utility for the linux mac80211
kernel stack.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Tested-By: Will Newton <will.newton@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-02 22:25:04 +02:00
Will Newton
56fcdc9b6e
ltp-testsuite: Bump version to 20090630.
...
Closes #437
- Remove a few obsolete patches.
- Add a patch to disable syscall tests unsupported by uClibc.
- Add a patch to fix sched_getaffinity build.
Signed-off-by: Will Newton <will.newton@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-02 22:20:28 +02:00
Will Newton
81f9990e02
webkit: Update to WebKit svn r44552.
...
Closes #427
- Fix generation of configure script and Makefiles.
- Add dependencies on libsoup and enchant.
- Allow configuration of rendering target (currently X11 or DirectFB).
Signed-off-by: Will Newton <will.newton@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-02 22:15:12 +02:00
Peter Korsgaard
4840c451d9
Merge branch 'lvm-bump' of git://git.busybox.net/~tpetazzoni/git/buildroot
2009-08-02 10:00:41 +02:00
Peter Korsgaard
a7b50b94bf
CHANGES: pciutils issue is #523 , not #527
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-02 09:59:15 +02:00
Peter Korsgaard
ca5b75f7ff
Merge branch 'pciutils-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot
2009-08-02 09:58:43 +02:00
Thomas Petazzoni
b062925376
lvm: fix installation to target dir
...
The installation to the target directory was broken for two reasons:
* Due to how the lvm2.mk file was written, for each file listed in
$(LVM2_TARGET_SBINS) and $(LVM2_TARGET_DMSETUP_SBINS), it was
reinstalling all the files listed in those variables. When a target
contains several elements, there's no need to make a loop to handle
each of the elements: the rule will get executed as many times as
they are elements in the target.
* For some odd reason, lvm2 build system installs executable with 555
and libraries with 444. Therefore, once copied to the target
directory, these executables and libraries cannot be
overwritten... for example by a later execution of Buildroot. We
fix this up by changing the permissions of the binaries and
libraries installed by lvm2 to saner values (755 and 644)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-08-02 01:10:14 +02:00
Daniele Salvatore Albano
44663da45b
Bump lvm2 to 2.02.50
...
Signed-off-by: Daniele Salvatore Albano <d.albano@gmail.com >
2009-08-02 00:46:37 +02:00
Thomas Petazzoni
dcb752b165
pciutils: fix build with external toolchains
...
Buildroot Makefile to compile pciutils wasn't passing TARGET_LDFLAGS
to pciutils build system. Therefore, at link time, the pciutils build
system was not taking into account the important --sysroot option,
which was breaking the link with external toolchains.
Fixes bug #523 .
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-08-02 00:36:47 +02:00
Peter Korsgaard
ec386cbcdf
haserl: bump 0.9.x version
...
buffer overflow fix is now upstream
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-01 23:29:02 +02:00
Olaf Rempel
bb14fc4019
ntfsprogs: new package
...
Closes #247
wide collection of NTFS utilities from http://www.linux-ntfs.org/
[Peter: misc Config.in cleanups/fixes]
Signed-off-by: Olaf Rempel <razzor@kopf-tisch.de >
Tested-By: Will Newton <will.newton@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-08-01 23:17:48 +02:00
Peter Korsgaard
37cea19340
Merge branch 'install-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot
2009-08-01 11:31:29 +02:00
Peter Korsgaard
e15c0d07e1
target/device: rename program invocation symbol in defconfigs
...
The symbol is now BR2_PROGRAM_INVOCATION, not BR2_UCLIBC_PROGRAM_INVOCATION.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-31 15:29:27 +02:00
Thomas Petazzoni
385e9e4ea5
coreutils: add TODO note about stripping the installed binaries
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-31 15:00:15 +02:00
Thomas Petazzoni
0ef93af1e4
coreutils: bump version
...
Coreutils 6.9 was broken with glibc >= 2.6, due to a coreutils
internal function being named like a glibc function. This has been
fixed in more recent coreutils version, by
http://lists.pld-linux.org/mailman/pipermail/pld-cvs-commit/Week-of-Mon-20070514/155466.html .
Therefore, we upgrade coreutils to its latest version, 7.4, which
raised two problems:
* Recent coreutils releases are not anymore available as .bz2
archives, only .xz archives. Since this archive format is not
supported by Buildroot yet, and the corresponding tools are not
widely available yet, we fallback to the bigger .gz format for the
coreutils package.
* The rename bug detection script m4/rename.m4 was broken, leading
coreutils to try to include windows.h and compile some
Windows-specific code. We introduce a patch to fix this, patch
which has been taken from gnulib. We also make sure that this
workaround is nevery compiled in by passing
gl_cv_func_rename_dest_exists_bug=no to the configure script.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-31 13:54:23 +02:00
Thomas Petazzoni
8d880c3e5c
Fix PROGRAM_INVOCATION handling with external toolchains
...
BR2_UCLIBC_PROGRAM_INVOCATION is a toolchain configuration option,
like BR2_INET_IPV6, BR2_INET_RPC, on which some packages
depend. Therefore, it should be handled like BR2_INET_IPV6 and
BR2_INET_RPC in order to work properly with external toolchains.
Since we move it out of toolchain/uClibc/Config.in into
toolchain/Config.in.2, we rename the option to BR2_PROGRAM_INVOCATION
(since BR2_INET_RPC and others don't have UCLIBC in their name).
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-31 11:40:34 +02:00
Peter Korsgaard
d4a8eebf59
kernel-headers: bump 2.6.27 / 2.6.30 stable versions
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-31 09:57:44 +02:00
Peter Korsgaard
4ff9489412
Merge branch 'kconfig-cleanup' of git://git.busybox.net/~tpetazzoni/git/buildroot
2009-07-31 09:01:06 +02:00
Thomas Petazzoni
1a2433b58e
makefile: don't hardcore install utility location
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-31 08:48:03 +02:00
Thomas Petazzoni
33f13e393f
kconfig: tell git to ignore new generated files
...
The update of kconfig and the addition of xconfig support generates
more files in package/config/. Tell git to ignore them.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-30 17:39:47 +02:00
Gustavo Zacarias
00c8bdd561
Bump sqlite package to 3.6.16
...
Closes #509
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-30 17:14:38 +02:00
Will Newton
5079d7a0b9
libxml2: Bump version to 2.7.3.
...
Closes #491
- Deletion of reject files no longer required as they have gone from
the upstream release.
Signed-off-by: Will Newton <will.newton@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-30 17:12:53 +02:00
Gustavo Zacarias
ff69aeea40
Bump to bind-9.5.1-P3 security fix for CVE-2009-0696
...
Closes #495 .
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-30 17:10:06 +02:00
Peter Korsgaard
18865f7f2d
Merge branch 'cleanup' of git://git.busybox.net/~tpetazzoni/git/buildroot
2009-07-30 17:04:30 +02:00
Thomas Petazzoni
4e9807a645
makefile: remove unused AUTO_CONFIGURE_OPTS variable
...
The AUTO_CONFIGURE_OPTS is not used anywhere in the tree. autoconf
based packages should used the Makefile.autotools.in machinery
instead.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-30 16:53:46 +02:00
Peter Korsgaard
8162f3977a
openssl: remove invalid quotes around x86_64
...
Thanks for Thomas for noticing.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-29 23:35:41 +02:00
Peter Korsgaard
2a966bcd3b
openssl: fix arch handling
...
Closes #497
Use ARCH instead of BR2_ARCH as BR2_ARCH won't match because of the
surrounding quotes.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-29 21:49:45 +02:00
Thomas Petazzoni
7a1a334c42
xorg: update CHANGES after bug fix
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-28 16:18:10 +02:00
Thomas Petazzoni
90a459ce4d
xorg: add a new cross-compile fix for libXt 1.0.6
...
The cross-compile fix included in mainline of libXt between 1.0.5 and
1.0.6 is not sufficient. It allows to pass a different compiler for
the host tools, but still uses the TARGET_CFLAGS/TARGET_LDFLAGS to
compile the host tools, which obviously isn't correct.
The new patch allows to use the CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD
variables as the CFLAGS/LDFLAGS to build the host tools.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-28 11:53:04 +02:00
Thomas Petazzoni
930f3db167
xorg: bump version of xutil/macros to 1.2.2
...
This version bump is required by the bump of xlib_libXt from 1.0.5 to
1.0.6 (1.0.6 requires at least xutil/macros 1.2).
The linuxdoc patch is removed, since it has been merged upstream, at
http://cgit.freedesktop.org/xorg/util/macros/commit/?id=e20c503d24e5ccf03035aa0f6d833d235d2179df
The other patch exposing STAGING_DIR is kept, as it is Buildroot
specific. It has just been updated to resolve conflicts.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-28 11:26:11 +02:00
Thomas Petazzoni
2831a05d03
xorg: bump X.org server version to 1.5.3
...
This version contains a fix to allow the compilation of the Xvesa
server against recent versions of the kernel headers (fix
http://cgit.freedesktop.org/xorg/xserver/commit/?h=server-1.5-branch&id=992a7168f0db5733fe4a6cbd2f40c6b1f2a150e0 )
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-28 10:05:17 +02:00
Thomas Petazzoni
5d41383920
xorg: bump libXt to 1.0.6
...
Bump libXt to 1.0.6 and remove the
xlib_libXt-1.0.5-makestrs-nocc.patch, which has been included in a
better form in upstream:
http://cgit.freedesktop.org/xorg/lib/libXt/commit/?id=36e9f0d351afbf7fd2595990b2d39e7c551f6420
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-28 10:04:15 +02:00
Peter Korsgaard
e63fd15e20
Merge branch 'xconfig-documentation' of git://git.busybox.net/~tpetazzoni/git/buildroot
2009-07-27 22:09:10 +02:00
Olaf Rempel
52dbe07119
ctorrent: new package
...
Closes #243 .
CTorrent is a BitTorrent client implemented in C++
to be lightweight and quick.
This is the enhanced version from
http://www.rahul.net/dholmes/ctorrent/
[Peter: minor kconfig tweaks]
Signed-off-by: Olaf Rempel <razzor@kopf-tisch.de >
Tested-by: Will Newton <will.newton@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-27 21:23:34 +02:00
Thomas Petazzoni
d9a9501771
documentation: mention the new xconfig interface
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-27 18:09:45 +02:00
Thomas Petazzoni
7e7576c3d8
Makefile: add the xconfig target to the help of the main Makefile
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-27 18:09:32 +02:00
Mike Crowe
f26acf61eb
package: replace mkdosfs with dosfstools
...
Closes #451
Move from old unmaintained dosfstools-2.11 (packaged as mkdosfs) to
now maintained dosfstools-3.0.3.
Allow each binary to be installed independently.
Signed-off-by: Mike Crowe <mac@mcrowe.com >
Tested-by: Will Newton <will.newton@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-27 17:55:34 +02:00
Peter Korsgaard
76dade1788
Merge branch 'kconfig-update' of git://git.busybox.net/~tpetazzoni/git/buildroot
2009-07-27 17:24:01 +02:00
Will Newton
6fecd53e99
mplayer: Update mplayer to version 1.0rc2.
...
Closes #331 .
- Remove patches applied upstream
- Add updated avr32 patch from Hans-Christian Egtvedt.
Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com >
Signed-off-by: Will Newton <will.newton@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-27 17:17:04 +02:00
Maurice van der Pot
33a3e7ba2e
xf86-video-intel: Fixed cross-compile patch to apply to version 2.4.2
...
Signed-off-by: Maurice van der Pot <griffon26@kfk4ever.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-27 16:11:16 +02:00
Thomas Petazzoni
6cd6353ff9
xconfig: Save the configuration properly in qconf
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-27 16:07:05 +02:00
Thomas Petazzoni
69f982cdad
xconfig: Change titlebar to Buildroot Configuration
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-27 16:07:04 +02:00
Alper Yildirim
b0df9df39a
config: Add support for xconfig
...
It involved:
* Modifying the top-level Makefile to create the xconfig target, and
the $(CONFIG)/qconf target to compile the qconf utility
* Modifying the package/config/Makefile magic so that C++ files and
binaries gets linked properly, re-using the
package/config/Makefile.kconfig logic inherited from the kernel
* Hacking a little bit package/config/Makefile.kconfig in a way
similar to the modifications done for the mconf (menuconfig
interface)
Signed-off-by: Alper Yildirim <ayildirim@aselsan.com >
2009-07-27 16:07:00 +02:00
Alper Yildirim
4b3e11b3e7
config: Update package/config to Kconfig 2.6.30
...
Update the package/config stuff with the code available in the Linux
kernel 2.6.30.
Signed-off-by: Alper Yildirim <ayildirim@aselsan.com >
2009-07-27 16:06:50 +02:00
Peter Korsgaard
074d73a919
Merge branch 'qt' of git://git.busybox.net/~tpetazzoni/git/buildroot
2009-07-27 15:24:12 +02:00
Thomas Petazzoni
314cdcbd25
qt: the GUI module requires the network module to work properly
...
Running a simple Qt GUI application on an embedded systems without
QtNetwork installed doesn't work, the dynamic loader complains that
QtNetwork is not present.
While I'm not a Qt build system expert, it looks like this dependency
really exists, since the src/gui/gui.pri file in Qt sources contains
the following line:
embedded: QT += network
Which would mean that the GUI module needs the network module to
operate properly. And a few files in src/gui/embedded/ also include
some QtNetwork stuff. This isn't really surprising since the Qt QWS
mechanism uses communication between processes through a Unix socket.
Therefore, we add a dependency on the network module in the GUI
module. We use a 'select' dependency here, since it's might not be
really obvious to the user that the GUI module requires the network
one.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-27 15:02:13 +02:00
Daniel Mack
53fd73611c
docs: describe BR2_ROOTFS_POST_BUILD_SCRIPT
...
Signed-off-by: Daniel Mack <daniel@caiaq.de >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-27 14:47:53 +02:00
Thomas Petazzoni
072d89a883
qt: fix build with external toolchain
...
Set QMAKE_LFLAGS so that at link time --sysroot is passed to the
linker, and Qt finds the external libraries. This fixes Qt build when
zlib or other libraries are external, instead of using Qt's internal
copy.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-27 11:54:35 +02:00
Thomas Petazzoni
660952565e
Update CHANGES with recent improvements
...
Mention X.org and external toolchain improvements in the CHANGES file.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-27 11:17:07 +02:00
Will Newton
27ce942e65
toolchain: Clean up locale support menu
...
Closes #421 .
This patch cleans up and fixes some minor issues with the locale support
section of the toolchain menu.
1. uClibc requires wchar support if locales are enabled, make locale
support select wchar support.
2. Allow purging of locale information even if there is no locale
support in the C library. This cleans up after packages that
install things into /usr/share/locale on the target.
Signed-off-by: Will Newton <will.newton@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-27 10:41:56 +02:00
Pavel Roskin
a248954890
toolchain/uClibc: add patch to rename getline to get_line in unifdef.c
...
getline() is a standard libc function with a different signature.
Signed-off-by: Pavel Roskin <proski@gnu.org >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-27 09:43:06 +02:00
Peter Korsgaard
c63d5d24b3
target/iso9660: fix mkisofs build for !i686
...
Use HOST_ARCH instead of hardcoded i686. The build still could use
some cleanup though.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-27 00:15:55 +02:00
Peter Korsgaard
f4311822b1
target/iso9660: needs a linux kernel
...
Closes #403 .
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-27 00:06:28 +02:00
Peter Korsgaard
b471c096d1
target/device/xtensa: only override makedevs target for xtensa builds
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-26 22:52:36 +02:00
Gustavo Zacarias
ba4fbdc948
bmon: new package
...
Closes #389 .
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-26 22:03:15 +02:00
Gustavo Zacarias
c2dbefd86f
netstat-nat: new package
...
Closes #3597 .
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-26 21:51:20 +02:00
Gustavo Zacarias
57c2e79b27
libnl: new package
...
Closes #287 .
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Tested-by: Will Newton <will.newton@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-26 21:10:56 +02:00
Peter Korsgaard
c972a086e5
kernel-headers: bump 2.6.27.x stable version
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-26 17:52:21 +02:00
Peter Korsgaard
1f359c2fe0
target/Makefile.in: remove hurd reference
...
Missed by b6192fb975 .
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-26 16:40:00 +02:00
Daniel Mack
eed7d8737a
Add support for custom post-build script
...
The config help text says it all:
Specify a script to be run after the build has finished and before
the BR2 starts packing the files into selected packages.
This gives users the oportunity to do board-specific cleanups,
add-ons and the like, so the generated files can be used directly
without further processing.
The script is called with the target directory name as first and
only argument. Make sure the exit code of that script is 0,
otherwise make will stop after calling it.
Signed-off-by: Daniel Mack <daniel@caiaq.de >
Cc: Sven Neumann <s.neumann@raumfeld.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-25 23:15:18 +02:00
Peter Korsgaard
0cb591eb55
package/gnuconfig: xtensa patch
...
New file missing from cd0b1ce3b
Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-25 21:08:55 +02:00
Peter Korsgaard
d639e0efee
target/device/KwikByte: remove unused 2.6.20 config
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-25 21:07:50 +02:00
Peter Korsgaard
b6192fb975
target/: remove hurd kernel placeholder
...
Incomplete and unlikely to get completed in the near future - Pretty
much like hurd itself.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-25 20:48:09 +02:00
Peter Korsgaard
261b3fc0f4
target/Config.in: remove reference to target/linux/Config.in.experimental
...
File doesn't exist any more.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-25 20:44:24 +02:00
Peter Korsgaard
c1b3b6cab0
toolchain/uclibc: xtensa patches
...
New files missing from 58050c28 .
Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-25 20:25:34 +02:00
Peter Korsgaard
f91315e171
linux-advanced: remove unused ancient kernel versions
...
More than 2 years old, and no in tree users.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-25 20:22:46 +02:00
Peter Korsgaard
48abfcf5f0
kernel-headers: bump 2.6.30.x stable version
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-25 20:15:22 +02:00
Peter Korsgaard
441c122606
Merge branch 'xorg' of git://git.busybox.net/~tpetazzoni/git/buildroot
2009-07-25 09:13:44 +02:00
Peter Korsgaard
8c1fc169ab
Merge branch 'master' of git://git.buildroot.net/~ulf/git/linux
2009-07-25 08:46:45 +02:00
Maxim Grigoriev
8cf20245a1
[XTENSA] Remove Copyright notes. They contradict GPL license.
...
Signed-off-by: Maxim Grigoriev <maxim@tensilica.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-25 08:39:37 +02:00
Thomas Petazzoni
2845fa66ce
qt: put the Qt options into a submenu
...
Put the Qt options into a submenu to make the configuration interface
easier to use. The comment on the dependency on C++ has to be put
before the menuconfig definition, otherwise kconfig gets confused and
doesn't put the suboptions into a submenu.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-25 00:18:41 +02:00
Thomas Petazzoni
20d2c70fbd
qt: rename qtopia4 to qt
...
A while ago, Trolltech (now part of Nokia) included Qtopia directly
inside Qt. So let's rename the qtopia4 package to simply qt, which
will be more familiar to our users. Of course, the version we compile
is Qt for Embedded Linux.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-25 00:05:35 +02:00
Thomas Petazzoni
74ecbaa23d
xorg: remove the XSERVER variable
...
The XSERVER variable used to be defined by package/Makefile.in because
the X server package name was different depending on the type of X
server that was choosen. Nowadays, the name of the package is always
xserver_xorg-server, so there's no point in having this XSERVER
intermediate variable.
This patch makes all packages use xserver_xorg-server directly as a
dependency, and removes the XSERVER variable from package/Makefile.in.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-24 23:26:48 +02:00
Thomas Petazzoni
b36a589480
xorg: remove references to non-existing configuration options
...
The option BR2_PACKAGE_TINY, BR2_PACKAGE_XORG and BR2_PACKAGE_XGGI
don't exist, so do not use them to find the value of the $(XSERVER)
variable.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-24 23:26:48 +02:00
Thomas Petazzoni
6beeb755fa
xorg: use BR2_PACKAGE_XORG instead of BR2_PACKAGE_XSERVER_none
...
The BR2_PACKAGE_XSERVER_none option has gone, so use BR2_PACKAGE_XORG7
instead. It is more logical to test if BR2_PACKAGE_XORG7 is set to
know if an X.org server is available, than testing if
BR2_PACKAGE_XSERVER_none is set to know if an X.org server is *not*
available.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-24 23:26:47 +02:00
Thomas Petazzoni
f2d8a44f26
xorg: remove reference to non-existing BR2_PACKAGE_XSERVER_none
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-24 23:26:47 +02:00
Thomas Petazzoni
ae8bbdf891
xorg server: remove dependencies
...
Currently, the X.org server selection always trigger the compilation
and installation of libXt (the X toolkit) and libXaw (Athena Widget
toolkits), which is are legacy toolkits not used by modern toolkits
(Gtk, Qt, etc.). They are only used by old X11 applications that are
typically not used on embedded systems.
Not compiling them save compilation time, and more importantly, space
on the target.
We also remove the compilation on xlib_libxkbui, libxmu and libxpm,
because they all depend on libXt.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-24 23:26:47 +02:00
Thomas Petazzoni
2d8153655c
xorg server: beautify list of dependencies
...
Reorganize the list of depencies with a sane indentation level, and
one dependency per line. Yes, the list is long, but is easier to read,
and future patches modifying this list will be easier to review.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-24 23:26:46 +02:00
Thomas Petazzoni
d776138bff
matchbox: fix dependencies
...
A dependency on BR2_PACKAGE_XORG7 is enough, no need to depend on
BR2_PACKAGE_XORG_XSERVER.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-24 23:26:46 +02:00
Thomas Petazzoni
1d5228acae
dillo: use select for library dependencies
...
Use select independs of depends on for library dependencies. We keep
the depends on for the X.org dependency so that dillo can only be
selected once X.org is enabled (which, contrary to the library
dependencies, is a pretty obvious dependency for the user). We then
get rid of the configuration interface comment.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-24 23:25:35 +02:00
Thomas Petazzoni
958f2d5fa3
midori: remove configuration comment on X.org dependency
...
The dependency of Midori on X.org should be pretty obvious to the
user, and we don't want to unnecessarly clutter the configuration
interface with comments.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-24 23:23:55 +02:00
Ulf Samuelsson
1a6f22d2a3
Update kernel "latest" major/minor version numbers
...
including adding support for 2.6.30/2.6.31-rc#
2009-07-24 18:04:06 +02:00
Ulf Samuelsson
1aeeebc19b
Remove unused file: "target/linux/Config.in.experimental"
2009-07-24 18:02:04 +02:00
Peter Korsgaard
5d79f6caf0
TODO: remove outdated stuff
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-24 15:51:51 +02:00
Peter Korsgaard
0aa7062407
CHANGES: add #163 + #473
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-24 07:51:16 +02:00
Maxim Grigoriev
edb5ca9c52
Makefile: apply xtensa specific TARGET_SKELETON_PATCH if available
...
Part of #163 .
Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-24 02:37:06 +02:00
Maxim Grigoriev
adb9e905da
toolchain: xtensa toolchain patch support
...
Part of #163 .
Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-24 02:32:33 +02:00
Maxim Grigoriev
ebb0495936
toolchain/patch-kernel.sh: xtensa directory overlay support
...
Part of #163 .
Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-24 02:31:34 +02:00
Maxim Grigoriev
58050c286b
toolchain/uclibc: xtensa support
...
Part of #163 .
Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-24 02:22:08 +02:00
Maxim Grigoriev
715ab98169
project: xtensa specific ARCH handling
...
Part of #163 .
Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-24 02:19:24 +02:00
Maxim Grigoriev
5ddb904a86
target/; xtensa support
...
Part of #163 .
Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-24 02:17:22 +02:00
Maxim Grigoriev
cd0b1ce3b7
package/gnuconfig: xtensa support
...
Part of #163 .
Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-24 02:13:28 +02:00
Maxim Grigoriev
6b27f42180
package/Makefile.in: xtensa host support
...
Part of #163 .
Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-24 02:12:27 +02:00
Sven Neumann
56938f1873
libmms: new package
...
LibMMS is a common library for parsing mms:// and mmsh:// type network
streams.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-23 23:55:01 +02:00
Peter Korsgaard
f917e6b21b
toolchain/gcc: bump 4.4.x version
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-23 13:15:05 +02:00
Sven Neumann
7bb5ce002c
linux26: do not set CFLAGS_KERNEL to TARGET_CFLAGS
...
Using TARGET_CFLAGS breaks the kernel build for the arm platform. The
result is a kernel that can not be booted. So simply do not fiddle with
the CFLAGS on a kernel build and the kernel build system will do the
right thing (TM).
[Peter: do the same thing for the standard kernel build]
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-22 22:43:51 +02:00
Peter Korsgaard
8232850c51
gst-plugins-base: don't search host headers if freetype isn't available
...
freetype is only used by examples, but if it is not found
and the host has a freetype-config script, then the host
include dirs are added to the search path causing trouble.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-22 22:16:07 +02:00
Sven Neumann
3e6a0a80d2
gst-plugins-good: disable aalib
...
Explictly disable the build of the aasink plug-in. Without this fix
the plug-in would be built if the aalib headers are found on the host.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-22 21:26:08 +02:00
Peter Korsgaard
e3298fdae9
haserl: move 0.9.25 fix to subdir, so it isn't picked up by 0.8.0 build
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-22 15:30:00 +02:00
Lionel Landwerlin
0fec1b5ce3
Bump SaWMan to 1.4.1
...
Bump SaWMan to 1.4.1
The current version of sawman (1.2.0-rc1) won't compile with directFB >= 1.4
Signed-off-by: Lionel Landwerlin <lionel.landwerlin@openwide.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-22 14:06:16 +02:00
Peter Korsgaard
0adeeddb25
libpng: bump version
...
Fixes an unitialized-memory-read bug.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-22 09:37:13 +02:00
Sven Neumann
d4d7c7911a
libglib2: update to upstream release 2.20.4
...
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-22 08:03:37 +02:00
Peter Korsgaard
95b1d004f6
Merge branch 'master' of ssh://uclibc.org/var/lib/git/buildroot
2009-07-22 07:57:20 +02:00
Peter Korsgaard
11eb084fc7
tremor: provide libvorbis* alias for targets
...
several packages depend on libvorbis, so also provide libvorbis
targets when tremor is selected.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-21 22:57:29 +02:00
Bernhard Reutner-Fischer
9e2bdce02c
Fix memstat's install
...
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com >
2009-07-21 12:47:38 +02:00
Peter Korsgaard
2fee20c837
mtd: get rid of ancient deprecated versions
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-21 09:25:30 +02:00
Peter Korsgaard
da6f67d8f2
haserl: 0.9.25 array vars fix
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-20 22:17:31 +02:00
Sven Neumann
321c254be5
wpa_supplicant: add optional dbus support
...
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-20 22:11:42 +02:00
Peter Korsgaard
214da03d14
busybox: 1.14.2 test fix
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-20 09:16:29 +02:00
Peter Korsgaard
a2e93a0ab6
kernel-headers: bump 2.6.27 / 2.6.30 stable versions
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-20 09:14:13 +02:00
Evan Zelkowitz
10e9b7ed08
sdl_gfx: new package
...
Closes #369 .
[Peter: Minor tweaks]
Signed-off-by: Evan Zelkowitz <evan.zelkowitz@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-18 11:30:12 +02:00
H Hartley Sweeten
b09d8a72d2
.gitignore: add backup files
...
Add *.orig and *~ backup files to gitignore.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-18 08:19:58 +02:00
Peter Korsgaard
f08e9412ce
Merge branch 'ext-toolchain-target-path' of git://git.busybox.net/~tpetazzoni/git/buildroot
2009-07-18 08:14:53 +02:00
Peter Korsgaard
2de62ac5ad
xutil_makedepend: install to target, not staging
...
makedepend is a program, not a library - So makedepend for the target
should get installed to target_dir and not to staging_dir.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-18 01:17:31 +02:00
Peter Korsgaard
d0f902e82e
mesa3d: compile makedepend (and in turn xproto) for the host
...
The mesa3d build needs makedepend on the host, so compile one in $HOST_DIR.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-18 00:16:48 +02:00
Peter Korsgaard
adfd17b0bc
expat: fix typo
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-18 00:04:45 +02:00
Peter Korsgaard
71c810ff93
CHANGES: add #271
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-18 00:04:20 +02:00
Peter Korsgaard
ad0ccbcf30
Merge branch 'external-toolchain' of git://git.busybox.net/~tpetazzoni/git/buildroot
2009-07-17 22:53:24 +02:00
Peter Korsgaard
e0debb7821
CHANGES: add #467
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-17 21:07:42 +02:00
Peter Korsgaard
4adcb23673
Merge branch 'directfb-bump' of git://git.busybox.net/~tpetazzoni/git/buildroot
2009-07-17 21:05:50 +02:00
Thomas Petazzoni
b5d6f341c5
external toolchain: add $(HOST_DIR)/bin to TARGET_PATH
...
Since the move of many host binaries to $(HOST_DIR), the TARGET_PATH
for internal toolchain had been changed to include $(HOST_DIR)/bin and
$(HOST_DIR)/usr/bin, but this change was not reflected to the
TARGET_PATH used in external toolchain configuration. This patches
fixes this.
We also remove $(STAGING_DIR)/bin and $(STAGING_DIR)/usr/bin from the
TARGET_PATH in external toolchain configuration, since the STAGING_DIR
is not supposed to contain host binaries.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-17 17:23:44 +02:00
Thomas Petazzoni
cc76043bd4
xorg: simplify dependencies on X.org
...
Many packages used to depend on BR2_PACKAGE_XORG||BR2_PACKAGE_XORG7,
but this is useless since BR2_PACKAGE_XORG is a non-existing
configuration option. So, these depencies gets simplified to
BR2_PACKAGE_XORG7 only.
Some others were depending on BR2_PACKAGE_TINYX (which doesn't) exist
or BR2_PACKAGE_XSERVER_xorg || BR2_PACKAGE_XSERVER_tiny ||
BR2_PACKAGE_XSERVER_x11r7. Replace all that mess by a simple
dependency on BR2_PACKAGE_XORG7.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-17 14:34:22 +02:00
Thomas Petazzoni
8c00f43904
xorg: remove useless configuration comment
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-17 14:26:50 +02:00
Thomas Petazzoni
2c502491f6
xorg: reindent configuration option details
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-17 14:26:29 +02:00
Thomas Petazzoni
1956d0f6d6
xorg: reorganize the selection of the X.org server type
...
The selection of the X.org server type was really strange. The user
had to select between none, tinyx and modular. Now, the menuconfig
interface display a single item for X.org, that can be
selected/unselected. This entry contains a submenu, that allows to
select the type of the X.org server (tinyX or modular) and that allows
(as before) to enable/disable X.org libraries, drivers, etc.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-17 14:20:06 +02:00
Thomas Petazzoni
5cfe019120
directfb: bump version
...
Bump the version of Direct FB to 1.4.1. Fixes bug #467 . Thanks to
Lionel Landwerlin <lionel.landwerlin@openwide.fr > for the
notification.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-17 11:21:04 +02:00
Thomas Petazzoni
901b468e24
external toolchain: check cross-compiler existence
...
As a minimal test to the external toolchain, check that $(TARGET_CC)
is actually an existing executable file. That way, if the user
misconfigures the toolchain path and/or prefix, a meaningful error
message will be shown.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-17 08:53:55 +02:00
Thomas Petazzoni
82bf777ed7
external toolchain: respect $(Q)
...
Use $(Q) in external toolchain support so that the user can get the
full output by passing V=1 to make, and still get a nice and clean
output by default.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-17 08:48:35 +02:00
Thomas Petazzoni
28aa0b47fb
external toolchain: copy the C++ standard library if needed
...
Obey the BR2_INSTALL_LIBSTDCPP configuration option to copy the C++
standard library to the target. Suggested by Lionel Landwerlin
<lionel.landwerlin@openwide.fr >.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-17 08:46:51 +02:00
Thomas Petazzoni
3026e9930e
external toolchain: do not copy useless symbolic links
...
Do not copy .so symbolic links to target when not needed. Only copy
.so.X symbolic links and the library itself.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-17 08:46:43 +02:00
Thomas Petazzoni
0afd2103f0
external toolchain: more documentation about the principles
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-17 00:20:33 +02:00
Thomas Petazzoni
fd5570970e
external toolchain: use LANG=C when calling gcc -v
...
Lionel Landwerlin <lionel.landwerlin@openwide.fr > reported that using
the external toolchain support when LANG=fr_FR.UTF-8 doesn't work,
since the messages printed by gcc -v are translated in another
language, defeating the grep ^Configured test.
Therefore, as per Lionel suggestion, we force LANG=C when calling
$(TARGET_CC) -v.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-17 00:10:46 +02:00
Thomas Petazzoni
57692e2535
external-toolchain: better documentation, cleanup, sysroot check
...
* Introduce documentation for each function of ext-tool.mk, and
document all parameters of the functions.
* Pass SYSROOT_DIR as argument to all functions that require it,
instead of computing it manually everywhere
* Use $(shell) instead of backquotes
* Check that the SYSROOT_DIR variable is not empty, which means that
the external toolchain doesn't support --sysroot. In that case,
bail out with a nice error message.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-17 00:10:33 +02:00
Peter Korsgaard
bd26b5821c
libvorbis: fix tremor install into staging_dir
...
Closes #387 .
When tremor is selected, the normal libvorbis shouldn't get built and
tremer should get installed into staging_dir as well.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-16 21:47:36 +02:00
Thomas Petazzoni
00eddf0ee6
external toolchain: fix libraries copy and add ARM ABI check
...
Instead of hardcoding the C library versions, just copy the version
available in $SYSROOT_DIR/lib.
Add a check on the ARM ABI configured in Buildroot with regard to the
ABI of the external toolchain provided.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-16 21:45:00 +02:00
Peter Korsgaard
6c243d12d9
qtopia4: add option for STL support
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-16 14:16:25 +02:00
Peter Korsgaard
ea53650333
ruby: needs WCHAR support in toolchain
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-13 09:20:40 +02:00
laurent laffont
8703912fa0
Change ruby version to 1.9.1-p129
...
Ruby 1.9.1 handle cross compilation better, espescially extensions
(I'm working on ARM at91sam9263-ek).
This patch also disable ruby doc generation and ipv6.
[Peter: fixed ipv6 handling]
Signed-off-by: laurent laffont <laurent.laffont@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-12 22:33:52 +02:00
Peter Korsgaard
e5afc25114
busybox: additional 1.14.2 patches
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-12 21:13:04 +02:00
Peter Korsgaard
0167462218
libvorbis: bump version
...
bugfix release - Fixes playback of very short files.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-12 21:09:56 +02:00
Peter Korsgaard
1516aacdbe
qtopia4: fix typo
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-08 16:07:37 +02:00
Peter Korsgaard
3a966abb62
qtopia4/directfb: remove default n
...
N is default, so no need to explicitly state it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-08 16:05:41 +02:00
Peter Korsgaard
2e71cd88e7
liblockfile: bump version
...
Closes #83 .
Fixes build with newer glibc versions.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-07 23:26:36 +02:00
Peter Korsgaard
c1a5772aeb
busybox: ls fix for v1.14.2
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-05 21:58:29 +02:00
Will Newton
2c3a3af86e
enchant: New package for enchant spell-checking library.
...
Enchant is a spell checking library that provides a consistent API across
a number of spell-checking system backends.
Signed-off-by: Will Newton <will.newton@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-05 21:29:28 +02:00
Peter Korsgaard
ddd0db77ab
Merge branch 'qtopia-fixes' of git://git.busybox.net/~tpetazzoni/git/buildroot
2009-07-03 13:20:35 +02:00
Thomas Petazzoni
a1125b31af
New build fix for Qtopia4
...
The new patch fixes the build failure when
BR2_PACKAGE_QTOPIA4_QTZLIB=y.
2009-07-03 11:13:24 +02:00
Thomas Petazzoni
1bbceff78a
Bump Qtopia version to 4.5.2
2009-07-03 10:30:35 +02:00
Thomas Petazzoni
d4dab10d0b
Fix Qtopia build with external toolchain
...
The fixes made to qmake.conf for the cross-compiling tools were not
sufficient in the case of an external toolchain, since the CFLAGS were
not taken into account. And the --sysroot option contained in the
CFLAGS are very important for external toolchains to work.
Additionally, it makes sure that Qtopia is compiled with the proper
CFLAGS, even if an external toolchain isn't used.
2009-07-03 10:30:29 +02:00
Peter Korsgaard
8ae604912b
kernel-headers: bump 2.6.27.x / 2.6.29.x / 2.6.30.x stable versions
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-03 07:20:12 +02:00
Peter Korsgaard
b98de697b0
openvpn: prefix variables with OPENVPN_
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-02 14:59:48 +02:00
Gustavo Zacarias
234fb283ed
openvpn: convert to Makefile.autotools.in format
...
Closes #359 , #413 .
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-02 14:55:51 +02:00
Peter Korsgaard
90c5d156f5
toolchain/gcc: ensure libraries are copied to target_dir for x86-64
...
x86-64 stores libgcc_s / libstdc++ / libgcj under lib64 instead of lib,
so make sure that directory is searched as well for libraries to copy
to target.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-02 09:41:09 +02:00
Peter Korsgaard
0a74a04e98
Merge branch 'dropbear-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot
2009-07-01 20:15:33 +02:00
Peter Korsgaard
32154996a8
Merge branch 'matchbox-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot
2009-07-01 20:12:47 +02:00
Gustavo Zacarias
0468be6e07
package: add spawn-fcgi package
...
Closes #417 ,
New package spawn-fcgi, basically a FastCGI process spawner.
This was previously included in lighttpd up to version 1.4.22 and is now
a separate project.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-01 15:36:19 +02:00
Gustavo Zacarias
264b9c115d
lighttpd: bump version
...
Closes #419 .
lighttpd 1.4.23 is out, there are many bugfixes from 1.4.20 currently in
buildroot:
* Fix workaround for incorrect path info/scriptname if fastcgi prefix is
”/” (fixes #729 )
* Finally removed spawn-fcgi
* Fix bug with FastCGI request id overflow under high load; just use always
id 1 as we don’t use multiplexing. (thx jgray)
* Workaround broken operating systems: check for trailing ’/’ in filenames
(fixes #1989 )
Plus fixes from 1.4.22 and 1.4.21.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-07-01 15:35:20 +02:00
Thomas Petazzoni
51ef5b8122
Fix Matchbox build
...
Several issues were encountered when trying to build Matchbox. This
patches fixes these issues :
* Selecting BR2_PACKAGE_MATCHBOX should select BR2_PACKAGE_XORG7,
otherwise the x11r7 mk files are not included, and matchbox.mk
refers to non-existing dependencies (such as xlib_libXtst).
* In matchbox.mk, wrong dependencies for Matchbox keyboard. When
pango is available, use it through --enable-pango, otherwise, add
the dependency to xlib_libXft
* Enable AUTORECONF for libXfont and libXft, otherwise the libtool
Buildroot patch has no effect, and these packages fail to build
without the libtool hack.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-01 14:24:47 +02:00
Thomas Petazzoni
b7d98b2d42
Fix dropbear compilation with glibc
...
The patch introduced at c579e32dbe was
incorrect, since __USE_GNU is an internal C library defined, and
should not be used by programs. _GNU_SOURCE should be used instead.
This fixes a build failure on Dropbear when compiling against a
glibc-based toolchain.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-07-01 14:20:51 +02:00
Gustavo Zacarias
5818010f92
sqlite: bump version
...
Closed #333 .
* Refactor the internal representation of SQL expressions so that they
use less memory on embedded platforms.
* Reduce the amount of stack space used
* Fix an 64-bit alignment bug on HP/UX and Sparc
* The sqlite3_create_function() family of interfaces now return
SQLITE_MISUSE instead of SQLITE_ERROR when passed invalid parameter
combinations.
* When new tables are created using CREATE TABLE ... AS SELECT ... the
datatype of the columns is the simplified SQLite datatype (TEXT, INT,
REAL, NUMERIC, or BLOB) instead of a copy of the original datatype
from the source table.
* Resolve race conditions when checking for a hot rollback journal.
* The sqlite3_shutdown() interface frees all mutexes under windows.
* Enhanced robustness against corrupt database files
* Continuing improvements to the test suite and fixes to obscure bugs
and inconsistencies that the test suite improvements are uncovering.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-30 21:40:23 +02:00
Peter Korsgaard
a928430ff7
u-boot: add 2009.06 release
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-29 20:59:49 +02:00
Peter Korsgaard
99da30bf5d
u-boot: target tools: use library files from their original location
...
u-boot 2009.06 changed the tools/ logic, and no longer adds symbolic
links to the needed library files in the tools directory.
Fix build by referencing the library files in their original location.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-29 20:56:49 +02:00
Peter Korsgaard
2945b06610
qtopia4: fix build for !QTOPIA4_SHARED
...
Only try to copy the shared objects from staging to target if QT
is configured for shared objects.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-29 14:29:20 +02:00
Peter Korsgaard
85df29b9fc
lib{ogg,vorbis}: bump version
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-24 15:41:48 +02:00
Peter Korsgaard
e616c68acc
busybox: bump 1.14.x version
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-24 11:26:05 +02:00
Peter Korsgaard
e61606ad39
CHANGES: add issue 349 + 379
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-23 13:55:38 +02:00
Sven Neumann
b26520ba90
directfb: bump version
...
Closes #379
update DirectFB to version 1.4.0
A new stable version of DirectFB has been released upstream,
http://directfb.org/index.php?path=Main%2FNews&entry=2009-06-04-1.niels
Attached patch updates the DirectFB package and introduces a BR2
configuration option for the RGB16 dithering feature that is new in
DirectFB 1.4.0.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-23 13:47:14 +02:00
Sven Neumann
e22a39fb44
libsoup: bump version
...
Closes #349 .
Attached patch updates libsoup to version 2.26.2.
This is relevant for bug 303 as it allows to compile gvfs with much
less patching.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-23 12:33:40 +02:00
Peter Korsgaard
533718a832
CHANGES: add resolved issues post-2009.05
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-23 09:40:23 +02:00
Will Newton
7af9cd3ac5
ipsec-tools: Bump version to 0.7.2.
...
Add support for configuring security context support to allow building for
non-SELinux targets.
Remove some obsolete patches.
Signed-off-by: Will Newton <will.newton@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-23 09:33:24 +02:00
Gustavo Zacarias
93308ccba3
php: bump version
...
Closes #409 .
php-5.2.10 is out, mostly misc bugfixes, one small security fix:
Security Enhancements and Fixes in PHP 5.2.10:
* Fixed bug #48378 (exif_read_data() segfaults on certain corrupted .jpeg
files). (Pierre)
Key enhancements in PHP 5.2.10 include:
* Added "ignore_errors" option to http fopen wrapper. (David Zulke, Sara)
* Fixed memory corruptions while reading properties of zip files. (Ilia)
* Fixed memory leak in ob_get_clean/ob_get_flush. (Christian)
* Fixed segfault on invalid session.save_path. (Hannes)
* Fixed leaks in imap when a mail_criteria is used. (Pierre)
* Changed default value of array_unique()'s optional sorting type parameter
back to SORT_STRING to fix backwards compatibility breakage introduced in PHP
5.2.9. (Moriyoshi)
* Fixed bug #47940 (memory leaks in imap_body). (Pierre, Jake Levitt)
* Fixed bug #47903 ("@" operator does not work with string offsets).
(Felipe)
* Fixed bug #47644 (Valid integers are truncated with json_decode()).
(Scott)
* Fixed bug #47564 (unpacking unsigned long 32bit big endian returns wrong
result). (Ilia)
* Fixed bug #47365 (ip2long() may allow some invalid values on certain
64bit systems).
* Over 100 bug fixes.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-23 09:26:27 +02:00
Peter Korsgaard
ab5208886e
busybox: autodetect nfs mount support based on BR2_INET_RPC setting
...
Override nfs mount support based on BR2_INET_RPC setting, so BR will DTRT.
This way you will automatically get NFS support in busybox if available in
the toolchain, and the build won't break if the defconfig enables it but
the user has it disabled in the toolchain.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-22 15:28:36 +02:00
Peter Korsgaard
263c8dc7b8
busybox: 1.13.x defconfig: enable devmem applet
...
Small and useful for a lot of early hardware testing/verification.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-22 15:17:16 +02:00
Peter Korsgaard
691cf5eb42
target/generic: add /dev/sd{a,b}*, /dev/ub{a,b}* device nodes
...
E.G. for usb disks.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-21 14:42:15 +02:00
Peter Korsgaard
33f7d7929f
target/generic: add /dev/i2c-N device nodes
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-21 14:37:09 +02:00
Nigel Kukard
ddb260707a
Remove device-mapper
...
Device mapper is now provided by lvm2
Signed-off-by: Nigel Kukard <nkukard@lbsd.net >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-20 07:19:22 +02:00
Nigel Kukard
9cf1786bf0
dmraid must now require lvm2 and not dm
...
As device-mapper has moved to lvm2, dmraid must now require lvm2.
Signed-off-by: Nigel Kukard <nkukard@lbsd.net >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-20 07:19:19 +02:00
Nigel Kukard
03bcf76223
LVM2 now provides device-mapper
...
- Updated LVM2 to version 2.02.47
- Added option to only install dmsetup
- Updated config description - thanks Olaf Rempel
- Fixed readline issues - thanks Olaf Rempel
Signed-off-by: Nigel Kukard <nkukard@lbsd.net >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-20 07:18:52 +02:00
Markus Heidelberg
a8fbfdff29
gst-plugins-bad: use "select" for dependencies
...
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
2009-06-19 16:38:14 +02:00
Peter Korsgaard
21da141911
Merge branch 'master' of git://github.com/willnewton/buildroot
2009-06-18 10:57:16 +02:00
Peter Korsgaard
95076c1ac4
docs/docs.html: fix mailing list link
...
As reported on IRC.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-17 22:47:25 +02:00
Peter Korsgaard
0a5039dfaf
kernel-headers: bump 2.6.29.x version
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-17 14:04:29 +02:00
Peter Korsgaard
627fc43262
Merge branch 'external-toolchain' of git://git.busybox.net/~tpetazzoni/git/buildroot
2009-06-17 13:46:54 +02:00
Peter Korsgaard
b2c4191066
Merge branch 'classpath-update' of git://git.busybox.net/~tpetazzoni/git/buildroot
2009-06-17 13:43:10 +02:00
Will Newton
157d1c4639
gst-plugins-bad: New package.
...
A package of gstreamer plugins that may be of lesser quality or lacking
in features.
Closes #395 .
Signed-off-by: Will Newton <will.newton@gmail.com >
2009-06-16 21:54:43 +01:00
Will Newton
11e7857989
gst-plugins-base: Bump version to 0.10.23.
...
Also add a config option for the app plugin that was moved from
to gst-plugins-base from gst-plugins-bad in version 0.10.22.
Closes #393 .
Signed-off-by: Will Newton <will.newton@gmail.com >
2009-06-16 21:51:13 +01:00
Will Newton
da99a9eede
gstreamer: Bump version to 0.10.23.
...
Closes #391 .
Signed-off-by: Will Newton <will.newton@gmail.com >
2009-06-16 21:45:46 +01:00
Will Newton
6a5b9cebfe
gst-plugins-good: Allow souphttpsrc plugin to be configured.
...
Add a config option to enable the user to enable or disable the souphttpsrc
plugin.
Closes #383 .
Signed-off-by: Will Newton <will.newton@gmail.com >
2009-06-16 21:42:07 +01:00
Will Newton
9310e12d5b
gstreamer: Allow libxml2 dependency to be configured.
...
gstreamer uses libxml2 to support the plugin registry and pipeline
load/save features. This change allows the user to build gstreamer without
libxml2 which saves a large amount of space on the target.
Closes #373 .
Signed-off-by: Will Newton <will.newton@gmail.com >
2009-06-16 21:37:35 +01:00
Peter Korsgaard
40a5691f8f
kernel-headers: bump 2.6.27.x version
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-16 12:38:45 +02:00
Thomas Petazzoni
676032036b
Upgrade classpath version and fix compilation
...
* Upgrade to version 0.98
* Use --disable-Werror, otherwise it doesn't build since warnings are
treated as errors
* Don't depend on tiff, which isn't mandatory, and doesn't
build. Once tiff is fixed, we can re-add it as a dependency.
2009-06-15 20:48:50 +02:00
Thomas Petazzoni
9456b58a8b
Improve external toolchain checks
...
This patch adds some checks on the external toolchains.
First, it checks that the C library selection is correct, by looking
if gcc is able to find the main C library file through the
-print-file-name option.
Then, it attempts to check if the Buildroot toolchain options match
the configuration of the toolchain :
* for glibc, it checks that IPv6, RPC, locales, wide-char, large file
support Buildroot options are enabled, since with glibc all these
features are always available (at least this is the assumption we
make) ;
* for uClibc, it checks the Buildroot options with the uClibc
configuration file in $SYSROOT_DIR/usr/include/bits/uClibc_config.h
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-06-15 20:48:27 +02:00
Thomas Petazzoni
643aa232f0
Simple glibc-based external toolchain support
...
The current Buildroot works just well with sysrootable glibc
toolchains, using the external toolchain feature. The only thing that
needs to be customized is the set of libraries that must be compiled
to the target.
The following patch takes a simple approach to making it easier for
users to use glibc toolchains. It just adds a uClibc/glibc choice in
the external toolchain menu. Then, depending on that selection, the
configuration system will choose a sane default value for the library
files list.
The other advantage of having a uClibc/glibc choice is that in the
future, we'll be able to add checks verifying that the external
toolchain configuration matches the features selected in Buildroot (in
terms of IPv6, RPC, locales or large file support).
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-06-15 20:48:27 +02:00
Pwalters
c239c1944b
target/Config.in.arch: fix BR2_ARCH for i386 geode variant
...
Signed-off-by: PWalters <pwalters21@cox.net >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-15 20:33:11 +02:00
Nigel Kukard
220dca451e
dmraid linking against host system fix
...
dmraid is hard coded with -L$(DESTDIR)$(libdir) which tries to link in
the host systems' libs
Signed-off-by: Nigel Kukard <nkukard@lbsd.net >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-15 13:27:07 +02:00
Peter Korsgaard
56d63b6193
busybox: 1.14.1 ash fix
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-14 20:12:40 +02:00
Peter Korsgaard
0b6b2e3470
busybox: additional 1.14.1 fixes
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-12 14:39:38 +02:00
Will Newton
1029ec82df
neon: Fix pkgconfig dependency
...
neon should depend on host-pkgconfig rather than pkgconfig.
Closes #385 .
Signed-off-by: Will Newton <will.newton@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-11 21:42:12 +02:00
Peter Korsgaard
e491611316
busybox: additional 1.14.1 fixes
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-11 12:34:01 +02:00
Peter Korsgaard
6fac68300e
toolchain/kernel: remove ancient versions
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-11 12:30:30 +02:00
Peter Korsgaard
223750fba2
toolchain/kernel-headers: add 2.6.30
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-11 12:26:16 +02:00
Daniel Mack
ee0ebdfd59
Add support for Freescale's MXC serial terminals
...
This patch makes ttymxc[012] an option to choose for
BR2_TARGET_GENERIC_GETTY.
It also adds these ports to the generic device table and to securetty.
Signed-off-by: Daniel Mack <daniel@caiaq.de >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-10 20:00:59 +02:00
Peter Korsgaard
5198e6642c
libcurl: fix --without-ssl typo
...
Reported-by: Nestor <nestor@traceback.com.br >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-10 09:27:02 +02:00
Peter Korsgaard
42eca21d2c
Config.in: update version for 2009.08 development
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-09 16:43:40 +02:00
Peter Korsgaard
d41f360565
target/generic: add ttySACx support to serial console config
...
Add ttySACx (samsung s3c SoC) support to the generic serial console
config.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-07 23:10:27 +02:00
Peter Korsgaard
82182c3e27
busybox: 1.14.1 ftpd + modprobe patches
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-06 21:53:15 +02:00
Peter Korsgaard
f6fa84f5ff
xdriver_xf86-input-synaptics: fix download url
...
0.15.0 seems to never have been in Debian (it is atleast not on
snapshot.debian.net), so use the real upstream (freedesktop) instead.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-06 21:38:07 +02:00
Peter Korsgaard
871435fdb5
avahi: udhcpc default.script: only bring up avahi-autoipd on nak/timeout
...
The avahi udhcpc script used to start up avahi-autoipd at defconfig
(init) time, and then kill it if a dhcp lease was acquired, leading
to extra network traffic.
Change it to only start avahi-autoipd on timeout and dhcp nak.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-04 14:58:57 +02:00
Bernhard Reutner-Fischer
0ebab19479
use https for the bugtracker URLs
...
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com >
2009-06-04 11:58:58 +02:00
Alex Dobrynin
e9bf6aac83
target/Config.in.arch: fix BR2_GCC_TARGET_ARCH for arm926t
...
Closes #367 .
arm926t was wrongly listed as armv4t, and not armv5te - leading to
the following error while compiling the kernel (2.6.28):
CC arch/arm/kernel/traps.o
{standard input}: Assembler messages:
{standard input}:1094: Error: selected processor does not support `pld [r6,#0]'
Signed-off-by: Alex Dobrynin <alex_dobrynin@hotmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-01 10:45:02 +02:00
Peter Korsgaard
0b76735b47
docs/: announce 2009.05
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-01 09:23:21 +02:00
Peter Korsgaard
a69b3d61fb
Update for 2009.05
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-01 09:00:03 +02:00
Marc Gauthier
a1a2e905d8
Fix diffutils build breakage with BR2_STRIP_none=y
...
Look at BR2_STRIP_none to decide whether to strip diffutils binaries.
This avoids bad quoting in diffutils Makefile.in (generated by automake 1.6)
when STRIP is set to: true -Not_stripping
Signed-off-by: Marc Gauthier <marc@alumni.uwaterloo.ca >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-06-01 08:34:36 +02:00
Svein-Erik Skjelbred
4ee69b6b64
linux-advanced: bump 2.6.29.x kernel version
...
Signed-off-by: Svein-Erik Skjelbred <at91rm9200@skjelbred.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-28 16:16:12 +02:00
Marc Gauthier
4088a5294d
dropbear: fix initscript install
...
The -D option to install only works portably when the destination is
a file. Specifying the filename avoids the following build error (at
least on some hosts):
"/usr/bin/install: cannot overwrite directory `/tmp/buildroot/
project_build_foobar/uclibc/root/etc/init.d' with non-directory"
Signed-off-by: Marc Gauthier <marc@tensilica.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-28 14:31:20 +02:00
Peter Korsgaard
77fad2fd74
target/ubifsroot: mark as broken
...
It should get fixed to use mkfs.ubifs from mtd-utils, but that's
probably unrealistic before the 2009.05 release, so mark as broken
for now.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-28 14:25:32 +02:00
Peter Korsgaard
952bf43fd5
target/ubifsroot: fix source rule
...
Notice that the upstream git tree is no more, so this doesn't buy us
much.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-28 14:23:35 +02:00
Peter Korsgaard
3d89b8d64e
docs/news.html: announce 2009.05-rc3
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-27 20:56:14 +02:00
Peter Korsgaard
45e11e2960
Update for 2009.05-rc3
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-27 20:44:08 +02:00
Peter Korsgaard
3c85ab716f
busybox: bump 1.14.x version
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-27 20:14:09 +02:00
Peter Korsgaard
3169b04725
curl: make sure openssl isn't tried when the openssl package isn't enabled
...
Works around build errors caused by broken Xorg dependencies.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-27 07:18:43 +02:00
Peter Korsgaard
f9af543a25
python: disable extensions where we don't have the deps in BR
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-27 07:07:36 +02:00
Peter Korsgaard
8afc339757
python: fix kconfig dependencies for extension modules
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-27 07:02:57 +02:00
Peter Korsgaard
0f157e0cb9
readline: needs ncurses, so select it in kconfig
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-27 06:57:08 +02:00
Peter Korsgaard
8843ded099
busybox: fix brown paper bag typo introduced in a7ed91a
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-26 22:49:06 +02:00
Peter Korsgaard
ff01f2d29b
strace: fix build for arm eabi
...
Based on patch from gentoo bug 241168: http://bugs.gentoo.org/241168
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-24 21:21:21 +02:00
Peter Korsgaard
e9782eb23b
libusb: fix host autoconf/automake dependencies
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-24 19:47:42 +02:00
Peter Korsgaard
421f05c913
toolchain/gcc: 4.3.x: fix for arm pr37436
...
See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37436 for details.
Reported-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-24 07:34:09 +02:00
Peter Korsgaard
c9faf999f4
kernel-headers: bump 2.6.27 / 2.6.29 versions
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-20 12:15:54 +02:00
Peter Korsgaard
b46819df22
docs/news.html: announce 2009.05-rc2
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-19 20:30:32 +02:00
Peter Korsgaard
13328d223e
Update for 2009.05-rc2
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-19 20:18:41 +02:00
Peter Korsgaard
4237b5c87f
target/device/Atmel: remove atngw100-expanded config
...
Doesn't make much sense without working xserver.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-19 20:15:19 +02:00
Peter Korsgaard
555e933bb0
xserver: mark as broken on avr32
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-19 20:10:45 +02:00
Peter Korsgaard
3c1d6d8fc7
mesa: needs C++ support
...
mesa (and in turn xorg) needs C++ support.
Based on patch by Steffen Schulz <pepe_ml@gmx.net >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-19 17:34:49 +02:00
Jim Persson
ab59a44160
mesa: fix build for x86
...
mesa wants to compile and run gen_matypes at build time, so make sure it
gets compiled for the host and not for the target.
Closes #323 .
Signed-off-by: Jim Persson <spambox@nurd.se >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-19 14:22:48 +02:00
Peter Korsgaard
a7ed91a957
busybox: additional 1.14.0 fixes
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-19 12:01:57 +02:00
Peter Korsgaard
c219988fdf
busybox: 1.14.0 libbb fix
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-18 13:51:52 +02:00
Peter Korsgaard
316c03ed06
docker: fix pkg-config path
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-16 13:45:42 +02:00
Thiago A. Correa
b94998f2cd
Remove unused kernel configs
...
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-15 15:49:53 +02:00
Thiago A. Correa
3026c29a37
Update kernel config for atngw100_defconfig
...
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-15 15:49:29 +02:00
Thiago A. Correa
4de5e17579
Remove unused busybox config
...
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-15 15:48:57 +02:00
Thiago A. Correa
60a1b8af4c
Update default linux config for x86
...
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-15 15:48:39 +02:00
Thiago A. Correa
6b2ba1efb1
Update i386_defconfig
...
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-15 15:48:12 +02:00
Thiago A. Correa
4d010ec6b9
Remove unused busybox.config
...
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-15 15:47:55 +02:00
Thiago A. Correa
9820f8b80a
Update i686_defconfig
...
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-15 15:47:37 +02:00
Thiago A. Correa
8516b05774
Update atngw100-base_defconfig
...
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-15 15:47:05 +02:00
Thiago A. Correa
8aad6604b0
Update atngw100-extended_defconfig
...
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-15 15:46:43 +02:00
Olaf Rempel
b15d524afe
rsync: fix build with config cache
...
Signed-off-by: Olaf Rempel <razzor@kopf-tisch.de >
Acked-by: Thiago A. Correa <thiago.correa@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-15 15:45:51 +02:00
Peter Korsgaard
6b4ae38d12
docs: get rid of svn date keywords
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-15 09:30:58 +02:00
Peter Korsgaard
a9c909c51d
docs/news.html: announce buildroot.org
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-14 21:48:44 +02:00
Peter Korsgaard
bfcfcc1ca8
cups: remove version number from patches
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-14 17:24:46 +02:00
Peter Korsgaard
21c5e5d0d0
cups: fix -fstack-protector configure check
...
The configure script failed to detect toolchains without stack protector
support.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-14 17:05:48 +02:00
Peter Korsgaard
0a761ca8aa
cups: add pdftops option
...
The pdftops support in cups needs C++ support, whereas the rest doesn't.
Add a BR2_PACKAGE_CUPS_PDFTOPS (depending on C++ support) to enable it
if needed.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-14 17:03:23 +02:00
Sven Neumann
419257b191
gamin: only enable python support if enabled
...
Closes #295 .
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-13 11:04:13 +02:00
Peter Korsgaard
8b8d3ff6c1
busybox: additional 1.14.0 patches
...
The original mdev patch was buggy.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-13 09:20:10 +02:00
Wade Berrier
9e114500d5
Fix gcc 3.4.6 build with newer host libc versions
...
The build of gcc 3.4.6 fails when host libc is too new.
I pulled the fix from this bug report:
http://bugs.openembedded.net/show_bug.cgi?id=4626
Signed-off-by: Wade Berrier <wberrier@gmail.com >
2009-05-12 13:32:04 -06:00
Michael Roth
7204488170
.gitignore: Ease /binaries pattern
...
The current /binaries/* hid the directory, but completely removed
it by "git-clean -d", which should not be intended.
Reported-by: Markus Heidelberg <markus.heidelberg@web.de >
Signed-off-by: Michael Roth <mroth@nessie.de >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-12 12:24:27 +02:00
Angus Salkeld
bb1f42e442
gcc-4.3.3: add a patch to link with the math lib to get copysignal
...
Conditionally apply the following patch by Bernhard Reutner-Fischer which
solves a link error on powerpc (with softfloat or multilib) when using
a shared libgcc_s.
See: http://gcc.gnu.org/ml/gcc-patches/2008-10/msg00237.html
http://www.nabble.com/PPC-won't-build-with-soft-float-td22772110.html
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-12 10:02:20 +02:00
Peter Korsgaard
04bb5c6004
kernel-headers: bump 2.6.27 / 2.6.29 versions
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-09 21:03:26 +02:00
Peter Korsgaard
b124f62e23
Merge branch 'master' of git://git.buildroot.net/~correa/git/buildroot into test
2009-05-08 12:03:07 +02:00
Thiago A. Correa
4ba6f070e5
Update atngw100_defconfig to kernel 2.6.29.2
...
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com >
2009-05-08 07:04:56 -03:00
Thiago A. Correa
b85c3d628e
Update Linux Advanced to 2.6.29.2
...
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com >
2009-05-08 07:04:28 -03:00
Thiago A. Correa
d343d35972
Add dl folder to gitignore
...
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com >
2009-05-08 06:59:22 -03:00
Thiago A. Correa
3ba521fe94
Update atngw100_defconfig
...
Signed-off-by: Thiago A. Correa <thiago.correa@gmail.com >
2009-05-08 06:59:11 -03:00
Peter Korsgaard
1aeaae4990
clarify license and fix website license link
...
BR is licensed under GPLv2 (or later).
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-08 09:29:41 +02:00
Peter Korsgaard
30b9a6ae5b
dmraid: broken with parallel make (lib + tools race)
...
Reported by Olaf Rempel.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-07 09:35:10 +02:00
Peter Korsgaard
61aeb6e484
metacity: bump version and convert to Makefile.autotools.in format
...
Closes #167 .
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-06 17:12:01 +02:00
Peter Korsgaard
dbe3ec181f
download.html: fix browse source URL
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-05 12:18:57 +02:00
Peter Korsgaard
2501917e41
news: announce 2009.05-rc1
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-05 12:18:16 +02:00
Peter Korsgaard
cf92bc23e9
Update for 2009.05-rc1, add CHANGES
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-05 11:53:41 +02:00
Olaf Rempel
8a4d526ea0
ntfs-3g: convert to Makefile.autotools.in
...
- bump version to 2009.03.8
- internal fuse support, no longer depends on libfuse/pkgconfig
- fix WCHAR dependency
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-04 22:06:48 +02:00
angus salkeld
9cdff46ba0
Add .gitignore files
...
[peter: add /.config]
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-04 21:46:53 +02:00
Peter Korsgaard
a0352751ac
package: set CXX to false rather than "" if no C++ support is enabled
...
Some configure scripts seems to ignore CXX settings if it is set to
the empty string, and goes back to the default (<arch>-linux-g++),
so use false instead, as that will loudly break the build if the
C++ compiler is ever used.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-04 21:22:44 +02:00
Sven Neumann
a657cf77ea
samba: bump version
...
Closes #293 .
[peter: bump to 3.3.4]
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-04 21:01:25 +02:00
Peter Korsgaard
163a062727
package/: add gob2 for target/host and use for gmpc compilation
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-04 16:08:24 +02:00
Peter Korsgaard
6f8a717e8e
kernel-headers: bump 2.6.27.x / 2.6.28.x
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-04 11:22:04 +02:00
Peter Korsgaard
032af4376f
busybox: 1.14.0 mdev / des fixes
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-04 11:02:59 +02:00
Markus Heidelberg
7d369f837f
scripts/package wizard: clarify the steps after the wizard
...
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-03 22:24:36 +02:00
Markus Heidelberg
4a29b22438
scripts/package wizard: add support for subdirs
...
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-03 22:24:36 +02:00
Markus Heidelberg
83674f229a
scripts/package wizard: delete trailing whitespace and empty lines
...
In this script and in the .mk output. Let's avoid unnecessary whitespace
issues in new packages created with this wizard.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-03 22:24:36 +02:00
Markus Heidelberg
5a3642b43a
scripts/package wizard: make workable from TOPDIR
...
Before you to had to be in a subdirectory, for example package/
Now you can call it from anywhere.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-03 22:24:36 +02:00
Markus Heidelberg
76a6744da4
Makefile.autotools.in: fix minimal foo.mk example
...
The directory argument was introduced to support packages in
subdirectories of package/ several months ago.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-03 22:13:20 +02:00
Peter Korsgaard
e2cac48876
docs/: announce move to git
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-03 22:11:33 +02:00
Peter Korsgaard
923bed56c1
Config.in: we're now on git
2009-05-01 07:40:58 +02:00
Peter Korsgaard
62083ec758
docs/lists.html: mention gmane interface to list
2009-04-30 13:34:58 +00:00
Thiago A. Corrêa
956c18a704
Make sure AVR32 defconfigs use u-boot 2008.10 (only known version to work properly)
2009-04-30 06:33:27 +00:00
Thiago A. Corrêa
7c66cc18cd
Undeprecate u-boot 2008.10 since this is the last version known to work with JFFS2 fs and AVR32
2009-04-30 06:27:33 +00:00
Peter Korsgaard
9dac854a11
target/device: fix busybox version / .config in defconfigs
2009-04-29 21:25:25 +00:00
Wade Berrier
78487cbeca
vim: regenerate the configure.patch
2009-04-29 20:08:19 +00:00
Thiago A. Corrêa
0e0bd3a780
Improve Qt embedded target_dir install handling and granularity. This saves me 600k on jffs2 compressed fs for avr32.
2009-04-29 18:29:24 +00:00
Thiago A. Corrêa
bb1b213570
Fix atngw100_defconfig busybox config location
2009-04-29 18:27:24 +00:00
Peter Korsgaard
e628da073b
package/: remove obsolete qte package
2009-04-29 15:52:24 +00:00
Peter Korsgaard
c67733f9a2
toolchain/uClibc: 0.9.30.1 arm linuxthreads fix
...
Reported by Michael Roth <mroth@nessie.de >. Identical to the 0.9.30 patch.
2009-04-29 13:12:56 +00:00
Peter Korsgaard
e594f5d591
package/multimedia/gstreamer: bump version
...
Patch by Sven Neumann <s.neumann@raumfeld.com >, closes #101 .
2009-04-29 13:08:22 +00:00
Thomas Petazzoni
17950c9ab3
Fix issues in shared-mime-info
...
* Properly indent Config.in
* Remove unneeded SHARED_MIME_INFO_INSTALL_STAGING_OPT definition
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-04-29 08:51:39 +00:00
Peter Korsgaard
01dce41217
docs/buildroot.html: fix typo
2009-04-29 08:12:22 +00:00
Thomas Petazzoni
f6d00867f9
Add the shared-mime-info package
...
The shared-mime-info package contains the core database of common
types and the update-mime-database command used to extend it.
The only thing that is actually needed in the target is the file
mime.cache. In order to generate that file, shared-mime-info is
installed into the staging-dir. The idea is that other packages might
add more mime-info files and these should be collected in
staging-dir. From there the mime.cache file is created using tools
installed in host-dir and copied to target.
From Sven Neumann <s.neumann@raumfeld.com >
Modifications by Thomas Petazzoni :
* Add a patch to the main Makefile.am so that the $(XMLLINT) variable
is used instead of hardcoding xmllint
* Apply the patch in the host build of shared-mime-info
* In the target build, pass an XMLLINT environment variable so that
the xmllint binary isn't searched in $(STAGING_DIR) but in
$(HOST_DIR)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-04-29 07:21:02 +00:00
Thomas Petazzoni
b7c3eb7aa7
Add libxml2 for the host
...
Some other packages, such as shared-mime-info, might need libxml2 and
related tools (xmllint, etc.) to be available on the host. This patch
modifies tthe libxml2 Makefile to compile libxml2 for the host, in
$(HOST_DIR).
Patch from Sven Neumann <s.neumann@raumfeld.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-04-29 07:13:20 +00:00
Thomas Petazzoni
c9adae97af
New section on external toolchain usage
2009-04-28 21:12:23 +00:00
Thomas Petazzoni
b7b6946b56
Documentation cleanups
...
* Add the section describing the project feature to the table of
contents
* Change the formatting of titles in the section on the project
feature
* Mention that the section on project feature is obsolete since the
feature has now been implemented
* Remove the duplication about two different sections documenting
basically the same thing : how to use the Buildroot toolchain.
2009-04-28 20:58:57 +00:00
Peter Korsgaard
37de0c8cc3
toolchain/gdb: remove empty dirs (git-svn issue)
2009-04-28 18:43:06 +00:00
Peter Korsgaard
8759a416c4
toolchain/gdb: remove ancient deprecated versions
...
They shouldn't be used anymore, needs havily patching (6.3 has more than
200k patches) and no one tests them with current toolchains.
2009-04-28 18:42:08 +00:00
Peter Korsgaard
f46b9cda0d
toolchain/gdb: remove broken snapshot support
2009-04-28 18:42:02 +00:00
Peter Korsgaard
a4c8130640
package/openssl: fix uninstall
2009-04-28 18:30:20 +00:00
Peter Korsgaard
32c9952c3f
package/openssl: STRIP_STRIP_ALL should be used for binaries
2009-04-28 18:30:15 +00:00
Peter Korsgaard
df1f80d645
package/openssl: also strip libraries with _OPENSSL_BIN is enabled
2009-04-28 18:30:10 +00:00
Peter Korsgaard
98dcd8656d
package/openssl: make sure TARGET_CFLAGS are used
...
And remove the unnedded c_rehash binary while we're at it.
Patch by Gustavo Zacarias <gustavo@zacarias.com.br >, closes #307 .
Saves ~250k on PPC with default config (E.G. -Os)
2009-04-28 18:30:06 +00:00
Wade Berrier
027aa1d2ec
Older versions of 'find' don't have the '-delete' option
...
Use find's '-print0' and 'xargs -0' as an equivalent alternative.
2009-04-28 17:33:44 +00:00
Peter Korsgaard
ff7e08083b
toolchain/kernel-headers: bump 2.6.29 version
2009-04-28 07:07:11 +00:00
Peter Korsgaard
30ee5f0560
toolchain/gcc: java needs largefile support
2009-04-27 14:07:42 +00:00
Peter Korsgaard
a62ceefdd4
toolchain/gcc: fix java support
...
Not runtime tested, but now it atleast builds.
2009-04-27 14:07:36 +00:00
Peter Korsgaard
1f3eec6e8f
toolchain/gcc: disable tls support
...
Fixes libstdc++ linking with gcc 4.4.x
2009-04-27 10:26:56 +00:00
Peter Korsgaard
038c5ee028
libglib2: bump version
...
Patch by Sven Neumann <s.neumann@phase-zero.de >, closes #279 .
2009-04-27 08:36:04 +00:00
Peter Korsgaard
2f094a9247
package: add libsoup package
...
Based on patch by Sven Neumann <s.neumann@phase-zero.de >, closes #35 .
2009-04-26 21:40:32 +00:00
Peter Korsgaard
4a653c39d4
samba: fix build with ipv6 support is disabled
...
Based on patch by Sven Neumann <s.neumann@phase-zero.de >, closes #285
2009-04-26 21:17:33 +00:00
Peter Korsgaard
78e8e2c74e
busybox: 1.14.0 dhcp fix
2009-04-26 21:17:29 +00:00
Peter Korsgaard
d76155005f
toolchain/uClibc: 0.9.30.1 getaddrinfo fix for intfs without address
...
From uClibc r24336.
2009-04-24 18:42:18 +00:00
Peter Korsgaard
f856f324d4
package/multimeda: add taglib package
...
Based on patch by Sven Neumann <s.neumann@phase-zero.de >, closes #283 .
2009-04-23 20:26:28 +00:00
Peter Korsgaard
b091877aa9
directfb: bump version
...
Based on patch by Sven Neumann <s.neumann@phase-zero.de >, closes #281 .
2009-04-23 19:29:23 +00:00
Thiago A. Corrêa
f3bce517ed
Update to 4.5.1
2009-04-23 18:59:34 +00:00
Peter Korsgaard
8a68eb29bb
dbus-glib: workaround Kconfig issue with select
...
Kconfig gets confused about the selects and thinks there's a recursive
dependency around expat, so implement an alternative solution instead.
2009-04-23 14:24:58 +00:00
Peter Korsgaard
c5dc5dcc00
package/qtopia4: fix GPL download URL
...
Patch by Will Newton <will.newton@gmail.com >
2009-04-23 12:49:36 +00:00
Peter Korsgaard
5eeeeec056
toolchain/gcc: add 4.4.0
2009-04-23 11:45:02 +00:00
Peter Korsgaard
6930ce9415
dbus-glib: host compilation needs libglib2 and expat
2009-04-23 11:44:58 +00:00
Peter Korsgaard
7f6e9b2e10
dbus-glib: needs expat
...
Even though dbus can use libxml2 for XML support, dbus-glib cannot -
So make sure expat is available.
2009-04-23 11:44:54 +00:00
Peter Korsgaard
6d48463df6
toolchain/gcc: fix PR 32044 patch
...
Somehow the patch was a patch adding a patch instead of the patch itself.
2009-04-23 11:44:48 +00:00
Peter Korsgaard
503ab93cfe
toolchain: add BR2_USE_SSP option for stack protection support
...
Using the support in uClibc.
2009-04-22 07:27:22 +00:00
Peter Korsgaard
3b712a3d89
toolchain/gcc: don't enable libssp support
...
It's broken anyway as we don't install libssp* into TARGET_DIR, and we
should use the SSP support in uClibc if we want stack protection.
2009-04-22 07:27:17 +00:00
Peter Korsgaard
e493fc6ce5
dbus: fix rebuild if /var/lib is a symlink to /tmp for target
...
/tmp/dbus will end up being a recursive symlink to itself on the build host.
2009-04-21 15:10:39 +00:00
Thiago A. Corrêa
f9c5711c07
Workaround problem with configure for x86 crosscompile to x86 under linux.
2009-04-20 22:26:09 +00:00
Peter Korsgaard
3165260921
busybox: 1.14.0 fixes
2009-04-18 14:13:53 +00:00
Peter Korsgaard
c52f02514d
cups: add -source target
2009-04-18 14:13:49 +00:00
Peter Korsgaard
40367aa404
busybox: 1.14.0 fix for move_to_unaligned32 / dnsd.c on !x86
2009-04-17 18:17:33 +00:00
Peter Korsgaard
23795ec71f
pkg-config: fix target package
...
As reported by Sven Neumann on the list.
2009-04-17 15:55:16 +00:00
Peter Korsgaard
475bf3a83a
toolchain/br2_autoreconf: remove
...
It got added by Ulf back in 2007, but there's no references to it anywhere,
so remove it.
2009-04-17 13:53:10 +00:00
Peter Korsgaard
a767c8bdf7
Makefile: distclean: remove correct dirs
...
Remove toolchain build dir, and don't try to remove the non-existing include
dir. Also don't explicitly remove the kernel image located in binaries as
we're already removing that dir.
2009-04-17 13:53:07 +00:00
Peter Korsgaard
0c2043240f
sqlite: bump version
...
Closes #277 .
2009-04-17 07:38:03 +00:00
Thiago A. Corrêa
52cc210d88
Updated i686 config
2009-04-17 05:50:44 +00:00
Thiago A. Corrêa
d55d6180a2
Fix busybox config file location
2009-04-17 05:44:01 +00:00
Peter Korsgaard
66ef1e589a
bind: bump version (security issue with DNSSEC DLV)
...
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar >, closes #275 .
2009-04-15 18:29:50 +00:00
Peter Korsgaard
635346844c
target/generic: support for busybox >= 1.14.x speed=0 handling
2009-04-15 13:42:12 +00:00
Peter Korsgaard
55b03d6115
busybox: remove ancient versions
2009-04-15 13:42:08 +00:00
Peter Korsgaard
c19a51f993
busybox: add 1.14.x
2009-04-15 13:42:03 +00:00
Peter Korsgaard
edfe9feee7
busybox: bump 1.13.x version
2009-04-15 13:41:59 +00:00
Peter Korsgaard
ef8fd64dcb
toolchain/gcc: shared libgcc broken for sparc, so disable it
2009-04-15 13:41:55 +00:00
austinf
a1e086da09
unmark the sparc targets as broken, they build if you disable shared libgcc
2009-04-15 09:13:21 +00:00
Peter Korsgaard
73f4adaa54
openssl: git rid of version number in patches
...
As noted by Hamish Moffatt on the list.
2009-04-14 05:21:22 +00:00
Thiago A. Corrêa
7f69e5369f
Qtopia4: -xmlpatterns requires -exceptions .
2009-04-13 18:58:35 +00:00
Peter Korsgaard
e9cb98273d
target/Makefile.in: make 3.80 compatibility fix
...
Patch by Andreas Schweigstill <aschweig@schweigstill.de >
2009-04-09 11:34:11 +00:00
Peter Korsgaard
e6b271fbb0
lzop: new package
...
Patch by Olaf Rempel <razzor@kopf-tisch.de >, closes #245 .
lzop is a file compressor which is very similar to gzip.
lzop uses the LZO data compression library for compression services.
http://www.lzop.org/
2009-04-09 09:46:54 +00:00
Peter Korsgaard
4acb763df3
sqlite: bump version
...
Fixes database corruption with rollback
http://www.sqlite.org/releaselog/3_6_12.html
2009-04-09 09:46:48 +00:00
Peter Korsgaard
b8767865eb
jffs2root: build host version of lzo and use for host mkfs.jffs2
2009-04-08 22:45:29 +00:00
Peter Korsgaard
b2ffc1f9fa
lua: bump version
...
Patch by Michael Roth <mroth@nessie.de >.
2009-04-08 20:50:03 +00:00
Peter Korsgaard
32faf35112
Makefile: add target-finalize for common filesystem cleanup
...
And remove from each rootfs variant.
2009-04-07 21:04:31 +00:00
Peter Korsgaard
f276b26918
liberation: cleanup and really fix continous rebuild
2009-04-07 21:04:23 +00:00
Peter Korsgaard
76e5c2988f
target/jffs2: default to big endian format for big endian archs
...
Same logic as in target/Config.in.arch.
2009-04-07 19:22:50 +00:00
Peter Korsgaard
dbdd03601b
target/jffs2: s/Memory Type/Flash Type/
2009-04-07 19:22:46 +00:00
Peter Korsgaard
bd176bded3
target/jffs2: Put all sub options in a BR2_TARGET_ROOTFS_JFFS2 conditional
...
And get rid of all the individual 'depends on B2_TARGET_ROOTFS_JFFS2'
2009-04-07 19:22:43 +00:00
Peter Korsgaard
3b4a5f59e1
target: remove BR2_TARGET_ROOTFS_*_SQUASH options
...
Everything besides ubifs does an unconditional chown -R 0:0 anyway.
2009-04-07 19:22:37 +00:00
Peter Korsgaard
5b8c84e717
rsync: bump version
2009-04-07 07:16:37 +00:00
Peter Korsgaard
bd14b0e70f
openssl: bump version
...
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar >, closes #217
Fixes multiple security flaws - See
http://www.openssl.org/news/secadv_20090325.txt for details.
2009-04-07 07:01:20 +00:00
Thiago A. Corrêa
a933ef66bf
Fix compile for Qt Embedded (qtopia4) based packages
2009-04-06 22:56:20 +00:00
Thiago A. Corrêa
ff33fbe880
Remove asm optimization patch for AVR32. This is non-essencial, yet, was unclean and prevented the build from completing. Asked Atmel to submit upstream.
2009-04-06 21:44:52 +00:00
Peter Korsgaard
7092bd901d
squashfs: add v4.0 support and version selection
...
Squashfs 4.0 is needed to create file systems for the mainline squashfs
version (mainline from 2.6.29). This is unfortunately not compatible with
the old 3.x version and the external kernel patches, so add a choice
between the 2 versions.
2009-04-06 09:21:36 +00:00
Peter Korsgaard
2b380f8160
liberation: fix continous rebuild
2009-04-06 09:21:33 +00:00
Peter Korsgaard
4f232636f1
kernel-headers: bump 2.6.29.x version
2009-04-06 09:21:30 +00:00
Peter Korsgaard
b87b4742e0
Makefile: add BR2_ENABLE_LOCALE_PURGE to purge unwanted locales
...
Add BR2_ENABLE_LOCALE_PURGE / BR2_ENABLE_LOCALE_WHITELIST options to
remove unwanted locales from the target rootfs. Handy for stuff like
the gtk stack, which comes with ~25 MB locales.
Works similar to localepurge in Debian, E.G. you provide a white list
of wanted locales, and everything else is removed.
2009-04-06 09:21:26 +00:00
Peter Korsgaard
4d298a2d37
Makefile: target-devfiles: combine .a / .la find invocation
2009-04-06 09:21:22 +00:00
Peter Korsgaard
d26240a8cf
ncftp: cleanup Config.in
...
Subentries of a menu automatically gets hidden if the dependencies of the
menu element aren't available, so get rid of the individual depends on
BR2_PACKAGE_NCFTP.
2009-04-01 20:52:47 +00:00
Peter Korsgaard
4635eb9293
ncftp: convert to Makefile.autotools.in
...
- ncftpspooler is just a link to ncftpbatch
- only ncftpbookmarks needs ncurses, also change from "depends" to "select"
[ Peter: Small cleanups ]
2009-04-01 20:52:41 +00:00
Peter Korsgaard
e93d65906f
target/device/Atmel: remove u-boot dir (git-svn issue)
2009-04-01 18:39:02 +00:00
Peter Korsgaard
4ffff5ec9b
target/device/Atmel: remove unused legacy u-boot handling
2009-04-01 14:53:50 +00:00
Peter Korsgaard
d290edadb9
fakeroot: install into HOST_DIR
2009-04-01 14:15:19 +00:00
Peter Korsgaard
512d08afff
fakeroot: build host version under BUILD_DIR as well
2009-04-01 14:15:04 +00:00
Peter Korsgaard
7737b360df
makedevs: install into HOST_DIR
2009-04-01 13:02:07 +00:00
Peter Korsgaard
b54bedd60c
busybox: additional 1.13.3 fixes
2009-04-01 13:01:54 +00:00
Peter Korsgaard
bb62b139ba
iptables: unbreak build with ipv6 after r25897.
2009-03-31 15:08:38 +00:00
Peter Korsgaard
0c522bdc1e
qtopia4: default to the ppc config for powerpc builds
2009-03-31 14:29:38 +00:00
Peter Korsgaard
0a88002e64
qtopia4: make qmake.conf handling more robust (fixes build for x86/x86_64/ppc)
...
qmake.conf needs to be tweaked to make QT use the correct toolchain for
building, but the current approach relies on the fact that the selected
platform qmake.conf has QMAKE_{CC,CXX,LINK,LINK_SHLIB,AR,OBJCOPY,RANLIB,STRIP}
lines that are then adapted to the correct settings.
This is true for some configs (namely arm and avr32), but not for others -
Causing the build to fail (or build for the host).
Instead add a QTOPIA4_QMAKE_SET macro which removes any existing lines
and add the correct lines to the qmake.conf, so it works no matter if the
platform provides them or not.
2009-03-31 14:29:30 +00:00
Peter Korsgaard
3c15492841
iptables: use correct variable for configure options
...
Introduced in r23409.
2009-03-30 18:42:02 +00:00
Peter Korsgaard
6cd7c8332e
iptables: needs largefile support in toolchain
2009-03-30 18:41:58 +00:00
Peter Korsgaard
4e5ecadd22
iptables: fix build without ipv6 support in toolchain
...
Patch by Steffen Schulz <sf@cbg.dyndns.org >, closes #233 .
2009-03-30 18:41:53 +00:00
Peter Korsgaard
eee376bc8e
freetype: strip target library and remove freetype-config if not needed
...
As noticed by Thomas Petazzoni.
2009-03-30 13:59:22 +00:00
Peter Korsgaard
32417137be
ntfs-3g: needs wchar support in toolchain
...
Closes #187 .
2009-03-30 11:53:48 +00:00
Peter Korsgaard
40b8127db9
ntfs-3g: fix avr32 comment dependency (NTFS-3G, not NTFS_3G)
2009-03-30 11:53:45 +00:00
Peter Korsgaard
e88f37505f
ntfs-3g: needs libfuse which requires LARGEFILE, so update kconfig to match
...
Fixup tabs/spaces and trailing spaces mismatch while we're at it.
2009-03-30 11:53:40 +00:00
Peter Korsgaard
078593643a
ntfs-3g: remove extra white space
2009-03-30 11:53:37 +00:00
Peter Korsgaard
b563453ee8
ntfs-3g: remove stray line added in r24738 (Bump version of ntfs-3g to 1-5130)
2009-03-30 11:53:32 +00:00
Peter Korsgaard
265f8bb959
target/Config.in.arch: really provide correct --with-arch= for ARM targets
...
The ARM arch names are armVx, not armX
2009-03-30 10:00:48 +00:00
Peter Korsgaard
b5b921e185
target/Config.in.arch: provide correct gcc --with-arch= for ARM targets
...
Updated to match gcc-4.3.3/gcc/config/arm/arm-cores.def.
Should fix EABI issues as recently reported to the list.
2009-03-30 08:42:08 +00:00
Peter Korsgaard
a0366abb10
busybox: 1.13.3 tail fix
2009-03-30 08:42:03 +00:00
Peter Korsgaard
cccc5a2627
libX11: fix build on hosts without libx11-dev
...
Make sure the build doesn't use keysymdef.h from the host.
2009-03-29 19:10:30 +00:00
Peter Korsgaard
6099e286e2
package: proper aclocal fix
...
Revert r25827 and instead copy over the host aclocal files of the stuff
needed for auto* (libtool + pkgconfig). These logically belong with the
target stuff, as they are used for the target auto* toolchain.
Long term we should probably consider using
aclocal --acdir=$(STAGING_DIR)/usr/share/aclocal, so the host .m4 files
cannot interfere with the target build.
2009-03-29 19:10:26 +00:00
Thomas Petazzoni
fb56c53e39
Another external toolchain fix
...
Change the definition of TARGET_LDFLAGS to use --sysroot
$(STAGING_DIR) instead of -L$(STAGING_DIR)/lib
-L$(STAGING_DIR)/usr/lib. It fixes the following failure while trying
to build mtd-utils :
/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/bin/arm-unknown-linux-uclibcgnueabi-gcc -L/home/thomas/local/buildroot-output/build_arm/staging_dir/lib -L/home/thomas/local/buildroot-output/build_arm/staging_dir/usr/lib -o /home/thomas/local/buildroot-output/build_arm/mtd_orig/flash_eraseall /home/thomas/local/buildroot-output/build_arm/mtd_orig/crc32.o /home/thomas/local/buildroot-output/build_arm/mtd_orig/flash_eraseall.o
/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/lib/gcc/arm-unknown-linux-uclibcgnueabi/4.3.2/../../../../arm-unknown-linux-uclibcgnueabi/bin/ld: cannot find /lib/libc.so.0
collect2: ld returned 1 exit status
make[1]: *** [/home/thomas/local/buildroot-output/build_arm/mtd_orig/flash_eraseall] Error 1
At the same time, simplify the definition of TARGET_CFLAGS, because
the -I$(STAGING_DIR)/include -I$(STAGING_DIR)/usr/include
-I$(TOOLCHAIN_EXTERNAL_PATH)/$(TOOLCHAIN_EXTERNAL_PREFIX)/include are
no longer necessary since we sysroot the toolchain in $(SYSROOT_DIR).
This patch has no effect on non-external toolchain builds.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-03-29 18:32:18 +00:00
Peter Korsgaard
2bae136f05
mplayer: disable LIVE555 Streaming Media
...
LIVE555 was installed on the build system and was recognized by configure:
Checking for LIVE555 Streaming Media libraries ... yes (using distribution version)
Later this led to a linker error:
ld: cannot find -lliveMedia
Disable LIVE555, since it's not available in Buildroot.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
2009-03-28 13:10:17 +00:00
Peter Korsgaard
7e6620c410
docs/images: remove unused busybox logo
2009-03-27 12:22:11 +00:00
Peter Korsgaard
36a70c3058
docs/images/: tweak menuconfig*png
...
Convert to 8bit, saves ~145kb
2009-03-27 12:22:00 +00:00
Peter Korsgaard
546ebed139
docs/news.html: announce new logo
2009-03-27 12:05:24 +00:00
Peter Korsgaard
5646b276f2
docs/images: fix svn:mime-type on logo
2009-03-27 09:09:50 +00:00
Peter Korsgaard
69f91aadd7
docs/: use new logo
2009-03-27 08:51:45 +00:00
Peter Korsgaard
bec705479e
scripts/setlocalversion: Renamed 'git-svn' to 'git svn'
...
Git 1.6.x+ got rid of git-<subcommand> in the normal path.
Signed-off-by: Michael Roth <mroth@nessie.de >
2009-03-26 20:47:38 +00:00
Peter Korsgaard
2caf8195a8
package/mtd: don't enable rarely used commands by default
...
Most people don't need them, so don't enable mkfsjffs + doc tools by default.
2009-03-26 19:37:38 +00:00
Peter Korsgaard
cdd687faf6
package/mtd: default to mtd-utils release, mark 20061007 snapshot as deprecated
2009-03-26 19:37:34 +00:00
Peter Korsgaard
cecaddbf77
mtd-utils.git: revert r24869 (convert to DOWNLOAD helper) to fix download
...
Reported by Thomas Petazzoni.
The git download doesn't work nicely with DOWNLOAD, so revert to the
direct WGET handling.
2009-03-26 19:37:31 +00:00
Peter Korsgaard
749c71d506
package/mtd: remove unneeded 'depends on BR2_PACKAGE_MTD'
...
The entire mtd handling is within an if BR2_PACKAGE_MTD conditional
2009-03-26 19:37:26 +00:00
Peter Korsgaard
20561ef343
m4: provide download target (missing from r25810)
2009-03-26 19:21:02 +00:00
Thomas Petazzoni
2cddfd259f
/usr/share/aclocal is now in $(HOST_DIR) and not $(STAGING_DIR).
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2009-03-26 16:55:21 +00:00
Peter Korsgaard
e28e98026c
docs/images: set svn:mime-type on .png's
...
Thanks to Thomas for noticing.
2009-03-26 13:48:46 +00:00
Peter Korsgaard
4be3c6e829
util-linux: fix download URL
2009-03-26 09:29:09 +00:00
Peter Korsgaard
5d8d6b2607
docs/about.html: Capitalize Buildroot
2009-03-25 15:54:46 +00:00
Peter Korsgaard
c772f41f05
docs/: show about.html as index page
...
The about page is more informative for new users than the list of news,
so shown that one per default instead.
2009-03-25 15:54:41 +00:00
Peter Korsgaard
d1be50be77
docs/about.html: add menuconfig screenshot
2009-03-25 15:54:29 +00:00
Peter Korsgaard
42ca725216
docs/about: fix typo
2009-03-25 15:40:38 +00:00
Thomas Petazzoni
d30b334654
Remove useless <ol>...</ol> tags
2009-03-25 14:41:23 +00:00
Peter Korsgaard
6c79a9615c
wpa_supplicant: bump version
...
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar >, closes #213 .
2009-03-25 14:21:49 +00:00
Peter Korsgaard
30141c22ee
target/device/x86: only include Makefile if BR2_TARGET_X86 is enabled
...
Fixes build breakage for !BR2_TARGET_X86 in kernel headers.
2009-03-24 19:57:48 +00:00
Peter Korsgaard
a91177bf43
pango: host build needs automake/autoconf
2009-03-24 16:58:49 +00:00
Peter Korsgaard
91149af9f3
package: provide download target for host packages
2009-03-24 10:58:04 +00:00
Peter Korsgaard
21ab5f31f7
kernel-headers: add 2.6.29.x, remove 2.6.22.x
2009-03-24 09:18:09 +00:00
Peter Korsgaard
b78ad230d1
kernel-headers: remove unused patches for ancient versions
2009-03-24 09:17:49 +00:00
Peter Korsgaard
182418982e
kernel-headers: bump 2.6.27.x / 2.6.28.x versions
2009-03-24 09:17:33 +00:00
Peter Korsgaard
ed6b7a111a
busybox: 1.13.3 hush fix
2009-03-24 08:51:57 +00:00
Peter Korsgaard
3803dc14e4
target/linux: default to bzImage for i386/x86_64
2009-03-24 08:28:04 +00:00
Peter Korsgaard
0fadec67a8
docs/buildroot.html: remove reference to unused BUILDROOT_USE_XWINDOWS
2009-03-23 21:48:50 +00:00
Peter Korsgaard
ed4a22b4f5
libtool: cleanup
...
- Convert into Makefile.autotools.in format for target build
- Build host version in BUILD_DIR and install into HOST_DIR
2009-03-23 21:46:51 +00:00
Peter Korsgaard
3467cf7305
m4: cleanup
...
- Convert into Makefile.autotools.in format for target build
- Build host version in BUILD_DIR and install into HOST_DIR
2009-03-23 21:46:47 +00:00
Peter Korsgaard
a870e46762
autoconf: cleanup
...
- Convert into Makefile.autotools.in format for target build
- Build host version in BUILD_DIR and install into HOST_DIR
2009-03-23 21:46:43 +00:00
Peter Korsgaard
f7b3146144
automake: cleanup
...
- Convert into Makefile.autotools.in format for target build
- Build host version in BUILD_DIR and install into HOST_DIR
2009-03-23 21:46:37 +00:00
Peter Korsgaard
bae2f9fc12
pkgconfig: really use make install for BR2_ENABLE_DEBUG
2009-03-23 21:46:32 +00:00
Peter Korsgaard
f91a64d224
package: auto* needs perl
2009-03-23 21:45:52 +00:00
Peter Korsgaard
f9926351d3
u-boot: remove empty dirs from r25796 (git-svn issue)
2009-03-23 13:32:11 +00:00
Peter Korsgaard
2e47c82b61
u-boot: add 2009.03 release
2009-03-23 13:30:36 +00:00
Peter Korsgaard
589ab711a6
u-boot: get rid of version specific patch dirs
...
All those dirs seem a bit excessive for a single patch
2009-03-23 13:30:30 +00:00
Peter Korsgaard
7b780f3447
xorg: needs LARGEFILE support
...
For mesa3d/libpciaccess
2009-03-23 12:50:10 +00:00
Peter Korsgaard
a5eae2a83e
mesa3d: sync kconfig deps with makefile
2009-03-23 12:50:05 +00:00
Peter Korsgaard
cc8ea5e551
libpciaccess: needs large file support
2009-03-23 11:40:10 +00:00
Peter Korsgaard
cb69d005ad
target/generic: s/TTYSO/TTYS0/
...
Thanks to Hiroshi Shinji for noticing.
2009-03-23 09:44:13 +00:00
Peter Korsgaard
073db18bac
dbus: fix for read-only rootfs
...
Similar to how it's handled by avahi - Make sure /var/lib/dbus is a
symlink to /tmp/dbus.
2009-03-23 09:44:07 +00:00
Peter Korsgaard
9611fd600b
target/generic: add kconfig for serial getty config (port + baudrate)
...
These are the settings people most often want to tweak for embedded boards,
so add kconfig variables to make it easy to do.
2009-03-20 21:59:43 +00:00
Peter Korsgaard
bf1ccf16a2
target/device: wrap AMD preset in BR2_TARGET_AMD menuconfig
2009-03-20 21:59:37 +00:00
Peter Korsgaard
1a57a54804
target/generic: skeleton: add netdev group for dbus
2009-03-20 08:38:33 +00:00
Peter Korsgaard
c3285dcd21
dbus: put local state files in /var and not /usr/var
...
For read only rootfs'es - Like it used to be.
2009-03-20 07:47:29 +00:00
Peter Korsgaard
584eb85c7f
dbus: fix host build
...
Hunk missing from r25755.
2009-03-19 11:44:56 +00:00
Peter Korsgaard
90ac14b2a0
avahi: gtk support needs libglade as well
2009-03-19 11:41:05 +00:00
Peter Korsgaard
1d269dea1d
pango: fix host build
...
pango likes to rerun it's configure script at make time, and it then
fails to find the correct pkg-config files (it finds the ones ins
STAGING_DIR) causing problems if they are not compatible.
Fix it by setting PKG_CONFIG_PATH in it's make environment.
2009-03-19 11:07:10 +00:00
Peter Korsgaard
e7b38c71ce
package: add STAMP_DIR and use for host builds
...
Move stamp (dependency) files outside the (version specific) source
directories, so other packages can hardcode dependencies on them instead
of having to use <PACKAGE>_VERSION variables.
This is important as the variables in the make rules are evaluated when
the rules is seen, which might be before the dependent makefile is parsed
(and hence <PACKAGE>_VERSION variable is known, screwing up stuff.
The downside of this is that the package isn't automatically rebuilt
when the version changes (E.G. by a svn update) and you now also have to
remove the stamp files next to $(BUILD_DIR)/<PACKAGE>-* to force a rebuild.
2009-03-19 11:06:47 +00:00
Peter Korsgaard
f58ff9a25f
liboil: don't build examples
...
Add patch missing from r25053.
2009-03-19 08:34:23 +00:00
Peter Korsgaard
849c45648d
pkg-config: rename pkgconfig to pkg-config
...
This matches upstream tarball, doesn't screw up existing .config's with
BR2_PACKAGE_PKGCONFIG and makes sure the patch gets applied for target
compilation.
2009-03-19 08:30:20 +00:00
Peter Korsgaard
27fb8ed49d
busybox: 1.13.3 ash fix
2009-03-19 08:29:55 +00:00
Peter Korsgaard
e40b41f4d9
pkgconfig: make sure host compile target isn't considered out of date
2009-03-19 08:29:42 +00:00
Peter Korsgaard
1d076fdfb9
kernel-headers: adjust patch names for 2.6.28.8
2009-03-18 23:14:59 +00:00
Peter Korsgaard
beacda6e73
pango: use same with/without-x setting for host build as for target
...
Ensures identical pango.modules contents
2009-03-18 22:39:15 +00:00
Peter Korsgaard
dc69684e58
pango: generate pango.modules at build time rather than run time
...
Generate pango.modules using the host tools instead of setting up an init
script to do it at run time. Also apply patches to host build to get
identical pango.modules file.
2009-03-18 22:39:09 +00:00
Peter Korsgaard
d20a2eb972
avahi: fix python path
2009-03-18 22:39:03 +00:00
Peter Korsgaard
99334cde2b
libgtk2: build host version, use it for build time binaries
2009-03-18 21:22:17 +00:00
Peter Korsgaard
689c10faea
pango: add host version
2009-03-18 21:22:13 +00:00
Peter Korsgaard
aefadc18d9
cairo: remove unneeded _INSTALL_STAGING_OPT setting
2009-03-18 21:22:08 +00:00
Peter Korsgaard
dd4faf6f6f
cairo: add host version
2009-03-18 21:22:04 +00:00
Peter Korsgaard
33552590d5
freetype: add host version
2009-03-18 21:22:00 +00:00
Peter Korsgaard
0296059112
freetype: cleanup target install
2009-03-18 21:21:56 +00:00
Peter Korsgaard
ff2df71398
freetype: bump version
2009-03-18 21:21:52 +00:00
Peter Korsgaard
eb84b8ba87
freetype: get rid of ancient 2.2.1 version
2009-03-18 21:21:48 +00:00
Peter Korsgaard
d673d13bfa
freetype: fixup help text indentation
2009-03-18 21:21:44 +00:00
Peter Korsgaard
13c68ecb58
expat: fixup help text
2009-03-18 21:21:39 +00:00
Peter Korsgaard
9e8fa29da9
fontconfig: fixup help text indentation
2009-03-18 21:21:34 +00:00
Peter Korsgaard
5ff46e5dca
pixman: add host version
2009-03-18 21:21:27 +00:00
Peter Korsgaard
cb4ca456a2
pixman: fixup help text indentation
2009-03-18 21:21:14 +00:00
Peter Korsgaard
991f304207
atk: add host version
2009-03-18 21:21:06 +00:00
Peter Korsgaard
b1d451b13c
atk: small cleanup
2009-03-18 21:20:22 +00:00
Peter Korsgaard
58703982e7
libglib2: no longer needs glib2-dev package on host
2009-03-18 19:19:18 +00:00
Peter Korsgaard
77754571b2
pkgconfig: add pkgconfig package for target
...
The host versions shouldn't be visible in Kconfig, so remove the
reference to BR2_PACKAGE_PKGCONFIG everywhere and prefix the host targets
with host-.
At the same time add pkgconfig for the target (E.G. for development) and
let BR2_PACKAGE_PKGCONFIG control that package.
Notice: all defconfigs in the tree have been updated, but make sure to
disable the pkgconfig package (unless you want it) if you use an external
config, otherwise you'll end up with pkgconfig and glib2 in the target.
2009-03-18 19:19:10 +00:00
Peter Korsgaard
344d59d788
pkgconfig: use pkg-config-*-host build dir for host version
2009-03-18 19:18:45 +00:00
Peter Korsgaard
b451015203
pkgconfig: install into HOST_DIR
2009-03-18 19:18:40 +00:00
Peter Korsgaard
396480b41d
package: add dbus-python
2009-03-18 11:27:49 +00:00
Peter Korsgaard
2f575f43ec
alsa-lib: don't force EABI for ARM
...
Closes #191 .
2009-03-18 11:27:37 +00:00
Peter Korsgaard
111056b6e0
kernel-headers: bump 2.6.27.x version
2009-03-18 11:27:29 +00:00
Peter Korsgaard
4801198ae7
avahi: enable glib / gtk support if available
2009-03-17 14:44:20 +00:00
Peter Korsgaard
44d929f9ac
libglib2: pkgconfig patch no longer needed as we have HOST_DIR in path
2009-03-17 13:49:12 +00:00
Peter Korsgaard
0612973e5e
kernel-headers: bump 2.6.28.x version
2009-03-17 13:49:03 +00:00
Peter Korsgaard
5aa20b3913
dbus-glib: bump version and convert to Makefile.autotools.in format
...
This at the same times fixes the staging dir install, so stuff needing
dbus-glib is able to build.
2009-03-17 13:48:47 +00:00
Peter Korsgaard
23e2e52df7
Makefile.autotools.in: use TARGET_PATH for compile step
...
This ensures that the correct build tools are found rather than the host
versions (glib-genmarshal, ..)
2009-03-17 13:48:35 +00:00
Peter Korsgaard
00400f4720
package: add HOST_DIR to target path
2009-03-17 13:48:29 +00:00
Peter Korsgaard
4311f0fe39
package: fix host path
...
And generate dbus introspect xml for dbus-glib.
2009-03-17 13:48:15 +00:00
Peter Korsgaard
1549e9f366
dbus: add host-dbus support
2009-03-16 20:58:15 +00:00
Peter Korsgaard
94d915ed43
expat: add host-expat support
2009-03-16 20:58:12 +00:00
Peter Korsgaard
40a54252eb
package/Makefile.in: search $(HOST_DIR) for host includes / libraries
2009-03-16 20:58:08 +00:00
Peter Korsgaard
58aaf75481
expat: convert to Makefile.autotools.in format
2009-03-16 20:58:04 +00:00
Peter Korsgaard
dba1efdfc6
libgtk2: small cleanup
2009-03-16 20:58:01 +00:00
Peter Korsgaard
592f072e42
dbus: compile with X support if libX11 is available
2009-03-16 20:57:56 +00:00
Peter Korsgaard
49a455645e
libgtk2: init script: make sure /etc/gtk-2.0 exists
2009-03-16 15:49:11 +00:00
Peter Korsgaard
01bcd0320e
libglib2: build host version for build-time binaries
...
Build host version of glib in HOST_DIR and use the build-time binaries
from there instead of relying on what is installed on the host.
2009-03-16 15:49:03 +00:00
Peter Korsgaard
fe202a6f85
iptables: doesn't use glib
2009-03-16 15:48:52 +00:00
Peter Korsgaard
bd07d92aad
Makefile: introduce $(HOST_DIR) for host binaries
...
Add HOST_DIR directory handling. HOST_DIR should be used just like
STAGING_DIR, but for host files instead of target ones.
2009-03-16 15:48:43 +00:00
Peter Korsgaard
ad529c62b2
automake: minor cleanup
2009-03-16 15:48:35 +00:00
Peter Korsgaard
9c3542dfc7
xserver-xorg: libXtst not needed
2009-03-16 15:48:29 +00:00
Peter Korsgaard
1fe300010f
xserver-xorg: set buildroot mailing list as builder addr
2009-03-16 15:48:21 +00:00
Peter Korsgaard
17b803cd30
xserver-xorg: more optional dependencies
2009-03-16 15:48:14 +00:00
Peter Korsgaard
c1c9f90757
xserver-xorg: dbus is optional
2009-03-16 15:48:07 +00:00
Peter Korsgaard
7f975775b4
mpfr: bump version
2009-03-16 15:47:58 +00:00
Peter Korsgaard
3e872797d0
xorg_server: cleanup .mk
...
Rearrange lines and get rid of unneeded variables. Should have no functional
change.
2009-03-16 15:47:44 +00:00
Thiago A. Corrêa
0c84c92b13
Fix dependency for custom patches when custom patch is empty.
2009-03-16 11:38:33 +00:00
Peter Korsgaard
ad90fc6de9
qtopia4: remove selection of GPL/LPGL licenses
...
Choosing between GPL or LGPL doesn't change the build process, so it's
sufficient to have a selection for the commercial license.
Also change the URLs to the licenses to the Qt web page, where the
exception for the LGPL is included.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
2009-03-15 13:54:56 +00:00
Peter Korsgaard
2150ed1bf1
vim: really fix patch download
...
Thanks to Markus Heidelberg for noticing.
2009-03-15 13:51:30 +00:00
Peter Korsgaard
3b5651823b
xserver: 1.5.x needs openssl (for render sha functions)
2009-03-15 07:28:12 +00:00
Peter Korsgaard
740cf88151
openssl: strip libraries
2009-03-15 07:28:06 +00:00
Peter Korsgaard
59b0aa7a7e
x11r7: update to 7.4
...
Patch by Dan Lykowski <lykowdk@gmail.com >, closes #181 .
Minor fixups for kdrive by me.
2009-03-14 14:59:14 +00:00
Peter Korsgaard
be245ad9c7
metacity: fix target install with tinyx
2009-03-14 14:58:44 +00:00
Peter Korsgaard
17e7fbc24a
blackbox: needs c++ support
2009-03-14 14:58:40 +00:00
Peter Korsgaard
7259c57976
blackbox: fix build with gcc 4.3.x
...
Patch by Mathis <mathis_w@gmx.net >, closes #169 .
2009-03-13 19:57:44 +00:00
Peter Korsgaard
b05b875995
xserver_xorg: add options for builtin fonts and aiglx
...
Patch by Dan Lykowski <lykowdk@gmail.com >
2009-03-13 19:46:03 +00:00
Peter Korsgaard
6c687a3fb3
avahi: enable python support if python is enabled
...
Not particular useful until we add dbus-python (which depends on a fixed up
dbus-glib, which in turn depends on us starting to compile glib/dbus/dbus-glib
for the host as well) - But that's for another day.
2009-03-13 15:38:03 +00:00
Peter Korsgaard
038f536294
dbus-glib: install pkgconfig file to STAGING_DIR
...
This should probably be converted to Makefile.autotools.in instead.
2009-03-13 15:37:54 +00:00
Thiago A. Corrêa
d96c3de0da
Fix build (dependency) with custom patch option
2009-03-13 04:31:43 +00:00
Peter Korsgaard
e860a7bc5d
uClibc: additional 0.9.30.1 patches
...
From Bernhard's tree.
2009-03-12 20:29:24 +00:00
Peter Korsgaard
e239f92a17
libgtk2: also get rid of gtk-demo executable
2009-03-12 12:32:11 +00:00
Peter Korsgaard
bcbd144287
cairo: more fine grained configutation and fix dependencies
2009-03-12 10:21:21 +00:00
Thiago A. Corrêa
ba567f8a58
Update Qtopia to 4.5.0, which introduces a new licensing option: LGPL. This will be default now.
2009-03-12 02:53:54 +00:00
Peter Korsgaard
afaa374590
fontconfig: fix typo added in r25611
2009-03-11 23:30:29 +00:00
Peter Korsgaard
b3f02dd356
automake: needs autoconf at configure time
2009-03-11 22:15:59 +00:00
Peter Korsgaard
96338ef12e
automake: depends on autoconf, so select it
2009-03-11 22:15:53 +00:00
Thiago A. Corrêa
98a01f05f9
Default yes to GUI module install on Qtopia4
2009-03-11 22:00:46 +00:00
Thiago A. Corrêa
227d6e5245
Revert wrongly commited files (u-boot changes) from -r25617
2009-03-11 21:40:00 +00:00
Thiago A. Corrêa
149c0d450c
Let user skip installation of the GUI module for Qtopia
2009-03-11 21:35:07 +00:00
Peter Korsgaard
fcd24512d8
dropbear: needs zlib, so select it
2009-03-11 20:32:44 +00:00
Peter Korsgaard
24991a4784
dropbear: convert to Makefile.autotools.in format
...
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar >
Closes #179 .
2009-03-11 20:32:39 +00:00
Peter Korsgaard
26dd7c5c7e
pango: init script: make sure /etc/pango exists
2009-03-11 15:43:55 +00:00
Peter Korsgaard
ba7ae60df2
fontconfig: store font cache in /var/cache/fontconfig, and not in /usr/var/..
2009-03-11 15:43:52 +00:00
Peter Korsgaard
366137edc6
gmpc: needs gob2 installed on host, so check for it
2009-03-11 15:43:47 +00:00
Peter Korsgaard
2bb4de2058
gmpc: fix build without libSM
2009-03-11 15:43:43 +00:00
Peter Korsgaard
cfca28f0a5
directfb: add option for linuxinput input driver
2009-03-11 15:01:56 +00:00
Peter Korsgaard
f6d14f30b2
busybox: bump 1.13.x version
2009-03-11 10:10:58 +00:00
Peter Korsgaard
2395d4ccc5
libgtk2: don't install demo sources
2009-03-11 10:10:54 +00:00
Peter Korsgaard
8aad4a7c41
libiconv: strip libcharset as well
2009-03-11 10:10:48 +00:00
Peter Korsgaard
bc9512c09d
avahi: fix build with libintl but without locale support in toolchain
2009-03-10 22:47:21 +00:00
Peter Korsgaard
bb6d88ec0f
gcc: 4.3.x fix for PR 32044.
...
Patch by Daniel Mack <daniel@caiaq.de >
2009-03-10 22:01:06 +00:00
Peter Korsgaard
a51ce31949
libcurl: fix configure with openssl when target == host.
2009-03-10 21:03:14 +00:00
Peter Korsgaard
3628265911
ipsec-tools: fix printf format string for size_t (on 64bit)
...
Use %zu instead of %d for printing out size_t variables. Fixes a build issue
on 64bit as ipsec-tools uses -Werror.
2009-03-10 21:03:10 +00:00
Peter Korsgaard
e8e6bc348b
uClibc: strtouq fix for 64bit
2009-03-10 21:03:04 +00:00
Peter Korsgaard
6828f982b8
wpa_supplicant: new package
...
Patch by Gustavo Zacarias <gustavo@zacarias.com.br >
Closes #81 .
2009-03-09 20:28:40 +00:00
Peter Korsgaard
dc4c57cf12
vim: fixup patch download location after change to DOWNLOAD macro.
...
Closes #161 .
2009-03-09 19:47:55 +00:00
Peter Korsgaard
49d40d663a
sysklogd: only install init script / config file if not present in skeleton
...
Allow platforms to provide a custom initscript / syslog.conf in their
target_skeleton.
2009-03-09 14:09:25 +00:00
Peter Korsgaard
11b36efa84
pciutils: fix HOST detection
2009-03-09 14:09:20 +00:00
Peter Korsgaard
8566d5fa97
libglib2: bump version
...
Patch by Sven Neumann <s.neumann@phase-zero.de >
Closes #37 .
2009-03-09 10:26:04 +00:00
Peter Korsgaard
6b05736259
e2fsprogs: install into staging so other stuff can find the libs/includes
...
And explicitly install the libuuid headers. Needed for the gupnp stuff in #35 .
2009-03-09 09:53:41 +00:00
Peter Korsgaard
582ff23926
e2fsprogs: needs LARGEFILE
2009-03-09 09:53:37 +00:00
Peter Korsgaard
fc52ef24b9
logrotate: fix logrotate.conf check
...
Thanks to Hiroshi Shinji for noticing.
2009-03-07 20:17:23 +00:00
Peter Korsgaard
dcb3a259c0
binutils: undeprecate 2.18 for avr32
...
As discussed on the list. AVR32 is still stuck at 2.18, so don't mark it as
deprecated yet.
2009-03-07 13:51:22 +00:00
Peter Korsgaard
469a88e4c7
avahi: bump version
2009-03-05 21:38:44 +00:00
Peter Korsgaard
744c8224a2
avahi: convert to Makefile.autotools.in format
2009-03-05 21:38:40 +00:00
Peter Korsgaard
b8a8f1c434
php: touch post-install stamp file
2009-03-05 21:38:36 +00:00
Peter Korsgaard
acdbb39bf5
bind: touch post-install stamp file
2009-03-05 21:38:30 +00:00
Peter Korsgaard
0ad54b6cf4
xerces: bump version
2009-03-05 19:25:17 +00:00
Peter Korsgaard
486c225f00
xerces: needs C++ support in toolchain
2009-03-05 19:25:13 +00:00
Peter Korsgaard
a46fdff085
logrotate: only install logrotate.conf if not present in target_skeleton
...
Allow platforms to provide a custom logrotate.conf in their target_skeleton.
2009-03-05 19:00:17 +00:00
Peter Korsgaard
560c06a6c8
logrotate: fix patch-kernel.sh invocation
...
Thanks to Bernhard for noticing.
2009-03-05 19:00:11 +00:00
Peter Korsgaard
802011ae1f
logrotate: fix build with external toolchain
2009-03-05 16:42:14 +00:00
Peter Korsgaard
04d9a2038a
qtopia4: remove invalid PTHREADS_NATIVE dependency
2009-03-05 15:35:37 +00:00
Peter Korsgaard
e888cd41b4
sysklogd: fix build
2009-03-05 15:30:57 +00:00
Peter Korsgaard
2e1ca24a27
package: convert some Config.in selects to depends
...
Patch by Olaf Rempel <razzor@kopf-tisch.de >.
quick grep showed theses invalid selects of toolchain options.
2009-03-05 14:17:55 +00:00
Peter Korsgaard
89b4f17873
openssl: misc fixes
...
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar >
Closes #151 .
* Avoid fips directory completely since it just installs source file cruft
inlib
* Point openssldir to a more friendly and common /etc/ssl rather than
/usr/lib/ssl
2009-03-05 13:48:29 +00:00
Peter Korsgaard
d462b19eb7
binutils: really remove ancient dirs (missing from r25067, git-svn issue)
2009-03-05 13:40:11 +00:00
Peter Korsgaard
73e172c258
binutils: really add 2.19.1 patches (missing from r25513).
2009-03-05 13:33:14 +00:00
Peter Korsgaard
00fd5b2264
bind: isc-config.sh gets installed into usr/bin, not /
2009-03-05 13:33:11 +00:00
Peter Korsgaard
7b7a0a3277
bind: needs largefile support, not ipv6
...
And at the same time move the comment below the install tools entry so it
gets identied properly.
2009-03-05 13:33:06 +00:00
Peter Korsgaard
e3bf38868a
bind: needs ipv6 support
2009-03-05 12:14:37 +00:00
Peter Korsgaard
1b276bb2b9
bind: bump version and convert to Makefile.autotools.in
...
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar >
Closes #145 .
Current bind package is version 9.3.2 which is from the 9.3 branch and is
EOLed. It has many security bugs probably fixed in 9.3.6-P1 but since it
won't be supported for long it's probably metter to move on to a supported
branch. CVE-2009-0025, CVE-2008-1447, CVE-2008-0122, CVE-2007-2926 and
probably more. While at it migrate to Makefile.autotools.in too. Also
introduced an option for/not to install userland tools (dig, host, nslookup,
nsupdate).
[ Peter: don't install into staging ]
2009-03-05 12:11:36 +00:00
Peter Korsgaard
2676c2029b
uclibc: 0.9.30.1 fix for ppc32 C99 math
...
From Bernhard.
2009-03-05 12:11:26 +00:00
Peter Korsgaard
ee0bbc04ff
php: only overwrite php.ini if not present in target_skeleton
...
Allow platforms to provide a custom php.ini in their target_skeleton.
2009-03-04 20:58:12 +00:00
Peter Korsgaard
7685dd41e1
php: convert to Makefile.autotools.in and other improvements
...
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar >
Closes #5 , #77 , #141 and #143 .
* Migrate php package to Makefile.autotools.in
* Make PCRE regex an option (previously forced on)
* Add calendar option from bug #77
* Add external sqlite3 option from bug #141
New option BR2_PACKAGE_PHP_PDO_SQLITE_EXTERNAL
* Add alternate php.ini configuration option from bug #5
Named BR2_PACKAGE_PHP_CONFIG and defaults to shipped config.
In most scenarios the shipped config isn't good enough, it has
a high memory limit for embedded for example.
* Changed some options from depends to select
Namely openssl, libxml2, zlib, gettext, gmp.
* Disabled some 'y' defaults to make things lighter by default
Namely libxml2, sqlite, pdo and pdo_sqlite.
* Made some of the extensions help text more verbose
2009-03-04 20:58:08 +00:00
Peter Korsgaard
4617e1d080
iproute2: needs ipv6
2009-03-04 20:16:26 +00:00
Peter Korsgaard
484aaf0560
iproute: fix makefile
...
Patch by Olaf Rempel <razzor@kopf-tisch.de >.
- bump version to 2.6.28
- fix download
- change compile ordering (build tc after ip)
- remove both binaries from target when cleaning up
[Peter: fixed target install strip]
2009-03-04 20:16:21 +00:00
Peter Korsgaard
a93ecda978
alsa-utils: the entire package needs largefile support, not just aplay
2009-03-04 14:17:00 +00:00
Peter Korsgaard
9cef073cb2
alsa-utils: use conditional for utils selection menu items
2009-03-04 13:22:54 +00:00
Peter Korsgaard
32675db0ee
alsa-utils: aplay: use depends for toolchain options, not select
2009-03-04 13:22:50 +00:00
Peter Korsgaard
4592839384
package: dm (and in turn dmraid) needs largefile support
2009-03-04 13:22:44 +00:00
Peter Korsgaard
39fc310669
dmraid: fix build & convert to Makefile.autotools.in
...
Patch by Olaf Rempel <razzor@kopf-tisch.de >
- was not building at all (x86 uclibc)
- adding devicemapper dependency
2009-03-04 13:22:38 +00:00
Peter Korsgaard
624b1c4cf1
target/generic: development system needs wchar + program invocation
2009-03-04 11:14:40 +00:00
Peter Korsgaard
f84389921e
iptables: bump version
...
- bump version to 1.4.2
- add uninstall target
Patch by Olaf Rempel <razzor@kopf-tisch.de >
2009-03-03 22:28:15 +00:00
Peter Korsgaard
479111c9c7
vtun: provide correct location for lzo headers
...
Patch by Robert Urban <urban@unix-beratung.de >
2009-03-03 22:23:22 +00:00
Peter Korsgaard
debe83461f
binutils: remove handling of ancient versions
2009-03-03 22:09:58 +00:00
Peter Korsgaard
96dbf8aad4
binutils: add 2.19.1
2009-03-03 22:09:50 +00:00
Peter Korsgaard
c130919ae8
binutils: 2.17: fix makeinfo 4.xx check
...
Fixes #111 .
2009-03-03 21:23:34 +00:00
Peter Korsgaard
c4da6199f0
sqlite: bump version and convert to Makefile.autotools.in format
...
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar >
Closes #139 .
2009-03-03 20:23:18 +00:00
Peter Korsgaard
8e4ba1b452
uclibc: cleanup version handling
...
Based on 0171c72 in Bernhards' tree.
2009-03-03 20:23:10 +00:00
Peter Korsgaard
7664a62a0c
uclibc: add 0.9.30.1
2009-03-03 09:41:15 +00:00
Peter Korsgaard
bbdf9df60a
util-linux: bump version
...
Fixes #19
2009-03-03 08:52:56 +00:00
Peter Korsgaard
890412421b
ipsec-tools: use select rather than depends for library dependencies
...
As noticed on the mailing list.
2009-03-02 19:56:13 +00:00
Peter Korsgaard
0d5dfaa085
php: bump version
...
Fixes Fixes CVE-2008-5498, closes #137 .
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar >
2009-03-02 19:05:33 +00:00
Peter Korsgaard
ba68824431
busybox: additional 1.13.2 fixes
2009-03-02 15:33:07 +00:00
Peter Korsgaard
992b1890a7
docs/buildroot: use DESTDIR / install-strip for target install example
2009-03-02 10:09:44 +00:00
Peter Korsgaard
e5f85978b4
kernel-headers: remove empty dirs missing from r25451 (git-svn issue)
2009-03-02 09:32:46 +00:00
Peter Korsgaard
adf922b33f
docs/buildroot.html: we DO make releases nowadays
2009-03-02 08:34:28 +00:00
Peter Korsgaard
4aefa7fbb1
s/buildroot.uclibc.org/buildroot.net/
2009-03-02 08:34:20 +00:00
Peter Korsgaard
cb7e99c1ab
microcom: upstream missing, mark as deprecated
...
People should use the busybox version these days anyway.
2009-03-02 08:33:55 +00:00
Peter Korsgaard
0f33cd88c8
microcom: has been in busybox for a long time now
2009-03-02 07:59:37 +00:00
Peter Korsgaard
0cf28ade0b
ncurses: fixup ncurses5-config script
...
Fixes #133 .
2009-03-01 22:35:48 +00:00
Peter Korsgaard
c23c30838c
tar: bump version
...
Fixes #69
2009-03-01 20:20:20 +00:00
Peter Korsgaard
5ae3eb1e10
tar/coreutils: use depends rather than select for toolchain options
2009-03-01 20:20:15 +00:00
Peter Korsgaard
766c774f28
toolchain/gcc: libstdcpp dependency was listed twice
2009-03-01 20:20:09 +00:00
Peter Korsgaard
64007a9e6a
libpng: bump version
...
Fixes unitialized data bug (CVE-2009-0040).
Patch by Soef Qued <souf_oued@yahoo.fr >
2009-02-27 14:59:17 +00:00
Peter Korsgaard
69dcc7c8c7
avahi/dnsmasq: adjust dbus dep after Makefile.autotools.in conversion
2009-02-26 20:57:29 +00:00
Peter Korsgaard
f12e7def7c
gst-plugins-good: remove dependencies for matroska plugin
...
This was forgotten when adding config options for zlib and bzip2. The
matroska plugin doesn't need these dependencies, they are optional.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
2009-02-26 08:05:14 +00:00
Peter Korsgaard
f0af25f581
gst-plugins-good: add missing FLAC dependency
...
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
2009-02-26 08:05:07 +00:00
Peter Korsgaard
0aa046b35e
gstreamer: flac plugin support
...
Patch by Sven Neumann. Closes #99 .
2009-02-25 19:51:46 +00:00
Peter Korsgaard
416c626142
php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of depends
...
Hunks missing from r25406.
2009-02-25 19:51:41 +00:00
Peter Korsgaard
4bf006c12c
avr32: rename 2.6.28.x kernel patches to match current kernel headers version
2009-02-25 14:28:49 +00:00
Peter Korsgaard
aae3f1b6b3
linux: always apply platform patches if available
...
Get rid of BR2_KERNEL_HEADERS_PATCH_DIR config, and simply always apply
platform patches if available.
2009-02-25 14:28:35 +00:00
Peter Korsgaard
e95aedd05b
kernel-headers: update -rt support for 2.6.24 / 2.6.26
2009-02-25 14:27:49 +00:00
Peter Korsgaard
8259f1529a
kernel-headers: remove 2.6.20-22 variants and outdated impi/lzma patches
2009-02-25 14:26:03 +00:00
Peter Korsgaard
895cf9e27d
mesa3d: fix makedepend arguments
...
Make sure makedepends only searches the gcc/staging dir, and not the
host include dirs.
2009-02-24 13:30:03 +00:00
Peter Korsgaard
af098e8dfe
mesa: use correct config file for arch
2009-02-24 13:29:59 +00:00
Peter Korsgaard
e51884daa8
mesa3d: use MAKE1 instead of playing around with BR2_JLEVEL
2009-02-24 13:29:55 +00:00
Peter Korsgaard
30392a1bef
xserver-xorg: select mesa3d in kconfig
...
xserver-xorg depends on mesa3d, so select it in kconfig as well.
2009-02-24 13:29:50 +00:00
Peter Korsgaard
d1eeba7069
dbus: fix expat typo
2009-02-24 11:13:56 +00:00
Peter Korsgaard
c75061b876
kernel-headers: remove deprecated 2.4 support
2009-02-24 08:56:26 +00:00
Peter Korsgaard
469f6e4df5
openswan: mark as BROKEN as it doesn't build with current kernel headers
...
It WILL get removed after 2009.05 unless someone steps up to fix it.
2009-02-24 08:56:14 +00:00
Hamish Moffatt
e14c11230a
Bump version to 0.9.8j
2009-02-24 00:37:06 +00:00
Peter Korsgaard
9d6c2f548e
alsa-lib: convert to Makefile.autotools.in format
2009-02-23 13:37:48 +00:00
Peter Korsgaard
e90a4bf4af
alsa-lib: don't use versioned symbols
...
As reported by Dirk Vermaak and Daniel Mack. Fixes runtime issues with
alsa-lib, see
http://mailman.alsa-project.org/pipermail/alsa-devel/2009-February/014999.html
for details.
2009-02-23 13:01:26 +00:00
Peter Korsgaard
71a55254a4
dbus: convert to Makefile.autotools.in and bump version
2009-02-22 20:12:50 +00:00
Peter Korsgaard
4700ea5af2
linux-advanced: don't error out on non writable /tftpboot
...
Odd that we have 2x the same target right after eachother, but this is
Makefile.in.advanced ofcourse ;)
2009-02-22 10:38:10 +00:00
Peter Korsgaard
12df9b4cb3
kernel-headers: bump 2.6.28 stable version
2009-02-22 10:38:04 +00:00
Peter Korsgaard
87c15b5356
kexec: bump version and convert to Makefile.autotools.in format
2009-02-21 19:13:24 +00:00
Peter Korsgaard
8c1dd5d2c0
libsndfile: bump version and convert to Makefile.autotools.in format
2009-02-21 13:04:08 +00:00
Peter Korsgaard
52d5f898b8
libsndfile: cleanup help text
2009-02-21 13:04:02 +00:00
Peter Korsgaard
9a1333bcc7
php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of depends
2009-02-21 09:06:48 +00:00
Peter Korsgaard
0524852e7a
php: fix sqlite module
...
- php comes with it's own embedded sqlite, so no need to select sqlite
- disable largefile support for !BR2_LARGEFILE
- php somehow forgets to link with -ldl, breaking the sqlite extension.
Fix it by disabling the (unused?) modload support in sqlite.
2009-02-21 09:06:43 +00:00
Peter Korsgaard
21e3fa22ee
php: use alternative download URL so we can use DOWNLOAD macro
...
As noted by Solar on IRC.
2009-02-20 21:55:32 +00:00
Peter Korsgaard
01ea62911e
php: don't use DOWNLOAD macro
...
php.net only offers downloads though a strange php script with the file name
embedded in the *MIDDLE* of the URL, which isn't compatible with the DOWNLOAD
macro. Fix it by reverting php.mk hunk of r24689 to go back to $(WGET).
This ofcourse means that the primary site / fallback mirror stuff isn't used.
2009-02-20 15:13:50 +00:00
Peter Korsgaard
24981139f6
package/multimeda: add flac package
...
Patch by Sven Neumann (from #99 ).
Removed optimization patch, cleaned up configure args and fixed download URL.
2009-02-20 13:02:13 +00:00
Peter Korsgaard
b3d48af90d
alsa-utils: select ncurses library dependency
2009-02-19 16:04:20 +00:00
Peter Korsgaard
2453972351
libvorbis: select libogg dependency
...
Library dependencies should be selected, and not use depends on.
2009-02-19 15:45:05 +00:00
Peter Korsgaard
eacd9e0844
libvorbis: convert to Makefile.autotools.in format
...
Patch by Sven Neumann <s.neumann@phase-zero.de >
Closes #107
2009-02-19 15:45:00 +00:00
Peter Korsgaard
fc8ac0c7e5
pppd: fix build without UCLIBC_HAS_BSD_ERR
...
Replace the BSD specific warn() with a call to syslog.
Patch by Gustavo Zacarias, closes #109 .
2009-02-19 12:08:11 +00:00
Hamish Moffatt
a83dddf9ff
Enable multilink PPP (no reason to disable it)
...
Add configuration item to enable filtering (requires libpcap)
2009-02-19 05:31:05 +00:00
Peter Korsgaard
ea74003ebf
tslib: convert to Makefile.autotools.in format
...
Patch by Sven Neumann <s.neumann@phase-zero.de >
Closes #61 .
2009-02-18 14:16:38 +00:00
Peter Korsgaard
ddc807aea8
tslib: doesn't use C++, so don't require it in the configure script
2009-02-18 14:16:34 +00:00
Peter Korsgaard
bb76564738
busybox: 1.13.2 killall fix
2009-02-18 14:16:30 +00:00
Peter Korsgaard
7508d2de9d
kernel-headers: bump 2.6.27/2.6.28 stable versions
2009-02-18 14:16:23 +00:00
Peter Korsgaard
1aae99bc34
mtd-utils: flashcp: handle non-power-of-2 erase size (E.G. for dataflash)
2009-02-17 14:04:49 +00:00
Peter Korsgaard
7892b23ae7
udev: options for path_id and firmware.sh
...
Patch by Mike Crowe.
2009-02-13 19:57:59 +00:00
Peter Korsgaard
8acde59f79
package: work around kconfig crash issue with comments in choice entries
2009-02-13 09:18:08 +00:00
Peter Korsgaard
01921dd4d4
toolchain/gcc: add 4.3.3
2009-02-13 08:34:08 +00:00
Peter Korsgaard
dd0345aeaa
mpfr: bump version
2009-02-13 08:34:01 +00:00
Peter Korsgaard
5373ea118d
gmp: use GNU_MIRROR for site
2009-02-13 08:33:57 +00:00
Peter Korsgaard
585bc18384
gmp: bump version
2009-02-13 08:33:50 +00:00
Peter Korsgaard
35dafd0ba7
kernel-headers: bump 2.6.27/2.6.28 stable versions
2009-02-12 20:21:12 +00:00
Peter Korsgaard
7ac25f1320
dnsmasq: bump version
...
closes #97 .
2009-02-12 13:39:33 +00:00
Peter Korsgaard
5804c6d9fe
libpng: bump version
...
Fixes memory leak and double-free vulnerability
2009-02-12 12:17:12 +00:00
Peter Korsgaard
9c63d6bd88
docs/news.html: announce 2009.02
2009-02-12 09:33:01 +00:00
Peter Korsgaard
a4c5a2dcdf
buildroot: update version for 2009.05 development
2009-02-12 09:02:36 +00:00
Peter Korsgaard
cf34241144
gmp/mpfr: use static libraries as make targets
...
The host shared objects are no more.
2009-02-10 16:38:53 +00:00
Peter Korsgaard
3c1aa51227
binutils: depend on static version of gmp/mpfr
2009-02-10 15:48:19 +00:00
Peter Korsgaard
5dac2c31e2
u-boot: don't touch config.h unless explicitly requested by user
...
Fixes the problem of important variables like serverip being overwritten
with empty strings if the network/default env stuff isn't used.
2009-02-10 15:19:57 +00:00
Peter Korsgaard
7897a950fe
gmp/mpfr: fix up dependencies to stop continous rebuild with --disable-shared
...
Don't list the shared objects as targets for the host compilation now that
we compile with --disable-shared.
2009-02-10 15:19:31 +00:00
Peter Korsgaard
cfeadbdf6c
u-boot: remove unused BOOTARGS / BOOTCMD handling
...
Not available in Kconfig and no references to it in the tree.
2009-02-10 15:19:24 +00:00
Peter Korsgaard
30ab8666e4
u-boot: don't make ETH1ADDR setting depend on avr32
...
No sensible reason why this should only be present on avr32.
2009-02-10 15:19:04 +00:00
Peter Korsgaard
0948f8af37
x11/video-xgi: fix vesa/xgi typo
...
Closes #95
2009-02-10 13:01:28 +00:00
Thiago A. Corrêa
0442dce7d0
Remove BR2_LINUX_COPYTO_TFTPBOOT from avr32 defconfigs. This will cause build to fail if user is not root and don't have a /tftpboot folder
2009-02-09 17:35:00 +00:00
Peter Korsgaard
e9b629d866
docs/news.html: announce -rc4
2009-02-09 16:44:09 +00:00
Peter Korsgaard
42f985687d
gmp/mpfr: force static linking
...
Patch by Maxim Grigoriev.
GCC 4.3.x would link with the correct shared library versions, but without
any RPATH, so it ended up looking for then in /usr/lib/ at runtime.
This is less than good, as the version there might not be compatible, and
even worse for distributions like Ubuntu, which doesn't install those
libs by default, the build breaks.
Fix it by forcing static linking instead.
2009-02-09 13:01:32 +00:00
Peter Korsgaard
0833b949f6
kernel-headers: bump 2.6.27/2.6.28 stable versions
2009-02-09 09:07:10 +00:00
Peter Korsgaard
421b354ce2
vim: cleanup sed invocation
2009-02-08 11:00:44 +00:00
Peter Korsgaard
8b47a479f5
u-boot: remove commented out line
2009-02-07 06:57:37 +00:00
Peter Korsgaard
45c8d20378
alsa-lib: make python option depend on python
...
As discussed on the list.
2009-02-07 06:57:29 +00:00
Thiago A. Corrêa
d16f8bf2cd
Simplify kernel naming scheme. Only use kernel name plus the rootfs suffix if one is provided
2009-02-06 17:38:05 +00:00
Peter Korsgaard
2f72570992
toolchain/gcc/4.3.2: use what really got committed upstream for PR39076
...
Thanks to Sven Neumann for noticing.
2009-02-05 14:13:43 +00:00
Peter Korsgaard
a54e0dd97f
mpg123: remove unused mpg123x target (debug?)
2009-02-05 13:24:22 +00:00
Peter Korsgaard
2c89d7aeb6
mpg123: remove arm funroll-loops workaround
...
Fixed by toolchain patch.
2009-02-05 13:24:18 +00:00
Peter Korsgaard
a1b8914cee
toolchain/gcc/4.3.2: remove unused and unneeded fix for PR34205
...
We don't use the iwmmxt abi anymore.
2009-02-05 13:24:14 +00:00
Peter Korsgaard
a9114d3576
toolchain/gcc/4.3.2: fix arm funroll-loops patch from r24993
...
Rename it so it actually gets applied and fix it so it can be applied
(-p level).
2009-02-05 13:24:11 +00:00
Peter Korsgaard
d41e54e694
mpg123: cleanup unused hunk after r25004
2009-02-05 13:24:07 +00:00
Peter Korsgaard
c74eee7fe4
mpg123: cleanup after r19300 (don't introduce unneeded hidden configs)
2009-02-05 13:24:01 +00:00
Peter Korsgaard
4fc25fcf10
tremor: strip target lib
2009-02-04 23:51:11 +00:00
Peter Korsgaard
5b1dbd2031
microperl: strip target binary
2009-02-04 23:51:06 +00:00
Peter Korsgaard
8567f5fa15
u-boot: fix dependency for host mkimage
2009-02-04 23:15:51 +00:00
Peter Korsgaard
10f0c6c0b3
linux/Makefile.in.advanced: don't depend on phony target for mkimage
...
Stops continous rebuilds.
2009-02-04 23:15:48 +00:00
Peter Korsgaard
0d149d98d5
alsa-lib: fix with with BR2_PACKAGE_ALSA_LIB_PYTHON
...
Tell it where to find the python headers.
2009-02-04 23:15:42 +00:00
Peter Korsgaard
16a5a68947
toolchain: revert r25193 (Change binary toolchain configuration)
...
As discussed on the list.
2009-02-04 13:42:40 +00:00
Peter Korsgaard
93df57668f
package: remove ltt dir (git-svn issue)
2009-02-04 12:57:21 +00:00
Peter Korsgaard
c0dfdc21f9
package/: remove obsolete ltt package
...
As discussed on the list.
2009-02-04 12:56:35 +00:00
Peter Korsgaard
4d12298c67
buildroot: move BR2_ROOTFS_{PREFIX,SUFFIX} to target menu
...
As suggested on the list by Thiago - Makes more sense to have this together
with the stuff using it.
2009-02-04 12:47:13 +00:00
Peter Korsgaard
8bc48ee108
setlocalversion: sync with HEAD of kernel git
...
Outputs correct svn revision (latest change, not repo version).
2009-02-03 16:24:13 +00:00
Peter Korsgaard
87736033ab
target/generic: add ttyCPMx device nodes to device_table / securetty
...
Serial devices for CPM cores on ppc.
2009-02-03 14:30:44 +00:00
Peter Korsgaard
5c5a49c0b0
uClibc: remove unused 0.9.29 wchar defconfig
...
We add the wchar stuff at compile time using sed, so the default defconfig
works, the file hasn't seen any updates since it first got committed, and
there's no references to it in the tree.
2009-02-03 14:29:36 +00:00
Peter Korsgaard
06d48389e2
uClibc: enable LDSO_RUNPATH in defconfigs (use ELF RPATH info)
...
Fixes mysql-client package (installs shared libraries into /usr/lib/mysql
and sets RPATH).
2009-02-03 14:28:43 +00:00
Peter Korsgaard
b507aca915
kernel-headers: 2.6.28.x: remove cris patch applied upstream
2009-02-02 21:04:13 +00:00
Peter Korsgaard
ca1c4ce743
kernel-headers: bump 2.6.27/2.6.28 stable versions
2009-02-02 20:13:57 +00:00
Ulf Samuelsson
25b41e7e6a
Define OSIP_CFLAGS and OSIP_LIBS for libeXosip2
2009-02-02 07:24:48 +00:00
Ulf Samuelsson
23b44e5a37
Update sam9g20 BSP
2009-02-02 07:22:19 +00:00
Ulf Samuelsson
8bfd360ac6
Mark ltt as broken (all versions of tarball removed from SITE), package obsolete
2009-02-02 07:20:54 +00:00
Ulf Samuelsson
5d77f80ea0
Update buildall.sh with result of latest ARM tests + whitespace cleanups
2009-02-02 07:19:31 +00:00
Ulf Samuelsson
23b692f139
Create a log file as well as stdout during test
2009-02-02 07:18:19 +00:00
Ulf Samuelsson
209f231168
Do not build target compiler during test
2009-02-02 07:17:23 +00:00
Hamish Moffatt
a0caa24f98
Remove empty directory left after dbus/libxml2 cleanup
2009-02-02 00:39:14 +00:00
Peter Korsgaard
a1523adcad
alsa-lib: clean up makefile
...
As discussed on the list. I suspect the ARM abi thing isn't needed anymore
now we use the correct abi in the first place, but I'll leave it in until
after the release.
2009-02-01 19:37:14 +00:00
Peter Korsgaard
91f780bc05
mpfr: bump version
...
I know that changing something as fundamental as mpfr this close to the
release isn't really ideal, but it's listed as the minimum version
for gcc 4.3.x:
http://gcc.gnu.org/install/prerequisites.html
Bernhard's tree has been using 2.3.2 since October, so the risk is probably
not that big though.
2009-02-01 19:37:09 +00:00
Peter Korsgaard
23152113a9
buildroot: use same defaults for atmel target as everything else
2009-02-01 19:37:06 +00:00
Peter Korsgaard
f3b9454a19
busybox: additional 1.13.2 fixes
2009-02-01 19:36:56 +00:00
Ulf Samuelsson
32521c03bd
Do not overwrite user configuration
2009-02-01 16:10:47 +00:00
Peter Korsgaard
bae2ff4946
docs/news.html: announce -rc3
2009-01-31 23:02:41 +00:00
Peter Korsgaard
1fb44d3bfd
dbus: revert r25194 (Unbreak Peters 'fixes' to dbus for a second time)
...
It was a bogus revert.
2009-01-31 22:53:35 +00:00
Ulf Samuelsson
6f295f7c6f
Add AT91 defconfigs for binary toolchains
2009-01-31 21:44:04 +00:00
Ulf Samuelsson
37e6f8b7d0
Add barebone at91sam9260 board
2009-01-31 21:05:29 +00:00
Ulf Samuelsson
4847ef7087
Update at91rm9200df BSP
2009-01-31 21:04:45 +00:00
Ulf Samuelsson
f777dee1d4
Unbreak Peters 'fixes' to dbus for a second time
2009-01-31 21:01:24 +00:00
Ulf Samuelsson
59f084017e
Change binary toolchain configuration, so
...
that the options become visible just below
the config, instead of at bottom of screen
Create a more useful default as toolchain path.
Allow generation of a script which sets up
paths to a binary toolchain generated by buildroot.
2009-01-31 20:49:59 +00:00
Ulf Samuelsson
c1bb025dff
Update atstk200x BSP
2009-01-31 20:44:04 +00:00
Ulf Samuelsson
228f4f8e39
Update atstk1005 BSP
2009-01-31 20:43:32 +00:00
Ulf Samuelsson
d97e32744d
Update atngw100 BSP
2009-01-31 20:43:01 +00:00
Ulf Samuelsson
78491a711d
Update at91sam9263ek BSP
2009-01-31 20:42:28 +00:00
Ulf Samuelsson
c8ce0bed9e
defconfig using binary toolchain
2009-01-31 20:41:36 +00:00
Ulf Samuelsson
ba7113b7f2
defconfig for arm toolchain
2009-01-31 20:41:00 +00:00
Ulf Samuelsson
8a446caa89
make update shoudl save to PROJECT_defconfig
2009-01-31 20:38:55 +00:00
Peter Korsgaard
9e7881ccc9
x11r7: make xman and xcb-util visible in Kconfig
...
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
2009-01-31 19:08:20 +00:00
Peter Korsgaard
398dfc42b7
dbus: revert to pre-r25021 situation
...
Revert to pre-r25021 situation, but add extra comments explaining the
situation.
2009-01-31 18:39:55 +00:00
Peter Korsgaard
657563f2d7
ntp: fix time sync issue
...
Fix for https://support.ntp.org/bugs/show_bug.cgi?id=769 - Patch from gentoo.
2009-01-31 18:39:49 +00:00
Peter Korsgaard
c4cd1bcb84
grub: revert r21974 (features.h should never be included explicitly)
...
features.h (or something including it) is needed for __UCLIBC* to get
defined - E.G. without that the build breaks without largefile support.
Nigel, what was the reason for your commit and what file not found error
did you see?
2009-01-31 12:30:02 +00:00
Peter Korsgaard
2b3ad678ff
grub: fix build
...
Revert to the -35 debian patch (from stable.debian.net) so the other
patches apply, E.G. effectively revert r23968.
Someone who actually uses grub should probably look into updating our
version.
2009-01-31 12:29:55 +00:00
Ulf Samuelsson
8bf5071cf3
dbus dependencies needs to be ready before ./configure
2009-01-31 12:02:40 +00:00
Ulf Samuelsson
caa31fcc62
Workaround for AVR32 compiler issue affecting inlining, causing alsa-lib to break, feedback to AVR32 compiler team will be sent
2009-01-31 10:18:23 +00:00
Ulf Samuelsson
c1e444ff72
Remove AVR32 patches from kernel-headers directory and put them in
...
"target/device/Atmel/arch-avre/kernel-headers-2.6.28.2"
Make sure BR2_KERNEL_HEADERS_PATCH_DIR is enabled for 2.6.28
Set
KERNEL_HEADERS_PATCH_DIR="target/device/Atmel/arch-avre/kernel-headers-2.6.28.2"
for Atmel AVR32 targets and "valka"
2009-01-30 18:39:03 +00:00
Daniel Laird
040bd64849
Extend External Toolchain options (match buildroot built toolchain):
...
Have added options that mean you can set the same BR2_XXXX variables
for external toolchain and internal (buildroot built) toolchain.
This means the same set of packages can be built now me as for you.....
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2009-01-30 16:28:26 +00:00
Peter Korsgaard
0c54ef9c9a
target/linux/Makefile.in.advanced: get rid of BUILDROOT_USE_XWINDOWS
...
As discussed on the list.
2009-01-30 14:41:04 +00:00
Peter Korsgaard
9ce75bf893
dbus: fix xml dependency and stop continous rebuilds
2009-01-30 13:54:47 +00:00
Peter Korsgaard
e4051615c4
dbus: revert r25156 (Fix dbus dependency on libxml2, without rebuild, works but may need refinement)
...
As discussed on the list - Too complicated and wrong.
2009-01-30 13:54:42 +00:00
Peter Korsgaard
92bd25c9eb
toolchain: fix up GNU_TARGET_NAME link and target_utils location
...
The GNU_TARGET_NAME symlink and target_utils location were not correctly
adjusted to match the move of the toolchain to $(STAGING_DIR)/usr,
creating dangling symlinks.
2009-01-30 13:34:42 +00:00
Peter Korsgaard
81ddf3d083
toolchain/gcc: remove unused gcc 3.x cruft from 4.x makefile (sysroot)
2009-01-30 13:34:35 +00:00
Peter Korsgaard
acc182cea2
target/Config.in.arch: fix ARM abi setting
...
Reported by Sven Neumann and based on 7f7aac5d3 in Bernhard's tree.
2009-01-30 11:35:04 +00:00
Daniel Laird
b8d6dff991
qte.mk: Add a 'comment' to indicate the need for NPTL threads
...
Make sure the developer is informed why a package is not
visable and that they need to have a NPTL enabled
toolchain.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2009-01-30 11:30:21 +00:00
Daniel Laird
777de7caa5
qte.mk: Use depends on for toolchain features
...
Buildroot is adopting depends on for toolchain features and
select for packages. Make this change in this file.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2009-01-30 10:49:59 +00:00
Peter Korsgaard
ea57d89bcc
toolchain/gcc/4.3.2: accept abi=aapcs-linux for EABI
...
From Bernhards' tree, thanks to Sven Neuman for noticing. See also
http://gcc.gnu.org/ml/gcc-patches/2008-09/msg01500.html
2009-01-30 10:35:55 +00:00
Peter Korsgaard
a72794391a
readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/
...
Package configs should start with BR2_PACKAGE_.
2009-01-30 09:54:59 +00:00
Peter Korsgaard
ebf47824cc
readline: remove BR2_PACKAGE_READLINE_TARGET configuration option
...
Other packages don't have this, and several packages are depending on
readline where they actually want readline-target instead.
2009-01-30 09:50:13 +00:00
Peter Korsgaard
7eec8ea560
readline: remove redundant BR2_PACKAGE_READLINE_HEADERS configuration
...
Header files on target is globally controlled by BR2_HAVE_DEVFILES.
2009-01-30 09:50:02 +00:00
Ulf Samuelsson
c528189f96
Move AVR32 patch to kernel header to unbreak several applications
2009-01-30 08:53:08 +00:00
Ulf Samuelsson
4b25f84ab9
Fix dbus dependency on libxml2, without rebuild, works but may need refinement
2009-01-30 07:40:14 +00:00
Ulf Samuelsson
0effa31366
Update some comments, which will cause defconfig to wait for input
2009-01-29 23:32:06 +00:00
Ulf Samuelsson
4ab2b56d19
Update some comments, which will cause defconfig to wait for input
2009-01-29 23:23:51 +00:00
Ulf Samuelsson
0ed2265be4
Update some comments, which will cause defconfig to wait for input
2009-01-29 23:22:27 +00:00
Ulf Samuelsson
a1e2f48a2c
at91rm9200df defconfig comment update
2009-01-29 23:02:41 +00:00
Ulf Samuelsson
6031f96b50
2.6.23 is not patchable for at91, cleanup some comments
2009-01-29 22:45:55 +00:00
Ulf Samuelsson
9aa7366856
Delete AT91 patches before 2.6.22
2009-01-29 22:40:27 +00:00
Ulf Samuelsson
8a97c4ea19
Cleanup of AT91 patches
2009-01-29 22:33:23 +00:00
Ulf Samuelsson
1a070853d6
Remove some unneeded AT91 patches
2009-01-29 22:11:46 +00:00
Ulf Samuelsson
b389a73cf1
Update at91sam9263ek BSP
2009-01-29 22:00:58 +00:00
Ulf Samuelsson
acaf54afe1
Update at91sam9261ek BSP
2009-01-29 21:54:58 +00:00
Ulf Samuelsson
43036ab968
Update at91sam960dfc BSP
2009-01-29 21:47:42 +00:00
Ulf Samuelsson
495d0d69f0
Update at9sam9g20dfc BSP
2009-01-29 21:37:29 +00:00
Peter Korsgaard
ae46e5bc89
mysql-client: remove test / benchmark stuff from target (saves ~70MB)
2009-01-29 21:33:32 +00:00
Ulf Samuelsson
38986e2cc2
Cleanup AT91 board support
2009-01-29 21:29:19 +00:00
Ulf Samuelsson
6087c68fe5
Clean up at91bootstrap
2009-01-29 21:28:57 +00:00
Ulf Samuelsson
f8cdfdaada
Update at91rm9200df BSP
2009-01-29 21:27:51 +00:00
Ulf Samuelsson
3a7e2fd783
Remove default value from choice in x86 config
2009-01-29 21:17:36 +00:00
Ulf Samuelsson
b31e63aaf1
Remove obsolete at91bootstrap patches
2009-01-29 20:52:52 +00:00
Ulf Samuelsson
ad54aa3ba7
Clean up AVR32 Linux support for atngw100, atstk100x and atstk1005
...
The boards now support 2.6.27.13 as default
There are configs for 2.6.28.2, but this patch is marked (experimental)
Configuration options for no longer existing patches are removed
(AC-97,ISI and PS2-I/F)
2009-01-29 20:51:05 +00:00
Ulf Samuelsson
010a1acb23
Clean up ARM Ltd. BSP
2009-01-29 20:10:23 +00:00
Peter Korsgaard
97515c6cae
sqlite: bump version
...
Fixes several database corruption bugs
2009-01-29 19:49:22 +00:00
Ulf Samuelsson
9d58dd7384
Update x86 BSP to latest uclibc/linux/tools versions
2009-01-29 19:25:24 +00:00
Peter Korsgaard
e87389229e
toolchain/gcc: remove ancient (and unused) i386 softfloat patch
2009-01-29 19:24:31 +00:00
Peter Korsgaard
6071bb4e1a
toolchain/gcc: remove unused GCC_ENABLE_CLOCALE
...
This variable was introduced in r17046 (add gfortran support,
2006-12-22) and wasn't used even there.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
2009-01-29 19:13:53 +00:00
Ulf Samuelsson
37ae66f462
Clean up x86 support
2009-01-29 17:52:39 +00:00
Ulf Samuelsson
7f44fb1ae2
Clean up ARM Ltd BSP
2009-01-29 17:41:36 +00:00
Ulf Samuelsson
b3e516ec8d
Remove obsolete Sharp BSP
2009-01-29 17:28:06 +00:00
Ulf Samuelsson
e5fbca8e8f
Remove Via BSP which only provide support for linux-2.4
2009-01-29 17:26:08 +00:00
Ulf Samuelsson
80aa788939
Remove Soekris BSP which only provide support for linux-2.4
2009-01-29 17:23:35 +00:00
Ulf Samuelsson
c73c1193f3
Remove jp BSP which only provide support for linux-2.4
2009-01-29 17:22:49 +00:00
Ulf Samuelsson
7785182e46
Remove Hitachi BSP, does not do ANYTHING except providing a differernt uClibc configuration for an obsolete version
2009-01-29 17:22:10 +00:00
Ulf Samuelsson
2f1eb9e4b8
Remove unneeded ARM architecure patch, just a clone of SAM9260 support
2009-01-29 17:21:16 +00:00
Peter Korsgaard
83e903468c
target/device: remove obsolete Sharp/LNode80 platform
...
As discussed on the list and requested on irc:
< prpplague> Jacmet: hey, just wanted to drop a note to confirm that the
LNode80 can be removed, we never went into full scale
production of it, only 20 were ever made
2009-01-29 17:05:12 +00:00
Peter Korsgaard
6e7f92310a
busybox: rebuild if .config changed
...
As reported on irc - Fixes busybox-menuconfig
2009-01-29 11:29:49 +00:00
Peter Korsgaard
85d756d5cc
busybox: remove unused handling of ancient versions no longer in BR
2009-01-29 11:27:20 +00:00
Peter Korsgaard
8186a3edee
gamin: fix build
...
Dependencies were wrong, and it didn't build without largefile support.
2009-01-29 10:13:02 +00:00
Ulf Samuelsson
142f88f746
run test with some knowledge of ARCH
2009-01-29 09:36:35 +00:00
Ulf Samuelsson
260d3b4ac2
make flush, should always be visible
2009-01-29 09:34:11 +00:00
Ulf Samuelsson
a77bf1ecde
Update atstk100x BSP
2009-01-29 09:33:25 +00:00
Ulf Samuelsson
b47232e869
Add AVR32 support for linux-2.6.28.2
2009-01-29 09:32:45 +00:00
Peter Korsgaard
d459b1bc3d
Add radvd to the list of packages
...
Add radvd, the IPv6 router advertisement daemon.
Signed-off-by: Amand Tihon <amand.tihon@alrj.org >
2009-01-28 21:38:49 +00:00
Peter Korsgaard
2389a4591b
xpdf: depends on freetype, so select it in kconfig as well
2009-01-28 20:09:03 +00:00
Peter Korsgaard
97925424aa
toolchain: cris fixes for gcc 4.3.x / linux 2.6.28.x
...
Patches by Hinko Kocevar <hinko.kocevar@cetrtapot.si >
2009-01-28 16:37:09 +00:00
Peter Korsgaard
3813096b28
toolchain/uClibc: fix 0.9.30 build with linuxthreads on ARM
...
Patch by Will Wagner <will_wagner@carallon.com > - From uclibc svn r25099.
2009-01-28 15:48:52 +00:00
Daniel Laird
30f4e13c03
autoconf.mk: Bounce version to 2.63
...
Have been having various issues with multiple jobs (-jX) and building
autoconf. Turns out that v2.63 has fixed this. So bounce version
to a working version.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2009-01-28 15:35:39 +00:00
Peter Korsgaard
c8cfd7b510
alsa-lib: fix build with largefile on 32bit archs
...
Thanks to Will Wagner <will_wagner@carallon.com > for reporting and working
with upstream to get it fixed. Patch from alsa-lib.git.
2009-01-28 15:33:08 +00:00
Peter Korsgaard
7b83993c3e
avahi-autoipd: fix issue with repeated builds
...
The avahi-autoipd target install step adds /var/lib/avahi-autoipd as a
symlink to /tmp/avahi-autoipd, which is fine, except if your /var/lib is
already a symlink to /tmp (E.G. like the default target_skeleton is).
If that's the case, then you end up adding a /tmp/avahi-autoipd symlink
pointing to itself, causing subsequent builds to fail
(Too many levels of symbolic links in the ln -sf call). Fix it by simply
first removing the symlink if it's there.
2009-01-28 15:12:05 +00:00
Nigel Kukard
d608e26d48
xfs is a mainline filesystem with no alternative regarding tools in busybox, remove depend on deprecated
2009-01-28 13:16:27 +00:00
Nigel Kukard
1c5e72a98c
* Cleanup of prefix
2009-01-28 13:14:51 +00:00
Peter Korsgaard
b99fffde07
Config.in: remove extra white space added in r25086.
...
Thanks to HcE for noticing.
2009-01-28 07:59:48 +00:00
Peter Korsgaard
378f899324
fix configuration wrt elf2flt
...
The buildroot toolchain is installed in $(STAGING_DIR)/usr/bin and not
in $(STAGING_DIR)/bin so let,s adjust the --prefix accordingly.
Also the BFLT binary format is always stripped by definition, so it is
incompatible with any kind of stripping option.
Signed-off-by: Nicolas Pitre <nico@cam.org >
2009-01-28 06:32:39 +00:00
Peter Korsgaard
d5664ee995
elf2flt: fix link
...
Seems like recent binutils has pulled in inflate support, so we need to
link with zlib.
2009-01-28 06:32:33 +00:00
Peter Korsgaard
45616607b4
Makefile.autotools.in: add FOO_MAKE for packages needing to use $(MAKE1)
...
As requested on irc.
2009-01-28 06:32:28 +00:00
Peter Korsgaard
0441f3c64b
webkit: depend on C++ + wchar support in toolkit, as icu needs it
2009-01-27 15:10:08 +00:00
Peter Korsgaard
c6da11ea45
webkit: don't depend on X server
2009-01-27 15:02:40 +00:00
Peter Korsgaard
0053483c96
libxml2: stop continous rerun of post-extract target
...
Touch stamp file (seems to have been missed by r23656).
2009-01-27 15:02:34 +00:00
Peter Korsgaard
b84a6adc28
icu: needs wchar support in toolchain as well
2009-01-27 15:02:29 +00:00
Peter Korsgaard
ad9402dba5
icu: add project url to help text
2009-01-27 15:02:25 +00:00
Peter Korsgaard
c0fd0f62f9
icu: needs C++ support in toolchain
2009-01-27 15:02:22 +00:00
Peter Korsgaard
f2b2e82138
webkit: revert r24983 (Disable webkit (with comment) if X is not available)
...
Webkit doesn't need X.
2009-01-27 15:02:13 +00:00
Ulf Samuelsson
6653646d66
Update at91rm9200df BSP
2009-01-27 06:05:15 +00:00
Peter Korsgaard
814ca6d548
alsa-lib: fix typo in -source target
2009-01-27 05:43:29 +00:00
Ulf Samuelsson
0dbf9dd7ab
Create a common BR2_COPYTO to prepare to replace
...
all the different COPYTOs spread out all over
Buildroot.
Generate COPY_FILE subroutine which can be used
to copy a file.
$(COPY_FILE , file, directory, filename)
This will copy to binary dir and to the selected
copy dir if set in new config (intended to replace
all old COPYTO configs)
This is overridden by BUILDROOT_COPYTO,
if set into the environment.
2009-01-26 23:52:31 +00:00
Ulf Samuelsson
78fa0d4eb4
Update at91sam9260dfc BSP
2009-01-26 21:19:05 +00:00
Peter Korsgaard
87c5abadfa
target/device/Atmel/arch-avr32: remove old unused kernel patches
...
As discussed on the list:
22:08 < HcE> Jacmet: so yes, AVR32 wise you can delete anything older than
2.6.27
2009-01-26 21:10:11 +00:00
Peter Korsgaard
d141a6985a
toolchain/kernel-headers: remove ancient (and unused) patches
2009-01-26 21:02:25 +00:00
Peter Korsgaard
13ba121cdb
toolchain/binutils: remove ancient (and unused) 2.14/15/16/17 patches
2009-01-26 21:02:15 +00:00
Ulf Samuelsson
e8b1e036f9
Update documentation with BUILDROOT_USE_XWINDOWS, & linux cleanup
2009-01-26 20:26:16 +00:00
Ulf Samuelsson
8586be28d4
Replace BUILDROOT_KERNEL_CONFIG_METHOD environment variable with BUILDROOT_USE_XWINDOWS
2009-01-26 20:17:06 +00:00
Peter Korsgaard
b30d673c06
Makefile: fix typo introduced in r25601
2009-01-26 19:42:47 +00:00
Peter Korsgaard
33cabc1cb6
libcgicc: don't build demos
...
And remove unneeded patch for demos while we're at it.
2009-01-26 19:41:47 +00:00
Peter Korsgaard
d6803a8a56
libcgicc: install to usr/lib
2009-01-26 19:41:32 +00:00
Ulf Samuelsson
cf7d9872f2
Fix spelling error in Makefile comment
2009-01-26 19:37:54 +00:00
Peter Korsgaard
d1d142dd91
package/: depend on toolchain C++ config, don't use select
...
select should only be used for package (library) dependencies.
2009-01-26 19:19:10 +00:00
Peter Korsgaard
e496ff2141
libcgicc: depend on toolchain config, don't use select
...
select should only be used for package (library) dependencies.
2009-01-26 19:14:18 +00:00
Peter Korsgaard
e03683e066
libglib2: move HOST_GLIB detection to glib package
...
Makes more sense to have it here, and easier to change once we start
building host-glib.
2009-01-26 19:10:41 +00:00
Peter Korsgaard
68bc1e172e
libglib2: halt build early with description if host glib-genmarshal isn't found
2009-01-26 18:17:57 +00:00
Peter Korsgaard
d2c6e22040
linux/advanced: default to make menuconfig
2009-01-26 16:25:17 +00:00
Peter Korsgaard
132b010efc
acpid: remove unused legacy patches
...
As discussed on the list.
2009-01-26 15:28:05 +00:00
Peter Korsgaard
4d097fe8f9
liboil: don't build examples
2009-01-26 14:49:37 +00:00
Peter Korsgaard
7f4cb62a1b
u-boot: halt build early with description if no u-boot board name is set
2009-01-26 14:49:19 +00:00
Peter Korsgaard
3bab463be4
u-boot: clean up after Ulf
...
As discussed on the list.
2009-01-26 14:49:00 +00:00
Peter Korsgaard
6218173ce2
u-boot: mark 2008.10 version as recent
2009-01-26 14:04:10 +00:00
Ulf Samuelsson
377773e2f7
Fix erronous mkimage target
2009-01-26 11:46:44 +00:00
Ulf Samuelsson
f529db89db
Revert bad patch to fix linux rebuild problem
2009-01-26 10:38:00 +00:00
Peter Korsgaard
2440801bd1
mplayer: add -fomit-frame-pointer for i386
...
This seems to be required to compile some of the inline asm.
This solves the following compiler errors:
h264.c: In function 'decode_cabac_residual':
h264.c:6158: warning: passing argument 4 of 'decode_significance_8x8_x86' discards qualifiers from pointer target type
cabac.h: In function 'get_cabac_noinline':
cabac.h:513: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
cabac.h:513: error: 'asm' operand has impossible constraints
While searching several weeks ago, I hit the following URL, which
unfortunately currently doesn't seem to work anymore and I can't
remember what the bug was about.
Also see http://bugs.uclibc.org/view.php?id=4604
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
2009-01-26 09:22:52 +00:00
Peter Korsgaard
3c0dea728e
mplayer: add patch due to missing sys/timeb.h
...
This include file is only available, if uClibc is compiled with
UCLIBC_SUSV3_LEGACY defined and ftime() is not needed in this part of
mplayer at all.
This solves the following compiler error:
win32.c:67:23: error: sys/timeb.h: No such file or directory
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
2009-01-26 09:22:47 +00:00
Peter Korsgaard
1510bb58fe
libsexy: remove trailing newline from r24996
2009-01-26 06:30:59 +00:00
Peter Korsgaard
329f68e794
asterisk: mark as BROKEN and remove obsolete patch
...
Asterisk seems to have moved to a auto* build system, so the .mk has to be
more or less completely rewritten.
2009-01-26 06:28:03 +00:00
Peter Korsgaard
3ba91efea2
irda-utils: totally broken packages should depend on BROKEN, not DEPRECATED
...
Or we should simply delete the dir.
2009-01-26 06:13:06 +00:00
Peter Korsgaard
7e3d659e8c
mysql_client: fix deps and clean up configure args
...
mysql client needs ncurses, readline and C++
2009-01-26 05:51:31 +00:00
Ulf Samuelsson
8e2390fdaf
Add help for packages without AVR32 support
2009-01-26 00:34:02 +00:00
Ulf Samuelsson
ebcaf669f2
Add comment on brokenness of Asterisk
2009-01-26 00:16:11 +00:00
Ulf Samuelsson
67750e96de
deprecate libfloat, package is obsolete
2009-01-26 00:14:56 +00:00
Ulf Samuelsson
7af4d10d17
Deprecate ltt, package is obsolete and replaced by ltt-ng
2009-01-26 00:14:19 +00:00
Ulf Samuelsson
fab832dd57
Deprecate modutils, only for ancient 2.4 kernels
2009-01-26 00:13:29 +00:00
Ulf Samuelsson
6360be7fe1
Deprecate irda-utils, makefile totally broken
2009-01-26 00:12:47 +00:00
Ulf Samuelsson
a6ab997f6f
Deprecate xfsprogs, no support for XFS in Buildroot
2009-01-26 00:12:02 +00:00
Ulf Samuelsson
d45093b23a
reinstitute comment thaat spooler does not work
2009-01-25 23:51:54 +00:00
Ulf Samuelsson
b5a4f6247c
Add explanation why examples are disabled for liboil
2009-01-25 23:47:47 +00:00
Ulf Samuelsson
51a28ab3d3
Avoid the use of subshell in microperl
2009-01-25 23:44:53 +00:00
Ulf Samuelsson
86c392e504
Update patchlevels for linux-2.6.25/27/28
2009-01-25 23:42:09 +00:00
Ulf Samuelsson
9dc75a871b
Fix exec-prefix for libeXosip2
2009-01-25 23:32:13 +00:00
Ulf Samuelsson
dd31a9d285
exec-profix fix for cups
2009-01-25 23:16:11 +00:00
Ulf Samuelsson
147b034d0d
Ensure /boot exists, Write linux version to file,in case the kernel version has changed after the first build
2009-01-25 23:14:55 +00:00
Ulf Samuelsson
070de4f146
Update verification scripts and status for ARM build
2009-01-25 23:09:12 +00:00
Ulf Samuelsson
13a85e3c04
Flush configuration cache, needed if config has changed
2009-01-25 23:01:22 +00:00
Ulf Samuelsson
4374b75504
Revert Atmel boards back to desired operation
2009-01-25 21:53:14 +00:00
Ulf Samuelsson
9f20b5f97f
Use new SHELL variable BUILDROOT_KERNEL_CONFIG_METHOD
...
which will override selection between xconfig and menuconfig
make xconfig will, if it fails, or user does not save configuration
result in make menuconfig beeing tried
Fix several issues causing final part of linux to be regenerated
on each make.
2009-01-25 21:48:33 +00:00
Ulf Samuelsson
4f081d489d
Update at91sam9261ek BSP
2009-01-25 21:01:33 +00:00
Ulf Samuelsson
cf965728d2
Fix spelling error, causing php to use host includes, add patching and unpacked targets
2009-01-25 20:59:30 +00:00
Ulf Samuelsson
9d68c3bdb2
Stop dbus continuos rebuild, fix deps
2009-01-25 20:55:31 +00:00
Ulf Samuelsson
119562f2de
Make cups build, support perl/php option
2009-01-25 20:53:43 +00:00
Ulf Samuelsson
690ba839c0
Support libiconv option for popt
2009-01-25 20:50:59 +00:00
Ulf Samuelsson
6dc301e0be
Use prefix=/usr for libeXosip2
2009-01-25 20:44:23 +00:00
Peter Korsgaard
ae3e3d1325
qtopia4: fix and improve color/pixel depths config
...
Also fix whitespace and use an existing variable for qmake.conf, which
was forgotten in r23828, though it's only commented out.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
2009-01-25 20:19:06 +00:00
Peter Korsgaard
f85f2de174
Makefile: globally define variables used at different places
...
$(comma) and $(space) are used in packages and the toolchain.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
2009-01-25 20:19:01 +00:00
Peter Korsgaard
d411d3a66c
kernel-headers: bump 2.6.27 / 2.6.28 to latest stable
2009-01-25 20:11:45 +00:00
Peter Korsgaard
7e41b89b56
target/linux-advanced: default to menuconfig for all archs
...
Default to menuconfig for atmel targets as well, mention QT3 dependency
for make xconfig and update affected defconfigs.
2009-01-25 20:11:31 +00:00
Ulf Samuelsson
d7cb72db64
Part of NcFTP depends on ncurses, create dependencies, if needed
2009-01-25 08:18:35 +00:00
Ulf Samuelsson
df8f9549fd
liboil make fails on ARM with release toolset for a few unneeded examples due to use of hidden __clz_tab, do not build them for now, but problem may need further examination
2009-01-25 08:16:53 +00:00
Ulf Samuelsson
ed7f49bf49
Fix make problems with perl
2009-01-25 08:14:37 +00:00
Ulf Samuelsson
67d74d8a7a
Fix buildall script to use testbed in scripts/test
2009-01-24 13:34:21 +00:00
Ulf Samuelsson
1162372c9a
Add test configuration but do not include it by default
2009-01-24 11:29:10 +00:00
Ulf Samuelsson
81a9f04114
Make toolchain configration to fix mpg123 global and move to Makefile
2009-01-24 11:27:47 +00:00
Peter Korsgaard
b3f1b6a02e
mpg123: remove unused legacy patch
2009-01-24 10:31:32 +00:00
Ulf Samuelsson
d661484784
Add linux config for at91sam9261ek
2009-01-24 10:23:00 +00:00
Peter Korsgaard
38a1831b51
freetype: fix typo
2009-01-24 10:20:36 +00:00
Ulf Samuelsson
f5371f72f3
Update at91sam9260dfc BSP
2009-01-24 10:16:53 +00:00
Ulf Samuelsson
a467f95953
Add fix to mpg123 for bug in ARM release toolchain causing segment violation, bug reported to gcc bugzilla
2009-01-24 10:15:05 +00:00
Peter Korsgaard
309ff4f976
freetype: only depend on zlib if it is available
...
The dependency is only there so zlib gets built before freetype if it's
available (for shared configure cache)
2009-01-24 08:31:22 +00:00
Peter Korsgaard
80161f54e3
toolchain/uClibc: disable UCLIBC_SUPPORT_AI_ADDRCONFIG in 0.9.30 defconfig
...
UCLIBC_SUPPORT_AI_ADDRCONFIG seems to have issues in 0.9.30 and cause
segfaults on some architectures, so disable it.
Reported and tracked down by "QuickX" <quickx@hotmail.com >.
2009-01-24 06:44:17 +00:00
Peter Korsgaard
fd80603320
libsexy: unbreak build
...
libsexy doesn't depend on libX11, but it does need libxml2.
2009-01-24 06:44:13 +00:00
Peter Korsgaard
085163341a
Revert r24982 (Disable libsexy (with comment) if X is not available)
...
It's wrong, libsexy doesn't depend on an X server.
2009-01-24 06:44:04 +00:00
Ulf Samuelsson
9f71646cf1
Make sure libdnet does not find unsupported libcheck, in host
2009-01-24 06:25:40 +00:00
Ulf Samuelsson
ecdd71417c
Fix unroll bug for ARM toolchain
2009-01-23 23:03:25 +00:00
Ulf Samuelsson
2b192f0815
Fix static lib dep for ncurses
2009-01-23 23:02:15 +00:00
Peter Korsgaard
9cc8af5d5c
docs/news.html: announce -rc2
2009-01-23 21:06:05 +00:00
Peter Korsgaard
7b981dbf06
Revert r24952 (BR2_TARGET_TEST_PACKAGES)
...
As discussed on the list. It is already out of date
(BR2_TARGET_UBOOT_2009_01_RC3, BR2_PACKAGE_RAIDTOOLS), is the wrong solution
and breaks the make allyesconfig; make menuconfig / sed workflow.
2009-01-23 20:45:30 +00:00
Peter Korsgaard
e7eda55f00
package/: remove deprecated and broken raidtool2 package
2009-01-23 20:38:05 +00:00
Ulf Samuelsson
9d51c94e35
Bump AT91 u-boot patches to 2009.01
2009-01-23 19:41:42 +00:00
Ulf Samuelsson
ce6ecb3b0a
Update at91sam9263ek BSP
2009-01-23 18:05:25 +00:00
Ulf Samuelsson
b44a99026e
Use default configure options to allow sawman build to complete with ccache
2009-01-23 17:50:34 +00:00
Ulf Samuelsson
e202b5c378
Disable webkit (with comment) if X is not available
2009-01-23 17:49:07 +00:00
Ulf Samuelsson
7a69b7a3f6
Disable libsexy (with comment) if X is not available
2009-01-23 17:48:49 +00:00
Peter Korsgaard
89aa4113ee
kernel-headers: fix 2.6.28.1 serial.h (unbreaks directfb serialmouse.c)
2009-01-23 13:12:57 +00:00
Peter Korsgaard
76c5b603c8
kernel-headers: rename 2.6.25/2.6.28 patches to match current stable versions
...
Otherwise they won't get applied.
2009-01-23 13:12:51 +00:00
Daniel Laird
bf8203de71
gst-plugins-good: Fix style issues and use of --disable-png.
...
Update ordering and configure options.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2009-01-23 10:39:35 +00:00
Ulf Samuelsson
501c007158
Do not reapply linux patches if LINUX26_PATCH_SOURCE is empty, and we are continuing building after a failure
2009-01-23 00:54:23 +00:00
Ulf Samuelsson
44cb792353
Update tester script
2009-01-22 23:10:12 +00:00
Ulf Samuelsson
6f39a7c62e
Update AT91 u-boot patches to 2009.01
2009-01-22 23:09:41 +00:00
Ulf Samuelsson
c7f715639c
Add workarounds for alsa-utils
2009-01-22 23:06:28 +00:00
Ulf Samuelsson
06b99ea303
Add help script for testing
2009-01-22 23:05:49 +00:00
Ulf Samuelsson
7b2ec61074
Add help for make configured
2009-01-22 23:03:17 +00:00
Ulf Samuelsson
ea8a25f932
Use /usr/lib for ncurses instead of /lib
2009-01-22 22:58:55 +00:00
Ulf Samuelsson
d04321356a
Use /usr/lib for slang instead of /lib
2009-01-22 22:58:29 +00:00
Ulf Samuelsson
e4c96c2d26
Use latest u-boot as default
2009-01-22 18:46:00 +00:00
Peter Korsgaard
77662160bb
toolchain/gcc: make version detection more robust
...
Thanks to Bernhard for noticing (and less so for causing the problem in
the first place :P)
2009-01-22 11:18:44 +00:00
Daniel Laird
9caca74d26
package/multimedia/gst-plugins-good/Config.in
...
package/multimedia/gst-plugins-good/gst-plugins-good.mk
Always disable ESD
Move JPEG/PNG
Add BZIP2/ZLIB options as posted by Markus
Add LIBXML2 dependency for annodex
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2009-01-22 11:01:56 +00:00
Peter Korsgaard
a7614aecf5
u-boot: get rid of unused 2009.01-rc3 dir (git-svn issue)
2009-01-22 10:15:46 +00:00
Peter Korsgaard
5f1fb36aa3
u-boot: add 2009.01, remove -rc3
2009-01-22 10:11:09 +00:00
Peter Korsgaard
79cdd94154
toolchain/gcc: fix target-gcc for 4.3.x
...
Includes are in include-fixed and GCC_LIB_SUBDIR needs to be set like for
the rest of 4.x
2009-01-22 10:04:30 +00:00
Daniel Laird
6d496c4e6a
package/multimedia/gst-plugins-good/Config.in
...
Use select instead of depends on as it makes clear what people
need rather than hiding options based on choices they dont
know they need to make.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2009-01-22 08:09:53 +00:00
Ulf Samuelsson
6fd0d36d32
Add simple way to enable most (but not all) targets for testing purposes
2009-01-22 07:53:24 +00:00
Ulf Samuelsson
0496551eac
Make sure ln command does not break if link exist
2009-01-22 07:51:28 +00:00
Ulf Samuelsson
2f4722048b
Fix AVR32 u.boot build bug
2009-01-22 07:39:12 +00:00
Peter Korsgaard
5f79c0bf44
libconfuse: fix build by removing -Werror flag
2009-01-21 20:45:10 +00:00
Peter Korsgaard
b6dbf2eb86
openssl: fix build without largefile support
2009-01-21 20:31:47 +00:00
Peter Korsgaard
2e02904b04
directfb: fix compilation error on ppc (linux/config.h is long gone)
2009-01-21 19:20:13 +00:00
Peter Korsgaard
0b62a657cf
directfb: bump version and convert to Makefile.autotools.in format
...
Patch by Sven Neumann <s.neumann@phase-zero.de >
2009-01-21 19:20:08 +00:00
Peter Korsgaard
9f89b9bad9
directfb: tarball moved to Old/
2009-01-21 15:49:17 +00:00
Peter Korsgaard
a5e5bdd51b
u-boot: unbreak target tools
...
Got broken by r24697.
2009-01-21 15:49:06 +00:00
Daniel Laird
87d040ee50
package/multimedia/gst-plugins-good/gst-plugins-good.mk
...
package/multimedia/gst-plugins-good/Config.in
gst-plugins-good does not build unless some package dependencies are forced.
This patch allows you to turn off some of the plugins with these dependencies and hides
others that require some packages (like PNG/JPEG)
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2009-01-21 13:33:21 +00:00
Ulf Samuelsson
6e20da741b
Remove reference to query_modules in oprofile, does not exist in linux-2.6. oprofile now builds for ARM
2009-01-21 07:09:41 +00:00
Ulf Samuelsson
98186f1d47
add patch form cgicc'upstream, build now completes\!
2009-01-21 00:27:11 +00:00
Ulf Samuelsson
02407b4c05
include string.h when building cgicc, add libcgicc-unpacked, and clean up libcgicc.mk - still does not build OK
2009-01-21 00:21:43 +00:00
Ulf Samuelsson
a57170cb02
add kismet-unpacked target, fix lack of include for memset etc.
2009-01-21 00:17:03 +00:00
Ulf Samuelsson
d7d5b3852e
Fix circular dependency
2009-01-20 22:38:39 +00:00
Ulf Samuelsson
b9df282721
Make libbz2.so point at libbz2.so.1.0.4 in /usr/lib (correct) instead of in /lib
2009-01-20 22:25:55 +00:00
Ulf Samuelsson
324f61f798
Bump xerces-c to latest stable, ARM build now completes
2009-01-20 21:34:46 +00:00
Ulf Samuelsson
678496e167
Bump lzma to latest stable, ARM build now completes
2009-01-20 21:33:57 +00:00
Ulf Samuelsson
ad862e2ffb
Libraries for dbus-glib are in /usr/lib, depend on expat
2009-01-20 21:32:43 +00:00
Peter Korsgaard
31647bd0c6
mtd/mtd-utils: mkfs.jffs2: fix device_table handling
2009-01-20 20:06:36 +00:00
Peter Korsgaard
40e98127de
busybox: 1.13.2 tar fix
2009-01-20 19:26:54 +00:00
Peter Korsgaard
dc8ff28549
mtd/mtd-utils: sys/acl.h patch is needed for host-mkfs.jffs2 as well
...
The host stuff seems pretty broken though as we don't build a host version
of liblzo.
2009-01-20 14:17:58 +00:00
Peter Korsgaard
81dc300b4d
mplayer: fix non-largefile build
2009-01-20 09:29:50 +00:00
Peter Korsgaard
999026df2b
mplayer: fix configure for powerpc-linux
2009-01-20 09:12:06 +00:00
Peter Korsgaard
49c682dcab
mplayer: force cross-compile mode
2009-01-20 09:11:57 +00:00
Peter Korsgaard
17c17213f1
libmad: unbreak build with gcc-4.3.x
...
libmad used the long deprecated -fforce-mem gcc flag, which no longer is
recognized in gcc-4.3.x. It has long been a noop, so simply remove it.
2009-01-20 08:51:15 +00:00
Ulf Samuelsson
8a97f125ab
U_BOOT_ARCH_PATCH_DIR should contain a value or should not be defined, empty string is not allowed
2009-01-20 08:11:26 +00:00
Hans-Christian Egtvedt
877a486ac9
mplayer: add patch to fix compilation against alsa-lib 1.0.18
...
This adds a patch to fix compilation against alsa-lib 1.0.18. It is basically a
grab of the change from mplayer repository. It also refreshes the other patches
so they apply clean.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2009-01-20 06:17:12 +00:00
Ulf Samuelsson
5a46761446
Bump u-boot to -2009.01-rc3, and add possibility to apply the arch-at91 patches if using an at91
2009-01-19 22:42:03 +00:00
Ulf Samuelsson
b71c76a10a
Fix some bugs in advanced linux configuration, remove some arbitrary combinations of major/minor directly supported, general cleanup
2009-01-19 21:27:04 +00:00
Peter Korsgaard
983780cc9a
busybox: 1.13.2 depmod fix
2009-01-19 12:34:38 +00:00
Peter Korsgaard
30b21413a0
toolchain/kernel-headers: bump 2.6.27 / 2.6.28 versions
2009-01-19 12:34:33 +00:00
Peter Korsgaard
bc65432230
toolchain: introduce HOSTCC_VERSION and fix gcc-4.3.x build with old host CCs
...
gcc < 4.2.0 doesn't support -Wno-overlength-stings, but gcc-4.3.x configure
fails to detect that, breaking the build.
Work around it by detecting the host gcc version (and store in HOSTCC_VERSION)
and set the proper configure variables for gcc < 4.2.0.
2009-01-19 09:18:46 +00:00
Peter Korsgaard
4bcbf87c99
lsof, m4: use variables from BR instead of uclibc
...
UCLIB_HAS_.* is not defined in Buildroot space, so the conditions always
evaluate to the same result. Use appropriate Buildroot variables.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
2009-01-18 14:22:30 +00:00
Peter Korsgaard
675b479c2f
Kconfig: remove 'default n' and 'default no' (see r22874)
...
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
2009-01-18 14:20:18 +00:00
Ulf Samuelsson
6ce30eef5a
Cleanup libgtk2, and prepare for 2.15
2009-01-18 10:57:23 +00:00
Ulf Samuelsson
ebca742682
Change use of rint, which is only supported for X86 in uClibc to generic rounding
2009-01-18 10:53:06 +00:00
Ulf Samuelsson
6da70de503
The liboil Makefile will use "-mcpu=vfp" when building for ARM.
...
The VFP is only available for a few ARM CPUs at the moment,
so this breaks the liboil build.
A patch is available upstream which only enables "-mfpu=vfp"
if "--enable-vfp" is given to "configure".
Autotools needs to be run for liboil for this to take effect.
A new configuration BR2_VFP_FLOAT is added to allow enabling vfp.
If this is "yes", then "-mfpu=vfp" is added to CFLAGS.
2009-01-18 10:51:53 +00:00
Thomas Lundquist
c86f23b770
Getting rid of a bit more configure options that's been centralized.
2009-01-18 09:26:28 +00:00
Thomas Lundquist
6b00041b87
Finish the gtk-doc stuff and start on the smae thing with LARGEFILE and NLS.
2009-01-18 00:05:57 +00:00
Thomas Lundquist
fa2273f409
Easier with one place for configure options for disabling gtk-doc
2009-01-17 10:11:12 +00:00
Ulf Samuelsson
22ba8bcf0e
Ensure glib-1.2 builds a static library
2009-01-17 02:13:15 +00:00
Ulf Samuelsson
03e3b81d4c
Make alsa-lib depend on libpython, if new BR2_PACKAGE_ALSA_LIB_PYTHON is selected
2009-01-17 00:19:06 +00:00
Ulf Samuelsson
3eecdf6166
Update buildall.sh script
2009-01-16 22:45:31 +00:00
Ulf Samuelsson
bdac3e337f
Update broken AVR32 toolchain, and update configs for this, deprecate all but latest AVR32 toolchain
2009-01-16 22:39:05 +00:00
Ulf Samuelsson
2326230ea0
Fix legacy strings for alsa-utils & remove man pages
2009-01-16 22:06:49 +00:00
Ulf Samuelsson
e4c50fe464
libeXosip2 requires libosip2
2009-01-16 21:19:50 +00:00
Ulf Samuelsson
d597e790bc
Fix libglib2 build when LIBICONV is selected, clean up versioning
2009-01-16 21:18:08 +00:00
Peter Korsgaard
c90a6e7215
docs/download.html: cleanup and mention releases
2009-01-16 19:45:21 +00:00
Peter Korsgaard
3434dc6cc5
docs/news.html: announce 2009.02-rc1
2009-01-16 19:45:16 +00:00
Peter Korsgaard
b2998b97cb
buildroot: bump version for release
2009-01-16 14:56:57 +00:00
Peter Korsgaard
032cc7e76f
toolchain/uClibc: mark 0.9.29 as recent
2009-01-16 14:21:24 +00:00
Peter Korsgaard
c816f0b9ea
toolchain/gcc: mark old versions as deprecated
2009-01-16 14:13:50 +00:00
Peter Korsgaard
6e0c86fff8
toolchain/gcc: default to 4.3.2 for !AVR32
2009-01-16 14:13:46 +00:00
Peter Korsgaard
28a229e8da
package: remove tinylogin
...
It's ancient and upstream is gone, people should just use the login stuff
in busybox instead.
2009-01-16 13:56:23 +00:00
Peter Korsgaard
98467f92c4
xerces: tarball moved to archive.apache.org
2009-01-16 13:27:08 +00:00
Peter Korsgaard
901ad7cbc8
quagga: tarball moved to attic/ subdir
2009-01-16 13:23:56 +00:00
Peter Korsgaard
280c871e50
openswan: tarball moved to old/ subdir
2009-01-16 13:21:33 +00:00
Peter Korsgaard
6beda1f236
package/mpfr: fix make source-check/external-deps issue
2009-01-16 12:34:44 +00:00
Peter Korsgaard
1e1e6395b6
package/dm: fix DOWNLOAD fallout
2009-01-16 12:34:40 +00:00
Peter Korsgaard
3e06e4cec6
DOWNLOAD: don't use := assignment for function implementation
...
:= causes the function parameters to get evaluated at definition time
instead of implementation time, which is kind of silly for a function.
Fixes make source-check / external-deps
2009-01-16 12:30:07 +00:00
Peter Korsgaard
3ff43a6838
buildroot: convert remaining WGET users to DOWNLOAD helper
2009-01-16 12:07:53 +00:00
Peter Korsgaard
ed5f6093c0
target/: convert to DOWNLOAD helper
2009-01-16 11:48:43 +00:00
Peter Korsgaard
0ef35d5d5e
toolchain/: convert to DOWNLOAD helper
2009-01-16 11:47:05 +00:00
Peter Korsgaard
4a7bfd2775
package/: convert to DOWNLOAD helper
2009-01-16 11:42:52 +00:00
Peter Korsgaard
d58636d765
buildroot: add BR2_BACKUP_SITE and DOWNLOAD helper
...
This is the long requested backup mirror support. So far only enabled
for Makefile.autotools.in, but there's no reason why we cannot use
DOWNLOAD everywhere.
Notice, I'm still syncing http://buildroot.uclibc.org/downloads/sources/
2009-01-16 10:27:48 +00:00
Peter Korsgaard
2b893123a5
BR2_PRIMARY_SITE: move to Mirrors and Download locations menu
2009-01-16 10:27:39 +00:00
Peter Korsgaard
2671be4d64
Makefile: update copyright
2009-01-16 10:27:27 +00:00
Daniel Laird
ada9baf7b9
package/freetype/freetype.mk: Fix editing of freetype-config
...
Found that the editing of freetypr-config was not quite enough.
Changed it and looked at freetype-config --cflags, --libs and got the values
I expected.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2009-01-16 09:02:51 +00:00
Ulf Samuelsson
63e0cdb206
Update kernel snapshot version
2009-01-15 23:19:28 +00:00
Ulf Samuelsson
20fed85399
Update package buildscript
2009-01-15 23:17:38 +00:00
Peter Korsgaard
e62d2ecda0
Makefile: implement make release
2009-01-15 19:36:06 +00:00
Peter Korsgaard
d76dd3f02d
docs/developer.html: People should ask on the list for commit access
2009-01-15 14:50:20 +00:00
Peter Korsgaard
e29a13c22f
docs/copyright.txt: update year, add buildroot developers
2009-01-15 14:50:17 +00:00
Peter Korsgaard
c3cfe98077
docs/about.html: new maintainer
2009-01-15 14:50:14 +00:00
Peter Korsgaard
fee2cc8945
docs/footer.html: ask people to mail the list instead of Erik
...
And update the year while we're at it.
2009-01-15 14:50:11 +00:00
Peter Korsgaard
9d40356abb
docs/README: ask people to mail the list instead of Erik
2009-01-15 14:50:07 +00:00
Peter Korsgaard
1d29743c72
BR2_BANNER: set to 'Welcome to Buildroot'
...
Seems a bit more sensible as default.
2009-01-15 14:50:03 +00:00
Peter Korsgaard
1a1ecfb69f
kernel-headers: mark 2.6.27 as RECENT, 2.6.26 as deprecated
2009-01-15 08:43:33 +00:00
Peter Korsgaard
f0200a600a
kernel-headers: default to 2.6.28
2009-01-15 08:33:35 +00:00
Peter Korsgaard
b1225d6f40
kernel-headers: bump 2.6.27 version
2009-01-15 08:33:31 +00:00
Ulf Samuelsson
49d32869e0
Always create shared python library, if python is created, needed by multiple packages
2009-01-15 06:28:05 +00:00
Ulf Samuelsson
23b948f5be
Make acpid patch depend on VERSION
2009-01-14 23:54:02 +00:00
Ulf Samuelsson
76224bc019
Change TTCP_BUILD_DIR to TTCP_DIR
2009-01-14 23:53:20 +00:00
Ulf Samuelsson
afa1babac5
Kismet needs dbus to build
2009-01-14 23:51:32 +00:00
Ulf Samuelsson
65d2a21b67
Bump vpnc version and remove build of man pages, which breaks when cross compiling
2009-01-14 23:50:44 +00:00
Ulf Samuelsson
4f78c090a4
libeXosip2 is dependent on libosip2
2009-01-14 23:49:24 +00:00
Ulf Samuelsson
f3c2eed5d8
Update deprecated bmove to memmove in ttcp
2009-01-14 22:52:31 +00:00
Ulf Samuelsson
0267841fe5
Force use of HOST_GLIB instead of /usr/bin for libgtk2
2009-01-14 22:11:13 +00:00
Ulf Samuelsson
f1df706a85
Update deprecated bcopy,bcmp,bzero to mem* in mrouted
2009-01-14 22:08:36 +00:00
Ulf Samuelsson
30ffbbe5ad
Remove references to sys/timeb.h in libupnp configure, ftime is removed from source already
2009-01-14 22:07:17 +00:00
Ulf Samuelsson
9224d668f5
Add mrouted-unpacked target
2009-01-14 22:05:19 +00:00
Daniel Laird
6e12b4f1c7
package/multimedia/gstreamer/gstreamer.mk: Fix missing \
...
Fix stupid typo.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2009-01-14 16:52:10 +00:00
Daniel Laird
0d5ded862c
package/multimedia/gstreamer
...
package/multimedia/gst-plugins-*: I do not want docs installed in rootfs.
Stop it installing the docs in the ROOTFS by using the same fix
as has been applied to cairo.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2009-01-14 14:38:18 +00:00
Thomas Lundquist
caf9ed7bff
Better to use the correct --without
2009-01-14 13:36:36 +00:00
Thomas Lundquist
dd771221ff
Woops, we do need /dev/null, not a directory with html in it.
2009-01-14 12:26:30 +00:00
Daniel Laird
e3171fda5d
package/libidn/Config.in: Fix layout of text as per coding guidelines.
...
Update description to match required ->
help
Description
Empty line
Homepage
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2009-01-14 08:31:41 +00:00
Ulf Samuelsson
54695cc01a
Use HOST_GLIB for glib installation instead of /usr/bin
2009-01-13 21:02:43 +00:00
Ulf Samuelsson
3f8d9b275f
Update at91sam9263ek BSP
2009-01-13 18:45:19 +00:00
Ulf Samuelsson
4613db0009
Bump acpid version and update source filename
2009-01-13 18:44:32 +00:00
Ulf Samuelsson
bbcd069271
Update buildall.sh script
2009-01-13 18:43:46 +00:00
Ulf Samuelsson
c792641562
Use GNU_MIRROR for libcgicc since www.cgicc.org is gone, change bz2 to gz and bump version
2009-01-13 18:42:37 +00:00
Daniel Laird
eb153a7f33
package/libidn/Config.in: Fix line length of text
...
Could not count properly.... line length > 80.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2009-01-13 16:57:21 +00:00
Daniel Laird
2f211c8778
package/libidn: Add a new package (required by later WebKits...)
...
GNU Libidn is a fully documented implementation of the Stringprep,
Punycode and IDNA specifications. Libidn's purpose is to encode
and decode internationalized domain names. The native C, C#
and Java libraries are available under
the GNU Lesser General Public License version 2.1 or later.
Not quite sure I've put it in the correct menu but it will work.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2009-01-13 16:36:16 +00:00
Peter Korsgaard
a81367744f
buildroot: mark alpha as broken
...
It still doesn't build with threading + shared libs disabled
2009-01-13 15:14:21 +00:00
Peter Korsgaard
35dc4cd628
toolchain: sh64 fixes
...
- arch/sh and arch/sh64 got merged in 2.6.25, so use arch/sh for sh64 as well
- use little endian for sh64, like for 32bit sh
sh64 still doesn't build, but gets further along now.
2009-01-13 15:09:18 +00:00
Daniel Laird
8e583fd0f7
package/liberation/liberation.mk: A further tidy up.....
...
Use touch -c $@
Do not install fonts into staging dir.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2009-01-13 10:37:48 +00:00
Daniel Laird
0875bc85bb
package/alsa-lib/alsa-lib.mk
...
package/gettext/gettext.mk: Both of these components look for iconv when configuring so need to be dependent.
Both of these packages can be built with libiconv support. If libiconv is enabled and these are built first
then some configure variables get stored in the system cache and then libiconv is not used properly.
If libiconv is selected by user make sure it is built before either of these packages are built.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2009-01-13 10:26:28 +00:00
Hans-Christian Egtvedt
2c6ee8299b
samba: use proper BR variable to disable largefile while configuring
2009-01-13 08:02:52 +00:00
Hans-Christian Egtvedt
8e1e3e58fb
samba: bump version to 3.2.7 and refresh patches against this version
...
This patch bumps the Samba version to 3.2.7 and refreshes the patches. It also
fixes two minor issues by introducing two new small patches.
2009-01-13 07:29:35 +00:00
Hans-Christian Egtvedt
b9a79cd8f0
samba: properly disable largefile if not selected in Buildroot
2009-01-13 07:26:55 +00:00
Hamish Moffatt
147232da39
Added missing libdnet package
2009-01-13 00:46:39 +00:00
Peter Korsgaard
8161c45b89
buildroot: mark ia64, m68k, nios2, sparc and sparc64 as broken
...
No sense in showing the architecture options when they cannot even build
the toolchain.
2009-01-12 20:58:54 +00:00
Peter Korsgaard
b2c5b9109e
toolchain: fix cris build with 2.6.28 kernel headers
...
Patch by Hinko Kocevar <hinko.kocevar@cetrtapot.si >
2009-01-12 20:16:16 +00:00
Peter Korsgaard
b268646b9f
uclibc: 0.9.30-x86-2.6.28+headers-fix: add r24799 as well
...
Handle x86_84 as well. From uclibc r24799.
2009-01-12 15:57:28 +00:00
Thomas Lundquist
8356803dcf
Fix dependencies.
2009-01-12 15:22:41 +00:00
Peter Korsgaard
6e4c616df8
toolchain/uclibc: fix sparc SED handling of _V9 / _V9B
2009-01-12 15:01:28 +00:00
Peter Korsgaard
b24c3215c1
buildroot: get rid of s390 support
...
As discussed on the list. It isn't supported by uclibc, so I strongly doubt
anyone has been using it.
2009-01-12 14:36:14 +00:00
Peter Korsgaard
5b220b9ded
toolchain/uclibc: propagate mips mips32r2 variant setting to uclibc
...
0.9.30 supports MIPS_ISA_MIPS32R2, so use it if mips32r2 variant is selected.
2009-01-12 14:11:40 +00:00
Daniel Laird
215e91f132
toolchain/external-toolchain/ext-tool.mk: Support non sysroot-able toolchains
...
Only copy the sysroot files if the toolchain was built with sysroot support.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2009-01-12 12:54:30 +00:00
Daniel Laird
729cf4f6c3
package/libpng/libpng.mk: Remove the unnecessary --without-x option
...
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2009-01-12 12:45:48 +00:00
Daniel Laird
c3430358a3
package/liberation/liberation.mk: Correct the makefile to what it should have been
...
Correct the makefile so that it works and is what I originally planned to add.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2009-01-12 12:40:48 +00:00
Thomas Lundquist
94b61800c7
May not be the right way to do it but I just don't want those docs.
2009-01-12 10:29:46 +00:00
Ulf Samuelsson
e791c63303
Update sam9263EK BSP
2009-01-12 10:25:31 +00:00
Peter Korsgaard
1e38a548bc
busybox: 1.13.2 mdev fix
2009-01-12 09:36:57 +00:00
Ulf Samuelsson
2dcd4dedc7
Remove conditional clause which disables building some packages
2009-01-12 07:45:02 +00:00
Ulf Samuelsson
0c0725438b
Add ncurse-unpacked target
2009-01-12 07:44:09 +00:00
Ulf Samuelsson
1811acae86
Add some whitespace to output, aligning comments, when added
2009-01-12 07:43:23 +00:00
Ulf Samuelsson
728164ff16
Bump version of ImageMagick which does not work, use versioned patches, needs further work to complete build
2009-01-12 07:42:09 +00:00
Ulf Samuelsson
a51ee4995c
Disable use of python in alsa-lib, if not configured
2009-01-12 07:40:08 +00:00
Ulf Samuelsson
c6b5799c36
Do not hardwire linux-fusion for AVR32, now also build for ARM
2009-01-12 07:28:50 +00:00
Ulf Samuelsson
0fac1d7d4b
Support large sector NAND flash for JFFS2
2009-01-12 00:43:22 +00:00
Ulf Samuelsson
bedae66ccf
Sudo source package IS at DEBIAN, but with a different name
2009-01-12 00:06:49 +00:00
Ulf Samuelsson
02f4498a9b
revert patch to allow downloading sudo from an EXISTING location
2009-01-11 22:31:25 +00:00
Ulf Samuelsson
63f855dd20
Make xfsprogs downloadable, Why have it, when we do not support XFS file system?
2009-01-11 21:50:07 +00:00
Ulf Samuelsson
e897b420fb
Update at91bootstrap to 2.10
2009-01-11 21:44:14 +00:00
Ulf Samuelsson
f4431ebb08
Move AT91 patches for u-boot-2009.01-rc1 to device/Atmel/arch-arm/u-boot/2009.01-rc1
2009-01-11 21:42:07 +00:00
Ulf Samuelsson
00a1ff5bc3
Remove premature deprecation of u-boot-1.2.0-atmel
2009-01-11 21:39:54 +00:00
Ulf Samuelsson
41950c0d2d
Update AVR32 uclibc config for 0.9.30
2009-01-11 21:15:46 +00:00
Ulf Samuelsson
83b2a67eec
Update defocnfig for ngw100
2009-01-11 21:15:08 +00:00
Ulf Samuelsson
bd8c8ab095
Add linux-2.6.27.10 config for stk100x
2009-01-11 21:14:17 +00:00
Ulf Samuelsson
062da366e0
Add buildall script for testing many/most packages separately with build logs and documentation for this and mkpkg
2009-01-11 21:13:02 +00:00
Ulf Samuelsson
06b9e7abe7
Move kernel localversion files to TARGET_DIR/boot
...
to allow packages which assumes that LINUX26_DIR
and the /lib/modules/LINUX_VERSION use
the consistent version numbering to build.
Create a file ".linux-version" containing
the real linux version in $(PROJECT_B UILD_DIR)
to allow packages to read the correct linux version
2009-01-11 20:43:24 +00:00
Ulf Samuelsson
6b054c3b90
Bug fix for mkpkg script
2009-01-11 20:37:04 +00:00
Peter Korsgaard
8f3c06a667
sudo: use Debian as upstream
...
As we are using a Debian/Ubuntu patch, it makes more sense to get the
tarball from there as well.
2009-01-11 20:36:17 +00:00
Ulf Samuelsson
c075c6888d
Change name form DIRECTFB_MAJOR to DIRECTFB_VERSION_MAJOR, make patches version dependent
2009-01-11 20:35:34 +00:00
Ulf Samuelsson
0a63b6ce56
Make sure SDL finds DirectFB headers ,if used
2009-01-11 20:24:24 +00:00
Ulf Samuelsson
80a8ebc8ea
Remove irda.mk from build, since it is totally broken
2009-01-11 20:21:04 +00:00
Ulf Samuelsson
7ad590142f
Change name from raidtools to raidtools2
2009-01-11 20:19:24 +00:00
Ulf Samuelsson
9e15c00a04
Change name from PYTHON_VERSION_SHORT to PYTHON_VERSION_MAJOR
2009-01-11 20:15:35 +00:00
Ulf Samuelsson
75a291159d
Update package/Config.in for irda-utils, fusion and linux-fusion
2009-01-11 20:13:49 +00:00
Ulf Samuelsson
393ded18fb
Add latest linux-fusion to allow DirectFB to build
...
Remove old fusion which only copies some files
2009-01-11 20:13:07 +00:00
Ulf Samuelsson
5731eb9d55
Use correct goal for libraw1394.so
2009-01-11 20:12:11 +00:00
Ulf Samuelsson
decf86e4a3
Make sure alsa-lib build with correct python version
2009-01-11 20:10:57 +00:00
Ulf Samuelsson
675d416144
Bump php version since source is removed due to security risk
2009-01-11 20:08:47 +00:00
Ulf Samuelsson
d36b786d91
Move SUDO_SITE to ATMEL_MIRROR, No cross-compiler patches for later versions which does not build without, fix installation
2009-01-11 19:58:51 +00:00
Thomas Lundquist
de5576b350
For some reason we ended up with a link-loop. This does not.
2009-01-11 13:33:13 +00:00
Thomas Lundquist
d60c00902a
We do not need gtk-doc on the target (and hopefully not in staging.. )
2009-01-10 14:55:52 +00:00
Thomas Lundquist
f0cb932c3a
Get rid of a host-dependency.
2009-01-10 13:47:18 +00:00
Thomas Lundquist
108b7f6c94
Wrtie? nto mee!
2009-01-10 12:45:27 +00:00
Thomas Lundquist
bd95b5006f
Nice to point out dependencies on host.
2009-01-10 11:44:44 +00:00
Ulf Samuelsson
2ffa05a0c5
Buop version of olsr to 0.5.6 which builds correctly
2009-01-10 00:27:34 +00:00
Ulf Samuelsson
a3afd2ce59
Add script allowing better overview of build status of single packages
2009-01-10 00:26:30 +00:00
Ulf Samuelsson
5cf17da1de
Bump version of ntfs-3g to 1-5130, This will build in lib regardless of prefix=
2009-01-10 00:23:58 +00:00
Ulf Samuelsson
786efd1aa2
Use correct path to source for libsndfile
2009-01-10 00:21:35 +00:00
Ulf Samuelsson
b623268c4f
liberation internal dependencies are corrected
2009-01-10 00:20:05 +00:00
Ulf Samuelsson
89e439ed41
Previous vtun was version 2.6.
...
This does not buld because its "configure" requires
that -llzo contains "lzolx_decompress".
"vtun" does not build, evenm if liblzo is available.
The LZO package currently used by buildroot
does not contain ANY reference to "lzolx_decompress"
"vtun" has been upgraded to 3.0.2 and now builds OK,
but is yet to be tested on a target.
The previous patch containing three diffs,
has been broken up into three files.
The second patch fails.
This patch tries to replace a perl script
($(VTUN_DIR)/scripts/vtund.rc.debian)
with a shell script with the same name.
In vtun-3.0.2, vtund.rc.debian is a shell script which is
fairly similar to the shell script provided by the patch.
For now, it has been decided not to replace this shell
script with the script generated by the patch for 2.6
vtun will thus be built with the 3.0.2 vtund.rc.debian.
The start-stop-daemon parameters and other things
in this script may be inappropriate for something based on busybox.
I will leave the decision which script to use,
the 2-6 script or the 3.0.2 script to someone else.
Both files are kept in the directory, but should
be removed once it has been decided what to do
about this script.
Signed-Off by: Ulf Samuelsson <ulf.samuelsson@atmel.com >
2009-01-10 00:18:04 +00:00
Peter Korsgaard
86884df4d1
ed: bump version, convert to Makefile.autotools.in format
2009-01-09 13:35:16 +00:00
Peter Korsgaard
8bcb19eb50
grep: convert to Makefile.autotools.in format
2009-01-09 13:35:09 +00:00
Peter Korsgaard
895a027353
grep: bump version, use GNU_MIRROR
2009-01-09 13:34:53 +00:00
Ulf Samuelsson
7aa8a5acce
Update at91sam9261ek configs, build completes
2009-01-09 06:31:01 +00:00
Ulf Samuelsson
34b01cc4a1
Make sure U-boot is built, if we do make uImage
2009-01-09 06:30:08 +00:00
Ulf Samuelsson
4ff9d431b8
Update sam9263ek configs, build completes
2009-01-08 23:01:50 +00:00
Ulf Samuelsson
ab5c2cfc03
Linux26 requires "mkimage" from u-boot to be in the PATH
...
if an uImage is to be built for arm, avr32, blackfin and sh.
PATH has therefore been set to have $(STAGING_DIR)/usr/bin
as the first item allowing linux to find mkimage.
This patch will, if an uImage is built, create a "u-boot-toóls"
directory in the PROJECT_BUILD_DIR directory.
$(STAGING_DIR)/usr/bin/mkimage is copied to this directory
and the PATH variable will now include "u-boot-tools"
If an uImage is built, then the linux build will now depend on "u-boot".
2009-01-08 22:58:30 +00:00
Ulf Samuelsson
104356d26b
Do not add PATCH_VERSION to PORTAGE_VERSION if patch is not applied, time to upgarde to 2.1.6?
2009-01-08 22:11:33 +00:00
Peter Korsgaard
9dd66ff7e9
target/u-boot: more cleanups
...
As discussed on the list.
- No sense in depending on BR2_TARGET_UBOOT when the configurations are
within a if BR2_TARGET_UBOOT conditional.
- n is default, so remove 'default n'
- clarify nested conditionals
2009-01-08 14:58:54 +00:00
Peter Korsgaard
2b75de900b
target/u-boot: cleanup
...
Fix s/Linux/U-Boot/ typo, default to the latest stable version, mark
old versions as deprecated and comment out unreleased version for now.
2009-01-08 14:58:51 +00:00
Peter Korsgaard
bc23691b44
mtd: mark 20050122 snapshot as deprecated
2009-01-08 14:58:45 +00:00
Hans-Christian Egtvedt
386b8139ea
Mention the saveconfig and getconfig targets in make help
...
I often find myself forgetting what those targets were called, and I imagine
others may not even be aware of their existence.
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com >
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2009-01-08 13:16:24 +00:00
Hans-Christian Egtvedt
555474f2da
strace: fix AVR32 arch patches and refresh all patches to apply clean
...
This patch updates the AVR32 arch patches for strace 4.5.18 and refreshes all
the other patches so they apply clean.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2009-01-08 09:24:32 +00:00
Peter Korsgaard
fd5ce9ff41
neon: s/exapt/expat/
2009-01-08 08:27:45 +00:00
Peter Korsgaard
f6fd77c403
freetype: mark ancient 2.2 version as deprecated
2009-01-08 08:27:18 +00:00
Ulf Samuelsson
3f673cfb32
Fix BOARD_PATH for local projects
2009-01-06 23:38:33 +00:00
Ulf Samuelsson
03c16d10e2
Update atngw100 configs, needs patch from Atmel fork for strace to build correctly, otherwise disable strace
2009-01-06 23:02:50 +00:00
Ulf Samuelsson
036f1daaa0
Remove incorrrect dependency on latest minor kernel patch
2009-01-06 23:00:24 +00:00
Ulf Samuelsson
ec2eb199ca
Add PATH to linux build options to allow 'mkimage' to be found. Neccessary for arm,blackfin,sh and avr32 in linux-2.6.28
2009-01-06 21:42:43 +00:00
Ulf Samuelsson
c7b77e5669
Set default kernel to BR2_LINUX26_STABLE, Remove duplicate definion of BR2_KERNEL_CURRENT_VERSION and remove comments from Config.in choices
2009-01-06 21:24:42 +00:00
Ulf Samuelsson
3867e083e1
Update at91sam9260 Board Support Package to linux-2.6.28
2009-01-06 16:42:15 +00:00
Ulf Samuelsson
7e9a5c9500
Update AT91SAM9G20 Board Support to linux-2.6.28
2009-01-06 16:39:17 +00:00
Ulf Samuelsson
c299ec7a8d
Add support for SAM9G20 in at91bootstrap
2009-01-06 16:36:45 +00:00
Ulf Samuelsson
f53a437e4e
Add documentation for u-boot patches to 2009.01-rc1
2009-01-06 16:30:32 +00:00
Ulf Samuelsson
0082e57f16
Add CONFIGs for new commands to at91 parts
2009-01-06 16:24:42 +00:00
Ulf Samuelsson
3ab31f3a6a
Add support for waiting for NFS root server before booting
2009-01-06 16:24:06 +00:00
Ulf Samuelsson
756b2f1f98
Remove patches that should not have been inlcuded in the spimux commit
2009-01-06 16:21:36 +00:00
Ulf Samuelsson
ce5971ecca
Add 'mux' command to control ext mux on at91rm9200dk/ek
2009-01-06 16:17:43 +00:00
Ulf Samuelsson
d6afbb99b4
Add 'led' command to control coloured LEDs
2009-01-06 16:17:15 +00:00
Ulf Samuelsson
b4a6b4eaa4
Remove an extra #endif from u-boot.factory
2009-01-06 16:13:08 +00:00
Ulf Samuelsson
0590b0ff85
Fix some CFG/CONFIG related problems for AT91RM9200 configuration of U-Boot
2009-01-06 16:10:56 +00:00
Ulf Samuelsson
d5e3c2c55a
Use the correct sam9g20 patch for 2009.01-rc1
2009-01-06 16:09:53 +00:00
Ulf Samuelsson
b33e097596
When you set BR2_PACKAGE_LINUX_USE_DEFCONFIG
...
to configure linux using the
make <board>_defconfig
You have to supply the $(BOARD_NAME) variable.
Add this info in the help text for
target/linux/Makefile.in.advanced
----------------
When you do not set BR2_PACKAGE_LINUX_USE_XCONFIG
to configure linux using "$make <XXXX>config
The choices "$make menuconfig" or "$make xconfig"
should not be visible.
Add dependency
2009-01-06 14:40:24 +00:00
Ulf Samuelsson
6bcd872614
Use PROJECT-u-boot-VERSION-DATE.bin as u-boot target
...
Provide link using "u-boot.bin"
Add BR2_TARGET_UBOOT_DEFAULT_ENV config
If this is set, Buildroot will generate
a default environment to allow easy downloading
of the kernel and root file system
Both as compile time data and an autoscript.
Make u-boot depend on $(U_BOOT_TARGETS)
Add "u-boot-autoscript" to U_BOOT_TARGETS if
BR2_TARGET_UBOOT_DEFAULT_ENV is set.
Take kernel name from Linux build.
Use correct ARCH when mkimaging the autoscript.
Do not use TARGET_ATMEL_COPYTO for generic u-boot.
Hide dataflash memory configurations when
different boot memory is used.
2009-01-06 14:16:27 +00:00
Peter Korsgaard
30f7cc2f3c
openssl: remove uclibc-susv3-legacy hunk from avr32 patch
2009-01-06 11:59:55 +00:00
Peter Korsgaard
1250acd942
u-boot: unbreak build after r24674
...
Disable broken autoscript handling so the build atleast completes
2009-01-05 16:16:30 +00:00
Peter Korsgaard
62ee161f0d
u-boot: revert U_BOOT_TARGET part of r24646
...
More u-boot build unbreaking. r24646 added U_BOOT_TARGET which uses the
nonexisting BOARDNAME variable, which means that the filename expands
to -u-boot-*, confusing ln.
There's limited point in having that symlink in the first please, so simply
revert that hunk.
2009-01-05 16:12:34 +00:00
Peter Korsgaard
f7870ba027
u-boot: unbreak build after r24646
...
Unset variables aren't the same as "".
2009-01-05 15:52:44 +00:00
Peter Korsgaard
585aca9a5a
add .empty files for git-svn
...
git-svn (and git) doesn't handle empty directories, so add .empty files
to those dirs like elsewhere in buildroot.
Those empty directories are normally not a big deal, but the recent changes
to u-boot broke the build.
2009-01-05 15:47:00 +00:00
Peter Korsgaard
1da0d110b9
remove more empty dirs
2009-01-05 15:37:11 +00:00
Peter Korsgaard
1d77b950a4
target/generic: remove empty legacy dirs
2009-01-05 15:24:31 +00:00
Peter Korsgaard
f0aede1aa9
package: remove empty legacy dirs
2009-01-05 15:23:09 +00:00
Nigel Kukard
bdd9d4dc0d
Use target ar & ranlib when generating static archives, the host tools were being used when libltdl.a was being generated
2009-01-04 06:04:50 +00:00
Nigel Kukard
7f6261dbfb
We don't need to set CC, AR, RANLIB when installing and uninstalling
2009-01-04 06:02:30 +00:00
Nigel Kukard
96cb68c26f
Use target ar & ranlib when generating static archives, libm4.a was being built with the host ar and ranlib
2009-01-04 05:59:54 +00:00
Ulf Samuelsson
3b60cec51b
Do not copy linux config with higher minor version than current kernel
2009-01-03 16:59:04 +00:00
Nigel Kukard
3ed07ff64b
* Simplify the screen install, no versioned binaries, no symlink to versioned binary
2009-01-03 16:30:09 +00:00
Ulf Samuelsson
2d696140c2
Allow use of uClibc-0.9.30 for AVR32 toolchain
2009-01-03 16:25:47 +00:00
Ulf Samuelsson
37d401f436
Fix binutils Config for AVR32 (hopefully final version)
2009-01-03 16:24:14 +00:00
Ulf Samuelsson
cc30201f47
Update target/device/Atmel/*/Makefile.in
...
------------------------------------------
Replace $(BOARDNAME)_PATH with BOARD_PATH
Set U-Boot targets for 1.2.0-atmel as well as 2009.01-rc1
Remove hardwiring of BusyBox configuration files.
Remove older BusyBox configuration files
Remove "at91sam9260dfc-linux-2.6.28-rc6.config" from at91sam9g20dfc directory
Update "at91rm9200df_defconfig"
Add "at91rm9200df-linux-2.6.28.config"
Update "at91sam9260dfc_defconfig"
2009-01-03 16:10:50 +00:00
Ulf Samuelsson
c7066b1807
Generate an autoscript for configuring u-boot in $(BINARIES_DIR)
...
mkimage the autoscript to autoscript.$(PROJECT)-
Move build of u-boot-1.2.0-atmel to target/u-boot
Only visible for AT91 targets.
Fetch prepatched 1.2.0-atmel tarball from $(BR2_ATMEL_MIRROR)
Rest from normal location.
Introduce U_BOOT_CONFIGURE_OPTS
Set to NOSOFT_FLOAT for u-boot-1.2.0-atmel
Disable target/device/Atmel/u-boot
Keep files in target/device/Atmel/u-boot during a test period.
Files:
M target/device/Atmel/Makefile.in
M target/device/Atmel/Config.in
M target/u-boot/Makefile.in
M target/u-boot/Config.in
A target/u-boot/1.2.0-atmel
2009-01-03 15:50:38 +00:00
Nigel Kukard
98eefe7074
Fixed missing "
2009-01-03 15:03:16 +00:00
Nigel Kukard
910dc8cb07
rsync doesn't support install-exec, override RSYNC_INSTALL_TARGET_OPT to install non-stripped
2009-01-03 08:04:21 +00:00
Ulf Samuelsson
4eb79e2732
Update linux versions
2009-01-03 01:06:36 +00:00
Ulf Samuelsson
309af037c8
one more fix of binutils config for AVR32 toolchain
2009-01-03 01:06:16 +00:00
Ulf Samuelsson
42c16c7ddb
Unbreak AVR32 toolchain, by making binutils-2.17 available
2009-01-03 00:59:57 +00:00
Ulf Samuelsson
d2485586b9
Fix remaining 'butterfinger' issue
2009-01-03 00:40:02 +00:00
Ulf Samuelsson
5dec4da010
Remove debugging variable added to svn by mistake, (Thanks Pter)
2009-01-03 00:07:25 +00:00
Ulf Samuelsson
7213dae7a5
Add support for at91sam9g20 to U-Boot
2009-01-03 00:06:13 +00:00
Ulf Samuelsson
fc6be2d970
Add facilities for installing u-boot in different locations
2009-01-03 00:05:42 +00:00
Ulf Samuelsson
f563fc9565
Provide factory default command to u-boot, using Buildroot variables
2009-01-03 00:04:55 +00:00
Ulf Samuelsson
75c6381110
Fix issue with AT91/AVR32 Ethernet MACB
2009-01-03 00:04:14 +00:00
Ulf Samuelsson
ff9b66d5d0
Add X-Modem tools for minicom to u-boot allowing easy downloading of U-Boot
2009-01-03 00:03:31 +00:00
Ulf Samuelsson
b00e4bf529
Add Memory configration to u-boot (Config.in) and remove comments from 'choice's', Rearrange options for clarity
2009-01-03 00:02:07 +00:00
Ulf Samuelsson
e074c38220
Add Memory configuration to U-Boot build, remove some debugging info
2009-01-03 00:00:46 +00:00
Peter Korsgaard
0cea718b8a
toolchain: remove empty export-toolchain dir (git-svn issue)
2009-01-02 20:31:44 +00:00
Peter Korsgaard
3db839986d
toolchain: revert "Allow creating a script for external use of Buildroot toolchain"
...
It's been 10 days now without any reply from Ulf, so revert r24480+r24481.
2009-01-02 20:31:01 +00:00
Peter Korsgaard
31de8c37da
toolchain/binutils: fix up avr32 related fallout of r24474
...
It's been 10 days now without any reply from Ulf, so fix it up to what
seems sensible.
2009-01-02 20:30:54 +00:00
Ulf Samuelsson
4705b4c21a
Apply some care, when copying the linux configuration file
2009-01-02 15:44:18 +00:00
Nigel Kukard
380d77c6a3
* Fix format of the pciutils pci.ids.gz data file
...
- If ZLIB is present the filename of pci.ids is changed to pci.ids.gz but its not compressed, add a compressor to ensure its gzipped
2009-01-02 12:01:49 +00:00
Ulf Samuelsson
abda401711
Support AT91 in vanilla U-Boot
2009-01-02 11:18:09 +00:00
Ulf Samuelsson
e195cb19f2
Update at91sam9260dfc BSP
2009-01-02 08:32:25 +00:00
Ulf Samuelsson
55abdf59e8
Remove whitespace damage in uclibc.mk
2009-01-02 08:30:44 +00:00
Ulf Samuelsson
3fde5702db
Bump socat version, optionally add configure variables
2009-01-02 08:29:31 +00:00
Peter Korsgaard
160d559b81
dependencies: simplistic SHELL = bash check
2009-01-01 21:20:46 +00:00
Peter Korsgaard
69f8592407
buildroot: set SHELL instead of messing around with CONFIG_SHELL
...
Simply set SHELL to bash instead of adding CONFIG_SHELL to all shell
invocations. CONFIG_SHELL is still set, as it is used by kconfig.
2009-01-01 21:20:35 +00:00
Nigel Kukard
ae6011eb33
* Bump release of bootutils to 0.0.9
2009-01-01 19:41:52 +00:00
Nigel Kukard
26ffa9c2d6
* Running the make for lvm2 in parallel can cause build failures, revert to -j1
2009-01-01 19:30:55 +00:00
Nigel Kukard
0ad5759a0d
* Bumped to version 1.41.3
...
- Disable tls
- rel-libs is now implemented upstream
- Install ext4 tools aswell
2009-01-01 17:50:49 +00:00
Nigel Kukard
33b846773a
* Added "generic" option to x86_64 target
...
- Default to generic and not core2
2009-01-01 17:48:06 +00:00
Nigel Kukard
94e6f8a4db
* Removed duplicate PCIUTILS_VERSION
...
* When installing pci.ids[.gz] the -D means create all components leading up, using $(@D) does not include the filename, the last directory component is then /usr/share. pci.ids[.gz] is therefore created as /usr/share/misc (misc being the filename). Using $@ fixes this, the directory path is created and the file is installed as /usr/share/misc/pci.ids[.gz] .
2009-01-01 17:28:51 +00:00
Nigel Kukard
2ac7adce28
* By default pciutils build of libpci.a uses the host ar/ranlib, force the use of the target tools
2009-01-01 14:05:54 +00:00
Nigel Kukard
793ef73913
* Bumped lvm2 to 2.02.43
...
- By default the build uses host ar/ranlib to generate the static lvm library used, force the target tools to be used instead
2009-01-01 14:00:35 +00:00
Nigel Kukard
39c0548428
* Added option to build with gcc 4.3.2
2008-12-31 18:28:59 +00:00
Nigel Kukard
be2f1705e8
* Select zlib support in neon for rpm
2008-12-31 18:27:31 +00:00
Nigel Kukard
eb3bf1437a
* Bumped xfsprogs to 2.10.2
...
- Remvoed susv3 legacy patch which was comitted upstream
- Forecefully set some configure results which appear to of been silently ignored in the past
2008-12-31 18:25:23 +00:00
Nigel Kukard
cc6562ff83
* Refined building of neon options
...
- Added support to build with or without zlib support
2008-12-31 18:22:43 +00:00
Nigel Kukard
a36ca7a8c5
* Bump rpm to 5.1.6
...
- Remove patches comitted upstream
- Exclude tools we don't need
- Fix bundled magic mime data
2008-12-31 18:12:22 +00:00
Nigel Kukard
d31f42fe34
* Bump latest 2.6.27 kernel header version to 2.6.27.10
2008-12-31 18:09:13 +00:00
Peter Korsgaard
658529f40a
busybox: bump 1.12.x / 1.13.x versions
2008-12-31 09:35:21 +00:00
Peter Korsgaard
ccb02b009b
libgtk2: add init script to create /etc/gtk-2.0/gdk-pixbuf.loaders
...
It would be nicer to do this at compile time, but then we would need to
compile libgtk2 for the host as well.
2008-12-31 09:35:15 +00:00
Peter Korsgaard
e528d99d96
pango: add init script to create /etc/pango/pango.modules
...
It would be nicer to do this at compile time, but then we would need to
compile pango for the host as well.
2008-12-31 09:35:11 +00:00
Peter Korsgaard
85f10c757c
libcurl/libglade: touch _HOOK_POST_INSTALL target
2008-12-31 09:35:06 +00:00
Peter Korsgaard
f86c067bad
busybox: 1.13.1 dc fix
2008-12-30 19:15:22 +00:00
Peter Korsgaard
c184803861
package: remove default y from xserver selection
2008-12-30 19:15:14 +00:00
Ulf Samuelsson
3de57c4447
Update kernel patch from 2.6.28-rc6 to 2.6.28
2008-12-30 08:26:51 +00:00
Peter Korsgaard
4826e57a04
toolchain/uclibc: fix 0.9.30 x86 build with 2.6.28 headers (from r24515)
2008-12-29 15:22:23 +00:00
Peter Korsgaard
1f8d65ea73
xlib needs wchar support, so require it for tinyx as well
2008-12-29 15:22:12 +00:00
Ulf Samuelsson
e2ba403798
Use correct filename for patch
2008-12-29 15:13:32 +00:00
Ulf Samuelsson
b9dc2a4b66
Use correct filename for patch
2008-12-29 15:12:10 +00:00
Peter Korsgaard
8dd24e0f54
pango: fix download url
...
Reported by Berns.
2008-12-29 11:05:04 +00:00
Peter Korsgaard
f21ff9b8e7
libglib2: fix download url
...
Reported by Berns.
2008-12-29 11:05:00 +00:00
Peter Korsgaard
84fe4200c2
gmpc: fix typo
...
Thanks to Thomas for noticing.
2008-12-29 10:09:55 +00:00
Peter Korsgaard
0f32c13dd0
busybox; fix iptunnel compile with 2.6.28 headers (from r24253)
2008-12-29 10:09:50 +00:00
Peter Korsgaard
be7b82ad21
gmpc: needs libglade as well
2008-12-29 08:46:25 +00:00
Peter Korsgaard
3fa8550d11
package: make X server selection a choice and fix tinyx prefix
2008-12-28 22:28:49 +00:00
Peter Korsgaard
960bbc63ba
package: add gmpc (gtk musicpd client) package
2008-12-28 20:54:40 +00:00
Peter Korsgaard
3904aeee89
netsnmp: don't list openssl as a hard dependency
...
netsnmp can be compiled without ssl support, so don't list it as a hard
dependency and only compile in support if enabled by the user.
2008-12-28 20:07:50 +00:00
Peter Korsgaard
5d2ca232ce
libcurl: add dummy curl-* targets
2008-12-28 20:06:20 +00:00
Peter Korsgaard
84c556006d
libcurl: compile with openssl support if available
2008-12-28 20:04:01 +00:00
Peter Korsgaard
615528ba93
curl: rename to libcurl so Makefile.autotools.in can find patches
2008-12-28 20:00:07 +00:00
Peter Korsgaard
620bde2127
openssl: fix uclibc 0.9.30 build
2008-12-28 16:08:57 +00:00
Peter Korsgaard
f3e68e7f9b
netsnmp: bump version, fixes security hole in snmpv3
2008-12-28 16:08:53 +00:00
Peter Korsgaard
6b9c268cb0
curl: convert to Makefile.autotools.in format, bump version
2008-12-28 13:50:53 +00:00
Peter Korsgaard
88cb70c984
curl: remove unused legacy patches
2008-12-28 13:50:49 +00:00
Peter Korsgaard
5a29afb7b5
toolchain/kernel-headers: add 2.6.28
...
Don't make it default yet as uclibc/busybox seems to have some issues
with it.
2008-12-28 13:50:45 +00:00
Peter Korsgaard
b735d4bd4e
libmpd: no need for autoreconf now we don't patch configure.ac anymore
2008-12-27 14:36:32 +00:00
Peter Korsgaard
2ff401a953
package: add libglade
2008-12-27 14:36:29 +00:00
Peter Korsgaard
9b89bd65c4
pango: bump version
2008-12-27 14:36:22 +00:00
Thomas Petazzoni
f1c00c93d4
directfb-examples fixes
...
* Do not install to the staging dir inside the target install target,
since it has already been done in the staging install target.
* Strip the binaries installed in the target.
* Properly create the target installation stamp.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-12-26 23:28:15 +00:00
Peter Korsgaard
5d83c7ac4b
libmpd: get rid of < glib2.16 workaround
2008-12-26 22:29:26 +00:00
Peter Korsgaard
ada6f64973
libglib2: bump version
2008-12-26 22:29:19 +00:00
Peter Korsgaard
87e333010c
libgtk: don't list cups/png/jpeg/tiff as hard dependencies
...
GTK can be compiled without the above, so don't list them as hard
dependencies, and simply adjust the build depending on what the user
has enabled.
2008-12-26 15:36:12 +00:00
Peter Korsgaard
5c3a6a55e6
libgtk2: remove unneeded configure opts
...
This stuff is all handled by Makefile.autotools.in
2008-12-26 15:36:09 +00:00
Peter Korsgaard
963cbf51e7
package/multimedia: add libmpd package
2008-12-26 15:36:03 +00:00
Wade Berrier
1d6fd2d387
scripts/setlocalversion: update deprecated git-<command> usage
...
Git is moving away from the git-<command> to git <command>
git-svn -> git svn
2008-12-23 17:51:37 +00:00
Peter Korsgaard
cd7245fc11
target/generic: add ttyAMAx device nodes (E.G. for qemu-system-arm)
2008-12-23 14:54:49 +00:00
Peter Korsgaard
717f8e0a59
toolchain: disable export-toolchain stuff as it breaks make dependencies
...
For some reason Ulf's export-toolchain stuff breaks the build as the
dependencies target isn't executed and SED isn't set.
2008-12-23 10:21:10 +00:00
Peter Korsgaard
40a2bdae7c
toolchain/uclibc: fix typo
2008-12-23 10:21:07 +00:00
Peter Korsgaard
11050fcc62
toolchain/uclibc: Add BR2_ENABLE_LOCALE_PREGENERATED option
...
Add an option to either generate locales yourself or download the
pregenerated set.
Based on 4bdca9cc in Bernhard's tree.
2008-12-23 09:39:05 +00:00
Peter Korsgaard
5c4674da56
strace: fix build on ARM (no <asm/cachectl.h>)
2008-12-22 22:10:38 +00:00
Peter Korsgaard
43efac37ab
rxvt: don't use getpt()
...
uClibc can be (and per default is) configured to not implement the glibc
function getpt(3), so use the non-getpt rxvt configuration.
2008-12-22 22:10:35 +00:00
Peter Korsgaard
53b07783da
x11r7/xserver_xorg: breaks with shared cache
...
The package overrides CFLAGS, so disable shared cache.
2008-12-22 22:10:30 +00:00
Peter Korsgaard
45fcf7e8ff
fontconfig: use {C,LD}FLAGS_FOR_BUILD for host tools
2008-12-22 22:10:25 +00:00
Peter Korsgaard
2cdd2d9fc2
x11r7/liblbxutil: use {C,LD}FLAGS_FOR_BUILD for host tools
2008-12-22 22:10:22 +00:00
Peter Korsgaard
97dd2d8e73
x11r7/libXt: use {C,LD}FLAGS_FOR_BUILD for host tools
2008-12-22 22:10:18 +00:00
Peter Korsgaard
a2eec4b5ed
x11r7/libX11: use {C,LD}FLAGS_FOR_BUILD for host tools
2008-12-22 22:10:14 +00:00
Ulf Samuelsson
8c3ba39e1d
And make script for exported toolchain executable
2008-12-21 17:17:58 +00:00
Ulf Samuelsson
85c7bde99e
Allow creating a script for external use of Buildroot toolchain
2008-12-21 17:11:33 +00:00
Ulf Samuelsson
9ad7d65004
Bump version of setserial
2008-12-21 15:34:38 +00:00
Ulf Samuelsson
c3329aff8b
Revert patch, sent by mistake
2008-12-20 22:34:33 +00:00
Ulf Samuelsson
eb121abf9d
Add updated binutils-2.18 prepatched toolchain for AVR32
2008-12-20 22:31:02 +00:00
Ulf Samuelsson
350ced4a71
Add updated gcc-4.2.2 prepatched toolchain for AVR32
2008-12-20 22:27:56 +00:00
Ulf Samuelsson
039ed4b223
Add AP7200 eval kit configuration
2008-12-20 22:26:24 +00:00
Ulf Samuelsson
207503d59e
Add BSP for AP7200
2008-12-20 22:24:11 +00:00
Ulf Samuelsson
736235cb0f
Add support for AT32AP7200
2008-12-20 22:23:15 +00:00
Ulf Samuelsson
c923379e8a
Add 2.6.27.7 patches for AVR32
2008-12-20 22:19:38 +00:00
Ulf Samuelsson
80b526fd3c
Hide AT91 features if not an AT91 ARM
2008-12-20 22:17:52 +00:00
Ulf Samuelsson
1942056ae7
Use correct linux version when applying latest minor patch
2008-12-20 21:45:59 +00:00
Ulf Samuelsson
2ee2248cc4
Sort Linux debug info in alphabetical order
2008-12-20 21:45:05 +00:00
Ulf Samuelsson
f0ebb39d18
Put latest version info in separate file for easier maintenance
2008-12-20 20:57:07 +00:00
Peter Korsgaard
11ea37c64b
toolchain/binutils: fix non-sysroot build
2008-12-18 16:52:00 +00:00
Bernhard Reutner-Fischer
0a694fb197
Update links to new site locations (via Lance Albertson of OSL)
2008-12-18 00:48:49 +00:00
Ulf Samuelsson
fc92f159bb
Update to latest linux versions
2008-12-17 18:03:29 +00:00
Peter Korsgaard
034d77ec57
haserl: bump version
2008-12-17 12:40:50 +00:00
Peter Korsgaard
2be151db5d
openswan: revert $(strip ...) change (r24307) on patches
...
Thanks to Markus for noticing.
2008-12-17 10:32:06 +00:00
Ulf Samuelsson
7591247d51
Remove AVR32 target variants, the current entries refers to CHIPS which have the same CPU core, CHIP variant is defined elsewhere
2008-12-17 09:28:33 +00:00
Hamish Moffatt
7a5ded75d5
Revert $(strip ...) change which corrupted this file
2008-12-17 06:32:19 +00:00
Peter Korsgaard
ce85931015
docs/buildroot.html: misc small fixes and strip trailing spaces
2008-12-16 09:00:11 +00:00
Thomas Petazzoni
f3e8be761a
Documentation fixes and updates
...
The biggest update is to document the Makefile.autotools.in way of
writing .mk files.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-12-15 22:35:09 +00:00
Thomas Petazzoni
6844445ef7
Mention another important benefit of Buildroot.
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-12-15 22:14:02 +00:00
Thomas Petazzoni
c934e1aa18
Fix TARGET_PATH for external toolchain builds
...
TARGET_PATH didn't contain $(STAGING_DIR)/usr/bin, which means that
programs installed in $(STAGING_DIR)/usr/bin were not considered for
execution during Buildroot build process. This was a problem with host
automake/autoconf/libtool, which could not be found.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-12-15 22:07:38 +00:00
Peter Korsgaard
7fdbdfc559
avahi: make sure destination dirs exists
2008-12-15 16:09:03 +00:00
Peter Korsgaard
e2e4950b2d
toolchain: use same gdb Config.in for internal/external toolchains
...
We used to use different gdb configs for internal and external toolchains
because mconf won't source the same file twice. This works, but is kind of
sub optimal, as people forget to keep them in sync.
Fix it to use the same file for both situations by shuffling around the
config options a bit. Should work identical to before (except for the newer
gdb versions available for ext).
2008-12-15 15:28:48 +00:00
Peter Korsgaard
060dca08f9
ifplugd: fix non-C++ build
...
The ifplugd configure script was checking for a C++ compiler, even
though it isn't used for anything.
2008-12-13 19:40:26 +00:00
Thomas Petazzoni
978d8dc53e
Another external toolchain support solution
...
* In toolchain/external-toolchain/ext-tool.mk, copy the contents of
the sysroot directory to the staging dir.
* In package/Makefile.in, add a --sysroot CFLAGS pointing to the
staging dir
* Remove the CFLAGS and LDFLAGS definition from
TARGET_CONFIGURE_OPTS. I haven't investigated exactly why, but with
these options, DirectFB fails to build because it cannot find
PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP, even if DirectFB's Makefile
properly sets -D_GNU_SOURCE.
I have already sent this patch on December, 2nd to the mailing-list,
but got no feedback. So let's commit and see what happens :-)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-12-13 16:15:50 +00:00
Peter Korsgaard
0dc552c134
menuconfig: don't prepend CONFIG_ to symbols in help text
2008-12-13 11:52:54 +00:00
Thomas Petazzoni
80ad247617
Bump PHP version to 5.2.7.
...
Patch provided by Gustavo Zacarias <gustavo@zacarias.com.ar >.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-12-13 11:01:21 +00:00
Thomas Petazzoni
c04e12dc85
Bump lighttpd to 1.4.20.
...
Initial patch provided by Gustavo Zacarias <gustavo@zacarias.com.ar >.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-12-13 10:55:48 +00:00
Hans-Christian Egtvedt
b3af19b799
samba: add a comment about why make proto is done before make
...
This patch adds a comment why make proto is needed before make.
2008-12-12 10:34:25 +00:00
Hans-Christian Egtvedt
eebacb875c
samba: make proto first to allow parallel build afterwards
...
This patch fixes parallel build of Samba. The trick is to make proto before
executing a full make.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-12-12 09:29:37 +00:00
Hans-Christian Egtvedt
f02a0408dc
samba: bump version to 3.2.5
...
This patch bumps Samba version to 3.2.5. In the process Samba now
depends on libiconv. This dependency is needed because Samba wants to use
various formats when talking to the different parts of the system.
Two new patches are introduced, one to double check if BSD functions are
available, and one to skip checking for glibc version. The use unsigned
enum patch could be removed since this can be supplied with a autoconf
variable.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-12-12 09:09:51 +00:00
Hans-Christian Egtvedt
2bb1785adb
libiconv: strip installed library and remove the preloadable library
...
This patch is mainly for size reduction, removing more than half the
needed footprint.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-12-12 09:03:47 +00:00
Hans-Christian Egtvedt
be866bfcbc
zlib: install using cp instead of install for zlib libraries
...
This patch will install zlib keeping the symlinks. The usage of
$(INSTALL) here did not take into account symbolic links.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-12-11 14:40:56 +00:00
Peter Korsgaard
9878bf1d8c
busybox: 1.13.1 bindtodevice fix
2008-12-11 09:35:07 +00:00
Peter Korsgaard
0d99c9537c
package/boa: hide if BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
2008-12-11 00:33:30 +00:00
Peter Korsgaard
8c9f7c675b
toolchain/kernel-headers: don't hide 2.6.27 if RECENT isn't enabled
2008-12-10 23:54:18 +00:00
Peter Korsgaard
cdd72cd08f
busybox: additional 1.13.1 fixes
2008-12-10 13:46:19 +00:00
Eric Andersen
cbe9f1b8d2
bump
2008-12-09 20:00:31 +00:00
Hans-Christian Egtvedt
57aff861b0
binutils: revert bad commit 24343
...
This reverst the commit 24343, the original state was indeed correct. Blame
goes to my bad sight and too hasty decisions.
2008-12-09 11:38:52 +00:00
Hans-Christian Egtvedt
c7d2e4b0b3
binutils: fix typo for detecting if BINUTILS_NO_MPFR is not set
...
Make the ifndef check the actual variable, typo bug.
2008-12-09 10:09:15 +00:00
Hans-Christian Egtvedt
97dabc9ab7
qtopia4: add kconfig option to enable Phonon
...
This patch adds a kconfig option to enable Phonon when configuring Qt.
Phonon is the multimedia API from KDE 4 which has been integrated into
Qt 4.4. For playback under Linux the GStreamer multimedia framework is
used.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-12-08 18:00:54 +00:00
Hans-Christian Egtvedt
fdae8707d6
gst-plugins-ugly: add gstreamer ugly plugins
...
This patch adds the ugly plugins for gstreamer, for more information see
http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html
2008-12-08 17:57:26 +00:00
Hans-Christian Egtvedt
bb13448976
gst-plugins-good: add gstreamer good plugins
...
This patch adds the good plugins for gstreamer, see
http://gstreamer.freedesktop.org/modules/gst-plugins-good.html for more
information.
2008-12-08 17:55:29 +00:00
Hans-Christian Egtvedt
b535c860c9
gst-plugins-base: add gstreamer base plugins
...
This patch adds the basic plugins for gstreamer, see
http://gstreamer.freedesktop.org/modules/gst-plugins-base.html for more
information.
2008-12-08 17:52:24 +00:00
Hans-Christian Egtvedt
3904838369
gstreamer: add new multimedia package gstreamer
...
gstreamer is powerful framework for streaming media.
2008-12-08 17:48:31 +00:00
Hans-Christian Egtvedt
cd900a0d59
libtheora: add new multimedia package libtheora
...
libtheora is a library used by gstreamer when streaming Ogg multimedia.
2008-12-08 17:45:59 +00:00
Peter Korsgaard
7139678f78
make the default etc/init.d/S40network compatible with msh
...
msh is currently the only good choice for uClinux but it doesn't
understands shell functions. In this case there is nothing to gain
by using shell functions anyway.
Signed-off-by: Nicolas Pitre <nico@cam.org >
2008-12-08 14:52:16 +00:00
Peter Korsgaard
8e436ee772
have zlib respect BR2_PREFER_STATIC_LIB
...
The ARM uClinux BFLT format apparently doesn't support shared libs nor
-fPIC. So let's distinguish between shared and non shared builds by
having split rules for libz.a and libz.so based on BR2_PREFER_STATIC_LIB.
Signed-off-by: Nicolas Pitre <nico@cam.org >
2008-12-08 14:41:47 +00:00
Peter Korsgaard
38abffd280
udev: use $@ instead of hardcoding target name
2008-12-08 13:48:37 +00:00
Peter Korsgaard
7cb7952b40
target/initramfs: actually build initramfs target
...
Currently, BR2_TARGET_ROOTFS_INITRAMFS doesn't actually do anything,
as it doesn't alter $(TARGETS)
This change hooks up the TARGETS variable to INITRAMFS_TARGET (which
is only set if BR2_TARGET_ROOTFS_INITRAMFS=y), so that the initramfs
list is built.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org >
2008-12-08 13:42:04 +00:00
Peter Korsgaard
a7d06d10e4
package/freetype: default to 2.3.7
2008-12-08 13:42:01 +00:00
Peter Korsgaard
a222edcbcf
package/udev: create base device nodes after mounting a new /dev
...
Currently, udev won't start for me, as we've just mounted a new /dev,
which is completely empty, and udevd requires a /dev/null.
This change manually creates the three base device nodes (zero, null
and console) so that udev can start.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org >
2008-12-08 13:41:59 +00:00
Peter Korsgaard
a8b501baee
package/udev: fix CFLAGS for udev extras
...
If the udev extras are built without large file support in uClibc,
I get the following error:
build_powerpc/staging_dir/usr/bin/powerpc-linux-uclibc-gcc -c -g -Wall
-pipe -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -Wstrict-prototypes
-Wsign-compare -Wshadow -Wchar-subscripts -Wmissing-declarations
-Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare
-Wmissing-prototypes -Os ext.c -o ext.o
In file included from build_powerpc/staging_dir/usr/include/stdio.h:28,
from ext.c:19:
build_powerpc/staging_dir/usr/include/features.h:382:4: error:
#error It appears you have defined _FILE_OFFSET_BITS=64. Unfortunately,
uClibc was built without large file support enabled.
Although the base udev package builds correctly, the extras pacakges
don't adjust their CFLAGS depending on BR2_LARGEFILE.
This change adds the required CFLAGS modifications to make the
extras build.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org >
2008-12-08 13:41:56 +00:00
Peter Korsgaard
47fc81ca4f
package/udev: fix dependency for scsi_id
...
According to udev.mk, the scsi_id package depends on the libvolume_id
library, so add this dependency to Config.mk
Signed-off-by: Jeremy Kerr <jk@ozlabs.org >
2008-12-08 13:41:53 +00:00
Peter Korsgaard
6b2a59fdea
toolchain/kernel-headers: bump 2.6.27.x version
2008-12-08 13:05:47 +00:00
Peter Korsgaard
326ae9c89b
target/tar: remove unused cut'n'paste leftover
2008-12-08 09:07:01 +00:00
Peter Korsgaard
224c62ecf8
target: paths may need stripping
...
r24310 removed a few too many strips.
2008-12-08 09:06:59 +00:00
Peter Korsgaard
ffe33152e7
toolchain/gdb: 6.4 shouldn't be selectable for avr32
2008-12-08 08:54:14 +00:00
Peter Korsgaard
41d7b7087c
toolchain/gdb: mark old versions as deprecated
2008-12-08 08:46:52 +00:00
Peter Korsgaard
5672e59075
toolchain/gdb: default to 6.8
2008-12-08 08:46:50 +00:00
Peter Korsgaard
4b72854dde
target/: get rid of unneeded $(strip ..)
2008-12-08 08:15:58 +00:00
Peter Korsgaard
0db545ab18
docs/: get rid of unneeded $(strip ..)
2008-12-08 08:15:46 +00:00
Peter Korsgaard
0e14d4f7ff
toolchain/: get rid of unneeded $(strip ..)
2008-12-08 08:15:42 +00:00
Peter Korsgaard
ac1d92c425
package/: get rid of unneeded $(strip ..)
2008-12-08 08:15:27 +00:00
Hans-Christian Egtvedt
6250131be1
Remove dead directories after moving audio and video to multimedia
...
This patch removes some empty directories which got left behind when audio and
video packages got moved into packages/multimedia directory.
2008-12-08 08:08:13 +00:00
Hamish Moffatt
f2824f303c
Override the target-install target properly rather than installing as a post-build hook
2008-12-08 04:43:33 +00:00
Hamish Moffatt
f73e7d4611
Over-ride the target-install target rather than installing as a post-build
...
hook. Otherwise the wrong stamps are used and the library won't be reinstalled
if you clean out $(TARGET_DIR).
2008-12-08 04:41:19 +00:00
Peter Korsgaard
10f8e714e2
uclibc: add RPC config variables to 0.9.30
...
Add UCLIBC_HAS_{FULL,REENTRANT}_RPC config variables to the defconfig, so
the sed invocation in uclibc.mk can set them to the proper values.
2008-12-07 21:22:51 +00:00
Peter Korsgaard
fb4e7fa4f6
busybox: 1.13.1 crond fix
2008-12-07 21:22:48 +00:00
Peter Korsgaard
78c32db23b
toolchain/gdb: add -source target
2008-12-07 21:22:45 +00:00
Peter Korsgaard
6dbe1188de
taget/linux: handle non-modular kernels
...
Based on b151271 in Bernhard's tree.
2008-12-07 06:55:36 +00:00
Peter Korsgaard
01bd158570
toolchain/binutils: add 2.19
...
Based on 9cd8638d / b86af9a1 in Bernhard's tree.
2008-12-05 15:28:01 +00:00
Peter Korsgaard
5469008f89
toolchain/binutils/2.18.50.0.9: accept sh?-*-*
...
Based on 3ed6c5b5 in Bernhard's tree.
2008-12-05 15:27:58 +00:00
Peter Korsgaard
01a7a8fef6
toolchain/binutils/2.18.50.0.9: add patch for PR6878
...
Based on b5451979 in Bernhard's tree.
2008-12-05 15:27:55 +00:00
Peter Korsgaard
56287af5a5
toolchain/binutils: add 2.18.50.0.9
...
Based on 713e7e46 in Bernhard's tree.
2008-12-05 15:27:52 +00:00
Peter Korsgaard
1ad0441dc8
toolchain/binutils: add 2.18.50.0.8
...
Based on 1c493ff1 in Bernhard's tree.
2008-12-05 15:27:48 +00:00
Peter Korsgaard
a907a95cb7
toolchain/binutils: add 2.18.50.0.6
...
Based on 45b89c54 / beede0ba in Bernhard's tree.
2008-12-05 15:27:45 +00:00
Peter Korsgaard
51f5bccbc9
toolchain/binutils: honour HAVE_MANPAGES / HAVE_INFOPAGES
...
Based on b157db55 in Bernhard's tree.
2008-12-05 15:27:42 +00:00
Peter Korsgaard
7249f4898e
toolchain/binutils: let make expand wildcards instead of the shell
...
Based on f97ce837 in Bernhard's tree.
2008-12-05 15:27:38 +00:00
Peter Korsgaard
7240678463
libiconv: use BR2_GNU_MIRROR
2008-12-05 15:27:35 +00:00
Peter Korsgaard
e46245b1c0
toolchain/binutils: add 2.18.50.0.3
...
Based on b2b5d9f2 in Bernhard's tree.
2008-12-05 15:27:33 +00:00
Peter Korsgaard
84ddc66a41
toolchain/*: use CONFIG_UPDATE
...
Based on e0e0945e in Bernhard's tree.
2008-12-05 15:27:26 +00:00
Hans-Christian Egtvedt
e35414722d
samba: predefine a autoconf result for enums with negative values
...
The configure script tries to find out if enums can be negative, this is not
supported when cross compiling, since it tries to run the binary. This commit
sets the test to yes, i.e. negative enums are possible.
2008-12-05 14:46:56 +00:00
Peter Korsgaard
31460308a6
libusb: use 0.1.12-10 from snapshot.debian.net
2008-12-05 10:22:52 +00:00
Hans-Christian Egtvedt
e8a2c6954a
libvorbis: tremor depends on host-autoconf and host-automake
...
This patch adds host-autoconf and host-automake as dependencies to tremor, this
is needed for it to compile.
2008-12-05 09:47:16 +00:00
Hans-Christian Egtvedt
ed63bc0b48
alsa-lib: bump version to 1.0.18
2008-12-05 09:46:17 +00:00
Hans-Christian Egtvedt
2e79479d34
qtopia4: make build verbose or silent depending on user input
...
This will make Qt compile silent unless the user specifies V=1 or VERBOSE=1
when running make.
2008-12-04 16:50:05 +00:00
Hans-Christian Egtvedt
5851eae5f0
mplayer: set charset explisit to US-ASCII to ease intl compile
...
This patch set the charset selected by mplayer to US-ASCII because mplayer
configure script have problems detecting working cross compiled iconv tools
2008-12-04 16:49:06 +00:00
Hans-Christian Egtvedt
b7ff212c81
tslib: add dependency to hsot-autoconf and host-automake
...
Tslib uses autoconf and automake during configure section, make sure it is
available before building tslib.
2008-12-04 16:47:19 +00:00
Hans-Christian Egtvedt
62cc77dffd
tslib: use more robust $@ when touching target instead of explisit name
2008-12-04 16:43:54 +00:00
Hans-Christian Egtvedt
30e43682dd
avahi: add dependency to host-autoconf
...
Avahi uses autoconf during ./configure, make sure it is available and used
before building avahi.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-12-04 16:13:08 +00:00
Hans-Christian Egtvedt
f974e39491
alsa-util: bump version to 1.0.18 and add patches for this version
...
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-12-04 16:10:44 +00:00
Hans-Christian Egtvedt
f241ba6f81
alsa-utils: add dependency to libintl if libintl is enabled
...
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-12-04 16:10:06 +00:00
Peter Korsgaard
8a5e4d62f2
mdadm/dmraid: bump version
...
Patch by: Charles Duffy <Charles_Duffy@messageone.com >
Both mdadm and dmraid packages refer to upstream versions which are no
longer available.
2008-12-04 14:16:54 +00:00
Peter Korsgaard
92b9ca8dd2
busybox: 1.13.1 ip fix
2008-12-04 13:21:36 +00:00
Peter Korsgaard
5155de9042
ifplugd: don't overwrite target etc/init.d/ifplugd.*
...
install-strip unconditionally overwrites $(TARGET_DIR)/etc/init.d/ifplugd.*,
so the check in _HOOK_POST_INSTALL is useless.
Fix it by using install-exec and manually stripping the target binaries
instead.
2008-12-04 12:14:57 +00:00
Thomas Petazzoni
a140c728d3
Fix comment about autoconf configuration/compilation/installation for
...
the target (and not the host).
2008-12-03 13:36:45 +00:00
Thomas Petazzoni
e5d9702dfd
Liboil is a library of simple functions that are optimized for various
...
CPUs. It is required by various GStreamer plugins.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
Modifications by Thomas Petazzoni:
- Remove the glib2 dependency, which is only necessary to build a few
examples. If glib2 is enabled in the configuration, then we still
depend on it in order to build the examples, but that's just
pedantic, not so useful.
- Remove the oil-bugreport program installed to the target by
install-strip.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-12-03 09:02:46 +00:00
Thomas Petazzoni
be5be0ec5a
Compiling current SVN fails with the following error for me:
...
cc1: warnings being treated as errors
buildroot/buildroot/build_powerpc/makedevs/makedevs.c: In function main:
buildroot/buildroot/build_powerpc/makedevs/makedevs.c:531: error:
ignoring return value of system, declared with attribute warn_unused_result
This change adds a simple warning if system() fails.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-12-02 22:26:00 +00:00
Hans-Christian Egtvedt
a3c53dc20d
samba: bump version to 3.0.33
...
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-12-02 14:46:38 +00:00
Peter Korsgaard
63402d7737
target/cramfs/cramfs.mk: Fix device table not being passed to mkcramfs
...
While mkcramfs was being patched to support a device table, the target device table was not being passed to the mkcramfs options. This patch fixes that
Signed-off-by: Jared Holzman <j.holzman@genesysdesign.com.au >
2008-12-02 09:15:08 +00:00
Peter Korsgaard
21ed5b304a
haserl: fix shared cache interaction issue
...
The ac_cv_path_install override is needed to strip the target binary for
haserl 0.8.0, but it doesn't interact nicely with the shared cache, so
disable the cache for now.
Longer term we should probably forget about install-strip and do the
strip/cleanup/mklibs stuff as a post processing step before the target
filesystem rules are run.
2008-12-01 15:10:47 +00:00
Peter Korsgaard
d1e6618fe4
uclibc 0.9.30: defconfig: enable UCLIBC_HAS_LONG_DOUBLE_MATH
2008-12-01 14:53:22 +00:00
Hans-Christian Egtvedt
cf13c9824e
uClibc: set 0.9.30 as default
...
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-12-01 14:23:57 +00:00
Hans-Christian Egtvedt
cafdaf2cec
uClibc: add a default config for 0.9.30
...
Courtesy Bernhard Reutner-Fischer GIT repository at
http://repo.or.cz/w/buildroot.git
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-12-01 14:23:09 +00:00
Hans-Christian Egtvedt
ac273635a6
strace: fix lower case no to NO when setting STRACE_AUTORECONF
...
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-12-01 13:49:23 +00:00
Hans-Christian Egtvedt
e3e34dab93
mplayer: use $(if ...) to add dependencies to mplayer
...
This patch will add needed libraries with $(if ...) syntax. This should ease
readability and make it easy for others to spot where the depencies are added.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-12-01 13:33:33 +00:00
Hans-Christian Egtvedt
fb11bbf5e9
mplayer: remove not needed $(strip ...) calls in Makefile
...
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-12-01 13:08:43 +00:00
Hans-Christian Egtvedt
cb6634da47
qtopia4: remove explisit include and library directories from configure call
...
This patch removes -I and -L from ./configure since it breaks cross-compiling.
The inclusion of -I and -L will confuse the host compiler when compiling the
host tools.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-12-01 13:06:02 +00:00
Hans-Christian Egtvedt
0547cb9cb9
uClibc: add uClibc 0.9.30 to kconfig and Makefile
...
This patch adds uClibc versino 0.9.30 to the list of selectable versions. The
version identification for snapshot is also updated to reflect 0.9.30.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-12-01 13:02:22 +00:00
Hans-Christian Egtvedt
377e554200
mplayer: make sure alsa-lib is installed before mplayer
...
This patch adds alsa-lib to a dependency for mplayer if it is selected in
kconfig.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-12-01 12:53:09 +00:00
Hans-Christian Egtvedt
8c149d286a
mplayer: add dependency libraries to a variable
...
This patch will put dependency libraries in a variable and add this to the
dependencies to build mplayer. This is done to ease adding new libraries in the
future.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-12-01 12:48:58 +00:00
Hans-Christian Egtvedt
8248a4a144
mplayer: disable ivtv video output
...
This patch disabled ivtv video output, since it does not compile with Linux
kernel 2.6.27 headers.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-12-01 12:32:50 +00:00
Peter Korsgaard
8928fb6932
fakeroot: use 1.9.5 from snapshot.debian.net
2008-12-01 09:08:04 +00:00
Peter Korsgaard
97e9c33075
dnsmasq: bump version
2008-12-01 09:08:01 +00:00
Peter Korsgaard
0c90f0421e
i2c-tools: bump version
2008-12-01 09:07:58 +00:00
Peter Korsgaard
b3ef2e9fa0
kernel-headers: bump 2.6.26.x / 2.6.27.x version
2008-11-30 09:52:06 +00:00
Peter Korsgaard
5bf6b74e22
kernel-headers: also show 2.6.26 if deprecated is enabled, but recent isn't
2008-11-30 09:51:57 +00:00
Ulf Samuelsson
1158bc9a25
Add support for AT91SAM9G20 & -EK
2008-11-29 22:00:29 +00:00
Ulf Samuelsson
074da836d2
Add AT91 support for 2.6.27.7 and 2.6.28-rc6
2008-11-29 21:58:48 +00:00
Ulf Samuelsson
4f1887e424
Update Linux versions
2008-11-29 21:56:25 +00:00
Peter Korsgaard
026a3581ae
busybox: bump 1.12.x / 1.13.x versions
2008-11-29 20:12:17 +00:00
Daniel Laird
5432f26f0e
Adding Central config.cache options
...
The following changes allow for use of a central configure cache
file. This speeds up configuration of packages.
Its use is configurable at the top level (BR2_CONFIG_CACHE - default n).
Old style makefiles can use it if they use the following MACRO in makefiles:
$(AUTO_CONFIGURE_TARGET) see my change to directfb.mk.
New style Autotools.in will use it if you set the global option.
However you can enable the global option and on a per package overrule it by doing
the following: $(PKGNAME)_USE_CONFIG_CACHE = NO see fontconfig.mk for an example
of this.
Finally I have removed a few config variable settings which indicated no CXX compiler
as this is wrong and breaks the build when using this central cache.
Config.in | 8 ++++++++
package/Makefile.autotools.in | 5 ++++-
package/Makefile.in | 28 +++++++++++++++++++++++++++-
package/atk/atk.mk | 2 +-
package/directfb/directfb.mk | 7 +------
package/fontconfig/fontconfig.mk | 3 +++
package/libglib2/libglib2.mk | 2 +-
package/libgtk2/libgtk2.mk | 1 -
8 files changed, 45 insertions(+), 11 deletions(-)
I would appreciate feedback on this change (I have been testing for 2-3 weeks)
But I can never test all cases! If you enable the BR2_CONFIG_CACHE option some
Makefile.autotools.in based packages may now break - I cannot build them all.
In this case you may need to remove config options that are being hardcoded all
over the place (like gtk saying we have 2 CXX compiler) or disable the use
of CONFIG CACHE file like I have done in fontconfig.
I can build all packages required to get WebKit on DirectFB up and running
and it runs fine.
I will try to resolve any issues this creates as fast as I can.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2008-11-28 14:20:47 +00:00
Peter Korsgaard
b277d41ccc
busybox: updated 1.13.0 ash fix
2008-11-28 08:19:23 +00:00
Peter Korsgaard
50def0e495
busybox: updated 1.13.0 ash fix
2008-11-22 06:49:33 +00:00
Peter Korsgaard
1776132d63
lockfile-progs: remove unneeded $(strip)
2008-11-22 06:49:30 +00:00
Peter Korsgaard
5098ee9c7f
Revert r24000: "Fix external toolchain build"
...
This breaks builds with internal toolchain, so let's revert this until we find
a proper solution.
2008-11-21 14:51:10 +00:00
Peter Korsgaard
82569c48fe
busybox: fixup id applet on 1.13.0 for old uclibc versions
...
The id applet in 1.13.0 only compiles with uclibc < 0.9.30 if the
busybox internal passwd/grp functions are used.
Therefore, automatically enable CONFIG_USE_BB_PWD_GRP if that situation
is detected and warn the user.
2008-11-21 14:36:48 +00:00
Peter Korsgaard
5d66e99e6c
busybox: 1.13.0 ash fix
2008-11-21 10:59:01 +00:00
Peter Korsgaard
8bd30c75c9
busybox: 1.13.0 klogd fix
2008-11-20 06:49:20 +00:00
Peter Korsgaard
a3829e90a7
sdl_ttf: provide path to freetype includes
...
closes #6374 .
2008-11-19 10:44:24 +00:00
Peter Korsgaard
249292e42c
lockfile-progs: fix patch-kernel invocation
...
Patch by Roberto A. Foglietta.
Closes #6364
2008-11-19 10:16:40 +00:00
Peter Korsgaard
cec630f8f4
busybox: updated 1.13.0 id patch (only error out if needed)
2008-11-17 07:40:14 +00:00
Peter Korsgaard
687edf150f
busybox: 1.13.0 id patch (check)
2008-11-16 17:22:08 +00:00
Peter Korsgaard
50f2a3981f
mplayer, vlc: move into multimedia category
...
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
2008-11-15 21:33:14 +00:00
Peter Korsgaard
e7df5afeb9
package/audio: rename audio category to multimedia
...
Prepare for the merge of audio and video packages. Many packages cannot
properly be assigned to either audio or video, because they have support
for both (libogg, mplayer, vlc).
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
2008-11-15 21:33:07 +00:00
Peter Korsgaard
4190cc1c41
busybox: disable id applet for 1.13.x
...
busybox 1.13.0 id applet doesn't compile with uclibc 0.9.29 / 0.9.28, so
disable it for now.
2008-11-15 21:25:29 +00:00
Wade Berrier
2e81da88be
ntp.sysvinit: fix 'restart' (don't exit on failed commands with set -e)
2008-11-14 22:52:48 +00:00
Peter Korsgaard
193508d257
linux: remove unused BR2_LINUX_BOARD_PATCH
...
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
2008-11-14 13:39:58 +00:00
Peter Korsgaard
325dd736b4
lzo: add $(DISABLE_LARGEFILE) to configure options
...
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
2008-11-14 13:39:46 +00:00
Peter Korsgaard
7ed2b6d975
libogg: convert to Makefile.autotools.in
...
Also remove --enable-shared and --enable-static as it's default
and --disable-oggtest and $(DISABLE_NLS) as they are not supported.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
2008-11-14 13:03:01 +00:00
Peter Korsgaard
9f07b39f65
package: Kconfig: use menu instead of menuconfig for sub menus
...
As discussed on the list - These things should normally not be
(un)selectable.
2008-11-14 12:59:14 +00:00
Thiago A. Corrêa
8033ef6fe2
Fix build. Use TARGET_CONFIGURE_OPTS as environment rather than as argument of make to avoid overwriting dropbear's CFLAGS
2008-11-14 11:06:01 +00:00
Peter Korsgaard
204821c56c
target/Config.in.toolchain: cleanup
2008-11-14 10:06:44 +00:00
Peter Korsgaard
0eba4ce2fd
dropbear: bump version
2008-11-14 08:47:04 +00:00
Peter Korsgaard
767577e504
busybox: add 1.13.x, mark older as deprecated
2008-11-13 16:32:56 +00:00
Peter Korsgaard
be4f829719
busybox: bump 1.12.x version
2008-11-13 16:32:52 +00:00
Thomas Petazzoni
14520e6fa3
Add a parallel compilation fix for fontconfig
...
This patch adds a patch to fix bug
https://bugs.freedesktop.org/show_bug.cgi?id=16464 affecting parallel
compilation of fontconfig.
The patch is the one proposed in the bugzilla entry, available at
https://bugs.freedesktop.org/attachment.cgi?id=17294 .
Without this patch, the compilation (at BR2_JLEVEL > 1) of fontconfig
sometimes fails with:
In file included from fc-case.c:25:
../src/fcint.h:118:21: error: fcalias.h: No such file or directory
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-11-11 19:38:10 +00:00
Thomas Petazzoni
b741302a01
Fix the mtd package with regard to external toolchain use.
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-11-11 19:00:32 +00:00
Thomas Petazzoni
418c84b24b
Fix Qtopia build issues
...
This patch fixes two Qtopia build issues, encountered while trying to
use system implementation of zlib, freetype, jpeg and libpng :
* The build process doesn't look in $(STAGING_DIR)/usr/include for
includes and $(STAGING_DIR)/usr/lib. Same problem as the patch
currently floating around adding LDFLAGS to TARGET_CONFIGURE_OPTS,
but as Qtopia doesn't use TARGET_CONFIGURE_OPTS, we need a specific
fix here. So we use the -I and -L options of Qtopia's configure
script.
* The build process doesn't use pkg-config to get the header path for
Freetype headers (located in $(STAGING_DIR)/usr/include/freetype2
and not directly in $(STAGING_DIR)/usr/include/). There was already
a fix for this, consisting in adding $(FREETYPE_DIR)/include to the
-I path of Qtopia's configure. This patch modifies this fix to use
$(STAGING_DIR)/usr/include/freetype2 instead, which looks more
coherent with how all the packages are built (using $(STAGING_DIR)
as the reference to get headers and libraries).
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-11-11 18:35:43 +00:00
Thomas Petazzoni
60d39dbb3f
Fix external toolchain build
...
This patch is a new version of a patch already sent several times on
the mailing-list, committed and reverted a few times by Daniel Laird,
due to several imperfections. This version is a new try at finding a
solution that works for everybody. Hopefully it'll work :-)
The original problem is that external toolchain builds failed because
packages couldn't find their dependent libraries at configure time and
could not be linked with them. To fix these two problems, two things
are added:
* The TARGET_LDFLAGS variable was exposed as LDFLAGS at ./configure
time thanks to TARGET_CONFIGURE_OPTS. The TARGET_LDFLAGS variable
contains -L options with the path in the STAGING_DIR for the
libraries. It allows ./configure scripts to properly compile the
small test programs testing whether a dependency is properly
installed.
* The TARGET_CFLAGS contains a new -Wl,--rpath-link option for both
$(STAGING_DIR)/lib and $(STAGING_DIR)/usr/lib. It allows library
depending on other libraries to link properly. The TARGET_CFLAGS is
exposed as CFLAGS in TARGET_CONFIGURE_OPTS.
This new version fixes a problem encountered by hartleys
<hartleys@visionengravers.com > when building the kernel. The problem
was that the -Wl,--rpath-link options were added to LDFLAGS, while
there are options for the C compiler, not the ld linker. Moving them
to CFLAGS seems to fix the issue.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-11-11 18:32:31 +00:00
Daniel Laird
9844a8ea2c
package/tiff/tiff.mk: Change to Autotools.in format
...
Bounce tiff into Autotools.in format.
Did not use install to target as this puts loads of executables into TARGET.
So just copied tiff.so instead.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2008-11-11 11:43:27 +00:00
Daniel Laird
931445daf5
package/freetype/freetype.mk: Add zib to dependencies
...
Looking into adding a configure cache to the build (like the GIT buildroot version)
This means that freetype needs to know about zlib so make
sure it had it as a dependency.
Also remove install rule for staging as it matches default.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2008-11-11 11:33:45 +00:00
Hamish Moffatt
3a0052c506
Remove .rej file included in the upstream tarball before patching
2008-11-10 23:50:57 +00:00
Ivan Kuten
da6f419424
revert 23987 until proper implementation
2008-11-10 11:17:21 +00:00
Ivan Kuten
1f370768bc
Download Kernel.org minor patches at the same time as full sources.
...
Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com >
2008-11-10 10:45:46 +00:00
Thomas Petazzoni
f5ca546b76
Fix Grub tarball version as the current version has disappeared from
...
Debian mirrors.
Patch provided by Roberto A. Foglietta <roberto.foglietta@gmail.com >
2008-11-08 22:24:39 +00:00
Peter Korsgaard
c4dbac60ae
busybox: basename 1.12.1 fix
2008-11-07 10:16:55 +00:00
Peter Korsgaard
95e165c2bc
Makefile: revert HOST_GLIB_BIN staging_dir fix (r23920,23923)
...
It causes more trouble than it's worth, and we should move to building those
host tools ourselves to not get into version issues anyway.
2008-11-07 08:57:59 +00:00
Peter Korsgaard
b444685399
Makefile.autotools.in: make MESSAGE output stand out
...
The following patch makes the MESSAGE Macro in Makefile.autotools.in
work.
I think it was originally intended to print the messages in bold type
but it doesn't appear to work correctly. This patch should work on all
platforms.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com >
(Fixed to not continously call tput)
2008-11-07 08:56:02 +00:00
Daniel Laird
2dbf951819
package/Makefile.in: revert rpath setup for toolchains.
...
Revert the rpath patch, it looked good up until someone tried
to build a kernel as well. This seems to break as a result.
Will post a new patch soon and see how that goes..
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2008-11-07 08:15:53 +00:00
Wade Berrier
8586e2a51b
ntp: add /etc/default/ntpd to control whether to start
...
ntpd and/or ntpdate. Also specify options and servers.
2008-11-06 21:11:54 +00:00
Daniel Laird
fd3bb17cbb
package/Makefile.in: rpath setup for toolchains.
...
Apply the patch I posted some time ago that fixes
rpath issues with external toolchains.
Has been tested by users of buildroot and feedback looks good.
Signed-off-by: Thomas Petazzoni
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2008-11-06 12:54:29 +00:00
Peter Korsgaard
bf0b23bd24
prboom: misc cleanups
...
As noted by Bernhard on irc.
2008-11-05 15:47:09 +00:00
Hans-Christian Egtvedt
3fe3437ed6
prboom: add a touch $@ to end of install target rule to install PrBoom only once
...
Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com >
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-11-05 13:33:43 +00:00
Hans-Christian Egtvedt
12b5b0124b
linux26: make installation of modules rule depend on .depend_done
...
This patch will make the installation of modules rule depend on .depend_done instead of .configured to make sure make prepare is run before modules are installed.
Make kernelversion does not work before make prepare has been run.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-11-05 12:59:32 +00:00
Hans-Christian Egtvedt
7167dedea2
Build $(PROJECT_BUILD_DIR)/autotools-stamps with normal Makefile rules
...
This patch will add a rule to top level Makefile to depend on the
$(PROJECT_BUILD_DIR)/autotools-stamps as a required directory. Hence it will be
generated if missing in stead of made when the $(PROJECT_BUILD_DIR)/.root rule
is triggered.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-11-05 11:39:46 +00:00
Peter Korsgaard
22a23bb220
kernel-headers: bump 2.6.26 and 2.6.27 minor versions
2008-11-05 11:11:43 +00:00
Hans-Christian Egtvedt
d86faadff9
Move creation of $(PROJECT_BUILD_DIR)/autotools-stamps into top level Makefile
...
This patch will create the autotools-stamps directory early in the build
process, thus making it possible for non Makefile.autotools.in packages to use
this directory to hold stamp files.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-11-05 10:41:31 +00:00
Hans-Christian Egtvedt
5599a3102e
make: add gettext dependency to make rule instead of TARGETS
...
This patch adds gettext dependency to make: rule instead of the TARGETS
variable if locale is selected. Just to conform with common syntax.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-11-05 08:43:04 +00:00
Hans-Christian Egtvedt
32cca54384
make: select gettext and libintl if locale is enabled
...
This patch makes sure gettext and libintl are selected if locale support is
enabled. Gettext must also be compiled before make so appropriate headers are
available to make.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-11-05 08:09:30 +00:00
Peter Korsgaard
e0c4ea8276
matchbox: fix prefix
...
Closes #5946 .
2008-11-04 22:29:02 +00:00
Peter Korsgaard
2cb9654f05
matchbox: fix mb-applet-startup-monitor compilation (TRUE/FALSE issue)
2008-11-04 22:28:58 +00:00
Peter Korsgaard
ab1c8b3943
Kernel build fix related to external toolchain use
...
This patch prevents the user from select "linux (Same version as linux
headers)" as a choice for building the kernel when an external binary
toolchain is used, since "same version as linux headers" doesn't make
sense when an external toolchain is used.
It fixes the issue encountered by Hartley <hartleys@visionengravers.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-11-04 19:58:48 +00:00
Peter Korsgaard
d1a7ffe8f9
Makefile: glib-genmarshal: use BR2_STAGING_DIR instead of hardcoded staging_dir
2008-11-04 12:50:38 +00:00
Peter Korsgaard
a6db1e165d
netsnmp: run CONFIG_UPDATE
...
Based on e068796d3 in Bernhards tree.
2008-11-04 11:31:58 +00:00
Peter Korsgaard
30bb1bdca4
netsnmp: bump version
...
Based on fa86c12d in Bernhards tree.
2008-11-04 11:26:52 +00:00
Peter Korsgaard
b948fdba22
Makefile: ignore glib-genmarshal in staging_dir
...
HOST_GLIB is set to the path that contains the host glib tool set and is
used when building packages using glib. The buildroot top level Makefile
sets HOST_GLIB using which to find the path where glib-genmarshal is
located.
The problem is that a cross compiled version of glib-genmarshal is also
put in the build_ARCH/staging_dir/usr/bin directory when the package
libglib2 is built. This cross compiled version will typically not run on
the host system.
Fix it by ignoring staging_dir in the which output.
Closes #5934
jacmet: fixed to work correctly if it's only found in staging_dir.
2008-11-03 20:11:03 +00:00
Peter Korsgaard
030a9d39b1
External toolchain C++ cross-compiler fix
...
External toolchain C++ cross-compiler fix
package/Makefile.in resets CXX to "" in TARGET_CONFIGURE_OPTS if
BR2_GCC_CROSS_CXX is not set to 'y'. However, when using an external
toolchain, BR2_GCC_CROSS_CXX is not set even if the toolchain has a
C++ cross-compiler.
This patch adds a new BR2_GCC_CROSS_CXX option in the external
toolchain configuration menu, so that just like BR2_INET_RPC,
BR2_INET_IPV6 and the others, it can be set according to the external
toolchain configuration.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-11-03 10:37:27 +00:00
Peter Korsgaard
df1df36fcb
More external toolchain fixes
...
Fix issues with binary external toolchains
Fix two problems encountered while using an external binary toolchain
generated by crosstool-ng:
- Don't remove the ending / in LIB_DIR, otherwise find $LIB_DIR
-maxdepth 1 doesn't find any file in the case LIB_DIR is a symbolic
link and not a directory.
For some reason, find -maxdepth 1 doesn't have the same behaviour
on directories and symbolic links. Demonstration:
$ mkdir foobar
$ touch foobar/t1
$ touch foobar/t2
$ ln -s foobar barfoo
$ find foobar -maxdepth 1 -name 't*'
foobar/t1
foobar/t2
$ find barfoo -maxdepth 1 -name 't*'
$ find barfoo/ -maxdepth 1 -name 't*'
barfoo/t1
barfoo/t2
* Make sure the libraries are writable, otherwise the strip operation
might fail. The library files may not be writable if the toolchain
is not writable (which may happen if one wants to prevent anyone
from overwriting the toolchain, which is done by crosstool-ng, for
example).
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-11-03 10:32:59 +00:00
Peter Korsgaard
51f5f62754
External toolchain support improvements
...
Improve external toolchain support
* Do not put kernel-headers in the dependencies of BASE_TARGETS in
the case where BR2_TOOLCHAIN_SOURCE is not y. The kernel headers
are already supposed to be part of the external toolchain, so
there's no need to download, extract and install them.
* In the configuration system, don't display the kernel headers
version selection list when an external toolchain is selected. This
is implemented by moving the source
"toolchain/kernel-headers/Config.in" inside the if
BR2_TOOLCHAIN_SOURCE in toolchain/Config.in.2.
* Change the description and help message of the BR2_LARGEFILE,
BR2_INET_IPV6, BR2_INET_RPC, and BR2_SOFT_FLOAT option in
toolchain/external-toolchain/Config.in. In the case of an external
toolchain, the semantic of these options is not to enable large
file support, IPV6 or RPC (since the toolchain is already compiled,
it has been decided previously). Their semantic is to let Buildroot
know about the characteristics of the external toolchain being
used.
As an improvement, we could guess these values automatically:
- for BR2_LARGEFILE, look at the value of __UCLIBC_HAS_LFS__ in
bits/uClibc_config.h in the libc headers directory.
- for BR2_INET_RPC, look at the value of __UCLIBC_HAS_RPC__ in the
same file
- for BR2_INET_IPV6, look at the value of __UCLIBC_HAS_IPV6__ in
the same file
- for BR2_SOFT_FLOAT, look at the output of $(CC) -v 2>&1 | grep
-- "--with-float=soft"
But I'm not sure how this would be possible, since these values are
used at configuration-time by other configuration options, not only
at build time.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-11-03 10:18:39 +00:00
Peter Korsgaard
9373bd5d3f
mkdosfs: cleanup target install handling
...
closes #5834 .
2008-11-03 06:16:36 +00:00
Peter Korsgaard
9ca9f93339
package/: remove more 'default n' (see r22874)
2008-11-02 20:21:59 +00:00
Peter Korsgaard
93a0dd1408
sdl-image: convert to Makefile.autotools.in format
2008-11-02 19:21:21 +00:00
Peter Korsgaard
cab350013e
libpng: fix Makefile.autotools.in fallout
...
libpng used to have the 'png' Makefile alias, which some packages used
in their dependencies list.
With the move to Makefile.autotools.in this is now gone, so update the
packages to match.
2008-11-02 19:21:17 +00:00
Peter Korsgaard
e9bbc07625
syslinux: fix download url
2008-11-02 19:21:12 +00:00
Peter Korsgaard
a2274077d9
busybox: additional 1.12.1 patches
2008-11-02 13:06:44 +00:00
Arnar Mar Sigurðsson
0138389b0b
Fixes for Qt from Markus Heidelberg
2008-11-02 02:16:53 +00:00
Arnar Mar Sigurðsson
057eca1834
Update valka target
2008-10-31 17:22:59 +00:00
Arnar Mar Sigurðsson
f972f947d5
Add options to select what gfx and mouse drivers are compiled in.
...
Note to tslib users: You now have to select the tslib mouse driver to build it.
2008-10-31 17:17:23 +00:00
Thiago A. Corrêa
1830e8942f
Fix zlib install broken by previous commit. Sorry
2008-10-31 16:37:01 +00:00
Daniel Laird
2016afd117
package/lite/lite.mk: Bounce version
...
Bounce version.
Signed-off-by: Thomas Petazzoni<>
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2008-10-31 14:04:31 +00:00
Thiago A. Corrêa
6d06e55a9d
pciutils may depend on zlib. Based on Bernhard's git repository.
2008-10-31 12:41:02 +00:00
Thiago A. Corrêa
58bc514201
Improve pciutils based on Bernhard Reutner-Fischer's git repository ( http://repo.or.cz/w/buildroot.git?a=tree;f=package/pciutils;hb=HEAD ). Thanks
2008-10-31 12:14:39 +00:00
Thiago A. Corrêa
1bf91aa2a8
Make sure directories are created during install to STAGING_DIR and TARGET_DIR. Thanks to Thomas Petazzoni and Bernhard Reutner-Fischer.
2008-10-31 12:10:10 +00:00
Thiago A. Corrêa
c1b4bfbd72
Fix bug #0005884 - pciutils depends on zlib
2008-10-31 04:03:27 +00:00
Thiago A. Corrêa
e246dc1ef5
Minor cleanups. Use touch for stamp-files
2008-10-31 03:55:03 +00:00
Thiago A. Corrêa
73bf8098c9
fix wrong variable name for SQL. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2008-10-31 02:17:30 +00:00
Arnar Mar Sigurðsson
b4b38739a5
Bump ntp version
2008-10-31 01:44:32 +00:00
Arnar Mar Sigurðsson
88b24a4caa
2 gcc patches from Atmel's buildroot
2008-10-31 01:41:31 +00:00
Wade Berrier
d3f742f98a
python: add $(STAGING_DIR)/usr/lib to PYTHON_MODULES_LIB so that
...
modules build correctly (particularly readline)
2008-10-30 17:21:18 +00:00
Hans-Christian Egtvedt
fc23ee8dea
linux: skip installing modules if modules are disabled in kernel config
...
This patch will check if CONFIG_MODULES is set in the kernel .config, if not
yes then it will skip installing the modules.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-10-30 14:56:58 +00:00
Hans-Christian Egtvedt
fed8349509
linux: make touch also create the dependency file when installing modules
...
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-10-30 14:22:11 +00:00
Hans-Christian Egtvedt
aabaf095a0
linux: fix typo in status printout
...
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-10-30 14:02:47 +00:00
Hans-Christian Egtvedt
4c1a34471d
linux: add probing for kernel version when installing modules
...
This patch will ask the kernel for the specific version before doing
modules_install, that way Buildroot will know which directories to remove and
what parameters to use for depmod. Needed when compiling a kernel grabbed from
GIT or vendor specific releases.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-10-30 14:02:05 +00:00
Peter Korsgaard
ef85a2b225
qtopia4: fix wrong compilation of qmake
...
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de >
2008-10-29 20:40:51 +00:00
Daniel Laird
3544d8f71e
package/libpng/libpng.mk: Change to autotools.in format
...
Move libpng into the new era.....
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2008-10-29 12:49:38 +00:00
Peter Korsgaard
4baf71840f
bind: use strchr() instead of index()
2008-10-29 07:35:03 +00:00
Peter Korsgaard
8d6e9e3907
qtopia4: fix adjustment of qmake.conf
...
Extend the regexp to match spaces and also tabs to replace the qmake
variables with the proper buildroot values. Also use TARGET_AR and
TARGET_STRIP instead of using TARGET_CROSS and set a variable for
qmake.conf to shorten the command line.
Patch by Markus Heidelberg
2008-10-28 09:40:28 +00:00
Peter Korsgaard
bb2d903355
qtopia4: fix use of pkg-config
...
When cross compiling, Qt sets PKG_CONFIG in its own configure script to
an empty string. That leads to not using pkg-config. To avoid that, use
the configure option -force-pkg-config. Also set environment variables
for pkg-config defined in TARGET_CONFIGURE_OPTS.
Patch by Markus Heidelberg.
See http://buildroot.uclibc.org/lists/buildroot/2008-October/011324.html
for more details.
2008-10-28 09:40:25 +00:00
Peter Korsgaard
3d098dd622
Fix matchbox build
...
Fix matchbox build
This patch fixes various failures in the Matchbox build:
* libmatchbox and matchbox-panel were using a now legacy index()
function, which is not part of every uClibc build nowadays
(depending on the configuration). As this function doesn't exist
anymore in all builds, use strchr() instead, which is the
recommended replacement for index(). Two patches, one for
libmatchbox, one for matchbox-panel, are added to fix this problem.
Closes bug http://bugs.uclibc.org/view.php?id=5484
* Do not override the CFLAGS and LDFLAGS values, they are already set
by TARGET_CONFIGURE_OPTS. It caused build failures.
* Mangle the library paths in the .la file of libmatchbox, after
installation in the staging dir.
It would probably be nice to switch Matchbox over to the new
Makefile.autotools.in.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-10-27 15:15:52 +00:00
Peter Korsgaard
9042d92943
Strip gettext libraries on the target
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-10-27 09:45:44 +00:00
Peter Korsgaard
c8f70347ec
Strip libgtk2 in the target
...
Rely on the sane default values of Makefile.autotools.in for the
staging and target installs. The immediate benefit is that the target
install will use install-strip instead of install, leading to a quite
nice size reduction in the libraries.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-10-27 09:45:41 +00:00
Peter Korsgaard
a574856e19
Strip pango libraries on the target
...
Use the predefined INSTALL_STAGING_OPT and INSTALL_TARGET_OPT
behaviour of Makefile.autotools.in, so that installation on the target
is done using install-strip.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-10-27 09:45:38 +00:00
Peter Korsgaard
eb749df631
Fix strange problems in pango configure target
...
The configure target of pango had strange characters in it, preventing
compilation to work. Remove them, they just seem to be mistakes.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-10-27 09:45:34 +00:00
Peter Korsgaard
a7f2a538c0
libglib2: remove $(DISABLE_NLS) from configure options
...
The configure option --disable-nls is not supported anymore in glib
since version 2.0, see file ChangeLog.pre-2-0 line 544.
Patch by Markus Heidelberg.
2008-10-26 20:02:36 +00:00
Peter Korsgaard
64a23d4654
libglib2: remove redundant configure args
...
Patch by Markus Heidelberg.
2008-10-26 20:02:34 +00:00
Peter Korsgaard
785d6cc6d0
package: remove redundant pkg-config variables
...
Also remove some redundant or predefined configure/make args in these
packages.
Patch by Markus Heidelberg.
2008-10-26 19:57:55 +00:00
Peter Korsgaard
4cb7b78a24
vim: add TARGET_CONFIGURE_OPTS
...
Patch by Markus Heidelberg.
2008-10-26 12:13:28 +00:00
Peter Korsgaard
b2c6ad8b5e
docker: requires pkgconfig, glib2 and X11
2008-10-26 09:14:13 +00:00
Peter Korsgaard
aa63bf420a
docker: strip on target install
2008-10-26 09:14:10 +00:00
Peter Korsgaard
ac71691272
docker: s/PKGCONFIG/PKG_CONFIG/ to be consistent
...
Patch by Markus Heidelberg.
2008-10-26 09:14:06 +00:00
Peter Korsgaard
7543f7dff4
toolhain/: confgure: respect quiet option
2008-10-26 09:14:02 +00:00
Peter Korsgaard
8a89d2b3f3
package: cleanup PKG_CONFIG_SYSROOT
...
PKG_CONFIG_SYSROOT_DIR and friends get set in package/Makefile.in,
so there's no need to set it in the makefiles of the individual
packages as well.
Based on a patch by Markus Heidelberg.
2008-10-26 06:19:43 +00:00
Peter Korsgaard
ae116fece6
qtopia4: reduce the use of BR2_PACKAGE_QTOPIA4
...
Use one conditional if statement instead of several single "depends on".
Patch by Markus Heidelberg.
Cleaned up trailing white space while we're at it.
2008-10-26 06:03:23 +00:00
Peter Korsgaard
2ee7e54c61
kernel-headers: bump 2.6.25, 2.6.26 and 2.6.27 minor versions
2008-10-24 11:02:32 +00:00
Peter Korsgaard
f3cdba4707
lsof: bump version
...
Reported by Mark McLaurin.
2008-10-23 18:54:10 +00:00
Peter Korsgaard
e9008a36bf
x11r7/xkeyboard-config: select xkbcomp
...
xkeyboard-config uses xkbcomp at runtime, so select it.
closes #5704 .
2008-10-23 15:07:34 +00:00
Peter Korsgaard
65815316b4
x11r7/xserver: select cursor font as well
...
Really closes #5684 .
2008-10-23 11:58:50 +00:00
Peter Korsgaard
80790efc5a
x11r7/xserver: select misc font + font alias
...
Closes #5684 .
2008-10-23 10:24:42 +00:00
Peter Korsgaard
29d001a042
x11r7/xclock: don't force libiconv link
...
Closes #5654 .
2008-10-22 20:12:28 +00:00
Daniel Laird
eff04b41d3
package/Makefile.in: Remove rpath fix as it breaks Thomas png build
...
Remove my fix for rpath-link until I can find out why it works for me and not
Thomas.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2008-10-22 15:28:30 +00:00
Daniel Laird
ab20262575
package/cairo/cairo.mk: Bounce version and add patches for DirectFB
...
Update Cairo to 1.6.4
Add DirectFB patches as supplied by DirectFB author Dennis Kropp
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2008-10-22 15:01:00 +00:00
Peter Korsgaard
9364487c25
x11r7/libFS susv3-legacy: update to what got applied upstream
...
For details, see:
http://lists.freedesktop.org/archives/xorg/2008-October/039630.html
2008-10-22 14:39:46 +00:00
Daniel Laird
ec65ef836f
package/Makefile.in: Add -rpath-link
...
As per various email discussions add -rpath-link
to the LDFLAGS.
This definately fixes a few issues for Thomas and myself
Any objections and it can be pulled again.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@...>
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2008-10-22 12:47:53 +00:00
Peter Korsgaard
6fd903a4de
new package wizard: change bash-specific construct
...
Patch by Markus Heidelberg.
${VAR//-/_} which replaces - with _ aborts with "syntax error" on a
system where /bin/sh points to dash. Use tr therefor as already done in
the line above rather than changing the shebang to bash.
2008-10-22 05:19:04 +00:00
Peter Korsgaard
14717272be
x11r7/xserver: bump version
2008-10-21 19:44:57 +00:00
Peter Korsgaard
79bdd27e5d
x11r7/xfs: bump version - fixes CVE-2007-4568
...
For details, see:
http://lists.freedesktop.org/archives/xorg-announce/2007-October/000416.html
2008-10-21 18:50:49 +00:00
Peter Korsgaard
5b95c921e9
x11r7/libFS: use memcpy instead of bcopy
2008-10-21 15:06:06 +00:00
Peter Korsgaard
923e61ee5b
package/memstat: add memstat package
...
Memstat lists all the processes, executables, and shared
libraries that are using up virtual memory. It's helpful to
see how the shared memory is used and which 'old' libs are
loaded.
2008-10-21 12:38:31 +00:00
Daniel Laird
705ea6dee0
package/atk/atk.mk: Bounce version
...
Bounce version to 1.22.0
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2008-10-21 12:24:12 +00:00
Peter Korsgaard
43af3d3578
buildroot: add QUIET variable and use it for wget/git/svn/configure
...
A lot of tools take a -q option to be quiet.
Set this if make is called with the -s (silent) option and use for
wget, git, svn and configure.
2008-10-21 08:56:26 +00:00
Peter Korsgaard
02cfe523e8
sqlite: bump version
2008-10-21 08:56:15 +00:00
Peter Korsgaard
a16c662d0a
toolchain/uclibc: brown paper bag fix for r23746
...
So much for doing one more "obvious" fix before going home -
Sorry everyone.
2008-10-20 18:55:26 +00:00
Peter Korsgaard
cdade1dd00
toolchain/uclibc: only use make install_headers for 0.9.29+
...
0.9.28.3 doesn't have install_headers, so use install_dev there.
Got broken by r23561.
2008-10-20 15:23:50 +00:00
Daniel Laird
00ad71901b
package/pango/pango.mk: Remove redundant PKG_CONFIG_*
...
Remove the unnecessary PKG_CONFIG_* settings and tidy up some
config options.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2008-10-20 13:57:30 +00:00
Peter Korsgaard
e337d002fe
package/: remove redundant install-strip in *_TARGET_INSTALL_OPT
...
It's default now.
2008-10-20 11:53:16 +00:00
Peter Korsgaard
fc7bf9e325
neon: don't strip if BR2_ENABLE_DEBUG is enabled
2008-10-20 11:53:08 +00:00
Peter Korsgaard
084e855d05
bridge-utils: don't strip if BR2_ENABLE_DEBUG is enabled
2008-10-20 11:53:05 +00:00
Peter Korsgaard
886b274a5c
BR2_HAVE_DOCUMENTATION: add option to remove documentation from target
...
Some packages' install-strip target install quite big documentation,
so create an option to remove it similar to the existing man/info options.
2008-10-20 11:32:25 +00:00
Peter Korsgaard
fedf24cf51
Makefile.autotools.in: default to install-strip for non-debug target install
2008-10-20 11:32:22 +00:00
Peter Korsgaard
2b6db275f8
x11r7/libXft: use install-strip for target install
...
Saves ~400 KB
2008-10-20 09:52:14 +00:00
Peter Korsgaard
a3aeff1bd8
x11r7/libXext: use install-strip for target install
...
Saves ~400 KB
2008-10-20 09:52:11 +00:00
Peter Korsgaard
56a93caa2a
x11r7/libXi: use install-strip for target install
...
Saves ~900 KB
2008-10-20 09:40:45 +00:00
Peter Korsgaard
2f8d8843ad
x11r7/libXfont: use install-strip for target install
...
Saves ~800 KB
2008-10-20 09:40:41 +00:00
Peter Korsgaard
b09d3f77a4
strace: bump version
...
Fixes build with 2.6.27 kernel headers
2008-10-20 09:04:49 +00:00
Daniel Laird
988163764e
package/liberation: Add liberation fonts package
...
Add the liberation fonts package as this can be used
by GTK etc and means you have some useful (free) fonts.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2008-10-20 07:30:03 +00:00
Peter Korsgaard
b0457a0ab7
x11r7/xserver: use install-strip for target install
2008-10-19 21:49:02 +00:00
Peter Korsgaard
9dcce967a8
x11r7/libXt: don't install makestrs
...
Don't install makestrs in the first place, instead of removing it
afterwards. Fixes cross-strip issue.
2008-10-19 21:48:58 +00:00
Peter Korsgaard
b522386129
x11r7/libXaw: use install-strip for target install
...
Saves ~3 MB
2008-10-19 21:48:55 +00:00
Peter Korsgaard
78fa144ee3
x11r7/libXt: use install-strip for target install
...
Saves ~1.4 MB
2008-10-19 21:48:52 +00:00
Peter Korsgaard
efd50b40c0
x11r7/libX11: use install-strip for target install
...
Saves ~11 MB
2008-10-19 21:48:48 +00:00
Peter Korsgaard
4c9b747b95
vim: use $(MAKE) instead of hardcoding make
2008-10-19 07:59:19 +00:00
Peter Korsgaard
daf30631d8
acpid: use $(MAKE) in acpid-clean instead of hardcoding make
2008-10-19 07:44:30 +00:00
Peter Korsgaard
e320fc667a
package/matchbox: fix BR2_PACKAGE_MATCHBOX_KEYBOARD Kconfig
...
Fix typo and wrong information in help text (not a cvs snapshot)
2008-10-19 07:44:25 +00:00
Peter Korsgaard
cb9d03ca6e
target: add /sys directory to target skeletons needing it
...
The remaining target_skeletons where /etc/fstab mentions sysfs
2008-10-18 13:00:58 +00:00
Peter Korsgaard
ca672dc4dc
target/device/Atmel: add /sys to target skeletons
...
Reported by John Schimandle
2008-10-18 12:47:42 +00:00
Peter Korsgaard
da39abf0cc
Bump up libgtk2 version
...
Bump up libgtk2 version
The version of libgtk2 currently used doesn't build when built against
DirectFB. The issue has been fixed in a later version of the 2.12.x
series, so let's upgrade to this version.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-10-18 07:00:35 +00:00
Peter Korsgaard
921eb994f8
Add Xilinx UARTLITE and MPC5200 PSC device files (serial ports)
...
From: Grant Likely <grant.likely@secretlab.ca >
The Xilinx UART Lite and MPC5200 Programmable Serial Controller (PSC)
devices have dedicated major/minor numbers. Add them to the device
table data file so they get are present in the root filesystem
2008-10-17 10:19:41 +00:00
Peter Korsgaard
e241fa4290
Typo fix in toolchain/external-toolchain/ext-tool.mk
...
From: Grant Likely <grant.likely@secretlab.ca >
Comment block header documentation typo
2008-10-17 10:19:38 +00:00
Peter Korsgaard
50548330b4
kconfig: only warn about long help lines, not other types of lines
...
We have some pretty long depends / default y|n lines in BR, which it
shouldn't complain about.
2008-10-16 19:28:23 +00:00
Daniel Laird
fcb9d45a07
package/directfb-examples: DirectFB examples package
...
Add the DirectFB examples package.
This patch adds the DirectFB examples package to Buildroot. It is
largely based on a patch written by Daniel Laird, and available at
http://bugs.uclibc.org/view.php?id=4224 . I only made a few adaptations
to get it to work properly.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com >
2008-10-16 13:16:17 +00:00
Daniel Laird
7ba44159bd
package/sawman: Add Package SawMan
...
SaWMan is a new window manager module for use with DirectFB.
Its main difference to the default module is that it allows one process
to be an application and window manager,
implementing all kinds of diversity,
while SaWMan is only the working horse.
Daniel Laird
2008-10-16 12:10:23 +00:00
Bernhard Reutner-Fischer
184891efc5
- extend documentation to mention adding package/foo/Config.in to package/Config.in
2008-10-14 16:20:55 +00:00
Peter Korsgaard
b931451833
busybox: add 1.12.1 modprobe fix
2008-10-13 12:42:29 +00:00
Hans-Christian Egtvedt
bd3dd7b6b9
openssl: fix architecture specified when configuring openssl
...
This patch will default to linux-generic32, unless a known optimized
architecture is selected.
As of today it will select optimized config for; avr32, ia64, powerpc and
x86_64.
This fixes bug #5344 .
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-10-13 08:10:35 +00:00
Daniel Laird
ad0984bfa8
package/libxml2/libxml2.mk: Bounce version to 2.6.32
...
Bounce the version to 2.6.32.
And deal with the left over .rej files.
Daniel Laird
2008-10-10 14:41:18 +00:00
Peter Korsgaard
722f3634fb
kernel-headers: bump 2.6.25.x / 2.6.26.x versions
2008-10-10 08:25:15 +00:00
Peter Korsgaard
d60874fe58
kernel-headers: add 2.6.27
...
And mark 2.6.26 as recent, 2.6.25 as deprecated while we're at it.
2008-10-10 08:25:02 +00:00
Thiago A. Corrêa
d45cc3d36f
Fix dependency on libungif
2008-10-09 18:36:36 +00:00
Thiago A. Corrêa
1498c1baf7
Fix whitespace damage
2008-10-09 18:36:18 +00:00
Daniel Laird
508f033a1b
package/freetype: Convert to Makefile.autotools.in
...
Use AutoTools.in to build freetype.
Slight issue with freetype installation to TARGET_DIR.
Doing an install results in far too many files being copied in.
So for now I do what the old makefile did which is copy the .so files
and links manually rather than using a make install.
It also uses the autotools.in additions to not use the generic libtool patch and
use a local one instead.
Daniel Laird
2008-10-09 12:50:56 +00:00
Thiago A. Corrêa
4c448c4c7f
Fix dependencies in directfb config options
2008-10-09 05:06:42 +00:00
Hamish Moffatt
433a26a515
Rename patches to include Python 2.4 version, in preparation for adding 2.5
2008-10-08 05:02:59 +00:00
Thiago A. Corrêa
8a12bab608
widen options to configure directfb, patch by Micha Nelissen <micha@neli.hopto.org>
2008-10-07 20:29:27 +00:00
Wade Berrier
5b0e7a5ddb
Makefile.autotools.in: honor CONFIG_SHELL and TAR.
...
Don't use recursively expanded definition
(Use ':=' instead of '=')
2008-10-07 17:08:27 +00:00
Wade Berrier
a8ed074e80
logrotate: remove duplicate deps. Clean up '/etc'
...
on make clean. Some other syntactic niceties.
2008-10-07 17:08:25 +00:00
Hans-Christian Egtvedt
c0f95aafb8
uclibc: fix path to ARCH_CFLAGS when compiling the test suite
...
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-10-07 07:32:40 +00:00
Hans-Christian Egtvedt
f37e5da113
libpcap: bump to version 0.9.8
...
This patch bumps the version to 0.9.8 and refreshes the patch against that
version. Fixes bug #5284 .
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-10-07 07:24:41 +00:00
Hans-Christian Egtvedt
8e71cdd87f
uclibc: add kconfig option and make stuff for installing the uClibc test suite
...
This patch adds the possibility to install the uClibc test suite to the target
file system. This is useful if you need to debug or test your uClibc.
The option is defaulted to no, and is not needed for a normal running Linux
system. The test suite is installed to /root/uClibc
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-10-07 07:20:32 +00:00
Hans-Christian Egtvedt
599d3243f1
openssl: fix compiling OpenSSL for i386 architecture
...
This patch will use linux-generic32 for all i386 target architectures, which
fixes bug #5274 .
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-10-07 07:11:15 +00:00
Wade Berrier
d6b556670c
vsftpd:
...
-Patch to build against newer kernel headers
( vsftpd-2.0.7-uclibc.patch , based on idea from
http://www.bitshrine.org/gpp/vsftpd-2.0.5-syscall2.patch )
-new basic init script (no config yet)
-Update version (2.0.7)
-openssl fixes
-cleanup makefile deps so it doesn't get built when things
don't change
2008-10-06 22:46:41 +00:00
Wade Berrier
b8508d758e
logrotate:
...
-new package
2008-10-06 20:41:12 +00:00
Wade Berrier
3916f9ef4a
ccache:
...
-Don't show custom location dir if ccache isn't selected.
2008-10-06 20:28:46 +00:00
Wade Berrier
165bfb3a23
which.mk:
...
-Update to 2.20 which doesn't depend on readline
Config.in:
-Don't depend on readline any longer
2008-10-06 19:54:58 +00:00
Wade Berrier
f6c58902ac
samba.mk:
...
-force some performance enhancing autoconf options
-run 'installscripts' so findsmb and smbtar are installed
-samba binaires were segfaulting with uclibc 0.9.29
when not using: samba_cv_fpie=no. Force it.
Config.in:
-create configure options for findsmb and smbtar
S91smb:
-create dir (/var/lock/subsys) that is referenced
later in script
2008-10-06 19:53:29 +00:00
Wade Berrier
56eebd08c0
Makefile.autotools.in:
...
-Make tar switches 1.14 compatible
(Not sure of a more elegant way to handle this ... ?)
2008-10-06 19:20:58 +00:00
Wade Berrier
6afbfedbb4
vim:
...
-Apply patches from list
(http://buildroot.uclibc.org/lists/buildroot/2008-July/009846.html
http://buildroot.uclibc.org/lists/buildroot/2008-August/010104.html )
-add more vim patches
-Switch to http vs ftp since ftp is slow
-Fix configure.patch to apply cleanly after patch update
2008-10-06 19:18:11 +00:00
Wade Berrier
af9710538e
ccache:
...
-Allow user to specify custom ccache location.
This allows you to build a toolchain and put it on
an nfs share so other people can use the toolchain
without errors about the ccache dir missing.
2008-10-06 19:14:41 +00:00
Wade Berrier
6f6893c633
bash.mk:
...
-Force some autoconf options so that job control
is turned on.
(Otherwise these checks fail when cross compiling.
And when job control is disabled, bash can't be
the default shell)
2008-10-06 19:09:14 +00:00
Peter Korsgaard
a42c6373c4
busybox: 1.12.1 grep fix
2008-10-06 18:52:02 +00:00
Peter Korsgaard
242895ef63
png: bump version
...
Upgrade libpng to 1.2.32
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2008-10-06 15:11:15 +00:00
Peter Korsgaard
56aeef9145
ncftp: bump version
...
Patch by Micha Nelissen
2008-10-06 09:23:08 +00:00
Peter Korsgaard
d1b1b4ee7d
README: document out-of-tree build support
2008-10-06 09:11:57 +00:00
Hans-Christian Egtvedt
0fbec516fd
linux: fix copy of Busybox config to target directory
...
This patch fixes bug report #5204 . The Busybox config was not copied from the
correct place.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-10-03 07:24:34 +00:00
Hans-Christian Egtvedt
50b55c9006
gcc: make installation of shared libraries multi-project safe
...
This patch modifies the rule for installing the shared libraries into the
project_foo/.../autotools-stamps directory. This will make the installation of
GCC shared libraries be multi-project safe.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-10-02 15:02:38 +00:00
Hans-Christian Egtvedt
3fac2be724
gcc: make sure that /usr/lib exists on target before installing shared libs
...
On very lite systems the /usr/lib directory might not exist before libstdc++ is
installed. This patch makes sure the directory exists.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-10-02 14:32:07 +00:00
Hans-Christian Egtvedt
49f6f94aee
kernel-headers: remove whitespace damage
2008-10-02 14:24:45 +00:00
Hans-Christian Egtvedt
74c0b2b0f2
avahi: add dependencies in right order
...
This patch puts gettext and libintl before the avahi targets, thus making sure
they exist before avahi targets are built.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-10-01 10:28:44 +00:00
Hans-Christian Egtvedt
497f55fb21
xserver_xorg-server: fix missing backslash on end of CONF_OPT
...
This patch adds a missing backslash on a line in the middle of the list of
XSERVER_XORG_SERVER_CONF_OPT.
Reported-by: Sebastian Matuschka <Sebastian.Matuschka@gcd-solutions.de >
2008-09-30 07:32:52 +00:00
Hans-Christian Egtvedt
21eb2bfd61
uclibc: install headers after building headers in configure part
...
This patch will run "make headers install_headers" instead of the old "make
headers install_dev". The latter requires a cross compiler available in uClibc
versions > 0.9.29, and the cross compiler is not available at the configuration
time of uClibc.
Spotted and fixed by Bernhard Fischer.
Tested-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-09-30 07:29:35 +00:00
Hans-Christian Egtvedt
caf7ca606b
qtopia4: bump version to 4.4.3
...
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-09-29 16:27:48 +00:00
Peter Korsgaard
08fd45b4fb
busybox: bump 1.11.x and 1.12.x versions
2008-09-28 19:28:51 +00:00
Peter Korsgaard
94b3420da9
project/Makefile.in: workaround issue with out-of-tree builds
...
Other packages might also support Linux-style out of tree builds
with the O=<dir> syntax (E.G. Busybox does). As make automatically
forwards command line variable definitions those packages get very
confused. Fix this by telling make to not do so
2008-09-26 14:04:08 +00:00
Hans-Christian Egtvedt
0915c62d98
sdl_net: fix install options for target and staging
...
This patch install with install-strip to the target and uses the default for
installing to staging. Makes the makefile even more compact, and also more
correct with using install-strip to get proper stripping of the installed
library.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-09-25 06:13:24 +00:00
Hans-Christian Egtvedt
cf61d19bd8
lxdoom: add dependency to a xserver in Makefile
...
This patch corrects the commit r23467 and replaces uclibc with
xserver_xorg-server in LXDOOM_DEPENDENCIES.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-09-24 13:38:17 +00:00
Hans-Christian Egtvedt
cbaae749b6
lxdoom: make package depend on X11 server
...
lxdoom depends on a X11 server to be built, this patch will only show lxdoom if
a X11 server is selected and add xserver_xorg-server to the dependency list.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-09-24 13:17:07 +00:00
Hans-Christian Egtvedt
75381b7f0e
doom-wad: enable kconfig entry for PrBoom package and fix whitespace damage
...
This patch will let the user install the Doom shareware WAD file if PrBoom is
selected.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-09-24 13:11:02 +00:00
Hans-Christian Egtvedt
005d15ae78
prboom: add new games package PrBoom
...
This patch adds a new package PrBoom. PrBoom is a Doom and Doom ][ client which
uses the SDL library for graphics, sound and network. It also supports OpenGL,
but this has not been enabled in this package since few embedded platforms
support OpenGL.
PrBoom allows you to play the good old game on newer hardware. It even supports
higher resolution and better rendring, while still keeping the old style alive.
http://prboom.sourceforge.net/
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-09-24 13:03:22 +00:00
Hans-Christian Egtvedt
7108decafe
doom-wad: split out and fix installation of Doom shareware wad file
...
This patch splits the installation of the shareware WAD file into a separate
package. The wad file will also be installed into /usr/share/games/doom
directory, since the client will search this directory when starting.
The Makefile rule has also been altered to use tools defined by Buildroot to
extract and install the wad file. The package is also multiple project safe
now.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-09-24 12:53:45 +00:00
Hans-Christian Egtvedt
e40448aa34
SDL_net: add new package SDL_net
...
This patch adds a new package SDL_net. SDL_net is a small, low-level,
cross-platform network library, that can be used with the Simple DirectMedia
Layer library (SDL).
http://www.libsdl.org/projects/SDL_net/
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-09-24 12:06:59 +00:00
Hans-Christian Egtvedt
1a66c6c547
openssh: convert to Makefile.autotools.in and bump version to 5.1p1
...
This patch converts building of OpenSSH to use Makefile.autotools.in instead
and in the same process bump to latest upstream version 5.1p1.
The openssh.path is also cleaned up a bit to reflect the new release, i.e. some
of the patch is already applied/fixed upstream.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-09-24 12:00:57 +00:00
Hans-Christian Egtvedt
86029f4a35
openssl: add patch for AVR32 support and optimization
...
This patch adds support for AVR32 architecture and adds an optimized DES and
AES algorithm for this architecture.
2008-09-24 09:12:06 +00:00
Hans-Christian Egtvedt
1158ddccd9
openssl: convert to Makefile.autotools.in and bump version to 0.9.8g
...
This patch converts building of OpenSSL to use Makefile.autotools.in and bumps
the version to 0.9.8g. The patches are updated to reflect this version upgrade.
A kconfig option for adding the OpenSSL engines is also added.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-09-24 09:10:06 +00:00
Peter Korsgaard
5c662fee80
target/linux/advanced: don't hardcode date suffix
...
Use ROOTFS_SUFFIX instead of hardcoding -$(DATE).
Reported by Lars Lockenvitz.
2008-09-22 12:04:05 +00:00
Peter Korsgaard
22b455818d
busybox: more 1.12.0 patches
2008-09-22 11:54:17 +00:00
Peter Korsgaard
0e23e6bdf1
package: add libconfuse - A library for parsing configuration files
2008-09-22 08:11:05 +00:00
Peter Korsgaard
681f7022fa
libtool: don't error on missing directories in clean targets
2008-09-22 08:11:02 +00:00
Daniel Laird
52097d2dad
Makefile.autotools.in: Get my $(Q)'s in the correct place
...
Minor fix for Makefile.autotools.in that deals with the packages
that use AUTOCONF to regenerate configure etc.
(my mistake to start with)
Daniel Laird
2008-09-19 14:43:50 +00:00
Daniel Laird
4ab8aa443b
Makefile.autotools.in: Extended to cope with more bad packages
...
1. I added a HOOK_POST_EXTRACT previously so that I could cope with the
bad libxml2 package. This required me to remove some dead patches
(.rej) files after I extracted the package, the issue is that the
EXTRACT target runs patch-kernel.sh to patch the ltmain.sh.
It then finds some.rej files and bombs out.
I have altered the sequence so that the HOOK_POST_EXTRACT target runs
before the make target that patches libtool to deal with this.
2.) I have added a $(PKG)_LIBTOOL_PATCH variable. This is defaulted to
YES however if you override it in the package makefile to NO then the
ltmain.sh file will not be patched automatically but only if you have
added your own patches.
This is necessary for freetype 2.3.7 as it cannot use the
buildroot-libtool patch.
I am using this patch for building a set of packages, however it
is not a complete set of packages so await feedback of issues (if any)
Daniel Laird
2008-09-19 13:37:14 +00:00
Hans-Christian Egtvedt
0b8ba16bc4
bridge-utils: remove whitespace at end of file
2008-09-18 15:22:16 +00:00
Hans-Christian Egtvedt
9f8b1ce23d
iptables: fix install rule to install everything in appropriate directories
...
This patch will install iptables with the install-strip command, and also use
/usr/lib as target for the filter libraries.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-09-18 11:08:27 +00:00
Peter Korsgaard
3220405a75
Config.in: Don't special case atmel targets for image suffix
...
It's confusing to have different behaviour of target independent options.
As reported by HcE on IRC.
2008-09-18 09:22:41 +00:00
Hans-Christian Egtvedt
e410210c08
aumix: fix install rule to target to support multiple projects
...
This patch will let aumix depend on an installed file on the target root file
system instead of touched file.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-09-18 08:42:56 +00:00
Hans-Christian Egtvedt
aff967f068
libupnp: add package libupnp
...
This patch adds libupnp package to Buildroot. libupnp provides developers
with an API that are compliant with version 1.0 of the Universal Plug and
Play Device Architecture Specification.
http://pupnp.sourceforge.net/
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-09-18 06:48:20 +00:00
Peter Korsgaard
667ec53adb
lighttpd: don't enable openssl support by default
2008-09-17 21:36:21 +00:00
Peter Korsgaard
57ae4753ed
lighttpd: fix compilation without largefile support
...
lighttpd uses --disable-lfs instead of --disable-largefile.
Remove redundant configure args while we're at it.
2008-09-17 21:35:51 +00:00
Peter Korsgaard
fc1491ce44
pcre: fixup paths in pcre-config
2008-09-17 21:33:19 +00:00
Hans-Christian Egtvedt
16091faf1e
oprofile: convert oprofile.mk to use Makefile.autotools.in and bump version
...
This patch bumps the version to 0.9.4 and converts the oprofile.mk to use
Makefile.autotools.in. Patches against 0.9.3 are removed since they are no
longer needed and a new patch for 0.9.4 is added.
Building for all architectures should now also be possible.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
Signed-off-by: Fathi Boudra <fboudra@gmail.com >
2008-09-17 08:51:54 +00:00
Peter Korsgaard
87d3e5f961
findutils: use install-strip for target install
2008-09-16 20:57:17 +00:00
Peter Korsgaard
e3556c8862
Makefile: support relative paths for out of tree builds
...
And complain if the output directory cannot be created.
2008-09-16 20:53:45 +00:00
Peter Korsgaard
49e3aba2d9
target/generic: add uartlite ttyULx devices to securetty
2008-09-16 18:44:54 +00:00
Thiago A. Corrêa
1b821fe7de
Fix iptables compile error by updating to Makefile.autotools.in and bumping version to 1.4.1
2008-09-16 02:12:23 +00:00
Peter Korsgaard
f4b178495e
fontconfig: use install-strip for target install
2008-09-14 19:35:45 +00:00
Peter Korsgaard
7b2a502857
Makefile.autotools.in: fix DESTDIR= help text
...
DESTDIR per default points to TARGET_DIR / STAGING_DIR without /usr
appended.
2008-09-14 19:19:10 +00:00
Peter Korsgaard
79d7e95d5a
Makefile.autotools.in: fix FOO_UNINSTALL_TARGET_OPT help text
...
It defaults to TARGET_DIR, not STAGING_DIR.
2008-09-14 19:19:06 +00:00
Hamish Moffatt
346844d057
Applied patch from Brian Foster <brian.foster@innova-card.com>:
...
make "make clean" remove the .root stamp, so that everything will
be reinstalled properly on a subsequent build. (bug id 4304)
Also remove new autotools-stamps directory.
2008-09-11 02:22:47 +00:00
Hamish Moffatt
22258ea860
Move project-specific stamp files into a project-specific directory
...
$(PROJECT_BUILD_DIR)/autotools-stamps. Without this, autotools-using
packages won't be installed into any other projects than the first.
2008-09-11 02:15:07 +00:00
Hamish Moffatt
542e7ae3a6
Export site package directory location for use by other packages
2008-09-11 01:59:04 +00:00
Hamish Moffatt
84b4e00774
Applied patch from Michel Wilson to allow the cursor in the X root window to
...
be disabled. Unfortunately this is a compile-time option.
2008-09-10 13:16:23 +00:00
Peter Korsgaard
32217740f2
busybox: 1.11.2 patch
2008-09-09 08:50:18 +00:00
Peter Korsgaard
629c878a30
busybox: remove stale busybox 1.11.1 patches
...
Hamish, don't forget to remove those when you bump the version
2008-09-09 08:50:15 +00:00
Hamish Moffatt
fc333e7d08
Support building without WCHAR support
2008-09-09 02:06:52 +00:00
Hamish Moffatt
a94fefa316
Keep /usr/bin/python2.4 and make /usr/bin/python a link to it
2008-09-08 07:26:12 +00:00
Peter Korsgaard
9f0f3e5df4
module-init-tools: check correct symbol for cross-depmod
...
Reported by Markus Heidelberg
2008-09-07 18:58:22 +00:00
Peter Korsgaard
c4b8487222
fakeroot: bump version
2008-09-07 14:31:45 +00:00
Peter Korsgaard
aed6336f1f
libid3tag: don't depend on libmad
...
libid3tag doesn't use libmad.
2008-09-07 14:31:42 +00:00
Peter Korsgaard
8a00a1ac65
jffs2: cleanup
...
Patch by Markus Heidelberg <markus.heidelberg@web.de >
* remove needless help in invisible config options
* correct wrong indenting
* remove unused BR2 variables for default pagesize and devfile
2008-09-07 14:31:39 +00:00
Peter Korsgaard
6da49b6c2b
mysql_client: fix paths
...
Patch by Markus Heidelberg <markus.heidelberg@web.de >
2008-09-07 14:31:36 +00:00
Peter Korsgaard
45edd86076
xapp_xman: fix paths
...
Patch by Markus Heidelberg <markus.heidelberg@web.de >
2008-09-07 14:31:32 +00:00
Peter Korsgaard
3b471d7aa1
concierge: fix paths
...
Patch by Markus Heidelberg <markus.heidelberg@web.de >
2008-09-07 14:31:28 +00:00
Peter Korsgaard
886b2fa501
speex: fix paths (broken by r23330)
...
Patch by Markus Heidelberg <markus.heidelberg@web.de >
2008-09-06 22:39:58 +00:00
Peter Korsgaard
a7488f295e
mpg123: fix paths (broken by r23330)
2008-09-06 20:49:40 +00:00
Peter Korsgaard
4146acdd72
madplay: fix paths (broken by r23330)
2008-09-06 20:49:37 +00:00
Peter Korsgaard
fbb0fe9fbb
libsndfile: fix paths (broken by r23330)
2008-09-06 20:49:34 +00:00
Peter Korsgaard
1ee7b46fc1
libmad: fix paths (broken by r23330)
2008-09-06 20:49:31 +00:00
Peter Korsgaard
0e627ae358
libid3tag: fix paths (broken by r23330)
2008-09-06 20:49:28 +00:00
Peter Korsgaard
9a1567d0df
festival: fix path in AUTOTARGETS (broken by r23330)
2008-09-06 20:49:25 +00:00
Peter Korsgaard
7fea845778
asterisk: fix paths (broken by r23330)
2008-09-06 20:49:21 +00:00
Peter Korsgaard
bfa26b3a8c
alsa-utils: fix paths (broken by r23330)
2008-09-06 20:49:18 +00:00
Peter Korsgaard
b42d2aae6b
alsa-lib: fix paths (broken by r23330)
2008-09-06 20:49:15 +00:00
Peter Korsgaard
6619322f15
festival: fix more paths (broken by r23330)
...
Patch by Markus Heidelberg <markus.heidelberg@web.de >
2008-09-06 20:49:12 +00:00
Peter Korsgaard
ae1249ef84
festival: fix paths (broken by r23330)
...
Patch by Michel Wilson <michel@crondor.net >
2008-09-06 20:49:08 +00:00
Daniel Laird
76235a15b3
audio: Move all audio packages into audio subdir
...
Moved all audio packages into a subdir called audio.
I then created a Config.in and made sure that a audio.mk
existed.
Daniel Laird
2008-09-05 12:06:50 +00:00
Peter Korsgaard
03e3886c01
sqlite: bump version
2008-09-05 10:37:28 +00:00
Hamish Moffatt
50bad3ea45
Version bump to 2.3.7
...
This package should be converted to use Makefile.autotools.in by someone who uses it..
2008-09-05 01:03:45 +00:00
Hamish Moffatt
add5629d4a
New package for dnet, a wrapper library for getting access to kernel network information
...
and an optional Python module for the same.
2008-09-04 05:50:31 +00:00
Hamish Moffatt
87f0d783ff
Override the uninstall target rather than the clean target
...
Also, don't actually create the .stamp_uninstalled but remove the
.stamp_installed file instead (ala the overridden target).
2008-09-04 02:39:23 +00:00
Hamish Moffatt
7b759f0910
Make the autotools xyz-clean target call xyz-uninstall first, rather than duplicating its actions
2008-09-04 02:34:42 +00:00
Hamish Moffatt
ea8e74bcbe
Applied change from Ben Nizette and Hans-Christian Egtvedt to
...
correctly detect version of gcc on recent distros. Supplied
patch was against git and didn't apply cleanly to svn, so applied
by hand.
2008-09-04 02:30:56 +00:00
Hamish Moffatt
d74a92e00c
Remove lzo patches which aren't required with latest liblzo package updates
2008-09-04 01:39:40 +00:00
Hamish Moffatt
1c89cf3f89
Added eeprog package from gustavoz
2008-09-04 01:35:34 +00:00
Hamish Moffatt
18a7694675
Fix duplicate $(AUTORECONF) run in autoreconf and configure targets
2008-09-04 01:19:52 +00:00
Hamish Moffatt
feb569d3cd
In the uninstall and clean targets, remove the built/installed stamp files
...
so that those actions will do something if executed again.
2008-09-04 01:05:17 +00:00
Peter Korsgaard
021c689d2e
games: add games.mk so make will descent down package/games/*/*.mk
2008-09-03 06:58:28 +00:00
Thiago A. Corrêa
80ddff211f
Bump version
2008-09-03 03:44:31 +00:00
Thiago A. Corrêa
52a7c1681e
Qtopia: don't build sqlite driver when SQL module is disabled.
2008-09-03 01:09:29 +00:00
Peter Korsgaard
0ca929e052
file: select zlib
...
file depends on zlib, so make it visible in kconfig.
2008-09-02 13:54:58 +00:00
Peter Korsgaard
b1628c526f
file: bump version and use official upstream instead of Debian
...
Debian is a bit too volatile.
2008-09-02 13:54:55 +00:00
Peter Korsgaard
b242a82b45
cups: fix help text
2008-09-02 11:14:04 +00:00
Peter Korsgaard
34a36309f7
bridge: bump version
...
Upstream tarball doesn't include configure, so run autoreconf.
2008-09-02 11:07:55 +00:00
Peter Korsgaard
dec14f760e
bridge: convert to Makefile.autotools.in format
2008-09-02 11:07:49 +00:00
Hamish Moffatt
0fbc9437e0
Update to Python 2.4.5 (latest patch rev of 2.4)
...
Remove the test suite before building, else it will fail to compile depending on what modules have been configured.
2008-09-02 00:54:49 +00:00
Peter Korsgaard
4b5f12fb5b
cups: fix help text
2008-09-01 21:16:35 +00:00
Peter Korsgaard
e0d304adc6
iperf: don't silently enable C++ support in toolchain
2008-09-01 15:33:17 +00:00
Peter Korsgaard
436050a1ae
iperf: bump version
2008-09-01 15:33:15 +00:00
Peter Korsgaard
0198893eeb
iperf: convert to Makefile.autotools.in format
2008-09-01 15:33:12 +00:00
Peter Korsgaard
467403dd1c
package: add libconfig package
2008-09-01 10:51:31 +00:00
Peter Korsgaard
6c15ea38d1
busybox: additional 1.12.0 patches
2008-08-31 21:45:03 +00:00
Peter Korsgaard
0732b8cc84
buildroot: support out-of-tree builds
...
Add support and documentation for out-of-tree builds with syntax
like the Linux kernel (make O=<dir>).
2008-08-31 20:23:47 +00:00
Peter Korsgaard
d5007ac67b
libglib2: fix build with/without locale support
...
Don't select BR2_ENABLE_LOCALE. Glib works without locale support in
toolchain, and packages shouldn't silently select toolchain options.
Only select libiconv if locale support isn't enabled.
2008-08-31 20:23:41 +00:00
Peter Korsgaard
525bab78ad
avahi: don't use BASE_DIR to reference source files
...
dest != source if we want to support out-of-tree builds
2008-08-31 20:23:37 +00:00
Peter Korsgaard
f8bc2e1e31
target/generic/mini: remove udhcpc default.script entry
...
It isn't provided in the target skeleton, and avahi gets the
permissions correct so it isn't needed and just confuses users.
2008-08-31 06:26:40 +00:00
Daniel Laird
1b5c1e7bdb
games: Move all games into games subdir
...
Moved all games into a subdir called games and
then updated makefiles as necessary.
If not one objects to this one then I will
probably do the same for audio next.
Daniel Laird
2008-08-29 13:27:37 +00:00
Daniel Laird
022b95d6ef
Makefile.autotools.in: Add extra POST_HOOK targets
...
It is not possible currently in Makefile.autotools.in packages
to do something extra after an extract or configure.
This may be useful for example
extract libxml2-2.6.32
POST_EXTRACT = remove some .rej files that are in offical release
patch (not fail because of remaining .rej files)
configure
I think this is useful improvement
(necessary for Makefile.autotools.in packages)
Daniel Laird
2008-08-29 12:04:26 +00:00
Daniel Laird
18ceed69da
libxslt: Convert to Makefile.autotools.in format
...
Converted to Makefile.autotools.in format
Version bumped to 1.1.24
Enabled crypto support dependant on gcrypt being chosen/not
Post process xslt-config file like freetype-config/xm2-config.
2008-08-28 11:52:17 +00:00
Daniel Laird
fb4d1b03ea
libxml2: Post process xml2-config file to actually work and bump version
...
Version bumped to 2.6.31
(2.6.32 has .rej files so patch target fails - upstream need to be informed).
The xml2-config file in staging dir needs to have prefix / exec-prefix setup
to understand the staging directory location.
This then means that packages that call xml2-config to get include paths/cflags
and libs etc work properly.
This is very similar to what freetype does to freetype-config.
2008-08-28 10:56:38 +00:00
Peter Korsgaard
13e2bb5620
busybox: udhcpc patch for 1.12.0
2008-08-28 04:57:27 +00:00
Peter Korsgaard
b71d24d032
ubifs: fix long help text lines
2008-08-27 20:19:53 +00:00
Peter Korsgaard
df6555a017
cloop: fix long help text lines
2008-08-27 20:19:50 +00:00
Peter Korsgaard
c463ef1589
tcl: fix long help text lines
2008-08-27 20:19:46 +00:00
Peter Korsgaard
a80b2801c0
xpdf: fix long help text lines
2008-08-27 20:19:43 +00:00
Peter Korsgaard
598f27dec8
pcmanfm: fix long help text lines
2008-08-27 20:19:40 +00:00
Peter Korsgaard
5fa59a64d5
gqview: fix long help text lines
2008-08-27 20:19:37 +00:00
Peter Korsgaard
26383b86d3
alsamixergui: fix long help text lines
...
Select fltk and fix homepage link while we're at it.
2008-08-27 20:19:34 +00:00
Peter Korsgaard
3f5bbc6926
blackbox: fix long help text lines
2008-08-27 20:19:30 +00:00
Peter Korsgaard
f69afd8bd6
matchbox: fix long help text lines
2008-08-27 20:19:26 +00:00
Peter Korsgaard
fb7b1f4316
openmotif: fix long help text lines
2008-08-27 20:19:22 +00:00
Peter Korsgaard
9ff7c01c15
fltk: fix long help text lines
...
Remove comment when X isn't available while we're at it.
2008-08-27 20:19:19 +00:00
Peter Korsgaard
c00550e8a3
libsexy: fix long help text lines
...
Make it depend on libgtk2 while we're at it.
2008-08-27 20:19:15 +00:00
Peter Korsgaard
de824a5915
x11r7: fix long help text lines
2008-08-27 20:19:12 +00:00
Peter Korsgaard
f3119d2d08
qtopia: fix long help text lines
2008-08-27 20:19:09 +00:00
Peter Korsgaard
691cc382f0
qte: fix long help text lines
2008-08-27 20:19:04 +00:00
Peter Korsgaard
9330d498be
ntfs-3g: fix long help text lines
2008-08-27 20:19:01 +00:00
Peter Korsgaard
c419f45b1c
stunnel: fix long help text lines
...
And add homepage while we're at it.
2008-08-27 20:18:58 +00:00
Peter Korsgaard
26ff4c91d2
olsr: fix long help text lines
2008-08-27 20:18:54 +00:00
Peter Korsgaard
335f52b798
kismet: fix long help text lines
...
And add homepage while we're at it.
2008-08-27 20:18:51 +00:00
Peter Korsgaard
80f98519d0
sudo: fix long help text lines
2008-08-27 20:18:43 +00:00
Peter Korsgaard
98f17d003c
target/device/jp: fix long help text lines
2008-08-27 20:18:40 +00:00
Peter Korsgaard
f1258adf6b
target/device/Atmel: fix long help text lines
...
And remove trailing spaces while we're at it.
2008-08-27 20:18:37 +00:00
Peter Korsgaard
af06d81be3
kconfig: warn about overlong lines in help-texts
...
From busybox r22852.
2008-08-27 20:18:33 +00:00
Daniel Laird
f51a1ec08e
gtkperf: Remove settings that are default
...
Remove default setting of AUTORECONF = no
2008-08-27 12:32:22 +00:00
Daniel Laird
a6acb09e2a
gtkperf: Adding gtkperf package
...
Allows some benchmarking of GTK on different targets.
2008-08-27 12:21:09 +00:00
Daniel Laird
7eb4c6a0a9
fbdump: Fix help text indentation and remove staging dir installation
...
Tidy up fbdump package.
2008-08-27 11:40:02 +00:00
Daniel Laird
f10aecd134
fbdump: Add new package fbdump.
...
fbdump is a simple tool to capture snapshots from the Linux kernel framebuffer
device and write them out as a PPM file. Currently, most packed-pixel framebuffer
formats and the vga16 framebuffer are supported.
2008-08-27 11:01:16 +00:00
Peter Korsgaard
dc8423d97f
squashfs: bump version
2008-08-27 07:46:55 +00:00
Peter Korsgaard
be8ad23b09
avahi: fix build with BR2_ENABLE_LOCALE
2008-08-27 07:29:20 +00:00
Peter Korsgaard
73ec8a1d7e
libdaemon: convert to Makefile.autotools.in format
2008-08-27 07:29:16 +00:00
Peter Korsgaard
b736748d2f
avahi: don't depend on busybox
2008-08-27 07:29:13 +00:00
Peter Korsgaard
5e881018ce
libdaemon: bump version
2008-08-27 07:29:09 +00:00
Peter Korsgaard
9d1cd5a668
netcat: convert to Makefile.autotools.in format
2008-08-27 05:27:27 +00:00
Peter Korsgaard
6b49e7b47d
libglib2: remove redundant configure args
2008-08-26 22:37:34 +00:00
Peter Korsgaard
b891221e02
libglib2 fix !BR2_USE_WCHAR compilation
2008-08-26 22:37:30 +00:00
Peter Korsgaard
8fab9295d8
libglib2: select libiconv
2008-08-26 22:37:27 +00:00
Peter Korsgaard
4bff8e7aab
atk: remove redundant configure args
2008-08-26 22:37:23 +00:00
Peter Korsgaard
3963ee93c1
atk: select libglib2
2008-08-26 22:37:20 +00:00
Peter Korsgaard
a386f63c57
popt: use := assignments
2008-08-26 21:05:10 +00:00
Peter Korsgaard
5fb1382e43
popt: use install-strip for target install
2008-08-26 21:05:05 +00:00
Peter Korsgaard
fab05bb2ce
popt: cleanup redundant configure args
2008-08-26 21:05:01 +00:00
Peter Korsgaard
909410f686
neon: use := assignments
2008-08-26 20:47:23 +00:00
Peter Korsgaard
fa62c2bb19
neon: uses pkgconfig so select it
2008-08-26 20:47:19 +00:00
Peter Korsgaard
2cd9ff92d7
neon: strip target library
...
neon doesn't have an install-strip target, so do it afterwards instead.
2008-08-26 20:47:15 +00:00
Peter Korsgaard
95313e2000
neon: fix compilation without xml support
...
webdav needs xml support, so disable it if no xml support is selected,
otherwise configure could get confused about a host xml2-config script.
2008-08-26 20:47:12 +00:00
Peter Korsgaard
3e1ed2feb0
neon: bump version
...
Fixes CVE-2008-3746.
2008-08-26 20:47:09 +00:00
Peter Korsgaard
5fb25de717
blackbox: use := assignments
2008-08-26 20:47:05 +00:00
Peter Korsgaard
9a850cd2da
blackbox: don't show comment if no xserver is selected
2008-08-26 20:47:01 +00:00
Peter Korsgaard
dda7688100
blackbox: cleanup redundant configure args
2008-08-26 20:46:58 +00:00
Peter Korsgaard
ecb94d810c
blackbox: use install-strip for target install
2008-08-26 20:46:55 +00:00
Peter Korsgaard
91fca34777
blackbox: use BR2_SOURCEFORGE_MIRROR
...
Don't hardcode specific sourceforge mirrors.
2008-08-26 20:46:51 +00:00
Peter Korsgaard
7446db2027
pixman: cleanup staging + target install
...
- install-data installs a subset of install / install-strip, so just drop it
- use install-strip for target
2008-08-26 19:22:46 +00:00
Daniel Laird
46f4188446
Move pixman from package/x11r7/pixman to package/pixman
...
Means we can now bounce cairo to 1.6.x series.
pixman is not dependant on x libraries what so over so removed
the dependencies section.
Daniel Laird
2008-08-26 16:27:25 +00:00
Daniel Laird
b46329c947
Clean up LiTE
2008-08-26 15:43:10 +00:00
Daniel Laird
c30bb46320
Adds support for building LiTE - see DirectFB.org
...
Will close bug 0003974
Daniel Laird
2008-08-26 14:52:17 +00:00
Daniel Laird
6b76f0608a
reverse changes to i2c-tools.mk until I tidy it up (get clean working for example)
...
Still feel a good change to make as some of the suggestions recently made it look
like Makefile.autotools.in might add support for installing a list of binaries etc
and this would benefit this package.
2008-08-26 14:01:37 +00:00
Daniel Laird
d2f7a4abe8
select CUPS if XORG/XORG7/TINYX.
...
This makes the behaviour the same as before for X users.
Although is CUPS a necessary dependancy?
Daniel Laird
2008-08-26 13:45:39 +00:00
Daniel Laird
1fe75f8e88
The changes below move i2c-tools.mk to use Makefile.autotools.in
...
package/i2c-tools/i2c-tools.mk
Use Makefile.autotools.in
2008-08-26 13:03:05 +00:00
Daniel Laird
b46a591b91
The changes below add better support for DirectFB and libgtk2.
...
Should be no different for X builds.
Config.in | 3 +--
libgtk2.mk | 7 +++----
2 files changed, 4 insertions(+), 6 deletions(-)
Signed-off-by: daniel.j.laird@nxp.com
package/libgtk2/Config.in
Allow DirectFB to turn on LIBGTK2 support without X being enabled.
Disable autoselection of cups. May not be wanted (Can cause crosscompilation issues).
package/libgtk2/libgtk2.mk
Remove unnessary redefine of PKG_CONFIG_*
Pass $(DISABLE_LARGEFILE) to configure (supports large file or not)
Move 'cups' to X extra dependencies instead of general.
2008-08-26 12:19:29 +00:00
Hamish Moffatt
c964f7c880
Bump 1.11.x version to 1.11.2 (no patches yet)
2008-08-26 01:05:51 +00:00
Hamish Moffatt
dea9f75b85
Update to work with recent lzo changes
2008-08-26 00:41:29 +00:00
Peter Korsgaard
1fff6d9d3d
psmic: locale support
...
Closes #4274 .
2008-08-25 09:05:00 +00:00
Peter Korsgaard
402042a7ed
psmisc: bump version
2008-08-25 09:04:49 +00:00
Peter Korsgaard
fa3dcd4f50
psmisc: convert to Makefile.autotools.in format
2008-08-25 09:04:39 +00:00
Peter Korsgaard
3443ad035c
procps: bump version
...
Closes #4284 .
2008-08-24 12:40:36 +00:00
Peter Korsgaard
94b86467e3
procps: needs WCHAR
2008-08-24 12:40:32 +00:00
Peter Korsgaard
5a5c59956b
toolchain/gdb: unbreak target gdb support
...
r22624 (Ulf: Add prepatched AVR32 gcc-4.2.2 toolchain) broke target gdb
support as it tries to apply gdb patches twice. Unbreak it.
Closes #3954 .
2008-08-24 07:48:22 +00:00
Peter Korsgaard
6d31b020b0
libxml2: enable ipv6 support if enabled in buildroot
2008-08-24 07:48:15 +00:00
Ulf Samuelsson
cc1ab5e670
Update AT91 patches to latest Linux
2008-08-23 20:45:42 +00:00
Ulf Samuelsson
fd3742248d
Add configurations for current linux versions
2008-08-23 20:25:29 +00:00
Peter Korsgaard
fe3d0e27da
libxml2: use install-strip instead of install-exec for target install
...
Use install-strip so binaries gets stripped and man pages / header files
gets installed.
2008-08-23 13:08:37 +00:00
Peter Korsgaard
f5dc33a1a3
libxml2: cleanup configure args
2008-08-23 13:08:34 +00:00
Peter Korsgaard
f27b2cc818
libxml2: point to homepage instead of ftp site in help
2008-08-23 13:08:31 +00:00
Peter Korsgaard
92b8a20f5c
libxml2: remove unused BR2_PACKAGE_LIBXML2_TARGET_HEADERS option
2008-08-23 13:08:28 +00:00
Peter Korsgaard
0509df7e7b
openchrome: fix install
...
Closes #4674 .
2008-08-22 14:42:00 +00:00
Peter Korsgaard
bf83d53080
xorg: depend on WCHAR and LOCALE
...
Xorg needs WCHAR and LOCALE, so make sure it cannot be selected unless
this is enabled in the toolchain.
We unfortunately cannot make BR2_XSERVER_xorg depend on BR2_USE_LOCALE
because of a strange recursion error with dbus, but now we atleast
inform the user what to do to get a working configuration.
The real solution is ofcause of fix xorg, but that's for another day.
2008-08-22 14:24:53 +00:00
Peter Korsgaard
9e9e354a83
package: don't hide xorg/tinyx selection
...
Hiding xorg/tinyx selections until the user unselects "none" seems quite
unintuitive.
2008-08-22 14:24:51 +00:00
Peter Korsgaard
2983381337
Makefile.autotools.in: remove unused BR2_HAVE_INCLUDES handling
...
Patch by Wade Berrier.
2008-08-22 14:01:56 +00:00
Peter Korsgaard
1243071b16
gcc: only use -mfloat-abi for ARM, use -msoft-float for other archs
...
Patch by Wade Berrier.
2008-08-22 13:59:06 +00:00
Peter Korsgaard
b7e4d291e6
sqlite: bump version
2008-08-21 14:51:14 +00:00
Peter Korsgaard
1d91b56a78
ace_of_penguins: remove redundant configure settings
...
Reported by Hartleys.
2008-08-21 13:10:27 +00:00
Peter Korsgaard
d14a2c7796
busybox: add 1.12.x and make it default
2008-08-21 05:08:53 +00:00
Peter Korsgaard
644b251f62
u-boot: bump version
2008-08-20 20:04:18 +00:00
Peter Korsgaard
b4aeef0f1c
u-boot: fix broken insert_define in Makefile
...
Patch by Markus Heidelberg <markus.heidelberg@web.de >
2008-08-20 20:04:14 +00:00
Peter Korsgaard
b7a45746a4
u-boot: fix wrong syntax in Makefile
...
Patch by Markus Heidelberg <markus.heidelberg@web.de >
Some $(call insert_define, ..., ...) calls were lacking the comma after
the variable. That didn't lead to a syntax error but it didn't have any
effect on the output u-boot/include/config.h
2008-08-20 20:04:11 +00:00
Peter Korsgaard
f43867cbb3
lzo: bump version and update to Makefile.autotools.in format
...
Bump LZO version and update makefile - tested with latest mtdutils.
Signed-off-by: daniel.j.laird <daniel.j.laird@nxp.com >
2008-08-20 14:28:58 +00:00
Peter Korsgaard
a9abce508d
rsync: bump version
2008-08-20 14:15:15 +00:00
Peter Korsgaard
578c6a9081
rsync: convert to Makefile.autotools.in format
2008-08-20 14:15:10 +00:00
Peter Korsgaard
dab85fae49
kernel-headers: rename aout patch so it gets applied to 2.6.25.15
...
Needed by valgrind.
2008-08-19 15:01:36 +00:00
Peter Korsgaard
383ee808ca
kernel-headers: bump 2.6.25.x / 2.6.26.x versions
2008-08-19 15:01:33 +00:00
Peter Korsgaard
0fb6258216
haserl: bump 0.9.x version
2008-08-19 09:40:23 +00:00
Peter Korsgaard
223df3f26f
haserl: don't install unneeded examples for 0.8.0 to target
2008-08-19 09:40:20 +00:00
Peter Korsgaard
f8d87727a3
ifplugd: add missing newline
2008-08-19 09:40:18 +00:00
Peter Korsgaard
dd8a14d55e
speex: also compile static libraries
2008-08-17 13:46:46 +00:00
Peter Korsgaard
46d6d83273
speex: automate selection of arm specific optimizations
...
ARM version info according to wikipedia, hopefully I got it all correct.
2008-08-17 13:46:42 +00:00
Peter Korsgaard
28b2a5bd7e
speex: fix target install
...
Use install-strip and clean up documentation files instead of
install-exec so files get stripped and manpages installed if
requested.
2008-08-17 13:20:31 +00:00
Peter Korsgaard
52abf53f32
speex: select libogg
...
Speex depends on libogg, so make it visible in Kconfig
2008-08-17 13:20:28 +00:00
Peter Korsgaard
56de4e289f
speex: convert to Makefile.autotools.in and bump version to 1.2rc1
...
Patch by Malek <souf_oued@yahoo.fr >
2008-08-17 13:20:25 +00:00
Peter Korsgaard
c86db34486
pcre: fix target install
...
Use install-strip and clean up documentation files instead of
install-exec so files get stripped and manpages installed if
requested.
2008-08-16 19:36:36 +00:00
Peter Korsgaard
3c10da1528
fontconfig: remove redundant configure args
...
Patch by antialize / bug #4524 .
2008-08-16 19:13:53 +00:00
Peter Korsgaard
e77afd6790
pcre: bump version
2008-08-16 12:32:57 +00:00
Peter Korsgaard
9b28d48012
pcre: fix compilation when C++ support is disabled
...
pcre will use host g++ is no cross g++ is available, so explicitly disable
c++ support in pcre if it isn't enabled in buildroot instead.
2008-08-16 12:32:54 +00:00
Peter Korsgaard
844f1013dc
pcre: add homepage to description
2008-08-16 11:59:59 +00:00
Peter Korsgaard
533f5e01a7
Makefile.autotools.in: add missing continuation for PKG_CONF_OPT
...
The silent support added in r23041 was missing a shell continuation character
breaking PKG_CONF_OPT support - Fixed.
2008-08-16 11:59:56 +00:00
Peter Korsgaard
0fa75a11ee
target/device: enable uclibc globbing support
...
Enable UCLIBC_HAS_GNU_GLOB like in the generic config for target specific
uclibc configs. Fixes globbing issue reported on the uclibc list.
2008-08-14 06:52:15 +00:00
Peter Korsgaard
1907c34660
dnsmasq: bump version
...
fixes dns spoofing vulnerability.
2008-08-08 18:15:29 +00:00
Peter Korsgaard
bf4c77cca0
busybox: fix missing dependencies in unpacked and config rules
...
Aadds dependency to host-sed and $(PROJECT_BUILD_DIR) when running
make busybox-config and busybox-unpacked.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-08-06 12:56:31 +00:00
Peter Korsgaard
2f06c38008
busybox: additional 1.11.1 patches
2008-08-06 06:37:21 +00:00
Peter Korsgaard
a87d82081d
Makefile.autotools.in: remove extra newlines in MESSAGE macro
2008-08-04 19:08:48 +00:00
Peter Korsgaard
ddd73e012c
Makefile.autotools.in: quiet configure on silent (-s) builds
...
Use --quiet configure argument when make is invoked with the -s (silent)
option.
2008-08-04 19:08:45 +00:00
Peter Korsgaard
2964bff64e
i2c-tools: cleanup clean target
2008-08-04 19:08:41 +00:00
Peter Korsgaard
bea4968d34
haserl: convert to Makefile.autotools.in format
2008-08-04 19:08:38 +00:00
Peter Korsgaard
3d4ac57987
Makefile.autotools.in: fix patch dir for version specific subdir
2008-08-04 19:08:35 +00:00
Peter Korsgaard
a83393b2ee
ethtool: don't specify STRIPPROG
...
The correct strip program gets picked up at configure time, so no need to
specify it at target install time.
2008-08-04 19:08:26 +00:00
Peter Korsgaard
5091a9fa6d
lua: select readline / ncurses
2008-08-04 19:08:21 +00:00
Peter Korsgaard
a908a97614
avahi: select expat
2008-08-04 19:08:15 +00:00
Peter Korsgaard
adf57471b0
vpnc: select libgcrypt / libgpg_error
2008-08-04 19:08:12 +00:00
Peter Korsgaard
71d8b44878
argus: select libpcap
2008-08-04 19:08:09 +00:00
Peter Korsgaard
f9bd1c85f3
ccache: expand help text
2008-08-04 19:08:06 +00:00
Peter Korsgaard
387a5491a2
ccache: cleanup configure args and respect BR2_HAVE_MANPAGES
2008-08-04 19:08:04 +00:00
Peter Korsgaard
3e59a44021
ccache: also remove target symlinks on clean
2008-08-04 19:08:01 +00:00
Peter Korsgaard
5d2d6d9705
ccache: cleanup config
2008-08-04 19:07:58 +00:00
Peter Korsgaard
3cec3b453a
package: add package managers sub menu
2008-08-04 19:07:51 +00:00
Peter Korsgaard
21192c0d02
ltrace: expand help text
2008-08-04 19:07:48 +00:00
Peter Korsgaard
db25729489
ethtool: convert to Makefile.autotools.in format
2008-08-04 19:07:45 +00:00
Peter Korsgaard
720c0ca5ba
strace: convert to makefile.autotools.in format
2008-08-04 19:07:41 +00:00
Peter Korsgaard
c30e297e33
strace: also remove from target-utils on clean
2008-08-04 19:07:38 +00:00
Peter Korsgaard
59b4626448
package: more BR2_PACKAGE_BUSYBOX_HIDE_OTHERS annotations
2008-08-04 19:07:36 +00:00
Peter Korsgaard
d3ebf329ca
uClibc-0.9.29: remove double ARM subarch selection from defconfig
...
uclibc.mk unconditionally adds the ARM subarch config entries to the
config so remove them from the defconfig.
2008-08-04 19:07:33 +00:00
Peter Korsgaard
96b42a4fd1
dash: hide if BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
2008-08-04 19:07:29 +00:00
Peter Korsgaard
32de4ac2da
kernel-headers: remove ancient versions
2008-08-04 19:07:26 +00:00
Peter Korsgaard
d1a4923086
kernel-headers: mark 2.6.24 as deprecated and 2.6.25 as recent
2008-08-04 19:07:24 +00:00
Peter Korsgaard
dc01863bce
kernel-headers: add 2.6.26.x
2008-08-04 19:07:21 +00:00
Peter Korsgaard
60b5eee76e
package: global largefile CFLAGS handling
2008-08-04 19:07:18 +00:00
Peter Korsgaard
02a623ddf9
buildroot: remove trailing spaces
...
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +00:00
Peter Korsgaard
fa0ac2de33
busybox: default HIDE_OTHERS to y for all versions
...
There's no particular reason to only enable BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
by default for the snapshot version.
2008-08-04 19:06:19 +00:00
Peter Korsgaard
62c21f8971
strace: fix LARGEFILE typo
...
Patch by Claus Klein.
2008-08-04 19:06:10 +00:00
Peter Korsgaard
faeb17eac0
sed: fix CPPFLAGS typo
...
Patch by Claus Klein.
2008-08-04 19:04:05 +00:00
Peter Korsgaard
bcad6288f5
Makefile.autotools.in: fix make source-check/external-deps differently
...
The MAKELEVEL test is not that robust; It fails with the recent log
support or if buildroot is driven from an external Makefile.
Rework it to instead detect source-check/external-deps by the fact that
they set SPIDER.
2008-07-24 13:38:39 +00:00
Peter Korsgaard
0770fcc8a0
grep: make locale handling less verbose
...
As suggested by Bernhard.
2008-07-23 12:08:53 +00:00
Peter Korsgaard
653bf72926
grep: cleanup configure args
2008-07-23 10:35:59 +00:00
Peter Korsgaard
627d2ec9e6
grep: fix target install and clean
2008-07-23 10:35:56 +00:00
Peter Korsgaard
9a1526d7d9
grep: gettext/libintl is only required if locale is enabled
2008-07-23 10:35:53 +00:00
Peter Korsgaard
a649ed0da0
gettext: also remove from staging on -clean
2008-07-23 10:35:50 +00:00
Peter Korsgaard
10d8ac5ed0
busybox: additional 1.11.1 fix
2008-07-23 06:01:50 +00:00
Peter Korsgaard
8bba7f0d67
vsftp: enable and fix linking
...
Patch by Wade Berrier.
It still errors out on sysdeputil.c for me, but this is no worse than
it was before, so committing.
2008-07-22 19:47:41 +00:00
Peter Korsgaard
bca6a68ab4
which: convert to Makefile.autotools.in format
2008-07-22 14:11:01 +00:00
Peter Korsgaard
e711739c9f
which: install into /usr/bin
2008-07-22 13:59:42 +00:00
Peter Korsgaard
181fc86c50
which: strip target binary
2008-07-22 13:59:39 +00:00
Peter Korsgaard
367a7344bf
which: needs readline
...
Patch by Wade Berrier.
2008-07-22 13:59:35 +00:00
Peter Korsgaard
cb52bd0ddf
busybox: 1.11.1 patches
2008-07-22 11:19:07 +00:00
Peter Korsgaard
658d9482ad
sdl_mixer: run CONFIG_UPDATE on correct directory
...
The Makefile tried to update config.guess and config.sub in the wrong
directories, this patch updates the correct scripts making it possible to
compile on new systems.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com >
2008-07-21 08:53:18 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Peter Korsgaard
ac653c53d6
fuse: fix target install
...
Also copy libfuse.so symlink so fuse target isn't considered out of date
2008-07-17 13:25:35 +00:00
Peter Korsgaard
10820e8bb1
freetype: fix target install and clean / dirclean
...
- target install didn't strip library
- clean didn't uninstall from staging / target
- dirclean target missing
2008-07-17 13:20:37 +00:00
Peter Korsgaard
2fa2806210
sqlite: fix target install and clean
...
- install -D isn't a good idea for symlinks as it replaces them with the
target files, leading to 3 copies of libsqlite.
- clean was missing include and pkgconfig files
2008-07-17 13:20:23 +00:00
Peter Korsgaard
fa0bedd0f5
package: sdl_image package
...
Based on patch by artemys. Closes #4194
2008-07-17 13:20:05 +00:00
Peter Korsgaard
a18bc39849
zlib: cleanup and fix -clean target
2008-07-17 13:19:54 +00:00
Peter Korsgaard
e80f13d515
tiff: zlib and jpeg are needed at configure time
2008-07-17 13:19:42 +00:00
Peter Korsgaard
160962b1ce
tiff: cleanup and fix -clean target
2008-07-17 13:19:33 +00:00
Peter Korsgaard
c40de9fe70
sdl_mixer: fix sdl dependency
2008-07-17 09:55:27 +00:00
Peter Korsgaard
a48b130c51
sdl_ttf: fix sdl dependency
...
Patch by artemys - Closes #4164 .
2008-07-17 09:55:23 +00:00
Peter Korsgaard
eb04f1fe6d
sdl_ttf: needs freetype
...
Update help text while we're at it.
Based on patch by artemys. Closes #4154 .
2008-07-16 14:37:43 +00:00
Peter Korsgaard
38e12fd263
linux-advanced: add linux26-force like in the simple linux makefile
...
Patch by Brian Beattie.
2008-07-13 06:32:58 +00:00
Peter Korsgaard
4b586e6cda
busybox: bump 1.11.x version
2008-07-11 22:19:21 +00:00
Peter Korsgaard
c666875912
package/Makefile.in: cleanup MAKE/MAKE1
...
The extra stuff doesn't seem to be needed, so lets just get rid of it.
2008-07-11 13:43:59 +00:00
Peter Korsgaard
81021c223a
fuse: re-add missing --program-prefix
...
--program-prefix got errorously removed in the recent cleanup work.
2008-07-11 13:43:56 +00:00
Ulf Samuelsson
04a4d946fc
Do not use a localversion of kernel, to allow modules to be installed in the correct directory
2008-07-10 16:12:36 +00:00
Ulf Samuelsson
84795834f6
Use correct include dir syntax for xcursor-xthemes
2008-07-10 15:17:03 +00:00
Ulf Samuelsson
42b7d4bf56
Add AVR32 patches for 2.6.25.10
2008-07-10 15:15:52 +00:00
Ulf Samuelsson
e49a025f4b
Fix comments regarding latest stable kernel
2008-07-10 15:14:17 +00:00
Ulf Samuelsson
2e350eb011
Update 'latest' kernel info
2008-07-10 14:58:04 +00:00
Peter Korsgaard
f51ee25658
fuse: remove unused dir (git-svn issue)
2008-07-10 10:13:16 +00:00
Peter Korsgaard
ed5bb83780
fuse: bump version
...
The disable_symvers_22 patch no longer applies, but things seems to work
without it. There's no documentation describing what it was supposed to
fix, so get rid of it.
2008-07-10 10:12:25 +00:00
Peter Korsgaard
860c923883
fuse: use BR2_SOURCEFORGE_MIRROR
2008-07-10 10:12:20 +00:00
Peter Korsgaard
884dcd878a
fuse: cleanup patch handling
...
Move patch to package dir like other packages and fixup patch-kernel
invocation.
2008-07-10 10:12:15 +00:00
Peter Korsgaard
c50d5170f8
fuse: remove commented out lines
2008-07-10 10:12:11 +00:00
Peter Korsgaard
3d5feef931
fuse: cleanup configure args
2008-07-10 10:12:07 +00:00
Peter Korsgaard
69770a9a2e
fuse: remove stray $
2008-07-10 10:12:00 +00:00
Peter Korsgaard
9550ea2511
fuse: also remove fusermount from target
2008-07-10 10:11:51 +00:00
Peter Korsgaard
b53febd82a
fuse: strip binaries/libs in target
2008-07-10 10:11:47 +00:00
Peter Korsgaard
18a9aa0ae3
fuse: don't build kernel module
...
it's been in the mainline kernel for ages (~3y) and the included stuff
doesn't seem to build with modern kernel headers.
2008-07-10 10:11:43 +00:00
Peter Korsgaard
65cd178b54
fuse: select BR2_LARGEFILE
...
fuse needs largefile support
2008-07-10 10:11:36 +00:00
Peter Korsgaard
14ad8fa540
gperf: depend on stamp file rather than gperf binary
...
There's no make rule to create the gperf binary, only the stamp file
so use that instead.
2008-07-10 10:11:31 +00:00
Peter Korsgaard
74d91951c5
fuse: use tabs for indentation in kconfig
2008-07-10 10:11:25 +00:00
Peter Korsgaard
7b55c86a9e
gperf: move under "other development stuff"
2008-07-10 08:17:48 +00:00
Peter Korsgaard
e86ce3e040
gperf: don't install to staging dir
...
It doesn't make much sense to install the cross-gperf to staging dir.
2008-07-10 08:17:44 +00:00
Peter Korsgaard
c0c54bc475
ifplugd: only run post-install hook when needed
2008-07-10 08:17:39 +00:00
Peter Korsgaard
0a934f1c30
gperf: strip target binary
2008-07-10 08:17:35 +00:00
Peter Korsgaard
6b539be71b
linux: add knob to force a rebuild of the kernel
...
Makes development easier. Thanks to Brian Beattie for this handy idea.
1df013316b in Bernhards tree.
2008-07-09 11:43:57 +00:00
Peter Korsgaard
8b69c5e0f6
gperf: remove trailing spaces
2008-07-09 07:14:57 +00:00
Peter Korsgaard
c7890c71ea
gperf: fix upstream url
2008-07-09 07:14:54 +00:00
Ulf Samuelsson
2685f5b139
Add gperf, perfect hash generator
2008-07-09 04:27:45 +00:00
Ulf Samuelsson
228ef57ecf
Add latest gcc patch for AVR32 gcc-4.2.2 prepatched source
2008-07-08 19:45:34 +00:00
Ulf Samuelsson
d592884e2c
Fix AVR32 gcc patching, when sysroot option is not enabled
2008-07-08 19:31:30 +00:00
Peter Korsgaard
3fa6f1b3b8
sqlite: move under database submenu
2008-07-08 14:14:36 +00:00
Peter Korsgaard
5335cb0fb7
sqlite: strip binary and use $(INSTALL) for installation
2008-07-08 14:12:09 +00:00
Peter Korsgaard
cdf8f1cf2f
openssl: re-revert r22644
...
The build without CONFIG_UPDATE has now been verified on arm/armeb/avr32,
so lets revert this for good.
2008-07-08 13:49:23 +00:00
Peter Korsgaard
91f7f887c4
uboot: revert r22638
...
Go back to 1.3.2 as r22638 breaks mkimage
2008-07-08 10:53:17 +00:00
Ulf Samuelsson
98ddefdad8
Revert patch which breaks AVR32 build
2008-07-08 10:13:04 +00:00
Ulf Samuelsson
b201c69426
Support ARCH-unknown-linux-gnu, Use target library paths instead of the host library paths.
2008-07-08 10:09:28 +00:00
Hamish Moffatt
ad36f93d5d
Don't $(CONFIG_UPDATE) openssl as it doesn't use autotools anyway
2008-07-08 06:40:05 +00:00
Ulf Samuelsson
b28921cd32
Add glib2.0 specific include/pkconfig paths in 'docker'
2008-07-08 05:41:44 +00:00
Ulf Samuelsson
552c0d197b
Fix log
2008-07-07 23:20:09 +00:00
Ulf Samuelsson
9220e90b0a
Fix log
2008-07-07 18:32:41 +00:00
Ulf Samuelsson
2ad346abb7
Add slashes to allow TOPDIR to end without a slash in the future
2008-07-07 18:26:09 +00:00
Ulf Samuelsson
84518dc8d7
Remove some debug messages
2008-07-07 17:48:27 +00:00
Ulf Samuelsson
1d2af678d1
Bump midori version
2008-07-07 12:04:19 +00:00
Ulf Samuelsson
13a88249e5
Remove duplicated select LIBPNG and use alphabetical order for selects
2008-07-07 11:09:20 +00:00
Peter Korsgaard
bb4a56d29a
kernel-headers: bump 2.6.25.x version
2008-07-07 05:30:22 +00:00
Peter Korsgaard
1c1712eb0e
Makefile.autotools.in: revert broken r22659
...
Ulfs r22659 commit broke make source-check/external deps, so reverting it.
2008-07-07 05:08:39 +00:00
Peter Korsgaard
c6b42b4848
busybox: more 1.11.0 patches
2008-07-06 13:55:55 +00:00
Ulf Samuelsson
54e9332892
Replace configuring GLIB with autodetect
2008-07-06 07:34:41 +00:00
Ulf Samuelsson
65f89c8a9c
Update atngw100-expanded defconfig
2008-07-06 06:27:00 +00:00
Ulf Samuelsson
41d4fe921d
Improve readability of libgtk2 configuration
2008-07-06 06:25:06 +00:00
Ulf Samuelsson
5ac33b59aa
Avoid duplicate downloading, when rebuilding failed package like libgtk2
2008-07-06 06:23:21 +00:00
Ulf Samuelsson
81164a3c79
Update atstk100x defconfig
2008-07-06 06:19:12 +00:00
Ulf Samuelsson
3724c23a4d
un-deprecate gcc-4.2.1 for AVR32 external toolchain
2008-07-05 21:57:23 +00:00
Thiago A. Corrêa
6bab53cb89
Fix #3584 , when building cairo with DirectFB, depend on DirectFB
2008-07-05 15:14:11 +00:00
Ulf Samuelsson
1a75be4d73
Use HOST_GLIB for packages
2008-07-05 09:30:17 +00:00
Ulf Samuelsson
50cbb4a188
Add configuration possibility for host Gnome Lib installation
2008-07-05 09:22:38 +00:00
Ulf Samuelsson
e156f34a4a
[0002974] add support for zlib and bzip2 in lighttpd, use alphabetical order for lighttpd config
2008-07-05 08:20:34 +00:00
Ulf Samuelsson
46ca47e436
Use latest config.* from buildroot in curl
2008-07-05 07:44:28 +00:00
Ulf Samuelsson
edbe9d1672
Fix bug [1899] Add table entry to allow openssl to build for AVR32, disabled softfloat
2008-07-05 07:25:06 +00:00
Ulf Samuelsson
def8b8d12d
Add version number to log
2008-07-05 06:58:53 +00:00
Ulf Samuelsson
9fe1876477
Update config.* of openssl
2008-07-05 06:54:35 +00:00
Ulf Samuelsson
1dcc9d4d3f
Fix bug 003934, remove a dir tree instead of the dir node
2008-07-05 06:46:43 +00:00
Ulf Samuelsson
bbb4dc83d6
Run AVR32 toolchain with Sysroot (will fail if not enabled), deprecate 4.1.2 and 4.2.1
2008-07-05 06:37:17 +00:00
Ulf Samuelsson
93d37975a1
Ensure tslib uses config.* from buildroot
2008-07-05 04:30:05 +00:00
Ulf Samuelsson
195df2e1a0
Add 'build with log'
2008-07-04 22:29:50 +00:00
Ulf Samuelsson
9c42810165
Update atstk100x defconfig
2008-07-04 22:23:20 +00:00
Ulf Samuelsson
db56ec0fd3
Bump U-Boot version to 1.3.3
2008-07-04 22:18:56 +00:00
Ulf Samuelsson
e70976aa76
The build of 'file', needs to run 'file' natively, so provide a valid link
2008-07-04 20:35:41 +00:00
Ulf Samuelsson
64316d383b
Update atstk100x defconfig
2008-07-04 11:18:58 +00:00
Ulf Samuelsson
44eb224465
Update defconfig for atngw100-expanded
2008-07-04 10:48:31 +00:00
Ulf Samuelsson
063e2855bc
Update busybox config for atngw100-expanded
2008-07-04 10:47:20 +00:00
Ulf Samuelsson
9917737dc7
Use a more consistent name for the atngw100-expanded defconfig
2008-07-04 10:45:41 +00:00
Ulf Samuelsson
6e1d4ab424
Update configs for atngw100-base
2008-07-04 10:38:40 +00:00
Ulf Samuelsson
e8106da816
Fix Config conflict caused by duplicate definition in KB9202 BSP
2008-07-04 10:36:55 +00:00
Ulf Samuelsson
283e81ab9e
Update atngw100 defconfig
2008-07-04 10:36:18 +00:00
Ulf Samuelsson
f0be0a88c4
Make libdaemon use the config files from Buildroot (previously replaced by libtoolize)
2008-07-04 09:48:25 +00:00
Ulf Samuelsson
126bb72fa0
Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch locations for prepatched toolchain to be under the toolchain directory
2008-07-04 08:39:35 +00:00
Thiago A. Corrêa
9c0ef0b0a9
Ensure consistency between XORG_none and (XORG_x11, XORG_tinyx)
2008-07-04 03:49:18 +00:00
Thiago A. Corrêa
490f91f35c
Fix freetype-2.2.1 build in AVR32, possibly other platforms too
2008-07-04 02:57:13 +00:00
Thiago A. Corrêa
34112e2256
Fix bug #3594 : ATK does not always require X support to be compiled
2008-07-04 02:23:19 +00:00
Thiago A. Corrêa
c1529a1756
Minor clean-up
2008-07-04 02:12:21 +00:00
Ulf Samuelsson
a4b1e9c7ff
Enable KB9202 board in Config
2008-07-03 08:29:26 +00:00
Ulf Samuelsson
e27fef5183
Add support for KwikByte KB9202 board, courtesy Brian Beattie
2008-07-03 08:27:50 +00:00
Ulf Samuelsson
41e6a671f3
Add support for latest kernels
2008-07-03 08:15:49 +00:00
Ulf Samuelsson
558f0a3073
Cleanup libvorbis, install in STAGING_DIR, courtesy Conrad Parker
2008-07-03 08:14:54 +00:00
Ulf Samuelsson
5800bd037d
install SAMBA SWAT correctly, add hint for autoconf, courtesy HC Egtvedt
2008-07-03 08:12:51 +00:00
Ulf Samuelsson
f27f3046ff
Add AT91 patches for 2.6.25 and 2.6.25-rc3
2008-07-03 08:11:04 +00:00
Thiago A. Corrêa
8244737dac
Update avr32 defconfigs
2008-07-02 15:43:58 +00:00
Peter Korsgaard
ea1eb9e9f9
Makefile.autotools.in: fix source handling
...
Handling source/source-check/external-deps together doesn't work, as
wget will then download the sources every time make source is called
even if it's available in DL_DIR
Instead detect source-check/external-deps from MAKELEVEL.
Support downloadable package patches in source-check/external-deps
while we're at it.
2008-07-02 08:58:18 +00:00
Peter Korsgaard
ec77157945
ifplugd: only install default config if not provided in skeleton
2008-07-02 07:20:16 +00:00
Thiago A. Corrêa
a1d845f168
Remove trailing quote from help lines
2008-07-02 00:17:21 +00:00
Ulf Samuelsson
74548a0071
fixup gdb-6.7.1
2008-07-01 21:47:24 +00:00
Ulf Samuelsson
8e3f93eec7
disable werror in gdb
2008-07-01 21:46:50 +00:00
Ulf Samuelsson
d6eea487ed
disable configure caching in gdb, courtesy of Fathi Boudra
2008-07-01 21:38:03 +00:00
Ulf Samuelsson
5ae5af44a5
Add gdb-6.8 support, courtesy Fathi Boudra
2008-07-01 21:36:31 +00:00
Ulf Samuelsson
0e1f472800
Add gdb-6.8 support, courtesy Fathi Boudra
2008-07-01 21:36:11 +00:00
Ulf Samuelsson
38ca54a719
Fix gbd-6.5, courtesy Fathi Boudra
2008-07-01 21:35:33 +00:00
Peter Korsgaard
49b38b5009
ncurses: don't follow symlink on ln invocation
...
The ln -sf command would fail if $TARGET_DIR/usr/lib/terminfo already exists
as we don't have write permissions to the symlink target. Fixed by adding
-n option (don't dereference link).
2008-07-01 19:24:36 +00:00
Peter Korsgaard
654d98a010
valgrind: don't remove TARGET_DIR/usr/lib/pkgconfig
...
There's no need for removing the pkgconfig files in valgrind.mk
as that is now handled by the generic BR2_HAVE_DEVFILES.
2008-07-01 19:09:50 +00:00
Peter Korsgaard
013b51ec81
busybox: default to 1.11.x
2008-07-01 14:04:55 +00:00
Thiago A. Corrêa
f43c02cc91
Mark Qt/E as deprecated (it is a really old version of Qtopia). Next step will be removal.
2008-07-01 13:58:01 +00:00
Peter Korsgaard
c75b71199d
busybox 1.11.0: additional fixes
2008-07-01 13:37:12 +00:00
Peter Korsgaard
607d0229ae
package/Makefile.in: propagate -s make flag to sub makes
2008-07-01 13:30:26 +00:00
Peter Korsgaard
926646d9ca
Makefile: remove target pkgconfig files if BR2_HAVE_DEVFILES isn't enabled
2008-07-01 12:04:28 +00:00
Peter Korsgaard
555a7f5e50
Makefile.autotools.in: also remove man pages from /usr/share/man
2008-07-01 12:04:18 +00:00
Peter Korsgaard
4dffbc8760
xserver: fix typo
2008-07-01 11:46:50 +00:00
Peter Korsgaard
d3d4cebd41
xserver: disable xephyr/xnest/xvfb servers
...
Disable development xephyr/xnest/xvfb servers (saves ~3MB).
2008-07-01 08:51:25 +00:00
Peter Korsgaard
66acd5b9e8
generic: fix fb1..3 device_table.txt entries
2008-06-30 15:24:23 +00:00
Peter Korsgaard
47da7b0618
dropbear: look for xauth in /usr/bin
...
The xauth package installs into /usr/bin, so look for it there.
2008-06-30 13:35:14 +00:00
Peter Korsgaard
c41ca2b4d4
libXt: don't install host makestrs in target
2008-06-30 13:24:04 +00:00
Peter Korsgaard
b1f00352b6
xserver-xorg: select dbus
...
xserver-xorg had dbus in it's dependencies, but didn't select it in kconfig.
2008-06-30 13:18:32 +00:00
Peter Korsgaard
dd655bccb6
libxml: fix compilation without large file support
2008-06-30 13:16:18 +00:00
Peter Korsgaard
5404d73065
x1157: add XGI video driver
...
Based on googlecode r575 by Thiago Correa.
2008-06-30 13:16:00 +00:00
Peter Korsgaard
f49400e63c
x11r7: bump xserver version
...
Based on googlecode r561 by John Voltz.
2008-06-30 13:14:44 +00:00
Peter Korsgaard
235f467b8a
x11r7: fix install to target for drivers
...
Based on googlecode r560 by John Voltz.
2008-06-30 13:12:11 +00:00
Peter Korsgaard
ce10930774
mesa: bump version
...
Based on googlecode r559 by John Voltz.
2008-06-30 13:06:02 +00:00
Peter Korsgaard
b3f8508551
pixman: bump version
...
Based on googlecode r507 by Arnar Mar Sigurdsson.
2008-06-30 13:00:18 +00:00
Peter Korsgaard
d4e56ff4dc
packages: fix xorg to compile modular and tiny versions
...
Based on googlecode r558 by John Voltz.
2008-06-30 12:55:29 +00:00
Peter Korsgaard
af593cbcee
x11r7: add intel xorg video driver
...
Based on googlecode r552 by John Voltz.
2008-06-30 12:49:18 +00:00
Peter Korsgaard
0d59d57230
x11r7: update xorg driver versions to match with X11R7.3
...
Based on googlecode r551 by John Voltz
2008-06-30 12:48:20 +00:00
Peter Korsgaard
a7b15eac14
busybox: 1.11.0 fixes
2008-06-28 20:53:52 +00:00
Thiago A. Corrêa
1b6794b253
Greatly improve Qtopia/Qt Embedded for Linux build. Fix build, reduce the number of variables, add OpenSSL, XmlPatterns, Webkit and individual sql drivers to build. Improve help strings. Sorry for the large commit
2008-06-28 03:55:12 +00:00
Thiago A. Corrêa
f995c0a165
Remove unused patches
2008-06-28 03:22:35 +00:00
Peter Korsgaard
94d42a08ba
rxvt: fix target install (make sure directory exists)
2008-06-27 11:15:49 +00:00
Peter Korsgaard
8ba9a9971c
fontconfig: bump version
2008-06-26 14:04:39 +00:00
Peter Korsgaard
93d47d9201
matchbox: depend on libXext at configure time
2008-06-26 14:04:30 +00:00
Peter Korsgaard
d2bed82def
Makefile.autotools.in: fix BR2_PRIMARY_SITE check
...
Empty strings gets defined to "", so check for that instead of if
the variable is defined.
2008-06-26 11:43:02 +00:00
Peter Korsgaard
5e873d3c7e
kernel headers: bump 2.6.25.x
...
Based on patch by Fathi Boudra.
2008-06-26 07:22:19 +00:00
Peter Korsgaard
e3896fb28a
busybox: add 1.11.x
2008-06-26 06:51:16 +00:00
Peter Korsgaard
538f656cf1
busybox: mark old versions as deprecated
2008-06-26 06:51:11 +00:00
Peter Korsgaard
87ac3fcaa4
buxybox: bump 1.10.x version
2008-06-26 06:50:59 +00:00
Hamish Moffatt
d624e8c0b4
Don't use a stamp file to note whether the package has been installed into the $(TARGET_DIR)
2008-06-26 06:50:44 +00:00
Hamish Moffatt
051ed92d24
Added mii-diag package
2008-06-26 06:43:33 +00:00
Thiago A. Corrêa
40da0ab47a
Fix rdesktop build
2008-06-24 22:52:14 +00:00
Peter Korsgaard
39962a2162
BR2_GRAPHIC_SUPPORT: Fixup comment to make kconfig happy
...
It seems like kconfig nowadays don't like paranthesises is comments.
Reported by Harley.
2008-06-24 18:35:32 +00:00
Thiago A. Corrêa
7eda39aff7
Fix avahi compile when libexpat is not selected
2008-06-24 16:02:22 +00:00
Peter Korsgaard
f55ae3cdcf
Makefile.autotools.in: also support source/source-check
2008-06-24 13:26:45 +00:00
Peter Korsgaard
32986b80d4
package/i2c-tools: I2C tools package
...
This package contains a heterogeneous set of I2C tools for Linux: a bus
probing tool, a chip dumper, register-level access helpers, EEPROM decoding
scripts, and more.
Based on patch by Michel (BusError).
2008-06-24 09:55:37 +00:00
Peter Korsgaard
ad348c0d7f
samba: use generic samba.org location over http
...
Based on patch by Thiago A. Correa.
2008-06-24 08:36:37 +00:00
Peter Korsgaard
d45f355db1
Makefile: don't include .config from TOPDIR
...
If we ever want to support building out of tree, having the .config in the
tree is probably not what we want.
2008-06-23 13:47:37 +00:00
Peter Korsgaard
fccd66034b
README: s/standart/standard/
2008-06-23 13:40:34 +00:00
Peter Korsgaard
476c798231
lm-sensors: remove unused legacy patch
2008-06-23 11:53:47 +00:00
Peter Korsgaard
49adf4b01a
lm-sensors: bump version and cleanup
...
- Bump version to 3.0.2 which no longer needs libsysfs
- Set MACHINE correctly, so it doesn't try to build isa stuff for non-i386
- Cleanup make invocation
2008-06-23 11:53:41 +00:00
Peter Korsgaard
426cd57b26
lm-sensors: clean libsensors* from usr/lib, not lib
2008-06-23 11:53:35 +00:00
Peter Korsgaard
32ac555784
toolchain/gcc: use --disable-decimal-float for 4.3.x
2008-06-21 19:47:17 +00:00
Peter Korsgaard
3402d4b4cf
libxml2: strip libraries in TARGET_DIR
...
And cleanup libxml2.mk trailing whitespace while we're at it.
2008-06-20 21:45:27 +00:00
Peter Korsgaard
f49f4b2ac0
dbus: depend on libxml2-install-staging instead for libxml2
...
Makefile.autools.in doesn't have proper dependencies set up for
the .stamp files, so use the libxml2-install-staging target instead.
This does unfortunately mean that dbus is always considered out of
date, but atleast it works.
2008-06-20 21:45:21 +00:00
Peter Korsgaard
72746ea389
budybox: 1.10.3 udhcpc fix
2008-06-20 18:38:44 +00:00
Peter Korsgaard
a5ac61715b
buildroot: s/depends/depends on/
...
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
2008-06-19 19:06:25 +00:00
Peter Korsgaard
9991e8c7fb
package/config: add gettext helper
...
From Bernhards tree (2b693d78)
2008-06-19 19:06:08 +00:00
Peter Korsgaard
e31844e307
toolchain/gcc: add 4.3.1
...
Based on Bernhards tree.
2008-06-19 19:06:04 +00:00
Peter Korsgaard
f6a212f1c0
toolchain/gcc: mark old versions as deprecated
2008-06-19 19:05:59 +00:00
Peter Korsgaard
e2c32ba54b
package/config: rebase from upstream (2.6.24.4)
...
From Bernhards tree (1af211ea)
2008-06-19 08:11:51 +00:00
Peter Korsgaard
1b6f2e0f4c
package/config: rebase from upstream (2.6.23.14)
...
From Bernhards tree (2737cfdd)
2008-06-19 08:11:43 +00:00
Peter Korsgaard
2c2796719a
package/config: cygwin fix
...
- pass HOST_LOADLIBES down to make mconf for cygwin
- fix link-order WRT HOST_LOADLIBES
From Bernhards tree (91018d95)
2008-06-19 08:11:35 +00:00
Peter Korsgaard
15d53f0d1b
toolchain/gcc: use $(@D)
2008-06-18 15:46:48 +00:00
Peter Korsgaard
5a5dd825d7
toolchain/gcc: use depends on instead of depends
2008-06-18 15:42:50 +00:00
Peter Korsgaard
f2057583bd
nbd: bump version and depend on glib2
...
Patch by Thiago A. Correa.
2008-06-18 15:03:07 +00:00
Peter Korsgaard
a28e842fd2
proftpd: remove unneeded susv3 legacy patch
2008-06-18 14:21:28 +00:00
Peter Korsgaard
a0848fd267
dnsmasq: use awk instead of nawk
2008-06-18 13:12:00 +00:00
Peter Korsgaard
0c462a82ec
dependencies: check for awk
2008-06-18 13:11:52 +00:00
Peter Korsgaard
4098f22eb4
uclibc: only strip libpthread on 0.9.28.3 / not PTHREAD_DEBUG
2008-06-18 08:51:10 +00:00
Peter Korsgaard
00f3b5c1f2
uclibc: remove obsolete uclibc 0.9.28 handling
2008-06-18 08:51:00 +00:00
Peter Korsgaard
575721ee91
proftp: bump version and fix compilation on 2.6.24+
...
Based on patch by Thiago A. Corr?a.
2008-06-18 08:45:23 +00:00
Peter Korsgaard
93c736ca95
usbutils: select libusb
2008-06-18 08:45:12 +00:00
Peter Korsgaard
65b0f823b2
toolchain/gcc: use $(STRIP_STRIP_UNNEEDED)
2008-06-17 13:33:02 +00:00
Peter Korsgaard
fb487ac330
toolchain/uclibc: strip libpthread
2008-06-17 13:30:35 +00:00
Peter Korsgaard
e1c7bea59c
toolchain/gcc-4.x: strip cross libgcc / libstdc++
2008-06-17 13:28:37 +00:00
Peter Korsgaard
759e150633
toolchain/gcc-3.x: strip cross libgcc / libstdc++ with cross-strip, not host.
2008-06-17 12:54:36 +00:00
Peter Korsgaard
ebd3916b59
u-boot tools: make sure destination directory exists
2008-06-17 08:04:15 +00:00
Hamish Moffatt
5b4b808a61
Fix options to configure
2008-06-17 07:22:29 +00:00
Hamish Moffatt
74b64a8a0d
Remove patch which isn't required for the specified upstream version
2008-06-17 07:08:32 +00:00
Hamish Moffatt
1738cf783f
Fix missing punctuation
2008-06-17 05:29:48 +00:00
Peter Korsgaard
6ba4593f4a
gdb: support external toolchain
2008-06-16 15:52:41 +00:00
Peter Korsgaard
1d3c30176e
lsof: bump version
...
Patch by Conrad Parker.
2008-06-16 12:29:44 +00:00
Peter Korsgaard
6e236eee50
toolchain: more sensible uclibc defaults for external toolchain
2008-06-16 12:22:45 +00:00
Peter Korsgaard
a1c98b4216
libvorbis: use BR2_SOFT_FLOAT to set default for tremor
...
Use BR2_SOFT_FLOAT to set default for tremor instead of hardcoded arch list.
2008-06-16 11:42:19 +00:00
Peter Korsgaard
cebf9e668d
libvorbis: make tremor option description more clear
...
Also remove comment about not being implemented.
2008-06-16 11:42:16 +00:00
Peter Korsgaard
b1af0e64b1
libvorbis: remove BR2_PACKAGE_LIBVORBIS_HEADERS
...
We don't need per-package header install options now that we have
BR2_HAVE_DEVFILES (they are in fact useless as the files will get
overwritten/deleted anyway).
2008-06-16 11:34:29 +00:00
Peter Korsgaard
15c2bc40ad
libvorbis: fix av32 typo in tremor default
2008-06-16 11:34:11 +00:00
Peter Korsgaard
7af711ab3d
libvorbis: show comment if libogg isn't enabled, not if libvorbis isn't.
2008-06-16 11:26:56 +00:00
Peter Korsgaard
ba6586bea1
libogg: remove BR2_PACKAGE_LIBOGG_HEADERS
...
We don't need per-package header install options now that we have
BR2_HAVE_DEVFILES (they are in fact useless as the files will get
overwritten/deleted anyway).
2008-06-16 11:25:25 +00:00
Peter Korsgaard
f4c708675f
libogg: move header install to seperate target so it isn't always out-of-date
2008-06-16 11:16:28 +00:00
Peter Korsgaard
97321b01e0
libogg: fix libogg.a target
...
Based on patch by Conrad Parker.
2008-06-16 11:16:10 +00:00
Peter Korsgaard
2b57bfa365
python: fix hostpython target.
...
Remove invalid hyphen in front of -$(MAKE) in the middle of a subshell
Patch by Conrad Parker.
2008-06-16 11:15:51 +00:00
Peter Korsgaard
568fffd769
file: bump version
...
Patch by Conrad Parker.
2008-06-16 11:15:31 +00:00
Peter Korsgaard
4cd1ceb76d
php: fix s/EXIT/EXT/ typo in simplexml select
2008-06-16 09:49:47 +00:00
Peter Korsgaard
77b4f62415
toolchain: move elf2flt+mklibs under 'Common Toolchain Options'
2008-06-16 07:15:44 +00:00
Peter Korsgaard
d22723861b
elf2flt: only allow it to be selected on supported archs
2008-06-16 07:15:33 +00:00
Peter Korsgaard
37b778b71c
dnsmasq: touch target after make
2008-06-15 20:44:15 +00:00
Peter Korsgaard
62b1c6a1c2
valgrind: don't add pkgconfig files to target
2008-06-15 20:44:10 +00:00
Peter Korsgaard
1d141bcfd1
valgrind: there is no vgskin_none.so anymore, use coregrind/valgrind instead
2008-06-15 20:44:05 +00:00
Peter Korsgaard
e1cfbc5645
dbus: depend on exact XML dep so it isn't always considered out-of-date
2008-06-15 20:20:33 +00:00
Peter Korsgaard
01da93b218
valgrind: needs kernel headers (and doesn't respect CFLAGS)
2008-06-15 19:17:23 +00:00
Peter Korsgaard
ab32901117
kernel-headers: 2.6.25.6: export linux/a.out.h (E.G. for valgrind)
2008-06-15 19:17:14 +00:00
Peter Korsgaard
e34521b47e
libxslt: use select instead of depends for pkgconfig like other packages
...
There's not much point in using depends instead of select for pkgconfig as
it's a host tool, E.G. it doesn't add anything to the rootfs.
At the same time, strip Config.in of trailing spaces.
2008-06-15 17:48:33 +00:00
Peter Korsgaard
565e05c8a1
packages: fix pkgconfig depencies and select pkgconfig where needed
2008-06-14 21:01:16 +00:00
Peter Korsgaard
43f18ea31c
dbus-glib: don't depend on host pkg-config
2008-06-14 21:01:07 +00:00
Peter Korsgaard
40af930421
package/Makefile.autotools.in: support 'make external-deps'
2008-06-14 21:01:03 +00:00
Peter Korsgaard
6eb60364c4
pkgconfig: bump version and cleanup
...
Upgrade to pkgconfig 0.23 which has native sysroot support (buggy,
but easily fixable), which allows us to get rid of pkgconfig-filter.sh.
At the same time cleanup the makefile.
2008-06-14 21:00:59 +00:00
Peter Korsgaard
e147608e7d
busybox 1.10.3 patch
2008-06-13 20:49:35 +00:00
Peter Korsgaard
f85cd12c17
toolchain: also setup kernel headers when ext toolchain is used
...
Provide kernel headers when ext toolchain is used, so we can compile
packages which need them.
2008-06-13 14:28:57 +00:00
Peter Korsgaard
b51e205521
avahi: make sure usr/lib/ exists
2008-06-13 14:19:13 +00:00
Peter Korsgaard
1828845345
u-boot: don't depend on gcc (not needed and not provided by ext toolchain)
2008-06-13 13:46:42 +00:00
Peter Korsgaard
c27f4963b5
expat: make sure usr/lib/ exists
2008-06-13 13:31:41 +00:00
Peter Korsgaard
364405da5f
toolchain: gcc 4.2.4 support
2008-06-13 11:49:42 +00:00
Hamish Moffatt
40cee2a9fc
Publish $(LIBTOOL) variable and use it in the libusb dependencies, so that
...
libusb isn't rebuilt every time.
2008-06-13 10:01:03 +00:00
Peter Korsgaard
c498d3f9f3
libusb: bump patch version
2008-06-13 08:47:55 +00:00
Peter Korsgaard
f8ba68f28b
libusb: depend on actual host-libtool binary
...
We need to depend on the actual host-libtool binary instead of the phony
host-libtool as libusb otherwise will get recompiled every time.
2008-06-13 08:45:35 +00:00
Hamish Moffatt
87d71cf83f
Fix missing libtool when building libusb
2008-06-13 05:53:25 +00:00
Peter Korsgaard
3094bf2b35
u-boot: cleanup arch handling
...
Thanks to Hamish Moffatt.
2008-06-12 07:27:48 +00:00
Peter Korsgaard
871896a93e
u-boot: evaluate U_BOOT_ARCH at use time, rather than Makefile parse time
...
U_BOOT_ARCH seems to race with KERNEL_ARCH in some situations,
so it end up empty. It's only used once, so fix it by using a
use-time evaluated variable instead (=).
2008-06-11 13:07:03 +00:00
Peter Korsgaard
fc084dfefe
kernel headers: bump 2.6.25.x version
2008-06-11 13:05:23 +00:00
Peter Korsgaard
a40fbe48c9
kernel headers: bump 2.6.25.x version
2008-06-07 09:40:16 +00:00
Peter Korsgaard
68cd7d62ca
busybox 1.10.x: bump version
2008-06-07 07:46:01 +00:00
Peter Korsgaard
197ab1cef2
toolchain: also use arch/tune/abi options when softfloat is enabled
...
The ifeq/endif nesting was wrong, so arch/tune/abi options where only set in
the non-softfloat case.
2008-06-06 12:49:53 +00:00
Peter Korsgaard
3c9c983690
tslib: fix inputattach patch typos
...
Patch by Markus Heidelberg.
tslib should be changed to use inputattach from the input-tools package
instead though.
2008-06-03 10:17:44 +00:00
Peter Korsgaard
2e696981a6
kernel headers: add BR2_DEPRECATED / BR2_RECENT annotations to 2.6.2x
2008-06-02 12:25:24 +00:00
Peter Korsgaard
22454398f5
kernel headers: add 2.6.25.4
2008-06-02 12:25:20 +00:00
Peter Korsgaard
eff0dffca2
kernel headers: bump 2.6.24.x to 2.6.24.7
2008-06-02 12:25:17 +00:00
Arnar Mar Sigurðsson
8548fd0951
Fix my own broken mistakes
2008-06-01 21:35:14 +00:00
Arnar Mar Sigurðsson
ea354de4e6
Change to menuconfig and make it right.
2008-06-01 21:17:28 +00:00
Arnar Mar Sigurðsson
a9aa94d1be
Add missing depends
2008-06-01 19:42:14 +00:00
Arnar Mar Sigurðsson
3d3aacff88
Cosmetic fixes
2008-06-01 19:28:44 +00:00
Arnar Mar Sigurðsson
d11272f159
Added database menu to config (maybe move the other databases under it to remove the mess from the main package menu)
...
Added mysql 5.1 client package, can be used to provide mysql support for PHP. Note: This package has only been tested on AVR32.
2008-06-01 18:08:48 +00:00
Arnar Mar Sigurðsson
4d953ef59f
Dump php to version 5.2.6 and add SimpleXML extension to config menu
2008-06-01 18:04:13 +00:00
Arnar Mar Sigurðsson
65063afec9
Add option to set default site to download package source from. FreeBSD ports mirrors (like: ftp2.uk.freebsd.org/pub/FreeBSD/ports/distfiles) are a good place to find almost all of the source packages.
2008-06-01 17:58:48 +00:00
Peter Korsgaard
e7bdf94241
busybox: additional 1.10.2 fixes
2008-05-31 12:58:22 +00:00
Peter Korsgaard
c35b4dbc5d
sqlite: bump version
2008-05-31 07:28:17 +00:00
Peter Korsgaard
bfb1e1e9f1
package: ifplugd package
2008-05-31 07:28:12 +00:00
Peter Korsgaard
babe5b0486
uclibc-0.9.28.3: correct arch list (avr32 missing, stuff only in 0.9.29+)
2008-05-31 07:28:09 +00:00
Peter Korsgaard
abf69d676f
busybox: 1.10.2 patches
2008-05-31 07:28:04 +00:00
Peter Korsgaard
00141805cb
uclibc-0.9.28.3: fix config so oldconfig doesn't ask questions
2008-05-31 07:28:00 +00:00
Peter Korsgaard
f469324898
uclibc-0.9.29: handle powerpc subarch selection
2008-05-31 07:27:58 +00:00
Peter Korsgaard
ff1b7e871f
Makefile: honor silent (-s) flag
2008-05-31 07:27:52 +00:00
Peter Korsgaard
db8eecfcea
distclean: Don't delete $(IMAGE)
...
There is not much point in deleting $(IMAGE) as the entire binaries dir
is removed. Furthermore, $(IMAGE) is a prefix rather than a file name.
2008-05-31 07:27:47 +00:00
Peter Korsgaard
6d0862e422
generic target_skeleton: add /sys to fstab
2008-05-31 07:27:43 +00:00
Peter Korsgaard
5ec6ca9f20
generic target_skeleton: mark /sys with .empty file
...
/sys somehow didn't got an .empty file like the rest in r21586. Fixed.
2008-05-31 07:27:40 +00:00
Hamish Moffatt
fc95a74012
Fix dependencies to enable autoreconf, without rebuilding every time
2008-05-28 06:54:02 +00:00
Hamish Moffatt
6485701676
Fix dependency on host-autoconf
2008-05-28 02:12:52 +00:00
Hamish Moffatt
06aae8eaf7
Remove bashisms
2008-05-28 01:21:45 +00:00
Ulf Samuelsson
7bcbde3760
Remove superfluos slash character from MPFR_SITE
2008-05-22 21:40:50 +00:00
Ulf Samuelsson
e533d8544c
Build iptables using a single process
2008-05-22 21:39:22 +00:00
Ulf Samuelsson
ef3e95f2e4
Build fbset using a single process
2008-05-22 21:37:24 +00:00
Ulf Samuelsson
b2e06a8e71
Doom WAD's depend on Doom
2008-05-22 21:32:26 +00:00
Ulf Samuelsson
a201f07005
Add end-of-line at last line of freetype.mk
2008-05-22 21:30:44 +00:00
Ulf Samuelsson
fb5144e589
add SVG selection to Qtopia 4 and fix strip command
2008-05-21 05:52:12 +00:00
Ulf Samuelsson
6c5f3f2ec8
Bump qtopia version
2008-05-21 05:48:38 +00:00
Ulf Samuelsson
99304e81e7
Update lockfile-progs version
2008-05-20 21:35:55 +00:00
Ulf Samuelsson
cb0a2e6105
Make linux kernel extension visible also when defined in board directory
2008-05-12 21:15:32 +00:00
Nigel Kukard
714df8fb60
features.h should never be included explicitly.
...
This fixes the bug where "File not found" error is reported by grub.
This fix works under both uclibc and glibc.
2008-05-12 18:56:11 +00:00
Peter Korsgaard
7d77306f29
toolchain: fix mips abi selection
...
Based on commit 0e2ab in aldot's tree.
2008-05-12 12:43:57 +00:00
Ulf Samuelsson
a8ee124036
Use local time (Thanks Mike)
2008-05-11 06:55:04 +00:00
Ulf Samuelsson
b6de9af8f4
Bump sip lib versions
2008-05-11 06:47:14 +00:00
Ulf Samuelsson
6f5a065162
Bump ntfs-3g version
2008-05-11 06:46:20 +00:00
Ulf Samuelsson
1b74540f58
Bump qtopia version
2008-05-11 06:45:47 +00:00
Ulf Samuelsson
d83b940590
Bump portage version
2008-05-11 06:45:17 +00:00
Ulf Samuelsson
a37d07ee0e
Bump joystick version
2008-05-11 06:44:20 +00:00
Ulf Samuelsson
90cdafbaac
Bump lm-sensors version
2008-05-11 06:43:50 +00:00
Ulf Samuelsson
b219f5b067
Bump mdadm version
2008-05-11 06:43:22 +00:00
Ulf Samuelsson
29a7dd1c10
Bump mutt version
2008-05-11 06:41:33 +00:00
Peter Korsgaard
63c97a8c8b
busybox: bump version
2008-05-09 10:00:59 +00:00
Ulf Samuelsson
85df60a8ec
Update BR2_ATMEL_MIRROR in defconfigs
2008-05-06 01:38:09 +00:00
Ulf Samuelsson
3603cb5114
Fix dependencies in Configs
2008-05-06 01:37:26 +00:00
Peter Korsgaard
371c487a0d
busybox: additional 1.10.1 patches
2008-05-05 17:17:00 +00:00
John Voltz
1a596bfe2f
pkgconfig fix for docker
2008-05-02 11:20:00 +00:00
Nigel Kukard
bce15df3be
* Added screen
...
The cross compile fix is unavoidable
2008-05-01 19:33:44 +00:00
John Voltz
47cb123718
fix broken patch
2008-05-01 19:16:49 +00:00
Nigel Kukard
02d713dcdd
* Fixed bash patches
2008-05-01 19:07:58 +00:00
John Voltz
1aac1affcd
remove libdir-la.patch, handled by Makefile.autotools.in
2008-05-01 19:03:48 +00:00
John Voltz
7a03a3b0da
remove libdir-la.patch, handled by Makefile.autotools.in
2008-05-01 19:01:10 +00:00
John Voltz
4037d58163
update patches for atngw100_expanded
2008-05-01 17:15:35 +00:00
John Voltz
804e373d06
add menu.lst for grub
2008-05-01 17:14:46 +00:00
John Voltz
7c98bd397e
some enhancements to the build-ext3-img script
2008-05-01 15:21:47 +00:00
John Voltz
5308aac5ce
fix festival file downloaders
2008-05-01 14:11:30 +00:00
John Voltz
f11fa22d0e
remove unnecessary libdir-la.patch patches and modify Makefile.autotools.in to patch libtool automatically.
2008-05-01 14:07:11 +00:00
John Voltz
ac6ab6a254
patch for xserver tslib support
2008-05-01 14:03:20 +00:00
Nigel Kukard
4b751965ef
* Sync'd bash patches to upstream
2008-04-29 20:03:03 +00:00
Peter Korsgaard
8fdb0e25e6
busybox: 1.10.1 patches
2008-04-29 06:53:55 +00:00
Nigel Kukard
509fe4a6de
* Bump version to 5.1.1
...
* Use bzip2 compression (rpms can have gzip or bzip2 payloads)
* -j1, rpm cannot build with more than 1 thread
2008-04-29 05:04:14 +00:00
Nigel Kukard
e2e55698db
* Bump to 5.1.0
...
* Use fnctl for locking
2008-04-27 09:51:32 +00:00
John Voltz
b111b8087f
Change freetype makefile to fix $(STAGING_DIR)/usr/bin/freetype-config
2008-04-25 16:45:49 +00:00
John Voltz
8312d8350d
Change cups makefile to fix $(STAGING_DIR)/usr/bin/cups-config
2008-04-25 16:45:27 +00:00
Peter Korsgaard
5a390fda4d
package: s/$(STRIP)/$(STRIPCMD)/
2008-04-25 13:43:00 +00:00
Peter Korsgaard
a25b193708
squashfs: set sensible permissions on squashfs image
2008-04-25 12:04:04 +00:00
John Voltz
3d1359184f
reverting r21851
2008-04-25 11:45:28 +00:00
John Voltz
da0ec1ce4c
update qtopia snapshot version and fix problem with qmake generated makefiles being unable to find the toolchain
2008-04-24 18:44:30 +00:00
John Voltz
83096989f9
add libiconv and framework for vlc
2008-04-24 18:35:44 +00:00
John Voltz
fbf6f0c968
remove unused JAMVM_DIR_PREFIX
2008-04-24 18:13:02 +00:00
John Voltz
3dfdc14180
add pcre
2008-04-24 16:56:06 +00:00
John Voltz
676797d57f
add oprofile
2008-04-24 16:54:29 +00:00
John Voltz
143b049cce
make ng-spice use the proper header directory
2008-04-24 16:52:16 +00:00
John Voltz
bd6b49f697
bump to 0.97.1, removed patch as it has been already applied in upstream revision 0.97.0 ( http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpath&target_milestone=0.97 )
...
also fix change in package path that prevented patches from being applied
2008-04-24 16:48:20 +00:00
John Voltz
43b77c7ee5
remove arch specific mistake
2008-04-24 14:26:48 +00:00
John Voltz
29a18d8bbc
remove trailing space
2008-04-24 14:25:09 +00:00
John Voltz
17e3358c6d
revert 21840
2008-04-24 14:24:02 +00:00
John Voltz
5ecb9d616b
revert commit 21832
2008-04-24 14:04:23 +00:00
John Voltz
bc308ce68d
add selectable commit id to mtd-utils
2008-04-24 13:26:25 +00:00
John Voltz
09aa3b987c
remove arch-prefix from binary filename
2008-04-24 13:25:02 +00:00
John Voltz
138dc3d7dc
select docker with xstroke so xstroke has a place to live
2008-04-24 13:23:28 +00:00
John Voltz
910017dfc6
update webkit version
2008-04-24 13:22:34 +00:00
John Voltz
2d1edaa485
some fixes for X
2008-04-24 13:22:14 +00:00
John Voltz
d74dfa37fc
update lighttpd
2008-04-24 13:18:50 +00:00
John Voltz
9f54342f16
make sure xslt uses the right xml2 headers
2008-04-24 13:18:03 +00:00
John Voltz
b1d3d742dc
small fix for libdaemon
2008-04-24 13:16:39 +00:00
John Voltz
3e6cd8a58b
more options for expat, move install to /usr
2008-04-24 13:15:30 +00:00
John Voltz
4cf1c1bb0f
small fix for alsamixergui
2008-04-24 13:14:25 +00:00
John Voltz
701475f791
This patch renames the Atmel atstk1002 target board to a more generic atstk100x name. This to make it easier to add support for other CPU-boards than atstk1002.
...
Submitted by Hans-Christian Egtvedt
2008-04-24 11:22:06 +00:00
Peter Korsgaard
b4173a87fe
fbset: remove unneeded avr32 patch
...
Reported by Hans-Christian Egtvedt.
2008-04-24 10:35:57 +00:00
Peter Korsgaard
a549f9b5a0
fbv: use .patch.$ARCH naming convention
2008-04-24 09:03:25 +00:00
Peter Korsgaard
167ada823b
fbset: use .patch.$ARCH naming convention
2008-04-24 09:03:22 +00:00
Peter Korsgaard
445cde11bf
strace: use .patch.$ARCH naming convention
2008-04-24 09:03:19 +00:00
Peter Korsgaard
13db6302c4
uClibc: use .patch.$ARCH naming convention
2008-04-24 09:03:12 +00:00
Peter Korsgaard
ec02c78dd4
sqlite: bump version
2008-04-24 09:03:05 +00:00
Peter Korsgaard
c71479f8fd
qtopia4: use .patch.$ARCH naming convention
2008-04-23 15:27:15 +00:00
Peter Korsgaard
d8dcacdab1
u-boot: support platform-independent patches
...
Support platform independent patches (.patch) and use .patch.$ARCH for
platform dependent ones like elsewhere.
2008-04-23 14:52:38 +00:00
Peter Korsgaard
a40d635ec0
u-boot: don't error on existing symlink
2008-04-23 14:52:35 +00:00
Peter Korsgaard
5cc50fcb68
u-boot: tools in target (mkimage, fw_printenv and fw_setenv)
2008-04-23 13:03:53 +00:00
Peter Korsgaard
d3359c9323
u-boot: use correct ARCH
2008-04-23 13:03:50 +00:00
Peter Korsgaard
a2f4d5164e
u-boot: clean: also remove mkimage from staging_dir
2008-04-23 13:03:47 +00:00
Peter Korsgaard
bb0a617e12
u-boot: set ARCH and CROSS_COMPILE
2008-04-23 10:30:03 +00:00
Peter Korsgaard
7581683ef8
busybox: bump version
2008-04-22 09:37:22 +00:00
Peter Korsgaard
12ea7146cb
blockdev: sort entries alphabetically
2008-04-19 20:44:13 +00:00
Nigel Kukard
ecec30c20f
* This fix is included upstream as from 0.0.8
2008-04-19 05:59:07 +00:00
Peter Korsgaard
ab954a6ce6
buildroot: devmem2 package
2008-04-18 13:54:50 +00:00
Nigel Kukard
c326efd987
* Updated bootutils to new release
2008-04-17 18:00:14 +00:00
Nigel Kukard
3aa71890f3
* Added FIX for rindex/index, will patch util-linux aswell and submit upstream
2008-04-17 13:47:29 +00:00
Nigel Kukard
8ecdbf6a63
* Reverted index/rindex fix
2008-04-17 13:40:46 +00:00
Nigel Kukard
af8401ed3c
* Convert bootutils to autotools
2008-04-17 13:28:46 +00:00
Nigel Kukard
85900b0957
* Added uclibc snapshot config, differes from the stable and kept asking questions for config
...
* Added ARM config options to makefile just like the other arch's
2008-04-17 13:25:47 +00:00
Nigel Kukard
6bdcf9c361
* Fix _llseek not being defined in some cases
...
* Add index & rindex defines if they're not defined either (legacy susv4 functions)
2008-04-17 13:23:20 +00:00
Hamish Moffatt
51114afc64
Added package for axel download accelerator
2008-04-17 04:52:57 +00:00
Ulf Samuelsson
b977f1b19d
Update at91sam9261ek defconfig
2008-04-16 23:00:58 +00:00
Ulf Samuelsson
4f9c37d960
Avoid duplicate rules for downloading kernel source, if kernel and headers are the same
2008-04-16 22:54:46 +00:00
Ulf Samuelsson
f5e9fe17b2
Fix bad linux kernel name
2008-04-16 22:45:47 +00:00
Ulf Samuelsson
ed638f6feb
Allow build to complete, even if tftpboot is not writeable by user
2008-04-15 21:46:47 +00:00
Ulf Samuelsson
1262117ee6
Reversing bad tftpboot patch resulting in two identical targets
2008-04-15 17:10:24 +00:00
Nigel Kukard
613fd8488f
* Disable DB3 mutexes in rpm, this caused a segfault after a "Function Not Implemented" error
2008-04-15 08:25:32 +00:00
Nigel Kukard
6fd44d68ed
* Added rpm
2008-04-14 10:56:41 +00:00
Peter Korsgaard
e9d3884e01
haserl: depend on haserl binary in TARGET_DIR and also cleanup TARGET_DIR.
2008-04-12 13:26:57 +00:00
Nigel Kukard
59a9c02e13
* Added neon
2008-04-12 09:56:15 +00:00
Nigel Kukard
9fadf8ade5
* Added popt
2008-04-12 09:51:21 +00:00
Nigel Kukard
d114386c45
* Added beecrypt
2008-04-12 09:45:49 +00:00
Nigel Kukard
7978ff879b
* Remove libbeecrypt, I'll add beecrypt-with-autotools shortly
2008-04-12 09:44:42 +00:00
Peter Korsgaard
bcf8f7ca9e
buildroot: additional tftpboot fixes
...
Patch by Jean-Christian de Rivaz
2008-04-11 21:32:09 +00:00
Peter Korsgaard
ab36f50a82
buildroot: add libart package
2008-04-11 11:31:40 +00:00
Ulf Samuelsson
8eb01e4a05
Add configuration items to at91bootstrap
2008-04-10 21:05:30 +00:00
Ulf Samuelsson
29feba9db8
Avoid hardwiring tftpboot
2008-04-10 21:03:27 +00:00
Ulf Samuelsson
882a9d2dd2
Avoid hardwiring tftpboot
2008-04-10 21:02:12 +00:00
John Voltz
aa4522b333
remove devdir config option from alsa lib, should use mdev rule instead
2008-04-10 19:25:10 +00:00
Nigel Kukard
46528496e9
* Fixed additional ncurses library install path
2008-04-10 08:17:14 +00:00
Nigel Kukard
d6b3ef5148
* Fixed copy-and-paste error, incorrect description
...
* Fixed another copy-and-paste error, weird space/tab mixes
- Thanks Hamish Moffatt
2008-04-10 05:14:53 +00:00
Nigel Kukard
d284bd5b8f
Some package use ncurses libpanel/libform/libmenu, this config allows to selectively
...
copy them to the target filesystem at the same time at the main library is installed.
-Patch by Michel (BusError)
2008-04-09 11:38:48 +00:00
Nigel Kukard
1a09aaf047
* Fixed URL for libbeecrypt
2008-04-09 10:22:22 +00:00
Nigel Kukard
eaf3fcc137
* Added libbeecrypt (requirement for rpm5)
2008-04-09 09:57:25 +00:00
Nigel Kukard
65ee2746a4
* Removed dropbear init patch
...
* Added dropbear init script
* Added more verbose messages about key generation
2008-04-09 07:35:12 +00:00
Peter Korsgaard
6d5ecc1e51
u-boot: fix custom patch handling
2008-04-09 07:02:20 +00:00
Peter Korsgaard
1befc6edd2
u-boot: bump version
2008-04-09 07:02:16 +00:00
Nigel Kukard
82b6fbe4e2
* Generate keys for dropbear only when starting
...
* Generate keys silently
2008-04-08 17:47:29 +00:00
Nigel Kukard
8e94f301eb
* Fixed bootutils url to point to projects website and not project page on freshmeat
2008-04-08 14:45:32 +00:00
Nigel Kukard
08cb25116d
* Added bootutils
2008-04-08 13:09:29 +00:00
Nigel Kukard
ae7bc8da7a
* Bump pciutils version
2008-04-08 13:06:07 +00:00
Hamish Moffatt
4b4524e18a
Fix UBI compression options
2008-04-08 04:28:18 +00:00
Hamish Moffatt
f9bd1cbd32
Remove configuration item for git commit ID, as our patches are version-specific.
...
Upgrade to a newer version than the previous default.
Fix parallel compile issue.
Fix issue with quoting of URL.
2008-04-08 04:18:11 +00:00
John Voltz
09351e5814
another minor installer fix for festival
2008-04-07 19:26:02 +00:00
Peter Korsgaard
47a184e03c
haserl: bump version
2008-04-07 07:59:08 +00:00
Peter Korsgaard
a2e3e3de81
haserl: get rid of minor version in config names
...
Rename haserl config options to 0.8.x / 0.9.x so the config names
don't change every time the version is bumped (similar to busysbox package).
2008-04-07 07:59:03 +00:00
Hamish Moffatt
60c314e304
Add support for setting the image base address
2008-04-07 01:45:41 +00:00
Hamish Moffatt
7294525c6a
Update to mkfs.ubifs v0.4 release. Note that you need the latest ubifs
...
kernel code because the on-flash format has changed.
2008-04-07 01:44:06 +00:00
Peter Korsgaard
8e4ba2b5fc
buildroot: add input-tools package (evtest, inputattach, jscal, jstest)
2008-04-06 19:59:21 +00:00
Ulf Samuelsson
6db7ee17dd
Make sure XML deps are available before building dbus
2008-04-06 13:32:59 +00:00
Nigel Kukard
942be8ba84
Fixed typo in cpioroot, we're working with CPIO_BASE not TAR_TARGET
2008-04-06 13:14:07 +00:00
Nigel Kukard
296a0308e0
* udev will not install if you remove project_build_*/uclibc/root and project_build_*/uclibc/.root ... this sets the dependency on the target binary so if its removed, its installed again
2008-04-06 10:35:22 +00:00
Ulf Samuelsson
186cd571e6
Use lower case
2008-04-06 10:32:34 +00:00
Nigel Kukard
4b6620b31b
* Dereference link when copying over kernel image, missed this one in my previous commit
2008-04-06 10:30:18 +00:00
Ulf Samuelsson
c92d851caa
Make xconfig the default for Atmel targets
2008-04-06 10:10:30 +00:00
Ulf Samuelsson
f9dc95c230
Update linux source tree with minor version
2008-04-06 10:02:53 +00:00
Ulf Samuelsson
76ab96d1b5
Fix bad use of symbol
2008-04-06 10:01:29 +00:00
Peter Korsgaard
d5b8a665b5
target/device/ARM: Use menuconfig and add description of options
2008-04-06 08:19:58 +00:00
Peter Korsgaard
226a087e89
target/device/ARM: Don't override Config settings
...
Don't override board name/path with hardcoded values in Makefile.
2008-04-06 08:08:07 +00:00
Peter Korsgaard
6ddae853f4
target/device/ARM: remove unused busybox config
2008-04-05 16:59:44 +00:00
Peter Korsgaard
f53f0efaaa
target/device/ARM: don't override busybox config
2008-04-05 16:11:03 +00:00
John Voltz
a9a48e7de8
change festival url to stable version
2008-04-04 18:03:12 +00:00
Peter Korsgaard
de87811186
toolchain/gcc: do not try to strip *-embedspu
2008-04-04 14:16:06 +00:00
John Voltz
871b078241
fix for festival install patch
2008-04-04 12:23:28 +00:00
Peter Korsgaard
824e0449b7
kernel: default to not build a kernel
2008-04-04 07:24:15 +00:00
Peter Korsgaard
60dac8ff44
busybox-1.6.0.config: disable TASKSET.
...
Disable CONFIG_TASKSET as it only compiles if
sched_{g,s}etaffinity support is available.
2008-04-04 07:17:34 +00:00
Peter Korsgaard
0e0c5e47db
defconfig: remove settings with default values
2008-04-04 07:12:42 +00:00
Hamish Moffatt
df43e6a890
Add ubifs target
2008-04-04 04:25:18 +00:00
Hamish Moffatt
e59659d5b3
More unbreaking. These cosmetic directory renames don't seem to be working out very well..
2008-04-04 00:13:56 +00:00
Peter Korsgaard
556016491c
defconfig: remove busybox config setting
...
Remove BR2_PACKAGE_BUSYBOX_CONFIG so the default config for the
selected version gets used. Got broken by r21257.
2008-04-03 21:06:27 +00:00
John Voltz
da53e2e09e
add festival speech synthesis package from University of Edinburgh
2008-04-03 17:13:46 +00:00
Peter Korsgaard
f2f4131081
diffutils: cleanup makefile
...
Cleanup configure args, strip executables in TARGET_DIR and
honor BR2_ENABLE_LOCALE.
2008-04-03 11:44:09 +00:00
Peter Korsgaard
ba3892380b
gzip: cleanup makefile
...
Cleanup configure args, strip executables in TARGET_DIR, install
info / manpages into TARGET_DIR/usr/share/ and fixup
convenience aliases (gunzip, zcat, zdiff, ..)
2008-04-03 11:30:13 +00:00
Peter Korsgaard
93b377d6e2
package/editors: fix patch-kernel.sh arguments
2008-04-03 09:32:52 +00:00
Peter Korsgaard
0c33ede996
gzip, diff, grub: bump versions
...
Patch by andrewma (closes #2754 )
2008-04-03 09:28:56 +00:00
Hamish Moffatt
fe6088d9d4
Unbreak the bridge-utils package..
2008-04-03 04:10:14 +00:00
Hamish Moffatt
4b01dfced9
Add romfs target support, courtesy Josh <buildroot@digitalpeer.com>
2008-04-02 00:18:57 +00:00
Peter Korsgaard
90ee3a0561
pkgconfig: Return appropriate error code from pkgconfig script
...
Patch by Will Newton.
Currently the wrapper script for pkgconfig clobbers the return status
of pkgconfig. This is a problem for example when someone tries to run
"pkgconfig --exists". This patch should allow the correct return code
to be passed through. Note it uses the "pipefail" option that was
introduced with bash 3.
2008-04-01 15:29:03 +00:00
Peter Korsgaard
fd4c4ad6ec
thttpd: remove unused files
...
Patch by Simon Pasch
2008-04-01 14:50:40 +00:00
Peter Korsgaard
18932cb003
thttpd: fix thttpd_wrapper name
...
Patch by Simon Pasch.
2008-04-01 12:26:49 +00:00
Peter Korsgaard
e556bff41d
Makefile.autotools.in: Do uninstall in staging/target dirs on -clean
2008-04-01 10:30:32 +00:00
Peter Korsgaard
c9477eea89
busybox: additional 1.10.0 fix
2008-04-01 10:00:00 +00:00
Peter Korsgaard
e2f56edbd3
setlocalversion: add git-svn support
2008-04-01 09:53:14 +00:00
Peter Korsgaard
34274164d9
buildroot: additional -clean target fixes
...
Patch by Hebbar.
2008-04-01 07:03:07 +00:00
Peter Korsgaard
ea471ffff9
direct: don't fail clean target if directory doesn't exist
...
Patch by Hebbar.
2008-04-01 06:51:59 +00:00
Peter Korsgaard
f1e2d3e671
expat: cleanup configure arguments
2008-03-31 20:09:06 +00:00
Peter Korsgaard
056d35f9f0
avahi: bump version
2008-03-31 19:56:58 +00:00
Peter Korsgaard
bd6561e781
buildroot: add /etc/br-version with version info to target dir
2008-03-31 19:50:05 +00:00
Peter Korsgaard
1b6ffcb7ed
avahi: make sure /etc/dbus-1/system.d exists in target dir
2008-03-31 19:43:50 +00:00
Peter Korsgaard
6b8ffd5024
dbus: use dbus-daemon as target for staging_dir installation
...
Use dbus-daemon as target for staging_dir installation instead of
library, as that changes name with soname changes.
2008-03-31 19:36:08 +00:00
Peter Korsgaard
714b375fd2
sqlite: cleanup configure arguments
2008-03-31 15:07:48 +00:00
Peter Korsgaard
345be8bc36
ncurses: cleanup /usr/lib/terminfo symlink handling
2008-03-31 14:44:32 +00:00
Peter Korsgaard
9021b9f21e
readline: ignore errors in target-clean target
2008-03-31 14:32:38 +00:00
Peter Korsgaard
9a70301cbe
avahi: depend on dbus-daemon in staging_dir
...
Depend on dbus-daemon in staging_dir instead of in target_dir as
fakeroot updates the timestamp on the target_dir version every time,
so the avahi makefile thinks it always needs to recompile avahi.
2008-03-31 14:28:38 +00:00
Peter Korsgaard
db0748c0fd
concierge: cleanup (white space + unneeded mkdir)
2008-03-31 09:51:59 +00:00
Peter Korsgaard
d55b283ce7
Makefile: revert broken ccache (r21525) for now.
2008-03-31 09:06:26 +00:00
Ulf Samuelsson
0e65446676
Patch in EXTRA_VERSION
2008-03-31 05:42:03 +00:00
Ulf Samuelsson
63342eab23
Add Configs for new boards
2008-03-30 22:23:39 +00:00
Ulf Samuelsson
0bd3ec265f
Do not allow optimizations which breaks linux build
2008-03-30 21:49:16 +00:00
Peter Korsgaard
e013773645
Makefile: merge CVS and .svn find invocation
2008-03-30 20:52:33 +00:00
Peter Korsgaard
6a262b14ac
Makefile: fix typo (.empty files, not dirs)
2008-03-30 20:48:13 +00:00
Peter Korsgaard
01c5168579
target_skeleton: mark empty directories with .empty files
...
Mark empty directories in target skeletons with .empty files
and remove them while copying to target (like it's already done for
svn and cvs files) to better support version control system which don't
handle empty directories (E.G. git-svn).
2008-03-30 20:45:42 +00:00
Ulf Samuelsson
697dd2ed93
Update at91 defconfigs
2008-03-30 20:42:40 +00:00
Ulf Samuelsson
0be9560cb5
Add webif package
2008-03-30 20:40:53 +00:00
Ulf Samuelsson
4b45fed006
Add example package
2008-03-30 20:39:41 +00:00
Peter Korsgaard
0a7c0c04f1
linux advanced: make menuconfig default
2008-03-30 20:22:13 +00:00
Ulf Samuelsson
62ce637fed
Allow selection of kernel config tool
2008-03-30 20:04:55 +00:00
Peter Korsgaard
399a1f27fa
busybox: additional 1.10.0 fixes
2008-03-30 14:37:06 +00:00
Nigel Kukard
49bb82c9f4
* Removed GCC 4.2.0, added GCC 4.2.3 (take 2)
2008-03-30 08:12:22 +00:00
Nigel Kukard
c92cb2cacd
* Remove legacy GCC 4.1.x versions
2008-03-30 08:07:53 +00:00
Nigel Kukard
a1b9776f4b
* Remove legacy GCC 4.0.x versions
2008-03-30 08:06:38 +00:00
Nigel Kukard
2c9c9bcdf2
* Remove legacy GCC 3.4.x versions
2008-03-30 08:05:22 +00:00
Nigel Kukard
5929cc768b
Remove legacy GCC 3.3.x versions
2008-03-30 08:04:14 +00:00
Ulf Samuelsson
2880357071
Add build support for latest gdb
2008-03-30 07:09:07 +00:00
Ulf Samuelsson
a778e32b8e
libglib12 cleanup
2008-03-30 07:06:12 +00:00
Ulf Samuelsson
efd8576c2e
Ensure shell environment is handled correctly
2008-03-30 06:38:46 +00:00
Ulf Samuelsson
82c92e1e1a
Easy update of defconfig
2008-03-30 06:29:30 +00:00
Ulf Samuelsson
0cc1cbe96a
Force use of bash for patching
2008-03-29 23:10:47 +00:00
Ulf Samuelsson
c659b13a2f
Remove duplicate AVR32 patches, and add support for ARCH and conditional AVR32 patches
2008-03-29 23:09:46 +00:00
Ulf Samuelsson
230723920a
Remove duplication of default kernel patch dir setting
2008-03-29 20:39:36 +00:00
Ulf Samuelsson
5292603285
Remove duplication of default kernel patch dir setting
2008-03-29 20:38:22 +00:00
Ulf Samuelsson
4523eb3cc7
Remove duplication of default kernel patch dir setting
2008-03-29 20:36:54 +00:00
Ulf Samuelsson
936db68f25
Remove duplication of default kernel patch dir setting
2008-03-29 20:36:24 +00:00
Nigel Kukard
0bda43bec9
Feeding the kernel zero optimization -O0 breaks the kernel build at least on x86 with asm errors, remove -O0 when building the kernel
2008-03-29 17:47:36 +00:00
Nigel Kukard
0c00962017
PentiumPro is not Pentium4 but i686
2008-03-29 17:34:23 +00:00
Nigel Kukard
9a193dfbf0
* Fixed uClibc sub-x86 arch selection
2008-03-29 16:23:16 +00:00
Ulf Samuelsson
acdf16967d
Add some robustness to linux configuration
2008-03-29 14:09:22 +00:00
Ulf Samuelsson
26447bda44
Remove AVR32 gdb patches duplicating prepatched source
2008-03-29 11:14:27 +00:00
Ulf Samuelsson
896a57a7ca
Remove binutils AVR32 patches duplicating external source
2008-03-29 11:09:49 +00:00
Ulf Samuelsson
dde50867f9
Remove avr32 gcc patches duplicating external source
2008-03-29 11:07:12 +00:00
Ulf Samuelsson
979d4576de
Remove duplication of AVR32 toolchain
2008-03-29 11:04:30 +00:00
Peter Korsgaard
0118555951
package: remove empty directories
...
These directories should have been removed when the packages got moved
to subdirs, but git-svn seems to have issues with empty directories.
2008-03-28 23:13:30 +00:00
Nigel Kukard
80f199c3d8
* Reverted r21540
2008-03-28 22:08:37 +00:00
Peter Korsgaard
d0e5797a62
ace of penguins: cleanup help text
2008-03-28 21:42:43 +00:00
Nigel Kukard
19d47ec4f5
* Missed jacmet's patch, r21520
2008-03-28 21:27:03 +00:00
Nigel Kukard
cc0aeb527a
* Added 4.2.2 patchset
2008-03-28 21:19:12 +00:00
Nigel Kukard
643dd9b609
* Bumped GCC to 4.2.2, removed 4.2.0
2008-03-28 21:03:04 +00:00
Peter Korsgaard
77d133d27e
package: move java packages to package/java sub directory
2008-03-28 10:40:45 +00:00
Peter Korsgaard
3d3775e3cd
AUTOTARGETS: also support non-version-dependent arch specific patches
2008-03-28 10:40:28 +00:00
Peter Korsgaard
a7c3ddc4e0
jamvm: use official version instead of hacked up avr32 sources
...
Cleanup avr32 mess and apply it as a patch to the official version only
if arch = avr32 so it doesn't harm other archs.
2008-03-28 10:40:08 +00:00
Peter Korsgaard
8b64a86e8c
AUTOTARGETS: support arch specific *.patch.$(ARCH) patches
2008-03-28 10:39:55 +00:00
Peter Korsgaard
60739c33d3
ipkg: use http url
2008-03-28 10:39:48 +00:00
Peter Korsgaard
604737b2e8
jamvm.mk: remove trailing spaces
2008-03-28 10:39:38 +00:00
Peter Korsgaard
fa95ecfb96
classpath: cleanup help text
2008-03-28 10:39:27 +00:00
Peter Korsgaard
0d0cf0f56b
packages: enable java submenu per default like the other submenus
2008-03-28 10:39:21 +00:00
Peter Korsgaard
0f98222750
concierge: cleanup help text
2008-03-28 07:53:02 +00:00
Ulf Samuelsson
00bd182a5f
Define busybox config in board directory for Atmel boards
2008-03-28 07:32:54 +00:00
Ulf Samuelsson
a1b0651a5a
Use BUSYBOX_LOCAL shell variable, if defined
2008-03-28 07:31:28 +00:00
Jason Spence
53a740fcd6
Added udpcast package.
2008-03-28 02:54:42 +00:00
Jason Spence
0d17acf4cf
Added ccache support and removed grub from defconfig due to brokenness at the moment.
2008-03-28 02:50:42 +00:00
Peter Korsgaard
1ab26cfe38
gcc 4.2.1: fix undefined reference to fmsub in C++ programs with soft float
...
Fix 'undefined reference to fmsub' linking errors with C++ programs
when soft float is enabled. Patch by b5331.
Closes #1588 .
2008-03-27 19:37:33 +00:00
Peter Korsgaard
311886d913
sqlite: bump version
2008-03-27 19:37:29 +00:00
Peter Korsgaard
e31e0f6817
dropbear: bump version
2008-03-27 15:59:39 +00:00
Peter Korsgaard
dfe689229d
buildroot: cleanup <package>-clean targets.
...
Based on input from Arndt Kritzner & Bernhard Fischer.
2008-03-27 15:42:42 +00:00
Peter Korsgaard
584e60c797
libusb: correctly install into STAGING_DIR/usr
...
Closes #2494
2008-03-27 13:00:31 +00:00
Peter Korsgaard
ca89923ee0
uClibc 0.9.28.3: use optimized string ops on ppc
...
Use optimized string ops instead of dummy generic ones on PPC.
2008-03-27 10:23:13 +00:00
Peter Korsgaard
9e0fe4b885
uclibc: remove unused legacy patches
2008-03-27 10:23:03 +00:00
Peter Korsgaard
9c078e173a
busybox: remove unused configs/patches
2008-03-26 21:53:15 +00:00
Peter Korsgaard
49a411ea73
busybox: bump 1.7.x and 1.8.x versions
2008-03-26 21:49:58 +00:00
Peter Korsgaard
968402ca27
nano: fix install location
...
Fix typo in install location. Reported by Simon Pasch.
2008-03-26 13:55:18 +00:00
Hamish Moffatt
bb4906c5f8
Remove old mtd snapshot option, as the source tarball is no longer available
...
Add option to fetch a snapshot from the mtd-utils git (via gitweb)
Snapshot version provides UBI tools also
2008-03-26 06:35:31 +00:00
Hamish Moffatt
af510f4e19
Applied patch from Nathanael D. Noblet <nathanael@gnat.ca> to fix
...
broken GNU download paths. Also fix gnuchess, xboard and classpath
packages to use $(BR2_GNU_MIRROR) rather than hardcoded urls.
2008-03-26 03:28:09 +00:00
Peter Korsgaard
18679d10a1
busybox: add 1.10.0 release
2008-03-25 14:38:45 +00:00
Peter Korsgaard
85f8ba8a76
php: hide extensions menu if not enabled
2008-03-25 08:49:38 +00:00
Nigel Kukard
4ba30531cf
* Woops ... comitted the wrong patch file :(, fixed now.
2008-03-24 19:42:58 +00:00
Nigel Kukard
ddd12b34b3
* Strace requires both if_packet.h and netlink.h
...
- Force detection of these in configure by supplying environment
variables
For them to be detected by configure may require a much more
invasive approach by patching configure.ac and regenerating
apon build.
2008-03-24 19:29:34 +00:00
Nigel Kukard
627b968404
* Updated susv3 legacy patch for xfsprogs
...
- Changed to unix file format
- Added fix for rtcp/xfs_rtcp.c, where I missed one or two legacy function calls
2008-03-24 19:23:37 +00:00
Nigel Kukard
5e2371c427
* Updated mdadm to version 2.6.4
2008-03-24 19:19:16 +00:00
John Voltz
fcc6d9936d
Fixed xfsprogs to build without needing bzero & bcopy. Patch by Nigel Kukard
2008-03-21 18:01:46 +00:00
John Voltz
ecf565e090
Ltrace version changed, cannot find the old version on any debian mirrors. Patch by Nigel Kukard.
2008-03-21 17:57:42 +00:00
John Voltz
c2fe2a53dd
kernel 2.6.24 creates a symlink to bzImage, which is copied inplace, symlink and all, this gives an incorrect symlink deref in binaries/uclibc/ and points to ../../x86/bzImage. Do not copy symlink in place, follow it. Patch by Nigel Kukard.
2008-03-21 17:57:02 +00:00
John Voltz
69ae3cec84
confusing busybox config option description patch, busybox can be built as shared libs, hardlinks ... etc. rename to full install. Patch from Nigel Kukard
2008-03-21 17:56:00 +00:00
John Voltz
577cec7bc6
current avr32 gcc patches break x86 and possibly other systems. moving bad patches to separate directory until a proper fix is made. discovered by jacmet and Dr. Nigel Kukard
2008-03-21 11:21:02 +00:00
Peter Korsgaard
7c54beb870
busybox: bump version (1.9.2)
2008-03-21 10:14:15 +00:00
Ulf Samuelsson
374f8383b9
Add generic ARM target, if none other is choosen
2008-03-20 23:04:30 +00:00
Ulf Samuelsson
42b0271533
Use x86 Makefile only if x86 is choosen
2008-03-20 23:03:40 +00:00
Ulf Samuelsson
aa67fcdbf8
Use correct symbold for linux config path
2008-03-20 23:02:41 +00:00
Ulf Samuelsson
d7592743c3
Ensure at least one ARM board is selected, if ARMLTD selected
2008-03-20 22:31:50 +00:00
Ulf Samuelsson
9169fcccc9
Do not include Soekris, unless i386 arch
2008-03-20 22:07:49 +00:00
Ulf Samuelsson
10cacfa02d
Move ARM target to ARMLTD target to prepare for generic ARM
2008-03-20 22:06:10 +00:00
John Voltz
63364eb82d
add docker dependency to xstroke
2008-03-20 16:55:57 +00:00
John Voltz
0c368b715f
add alsamixergui and docker packages
2008-03-20 16:55:37 +00:00
John Voltz
3f488a4b09
some fixes for fltk
2008-03-20 16:54:51 +00:00
Ulf Samuelsson
1fdfb9e305
Fix AVR32 ext toolchain
2008-03-19 07:26:34 +00:00
Ulf Samuelsson
5bca4c9447
Add a defconfig for x86
2008-03-18 14:32:54 +00:00
Ulf Samuelsson
43bc815a5a
Use correct kernel-patch for x86
2008-03-18 13:26:13 +00:00
Ulf Samuelsson
03c71010d1
Add linux prefix to patches
2008-03-18 12:04:05 +00:00
Ulf Samuelsson
9ebad46f49
Use same name for same patch
2008-03-18 12:03:01 +00:00
Ulf Samuelsson
412ef4e322
Use same name for same patch
2008-03-18 12:02:40 +00:00
Ulf Samuelsson
ce647a69fe
Use same name for same patch
2008-03-18 12:02:16 +00:00
Ulf Samuelsson
865ac9844c
Use BOARD_PATH instead of BR2_BOARD_PATH for x86
2008-03-18 11:51:43 +00:00
Ulf Samuelsson
acd95e608d
Use BOARD_PATH instead of SOEKRIS_NET4801_PATH
2008-03-18 11:47:31 +00:00
Ulf Samuelsson
f827151c36
Use BOARD_PATH instead of SHARP_LNODE80_PATH
2008-03-18 11:43:00 +00:00
Ulf Samuelsson
a53996b2a6
Use BOARD_PATH instead of BR2_BOARD_PATH for mips target
2008-03-18 11:41:03 +00:00
Ulf Samuelsson
fe87235dfe
Use BOARD_PATH instead of JP_Q5_PATH
2008-03-18 11:38:36 +00:00
Ulf Samuelsson
bd10a460b3
Use BOARD_PATH instead of ALCHEMY_DBAU1500_PATH
2008-03-18 11:34:43 +00:00
Ulf Samuelsson
896cfb2afe
Remove duplicate patches and arrange according to architecture
2008-03-18 09:36:16 +00:00
Ulf Samuelsson
771ecd45c1
Use latest kernel for at91sam9260
2008-03-18 08:56:51 +00:00
Ulf Samuelsson
a1be1243a3
Update Kernel config
2008-03-18 08:17:06 +00:00
Hamish Moffatt
aa73d17530
Don't use long options to start-stop-daemon as they may be disabled in the busybox configuration
2008-03-18 00:20:24 +00:00
Ulf Samuelsson
d97812e3a5
Update sam9260 defconfig
2008-03-17 23:06:32 +00:00
Peter Korsgaard
be36fc319e
busybox: additional 1.9.1 patches
2008-03-17 19:44:43 +00:00
Peter Korsgaard
2e5685b3a8
sdl: Fix include files install.
...
Patch sdl-config rpath setting rather than setting exec-prefix and
using DESTDIR as the SDL makefile uses prefix for some files,
and exec-prefix for others leading to double $(STAGING_DIR) prefix.
2008-03-17 16:39:03 +00:00
John Voltz
7eb796ba2f
change gcc default optimization to S instead of zero. It is causing kernel compilation problems for people
2008-03-16 13:26:14 +00:00
Ulf Samuelsson
6ddaf88176
Use correct Linux version for depmod
2008-03-15 05:07:26 +00:00
John Voltz
a37d1b117e
add some documentation about buildroot's patch system
2008-03-13 17:16:30 +00:00
John Voltz
417c4acc4a
make patch-kernel create lists of applied patches, very handy indeed
2008-03-13 17:10:40 +00:00
Peter Korsgaard
d683677b2a
fakeroot: fix tarball name
...
Reported by Hamish Moffatt.
2008-03-13 07:38:10 +00:00
John Voltz
b6a3e46ad2
patch to replace legacy bzero with memset in wireless-tools
2008-03-12 19:04:14 +00:00
John Voltz
fb66bb3f58
patch to replace legacy bzero with memset in tslib
2008-03-12 19:03:20 +00:00
John Voltz
cd1d1fa6de
fix dbus makefile to install with or without stripping
2008-03-12 14:51:32 +00:00
John Voltz
5d472aa583
Fixed URL for fakeroot sources
2008-03-12 13:57:59 +00:00
John Voltz
c0224396d8
Fix Qtopia Core 4 compile and installation and bump to version 4.4.0
2008-03-12 13:53:02 +00:00
John Voltz
809fa27ad8
one more minor change for debugging option
2008-03-12 13:11:29 +00:00
John Voltz
41f6b79ff7
added more debugging options for packages
2008-03-12 13:07:10 +00:00
John Voltz
923f42a3c2
added debugging option
2008-03-12 11:23:11 +00:00
Ulf Samuelsson
cde20f0b08
Use 2.6.24 as default for at91sam9260dfc
2008-03-12 01:13:46 +00:00
Ulf Samuelsson
8426570482
Add support for 2.6.24 for AT91
2008-03-12 01:04:17 +00:00
Ulf Samuelsson
9bb163d898
add missing busybox config
2008-03-12 00:10:36 +00:00
Peter Korsgaard
71ec990c96
fakeroot: update patch for 1.9.3
...
Patch by Sunil Gupta.
2008-03-11 19:31:44 +00:00
John Voltz
93256ce2d7
removed duplicate config.in reference
2008-03-11 19:28:06 +00:00
John Voltz
0f95603ed8
updated samba version
2008-03-11 19:13:38 +00:00
Peter Korsgaard
25a7363f5d
buildroot: use BR2_KERNEL_MIRROR everywhere
...
Based on patch by Nigel Kukard.
2008-03-11 18:54:17 +00:00
John Voltz
a199616e78
fix for defconfig
2008-03-11 18:32:17 +00:00
John Voltz
7f4141ae20
separate u-boot for at91 arm and everything else
2008-03-11 18:26:07 +00:00
John Voltz
944e92856a
updated defconfig
2008-03-11 18:17:02 +00:00
John Voltz
1beaf12098
added debug option
2008-03-11 18:15:30 +00:00
John Voltz
554fc8bc7f
fixes for php makefile
2008-03-11 18:14:42 +00:00
John Voltz
1163cf741c
added debug option
2008-03-11 18:12:15 +00:00
John Voltz
10e48dbc74
updated defconfig
2008-03-11 17:58:47 +00:00
John Voltz
e73610e136
reverted last change
2008-03-11 17:52:40 +00:00
John Voltz
36be219225
download url was invalid
2008-03-11 16:19:33 +00:00
John Voltz
ea3a9122a6
fixed path to mpfr patch
2008-03-11 15:58:05 +00:00
John Voltz
cd36594b21
fixed path problem
2008-03-11 15:49:09 +00:00
John Voltz
e7befc8dfc
removed patch for older fakeroot
2008-03-11 13:32:27 +00:00
John Voltz
80954d2711
fixed typo in script
2008-03-11 13:14:26 +00:00
John Voltz
d45de0ca0c
more robust development files in target handler
2008-03-11 13:12:39 +00:00
John Voltz
1afe0e87c4
updated fakeroot version
2008-03-11 13:11:14 +00:00
Peter Korsgaard
7791b4e80f
buildroot: fix missing ARCH for some x86 variants
...
Patch by Nigel Kukard.
2008-03-11 08:49:45 +00:00
Peter Korsgaard
efa0423110
buildroot: Use BR2_GNU_MIRROR everywhere
...
Patch by Nigel Kukard.
2008-03-11 08:17:17 +00:00
Peter Korsgaard
1af1c77554
busybox: remove config dependency on busybox-source
...
busybox-source target doesn't need to depend on the config file.
Patch by Simon Pasch.
2008-03-11 08:17:03 +00:00
John Voltz
f5b96fc71d
renamed variable, removed uppercase config text
2008-03-10 16:34:19 +00:00
John Voltz
7710aa356a
cheanged rsync download url
2008-03-10 16:17:26 +00:00
John Voltz
bc67ca29d3
added dev files in target option
2008-03-10 15:22:43 +00:00
John Voltz
77ec383076
changed to use sourceforge variable
2008-03-10 15:15:57 +00:00
John Voltz
3773381d71
changed icu download location
2008-03-10 14:52:39 +00:00
John Voltz
cc254eb898
added missing patch
2008-03-08 21:33:40 +00:00
John Voltz
a35586ff06
added missing patch for libX11
2008-03-08 17:31:05 +00:00
John Voltz
1ec48b2e52
remove .a files from lib directories after install
2008-03-07 16:54:45 +00:00
John Voltz
7a15d38e01
shortened help line lengths
2008-03-07 14:12:14 +00:00
John Voltz
a6dca68c80
reverted ncurses makefile
2008-03-07 13:57:53 +00:00
John Voltz
dc56871dde
HTMLized glibc vs uclibc and added to docs
2008-03-07 13:34:02 +00:00
Peter Korsgaard
6be5cb76b9
buildroot: SDL_mixer package
...
Based on patch from Hebbar.
2008-03-07 13:31:33 +00:00
Peter Korsgaard
5f6726bdfd
sdl: cleanup configure args + sdl-config, fixup /lib vs /usr/lib
2008-03-07 13:31:24 +00:00
Peter Korsgaard
37fd644ab7
sdl: bump version
2008-03-07 13:31:16 +00:00
Peter Korsgaard
5ca52f571b
sdl: remove unused legacy patch
2008-03-07 13:31:11 +00:00
Peter Korsgaard
0dc5a8d6fc
sdl: remove wrong comment
2008-03-07 13:31:07 +00:00
Peter Korsgaard
c0a49f06fa
nano: install to /usr/bin
2008-03-07 10:07:35 +00:00
Peter Korsgaard
8086897ed5
vim: config names should be lower case
2008-03-07 10:02:12 +00:00
Peter Korsgaard
d47bd2de38
buildroot: move editors under package/editors and merge menus
...
Based on patch by Arnar Mar Sig.
2008-03-07 10:00:04 +00:00
Ulf Samuelsson
5381e1c486
revert bad U-Boot patch
2008-03-07 07:24:35 +00:00
Ulf Samuelsson
5d8956986f
Move defconfigs to board directory
2008-03-07 06:20:08 +00:00
Peter Korsgaard
1a27e8d311
gcc 4.2.1: Don't change SUFFIX and bug report URL
...
SUFFIX and bug report URL shouldn't be set to something atmel specific
if you don't compile for AVR32.
The AVR32 patch should probably only get applied if compiling for AVR32.
2008-03-06 22:56:50 +00:00
John Voltz
ad3270082c
fixed ngspice install
2008-03-06 20:11:00 +00:00
John Voltz
61a3082080
fixed arch dependent option
2008-03-06 19:48:39 +00:00
John Voltz
06ce59d382
changed source download path to be uniform
2008-03-06 19:10:06 +00:00
John Voltz
66eeaf7d3f
somewhat updated defconfig
2008-03-06 19:01:08 +00:00
John Voltz
0a48a6658f
added u-boot location
2008-03-06 19:00:38 +00:00
John Voltz
d6e0bcb950
added syslinux patch
2008-03-06 18:59:57 +00:00
John Voltz
ceaf9e8217
updates and additions for avr32 arch
2008-03-06 18:59:14 +00:00
John Voltz
c46893b7af
added support for kernel 2.6.24
2008-03-06 18:52:43 +00:00
John Voltz
1d161fb437
toolchain updates
2008-03-06 18:52:01 +00:00
John Voltz
3ab16b1fd6
added and removed uclibc patches
2008-03-06 18:50:01 +00:00
John Voltz
f7e1c58a6c
fixed pixman install
2008-03-06 18:48:43 +00:00
John Voltz
4a2d892edc
fixed dbus makefile
2008-03-06 18:46:36 +00:00
John Voltz
b5c8c8cc0a
updated config.in with all the new swag
2008-03-06 18:40:08 +00:00
John Voltz
de54a6ebc8
fixed nasty makefile bugs
2008-03-06 18:39:42 +00:00
John Voltz
8e2c4da5bf
added xvkbd
2008-03-06 18:38:46 +00:00
John Voltz
e0caa0ccc3
added xstroke
2008-03-06 18:38:20 +00:00
John Voltz
2cbd4b2de5
added xpdf
2008-03-06 18:38:04 +00:00
John Voltz
bfdb1635b3
deprecate xorg 6.8
2008-03-06 18:37:29 +00:00
John Voltz
eea1d60258
added xboard
2008-03-06 18:36:54 +00:00
John Voltz
1a2b4af3fb
updated xorg to version 7.3 and added all of the fonts
2008-03-06 18:36:12 +00:00
John Voltz
eda9b0fe87
added x11vnc
2008-03-06 18:34:39 +00:00
John Voltz
7514ac7a62
cleanup which makefile
2008-03-06 18:29:21 +00:00
John Voltz
8a44ae675b
cleanup wget makefile
2008-03-06 18:29:06 +00:00
John Voltz
b1ca8e68ae
added webkit
2008-03-06 18:28:48 +00:00
John Voltz
70b2460ed9
added vice
2008-03-06 18:28:26 +00:00
John Voltz
9fc65734f8
patches for tslib
2008-03-06 18:27:57 +00:00
John Voltz
2cf205d512
added torsmo
2008-03-06 18:27:38 +00:00
John Voltz
ea5a59afad
fixes for tiff makefile
2008-03-06 18:27:19 +00:00
John Voltz
9af6720ca3
added synergy
2008-03-06 18:26:58 +00:00
John Voltz
4936787be0
added sylpheed
2008-03-06 18:26:43 +00:00
John Voltz
9cbf08c55a
cleanup sudo makefile
2008-03-06 18:26:10 +00:00
John Voltz
23092c4a4a
added startup-notification
2008-03-06 18:25:46 +00:00
John Voltz
314116e712
fixes for sqlite makefile
2008-03-06 18:25:02 +00:00
John Voltz
aff630454b
cleanup sed makefile
2008-03-06 18:24:27 +00:00
John Voltz
6f9ad306a2
update samba version
2008-03-06 18:23:59 +00:00
John Voltz
227316307d
cleanup rxvt makefile
2008-03-06 18:23:39 +00:00
John Voltz
a57e35d33c
added rubix game
2008-03-06 18:23:13 +00:00
John Voltz
ecd41859b4
cleanup rsync makefile
2008-03-06 18:22:48 +00:00
John Voltz
51fa46ed29
fixes for readline makefile
2008-03-06 18:22:31 +00:00
John Voltz
be3e3db717
reordered path fixes
2008-03-06 18:22:10 +00:00
John Voltz
7059768c4c
enhancements for php
2008-03-06 18:21:33 +00:00
John Voltz
e5caaac6b9
added pcmanfm file manager
2008-03-06 18:21:04 +00:00
John Voltz
5cbf9daa23
updated pango
2008-03-06 18:20:38 +00:00
John Voltz
19067972a0
added openmotif
2008-03-06 18:20:21 +00:00
John Voltz
196aef7311
added ngspice-rework
2008-03-06 18:19:42 +00:00
John Voltz
6fe5362bb4
updated ncurses makefile
2008-03-06 18:19:15 +00:00
John Voltz
a9d61b42dc
cleanup nano makefile
2008-03-06 18:18:58 +00:00
John Voltz
1e19e92f00
added midori browser
2008-03-06 18:18:35 +00:00
John Voltz
cd83b7aece
fixed metacity makefile
2008-03-06 18:18:07 +00:00
John Voltz
86d9d181eb
added magiccube4d game
2008-03-06 18:17:43 +00:00
John Voltz
271f31243c
fixed lxdoom make
2008-03-06 18:17:13 +00:00
John Voltz
2aa7b70339
updated libxslt
2008-03-06 18:16:49 +00:00
John Voltz
18e08ad369
updated libxml2 makefile
2008-03-06 18:16:30 +00:00
John Voltz
6d7ba78953
added libsexy
2008-03-06 18:16:05 +00:00
John Voltz
5b5cf3bf36
updated libgtk2
2008-03-06 18:15:42 +00:00
John Voltz
84c82f9fd5
updated glib2
2008-03-06 18:15:25 +00:00
John Voltz
e2e221190f
fixed libdrm makefile
2008-03-06 18:15:06 +00:00
John Voltz
a357d6a554
added leafpad
2008-03-06 18:14:37 +00:00
John Voltz
a53d48a7b9
fixed jpeg makefile
2008-03-06 18:14:14 +00:00
John Voltz
808dd83025
added jamvm
2008-03-06 18:13:45 +00:00
John Voltz
4d59e3b4ce
added ipkg
2008-03-06 18:13:24 +00:00
John Voltz
bc7ae43824
added icu
2008-03-06 18:12:45 +00:00
John Voltz
d8bfb20d7a
added gtk2 themes
2008-03-06 18:12:20 +00:00
John Voltz
6ada162e8a
cleanup grep makefile
2008-03-06 18:11:51 +00:00
John Voltz
1eed6280f7
added gqview
2008-03-06 18:11:21 +00:00
John Voltz
dab3cd675c
added gnuchess
2008-03-06 18:10:50 +00:00
John Voltz
70d3331748
added gamin
2008-03-06 18:10:25 +00:00
John Voltz
4e9349fd66
updated freetype
2008-03-06 18:09:59 +00:00
John Voltz
759200ecb1
updated fontconfig
2008-03-06 18:09:37 +00:00
John Voltz
703d58a4f5
added fltk
2008-03-06 18:09:12 +00:00
John Voltz
d2230d77ca
updated file version
2008-03-06 18:08:42 +00:00
John Voltz
7e64ae42df
added vim and editors directory
2008-03-06 18:08:14 +00:00
John Voltz
21e0064950
added cups
2008-03-06 18:06:01 +00:00
John Voltz
0e2ac92534
added concierge OSGi and classpath
2008-03-06 18:02:19 +00:00
John Voltz
a418f4a243
added ace of penguins games
2008-03-06 18:00:36 +00:00
John Voltz
f2f36334e3
updated cairo
2008-03-06 17:56:30 +00:00
John Voltz
72746838f2
makefile cleanup for bzip2
2008-03-06 17:56:10 +00:00
John Voltz
842a07b727
renamed bridge to bridge-utils
2008-03-06 17:55:51 +00:00
John Voltz
4284f53edd
added blackbox window manager
2008-03-06 17:55:26 +00:00
John Voltz
ce5699aaea
makefile cleanup for bind
2008-03-06 17:55:03 +00:00
John Voltz
9da2e71d63
makefile cleanup for avahi
2008-03-06 17:54:47 +00:00
John Voltz
91850d7855
makefile cleanup for aumix
2008-03-06 17:54:27 +00:00
John Voltz
09e1691795
updated makefile for atk
2008-03-06 17:54:01 +00:00
John Voltz
afd16222e6
added alsa dev directory location to configure statement
2008-03-06 17:53:35 +00:00
John Voltz
ab063ab0af
some buildroot helper scripts
2008-03-06 17:52:37 +00:00
"Steven J. Hill"
494a273b15
Fix patch. Apparently people don't know how to test their changes before
...
cheking them in.
2008-03-05 13:35:23 +00:00
Peter Korsgaard
3d8919a184
buildroot: add kernel-headers to base targets so it gets handled by external-deps
2008-03-04 12:19:19 +00:00
Peter Korsgaard
155971e08f
buildroot: add external-deps target
...
Add external-deps target to show what external files are needed to recreate
the build.
2008-03-04 12:19:16 +00:00
Peter Korsgaard
f26f26fb62
dbus: start earlier
...
Start dbus early enough so other services can use it (E.G. avahi).
2008-03-04 12:19:13 +00:00
Peter Korsgaard
82edf5a9c1
libpng: select zlib package
2008-03-04 11:36:25 +00:00
Peter Korsgaard
f0e9cb3beb
libpng: bump version
2008-03-04 11:36:23 +00:00
Peter Korsgaard
4f375bc050
squashfs: bump version
2008-03-04 11:36:20 +00:00
Peter Korsgaard
bf11985ef3
dnsmasq: bump version
2008-03-02 14:36:46 +00:00
Peter Korsgaard
16db1fed27
dnsmasq: Enable dbus support if available
2008-03-02 14:36:43 +00:00
Peter Korsgaard
ecd6931abe
dnsmasq: make tftp support optional
2008-03-02 14:36:40 +00:00
Peter Korsgaard
bec2eba9ed
dnsmasq: remove dnsmasq1 support
...
Remove ancient dnsmasq1 support, which couldn't even be selected in
menuconfig.
2008-03-02 14:36:35 +00:00
Thomas Lundquist
9df5b80739
Closing #2374
2008-03-02 10:25:05 +00:00
Peter Korsgaard
722d602b89
haserl: bump version
2008-02-29 13:54:20 +00:00
Peter Korsgaard
c4927e52c2
busybox 1.9.1 fixes
2008-02-28 14:38:06 +00:00
"Steven J. Hill"
098749df51
Clean up patches and applying of them.
2008-02-28 13:46:22 +00:00
"Steven J. Hill"
bafa6d62cd
Remove old patch and fix the type properly.
2008-02-28 02:19:38 +00:00
"Steven J. Hill"
bebbe792df
Make sure 'linkage.h' headers are installed. Add hack to bootstrap newer
...
versions of GCC. Filter out 'gnu99' from assembly flags. Use the
'headers' target instead of 'pregen' to prepare for more NPTL
integration. Fix broken MTD package configuration....someone believes in
the Klingon release process apparently. Fix build issues with netplug
and libpng. Fix source path for microcom as original site no longer
exists.
2008-02-28 02:13:42 +00:00
"Steven J. Hill"
49609366cf
Copy patch needed for dynamic loader strings and config targets.
2008-02-25 00:25:02 +00:00
"Steven J. Hill"
6a7ed033ef
Fix 'makeinfo' failure.
2008-02-25 00:17:36 +00:00
Hamish Moffatt
ec7d71f064
Allow selection of e2fsprogs to install in the target
2008-02-24 23:02:56 +00:00
Peter Korsgaard
a6bf612a6a
move fis+fconfig packages under BR2_BLOCKDEV_SUPPORT
...
Move fis + fconfig packages together with mtd utils under
Hardware handling / blockdevices and filesystem maintenance.
2008-02-24 21:35:01 +00:00
Peter Korsgaard
06accdc017
add BR2_TEXTEDIT_SUPPORT submenu
...
Group text editors under BR2_TEXTEDIT_SUPPORT submenu.
2008-02-24 21:34:52 +00:00
Peter Korsgaard
f1f84ce3af
ezxml package
2008-02-24 20:18:00 +00:00
Peter Korsgaard
7cf2be4402
buildroot: add BR2_XML_SUPPORT submenu
...
Group XML stuff under BR2_XML_SUPPORT submenu.
2008-02-24 20:17:53 +00:00
"Steven J. Hill"
2d6b9b3a5e
Update diff version.
2008-02-22 19:37:39 +00:00
Peter Korsgaard
9771040a18
buildroot: add missing -source targets
2008-02-19 13:39:25 +00:00
Thomas Lundquist
fcb27e9386
Upped version, the one here didn't exist any more. 3.61 compiled nicely (todo; check if nasm is installed on host?, syslinux needs it. Guess I copuld just add a target/host package.)
2008-02-18 22:10:05 +00:00
"Steven J. Hill"
b24ac47738
Update diff version.
2008-02-18 14:30:59 +00:00
Peter Korsgaard
65659f38f3
libusb: install into target with cp instead of install to preserve symlinks
2008-02-15 14:06:39 +00:00
Peter Korsgaard
54255463b2
busybox: bump version to 1.9.1
2008-02-14 15:49:48 +00:00
Peter Korsgaard
7c44a53354
busybox: additional 1.9.0 patches
2008-02-14 14:45:23 +00:00
Hamish Moffatt
72a85109f3
Fix typos in jffs2 summary support
2008-02-12 05:50:26 +00:00
Hamish Moffatt
536e98effd
Add support for summarising JFFS2 images. With support in the kernel this improves mount time significantly.
2008-02-12 05:39:32 +00:00
Hamish Moffatt
03d6531962
Run $(CONFIG_UPDATE) after unpacking sources
...
Patch from Dan Nicolaescu
2008-02-12 00:35:03 +00:00
Ivan Kuten
980df901b9
updated nios2 gdb support, thanks to Atle Nissestad
2008-02-08 09:32:23 +00:00
Ivan Kuten
6c9b9c4e51
updated gdb support for nios2, thanks Atle
2008-02-07 10:59:00 +00:00
Hamish Moffatt
4985f59169
Added package for fis, which allows you to manipulate the RedBoot flash partition table from linux.
2008-02-07 00:53:36 +00:00
Hamish Moffatt
b5e4871b39
Added a package for fconfig, which allows you to modify RedBoot configuration parameters from linux.
2008-02-07 00:51:57 +00:00
Hamish Moffatt
83b7c8b381
Commit the new upstream patches and remove the old
2008-02-06 01:26:58 +00:00
Hamish Moffatt
d53b1d1f93
Upgrade readline to 5.2, including all current upstream patches.
...
Fetch it from $(BR2_GNU_MIRROR).
Note proper dependency on ncurses.
2008-02-06 01:26:03 +00:00
Hamish Moffatt
05ecb806ff
Added configuration item to control whether development headers and libraries are installed on the target
...
Removed some additional files if optional modules are disabled
2008-02-06 00:55:05 +00:00
Paul Mundt
a5c831661e
Add support for 2.6.24 headers.
2008-02-04 07:54:32 +00:00
Peter Korsgaard
1767962c45
busybox: More 1.9.0 patches
2008-02-02 21:49:48 +00:00
Ivan Kuten
25f6af28ee
create /var/lib/dbus
2008-01-30 13:57:31 +00:00
"Steven J. Hill"
db75dfd76f
New patches for the makeinfo bug to older binutils.
2008-01-26 20:52:45 +00:00
Thomas Lundquist
b687198540
Upped version, no need for patch. (This is still based on lzma SDK 4.32,
...
alas, should be just bugfixes.)
2008-01-26 15:49:12 +00:00
Thomas Lundquist
b4930d6711
Mail from Claus Klein:
...
make sure than target dir exist bevor instll to it:
2008-01-26 07:55:58 +00:00
Thomas Lundquist
4ccf13ef65
Fix by Fredy Yanardi
2008-01-25 10:20:11 +00:00
Thomas Lundquist
85ca5c52f2
Changed site since it is nto a part of Debian any more. Closing bug
...
#1974
2008-01-25 10:02:32 +00:00
Thomas Lundquist
514b3ef4c8
Upped version, lm-sensors.01.susv3-legacy.patch seems to not be needed
...
any more but keeping it for now. Hopefully closing bug #1939
2008-01-25 09:46:21 +00:00
"Steven J. Hill"
a23602d31e
Remove instances of bcopy so package will compile.
2008-01-24 03:35:48 +00:00
Thomas Lundquist
d3d478ae01
Upped version, fixing http://busybox.net/bugs/view.php?id=1954
2008-01-21 11:07:57 +00:00
Ivan Kuten
c345534783
enhancements for the python package, patch by Hamish Moffatt
2008-01-17 12:42:53 +00:00
Ivan Kuten
f31a746c2b
cloop target update, patch by Claus Klein
2008-01-16 09:25:07 +00:00
Ulf Samuelsson
57b4b70f3b
Update at91sam9261ek default config
2008-01-10 09:31:56 +00:00
Ulf Samuelsson
70e4f5c2d1
More debug info for linux
2008-01-10 09:31:15 +00:00
Ulf Samuelsson
a04459a2a3
Define kernelversion if ext toolchain is used
2008-01-10 09:30:11 +00:00
Ulf Samuelsson
0c85dfd60c
Use host ldconfig, if external toolchain is used
2008-01-10 09:29:06 +00:00
Ulf Samuelsson
e267955bba
Add /etc/ld.so.conf to Atmel based root fs
2008-01-10 09:27:25 +00:00
Ulf Samuelsson
7710ba7894
Update ATMEL_MIRROR and bump at91bootstrap to v2.4
2008-01-08 21:05:50 +00:00
Ulf Samuelsson
6d783f044b
Rmove old/duplicated AT91 linux patches
2008-01-08 21:03:12 +00:00
Ivan Kuten
7a3789e41d
fix gcc 3.4.6 and libstdc++ when shared support is disabled, thanks Atle\!
2008-01-08 12:52:49 +00:00
Peter Korsgaard
1388c9ab03
busybox: 1.9.0 fixes
2008-01-08 12:51:36 +00:00
Peter Korsgaard
47cbbf70bc
sqlite: bumped version
2008-01-05 20:31:40 +00:00
David Anders
b3aad2c71f
change download url to be dynamic basic on version number
2008-01-04 20:07:31 +00:00
Peter Korsgaard
b03514bbb7
busybox: Don't depend on long gone busybox 1.0.1 symbol
2008-01-03 13:33:30 +00:00
Peter Korsgaard
9f36f45bcf
busybox: Bump version to 1.9.0
2008-01-03 13:33:28 +00:00
Peter Korsgaard
e88a01bde3
busybox: Bump version to 1.8.2
2008-01-03 13:33:25 +00:00
Peter Korsgaard
a9e0ebe4b0
busybox: Bump version to 1.7.4
2008-01-03 13:33:21 +00:00
Peter Korsgaard
e291564b63
busybox: Remove unused 1.7.0 patches
2008-01-03 13:33:19 +00:00
Peter Korsgaard
13ad3367e2
busybox: Get rid of minor version selection.
...
There isn't much point in selecting anything else than the latest
in a stable release series, so merge all the 1.7.x options into a
single selection.
2008-01-03 13:31:26 +00:00
Thomas Lundquist
dc6a57bc69
Added BR2_DEBIAN_MIRROR
2007-12-27 12:00:12 +00:00
Thomas Lundquist
dad4e51f69
Closing bug #1819 and 1709
2007-12-27 11:23:11 +00:00
Ivan Kuten
6bb6545896
qtopia-4.3.2 update
2007-12-18 15:12:15 +00:00
Ivan Kuten
27efe55e34
fix default GNU URL
2007-12-17 13:14:29 +00:00
Ivan Kuten
cb815ae003
Add support for GNU and kernel.org mirrors
2007-12-17 12:29:06 +00:00
Ivan Kuten
0062430ad5
revert 20646 rev (gcc-cc_links-fix.diff), it's broken for arm as mentioned in 1764 issue
2007-12-17 11:37:47 +00:00
Peter Korsgaard
556c8c7b8f
Bumped version
2007-12-14 10:12:15 +00:00
Ivan Kuten
f233ba3286
make e2fsprogs generate relative symlinks in the root
2007-12-13 12:38:13 +00:00
Ivan Kuten
4dc67bf2d2
make stunnel see OpenSSL libs
2007-12-13 12:22:26 +00:00
Ivan Kuten
81cc4715b9
bump up syslinux version
2007-12-13 12:15:48 +00:00
Ivan Kuten
43cff997d7
fix gcc 3.x/4.x symlinks to cc
2007-12-13 12:09:56 +00:00
Ivan Kuten
977b0cc25b
delete haserl-0.9.20-legacy.patch
2007-12-13 12:01:48 +00:00
Ivan Kuten
a3113ac856
susv3 legacy fix for haserl
2007-12-13 11:34:27 +00:00
Ivan Kuten
ac5ec800c6
bump haserl version
2007-12-11 20:29:54 +00:00
Ivan Kuten
091ed0ba4b
enable symlinks for the elft2flt binaries
2007-12-11 20:21:35 +00:00
Ivan Kuten
8b58e7e7a7
remove extra brace for clean target
2007-12-11 20:13:13 +00:00
Ivan Kuten
cb55c011fa
add ts_test utility
2007-12-11 20:11:19 +00:00
Ivan Kuten
6fe84b196e
bump olsr version
2007-12-11 19:53:51 +00:00
Ulf Samuelsson
a1e1f40462
Fix spelling error in lighttpd
2007-11-30 12:35:55 +00:00
Ulf Samuelsson
ca97e83af3
Strip libogg, when copied to root fs
2007-11-30 12:34:54 +00:00
Ulf Samuelsson
45d164dc53
Ensure speex will use any future patch
2007-11-30 12:33:37 +00:00
Ulf Samuelsson
5fa09eed0f
Add libeXosip2 package
2007-11-30 12:32:33 +00:00
Ulf Samuelsson
441908f1a4
Add lxdoom package
2007-11-30 12:02:05 +00:00
Ulf Samuelsson
af5347e469
Add libosip2 package
2007-11-30 10:28:36 +00:00
Ulf Samuelsson
e7546fd3b0
Change site for libungif, Courtesy Andrew Dyer
2007-11-30 09:12:09 +00:00
Ulf Samuelsson
c3719df5b4
Add lua package
2007-11-30 01:08:36 +00:00
Ivan Kuten
b208aa6f33
aplay depends on BR2_LARGEFILE support
2007-11-29 13:30:17 +00:00
Ulf Samuelsson
8b78285fde
Make ipsec-tools depend on packets, instead of selecting them, depend on flex
2007-11-29 13:06:42 +00:00
Ulf Samuelsson
5e10204b08
Update config for speex
2007-11-29 13:05:28 +00:00
Ulf Samuelsson
d073963aa0
Make avahi depend on packets, instead of selecting them
2007-11-29 13:04:41 +00:00
Ulf Samuelsson
c844797f49
Use /usr/lib instead of /lib for flex
2007-11-29 13:03:56 +00:00
Ulf Samuelsson
d4939be6a8
Make atk depend on packets, instead of selecting them
2007-11-29 13:02:58 +00:00
Ulf Samuelsson
ac4074b6ab
Make libxslt depend on packets, instead of selecting them
2007-11-29 13:02:38 +00:00
Ulf Samuelsson
edec090f31
Make argus depend on packets, instead of selecting them
2007-11-29 13:02:10 +00:00
Ulf Samuelsson
f0b7a36c30
Make asterisk depend on packets, instead of selecting them
2007-11-29 13:01:45 +00:00
Ulf Samuelsson
6532fc0b12
Make dillo depend on packets, instead of selecting them
2007-11-29 13:01:23 +00:00
Ulf Samuelsson
2fc7394b94
Make vpnc depend on packets, instead of selecting them
2007-11-29 13:00:53 +00:00
Ulf Samuelsson
9b8a2f0362
Add speex vocoder package
2007-11-29 09:43:36 +00:00
Ulf Samuelsson
8fadf7f6e0
Ensure ogg lib is in staging dir
2007-11-29 09:42:06 +00:00
Ulf Samuelsson
90930209b4
Make aapcs-linux abi, dependent on ARM arch
2007-11-28 09:13:41 +00:00
Ulf Samuelsson
04919c43a0
Add libxslt package
2007-11-28 08:59:17 +00:00
Ulf Samuelsson
c704bcbd4b
Move curl from lib to usr/lib, update curl.la
2007-11-28 08:57:26 +00:00
Ulf Samuelsson
f642f463e5
Move libgpg-error from lib to usr/lib, update libgpg-error.la
2007-11-28 08:57:00 +00:00
Ulf Samuelsson
4bee8c7f43
Move libgcrypt from lib to usr/lib, update libgcrypt.la
2007-11-28 08:56:24 +00:00
Ulf Samuelsson
c5be8b7960
Move libdaemon from lib to usr/lib, update libdaemon.la
2007-11-28 08:55:40 +00:00
Ulf Samuelsson
dcf8c4939e
Add '-mabi=aapcs-linux' to CFLAGS in 'alsa-lib' to be compatible w kernel
2007-11-28 07:09:57 +00:00
Ulf Samuelsson
ade0385fa0
libmad $(MAKE) should be run with full configure environment
2007-11-27 21:44:55 +00:00
Ulf Samuelsson
fdca6a9270
Fix libmad configure order according to issue 0001571, revert old fix
2007-11-27 21:40:57 +00:00
Ulf Samuelsson
aef5bbb665
Bump portage to 2.1.3.16
2007-11-27 21:15:15 +00:00
Ulf Samuelsson
e36f74cd3c
Bump l2tp patch version (CCourtesy of Ivan Kuten)
2007-11-27 08:30:34 +00:00
Ulf Samuelsson
5776c7bb32
Allow cross compile of wipe (courtesy Ivan Kuten)
2007-11-27 08:26:46 +00:00
Ulf Samuelsson
2ad426b7e3
Bump curl version to 1.17.1
2007-11-27 08:21:58 +00:00
Peter Korsgaard
9730f75ae0
Really fix target install (typo in r20494)
2007-11-26 15:47:41 +00:00
Peter Korsgaard
dc6fab0d14
Ups, TARGET_CONFIGURE_* is needed to find pkg-config (r20501)
2007-11-26 15:39:02 +00:00
Peter Korsgaard
24f21ae70f
Fix for old-style kernels (broken by r20018). Check old-style versions before
...
including kernel-headers-new.makefile.
2007-11-26 14:54:15 +00:00
Peter Korsgaard
9066fc288d
Install dbus before avahi so dbus directories are available
2007-11-26 13:02:21 +00:00
Peter Korsgaard
1a7da64fa5
Create target file at end of rule so it gets rerun on failure on any of the
...
sub steps (thanks Ulf).
2007-11-26 12:23:13 +00:00
Ulf Samuelsson
f3b5e67179
It is not OK to ALWAYS include ntfs-3g
2007-11-26 07:13:50 +00:00
Ulf Samuelsson
309600e11d
Fix syntax error in dbus
2007-11-25 23:30:29 +00:00
Ulf Samuelsson
38b99b0381
Fix dependency loop in dbus
2007-11-25 14:49:45 +00:00
Ivan Kuten
e1498416ac
add fuse and nfs-3g packages
2007-11-24 16:09:25 +00:00
Peter Korsgaard
4094140f52
Ups, STRIP is called STRIPCMD nowadays
2007-11-23 15:46:18 +00:00
Peter Korsgaard
fdeb9b1ac3
Cleaned up install + clean targets, handle dbus files
2007-11-23 15:45:30 +00:00
Peter Korsgaard
c7254e8ac7
Removed redundant configure settings
2007-11-23 15:40:32 +00:00
Peter Korsgaard
edef16b0d6
Compile in dbus support if available
2007-11-23 13:24:55 +00:00
Peter Korsgaard
37661a1bbf
Generate uuid at startup if needed
2007-11-23 13:21:15 +00:00
Peter Korsgaard
7138b4b13a
Do a full install to staging_dir so pkgconfig files also gets installed
2007-11-23 11:44:00 +00:00
Peter Korsgaard
0fa9e71d30
Fix target install, install helper programs as well as strip executables
2007-11-23 11:42:59 +00:00
Ivan Kuten
459afe0a23
nios2: remove empty files, thanks to Atle Nissestad
2007-11-23 11:25:13 +00:00
Ivan Kuten
7eb9574e2b
update the nios2-patches for binutils-2.15 and gcc-3.4.6 with the latest sources from Altera, and removes obsolete patches
2007-11-23 10:32:50 +00:00
Peter Korsgaard
cf825074e6
Use BR2_HAVE_MANPAGES
2007-11-23 10:00:07 +00:00
Peter Korsgaard
03293846a3
soname changed
2007-11-23 09:46:42 +00:00
Ulf Samuelsson
61f9d15efd
Bump ImageMagick to v 6.3.7
2007-11-23 07:40:15 +00:00
Peter Korsgaard
00de7fc62f
Make XML library used by D-Bus selectable instead of requiring both Expat
...
and libxml2.
2007-11-22 17:12:19 +00:00
Ivan Kuten
e200c1b15d
fix 0001595 issue
2007-11-16 16:10:25 +00:00
Ivan Kuten
76d37d1048
correct paths in sdl-config
2007-11-16 15:35:14 +00:00
Ivan Kuten
da6c5f95e0
add SDL_ttf package
2007-11-16 15:33:46 +00:00
Ivan Kuten
a2bd7e503b
update portage version and site
2007-11-16 12:48:14 +00:00
Ivan Kuten
5d48d2cd12
update SDL to 1.2.12, allow video driver selection
2007-11-16 12:37:23 +00:00
Ivan Kuten
d94f4c86e5
add more recent version of freetype, required at least for avr32 to build correctly
2007-11-16 10:16:48 +00:00
Ivan Kuten
1dabd71252
update uClibc config for nios2
2007-11-15 15:44:15 +00:00
Ivan Kuten
06510069f8
install ldconfig stuff only if it was built, fix for systems without shared libraries support (nios2)
2007-11-15 10:16:55 +00:00
Thomas Lundquist
94c236419b
This will hopefully address the comment on bug #1557
2007-11-14 09:41:21 +00:00
Ivan Kuten
c8649e9c20
add BR2_INET_RPC dependency
2007-11-13 10:00:59 +00:00
Ivan Kuten
fb997db817
correct LIBUNGIF_SITE for libungif
2007-11-09 16:53:29 +00:00
Ivan Kuten
29dbeb4e51
update elf2flt nios2 support, thanks atle
2007-11-09 10:07:15 +00:00
Ivan Kuten
00f34a0cdc
update gcc nios2 support, thanks atle
2007-11-09 09:57:25 +00:00
Ivan Kuten
3d4957b0dd
update kernel-headers nios2 support, thanks atle
2007-11-09 09:52:26 +00:00
Ivan Kuten
9a70efaf1b
update binutils nios2 support, thanks atle
2007-11-09 09:45:08 +00:00
Ivan Kuten
fc9ba2d74d
fix libusb autoconf scripts for armeb
2007-11-09 09:30:08 +00:00
Ivan Kuten
f84517a383
remove g++ dependency from libusb
2007-11-09 09:26:37 +00:00
Ivan Kuten
f81ce174a9
fix typo in elf2flt, thanks atle
2007-11-08 11:03:35 +00:00
Ulf Samuelsson
9bca0b4b6d
Fix strace build for AVR32
2007-11-03 07:23:18 +00:00
Ulf Samuelsson
6c6f200083
Avoid autoconf, to allow libmad build to complete
2007-11-02 22:37:58 +00:00
Ulf Samuelsson
b4335d4438
Update defconfigs for AVR32 boards
2007-11-02 20:11:12 +00:00
Ulf Samuelsson
405a43d35a
Update at91rm9200, at91sam9261, at91sam9263 defconfigs
2007-11-02 15:25:59 +00:00
Ulf Samuelsson
0213ed8ee6
Update at91sam9260dfc defconfig
2007-11-02 15:18:25 +00:00
Thomas Lundquist
9b4ac6ab8e
Had an issue noted in bug #1557 , attached patch.
2007-10-31 12:46:52 +00:00
Ulf Samuelsson
ebc4ad1e98
Cleanup logic of mpfr build, and patch using recommended switches
2007-10-31 06:52:26 +00:00
Ulf Samuelsson
987819ac1e
update ltmain.sh in libmad by running libtoolize during build
2007-10-31 06:40:36 +00:00
Ulf Samuelsson
400eafa301
Explain alsa-utils dependency on ncurses
2007-10-31 06:38:59 +00:00
Ulf Samuelsson
b7001fb637
Improve config for nCFTP
2007-10-31 06:37:44 +00:00
Ulf Samuelsson
0e170adfa4
Fix Tremor (integer version of libvorbis) so it builds
2007-10-31 06:36:04 +00:00
Ulf Samuelsson
d359c6611d
Add libogg media container package for vorbis
2007-10-31 06:35:06 +00:00
Ulf Samuelsson
c2f4774694
Allow use of 'haserl' developer version
2007-10-30 22:10:17 +00:00
Ulf Samuelsson
10031a1fd1
Bump lvm2 patch version
2007-10-30 21:58:15 +00:00
Ulf Samuelsson
d2ac6e6d6f
Fix kismet makefile fragment syntax error
2007-10-30 21:57:43 +00:00
Ulf Samuelsson
3919d672b5
Fix patch version for lm-sensors
2007-10-30 21:37:39 +00:00
Ulf Samuelsson
42fa500164
Update mdadm patch to latest version
2007-10-30 21:32:09 +00:00
Ulf Samuelsson
ed991169bd
Bump quagga version
2007-10-30 21:26:50 +00:00
Ulf Samuelsson
2cc7e8e2c9
Hint at 'enable RPC' requirement for nfs-utils and portmap
2007-10-30 21:15:46 +00:00
Ulf Samuelsson
b20980bd57
Fix saveconfig followed by menuconfig
2007-10-30 20:14:12 +00:00
Ulf Samuelsson
dfaa84ef50
Use logical OR instead of AND, Thanks Hamish
2007-10-30 20:05:25 +00:00
Ulf Samuelsson
c8e376f83e
FIx syntax error
2007-10-30 10:30:59 +00:00
Thomas Lundquist
88f918e2e4
Adding Kismet, closing #1557
2007-10-30 09:16:51 +00:00
Ivan Kuten
ea8c2b1148
make microcom visible until it appear in busybox release
2007-10-26 17:50:09 +00:00
Ulf Samuelsson
1a9f9ed850
update NGW100 defconfig
2007-10-23 23:01:04 +00:00
Ulf Samuelsson
3536c2f919
Ensure AVR32 FPU config is always correct
2007-10-23 09:49:56 +00:00
Ulf Samuelsson
79db2c6989
Comment should depend on AT91 bootstrap beeing built
2007-10-21 20:13:40 +00:00
Ulf Samuelsson
d6c497011b
Disable AVR32 U-Boot until working
2007-10-21 20:09:22 +00:00
Ivan Kuten
2f8ef512ed
make lsof configure with target includes, thanks to marcg
2007-10-21 12:02:16 +00:00
Ivan Kuten
74a374edb1
'make source' command working again for gcc
2007-10-20 18:09:53 +00:00
Ivan Kuten
587c4892e5
fix libmudflap build failure for 4.1.2 gcc - pass CPP=<target_cpp>, thanks to Hamish Moffatt
2007-10-19 17:51:00 +00:00
Ivan Kuten
b2683e4d2c
add soft-float support to 4.1.2 gcc, thanks to Hamish Moffatt
2007-10-19 17:41:58 +00:00
Ivan Kuten
8e44d212a3
updated ncftp to 3.2.1 version, thanks to sushisan
2007-10-19 16:25:23 +00:00
Ulf Samuelsson
29211bc844
Hotplug source is inside buildroot
2007-10-18 22:59:44 +00:00
Ivan Kuten
b4b8e05d5e
change target binary to usr/sbin/olsrd
2007-10-18 22:40:02 +00:00
Ivan Kuten
2b058304a6
bump lockfile-progs to 0.1.11 version, provide sus3v legacy patch
2007-10-18 22:23:52 +00:00
Ivan Kuten
0864cb65d7
updated wireless-tools to .29 version, thanks to sushisan
2007-10-18 21:55:09 +00:00
Ivan Kuten
0c5597e971
update fakeroot to 1.8.2 version
2007-10-18 21:49:35 +00:00
Ulf Samuelsson
3c2739182b
Allow to remove _nofpu from directories and images
2007-10-18 12:38:26 +00:00
Ulf Samuelsson
b100732c6c
Use default linux kernel name
2007-10-18 12:37:36 +00:00
Ulf Samuelsson
8daa51407b
Add more info to linux status
2007-10-18 12:37:09 +00:00
Ulf Samuelsson
d84a9fc256
Fix syntax error in Makefile for Advanced Linux configuration
2007-10-18 11:58:47 +00:00
Ulf Samuelsson
29ac0f18d2
Remove debugging info from package/Makefile.in
2007-10-18 07:40:19 +00:00
Ulf Samuelsson
c500802eaf
Remove hyphen from images if empty rootfs suffix
2007-10-18 05:56:05 +00:00
Ulf Samuelsson
5f9ba7cca5
Fix kexec build for ARM
2007-10-18 05:26:06 +00:00
Ulf Samuelsson
60e3d6db20
Update JFFS2 page/erase size correctly
2007-10-17 22:01:58 +00:00
Ulf Samuelsson
b49adb8a38
Softfloat patch
2007-10-17 21:56:21 +00:00
Ulf Samuelsson
3b448df464
fix typo in kernel headers
2007-10-17 17:31:18 +00:00
Ulf Samuelsson
2ba41250f7
Bump fakeroot version and add patch
2007-10-13 23:13:17 +00:00
Ulf Samuelsson
be557f3ad5
Config update of tcpdump
2007-10-13 23:12:05 +00:00
Ulf Samuelsson
d9ad443b42
Config update of Readline subdir
2007-10-13 23:11:17 +00:00
Ulf Samuelsson
1ade867d5e
Remove superfluous 'slash' in GMP_SITE
2007-10-13 23:09:49 +00:00
Ulf Samuelsson
af5933f3d2
Config update in libpcap
2007-10-13 23:08:55 +00:00
Ulf Samuelsson
9207bef94f
Create dir before use in jpeg pkg
2007-10-13 23:08:01 +00:00
Ulf Samuelsson
8af5081bab
Use correct kernel name for advanced linux build
2007-10-13 23:07:04 +00:00
Ulf Samuelsson
815c3dfd1e
Move config item deeper into menu system
2007-10-13 18:37:24 +00:00
Ulf Samuelsson
453dca995e
Create Advanced Linux Configuration option/Remove experimental
2007-10-13 18:30:28 +00:00
Ulf Samuelsson
f53d9ece64
Update AVR32 toolchain with new binutils and uClibc, This time it works (cross-fingers)
2007-10-13 10:15:01 +00:00
Ulf Samuelsson
8e650f6ec0
Allow library copy to fail
2007-10-12 21:01:41 +00:00
Ulf Samuelsson
8ff3fc8831
Update AVR32 uClibc configuration
2007-10-12 15:18:27 +00:00
Ulf Samuelsson
7d70cc1e0c
Use correct uImage location for AVR32
2007-10-12 15:17:53 +00:00
Ulf Samuelsson
f15be25193
Add JFFS partition info for NGW100
2007-10-12 15:16:51 +00:00
Ulf Samuelsson
d89d54541e
Do not copy shared C++ lib, unless one is built
2007-10-12 15:14:46 +00:00
Ulf Samuelsson
191d0518b9
Add AVR32 support for uclibc-0-9-29
2007-10-12 15:12:55 +00:00
Ulf Samuelsson
022b104152
Add 2.6.22.10 and 2.6.23 support
2007-10-12 15:10:27 +00:00
Ulf Samuelsson
103832204d
Update AVR32 to busybox-1.7.2
2007-10-12 14:30:47 +00:00
Ulf Samuelsson
17d70e4699
Remove LEGACY functions from haserl
2007-10-12 14:28:56 +00:00
Ulf Samuelsson
4f413ed021
Update NGW100 skeleton
2007-10-12 12:34:04 +00:00
Ulf Samuelsson
b09a24d3d1
Update NWG100 skeleton
2007-10-12 12:32:59 +00:00
Ulf Samuelsson
d2b3ce5c1b
Cannot copy shared c++ lib, if one has not been created
2007-10-12 12:30:14 +00:00
Ulf Samuelsson
cfeb86e2b3
Allow longer history for package versions
2007-10-07 18:29:17 +00:00
Ulf Samuelsson
f5905dc9eb
Do not create new directories in external toolchain
2007-10-07 18:23:43 +00:00
Bernhard Reutner-Fischer
0c6c85cbfa
- pull patches 018..024
2007-10-07 18:23:11 +00:00
Ulf Samuelsson
79d42d3238
Allow date to be added to Image
2007-10-07 18:23:01 +00:00
Ulf Samuelsson
06cd2634a2
Do not create directories, if they exist
2007-10-07 17:22:56 +00:00
Bernhard Reutner-Fischer
5cfb2f794f
- fix some whitespace damage..
...
- add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf
2007-10-05 12:55:40 +00:00
Bernhard Reutner-Fischer
0c16c17f53
- start to think about GNU/hurd support.
...
Not yet functional. Help welcome
2007-10-05 11:06:56 +00:00
Bernhard Reutner-Fischer
fdcde6faed
- comment out apparently unused? cruft (linux-experimental)
2007-10-05 11:03:07 +00:00
Bernhard Reutner-Fischer
5aa8b18188
- adjust default for LFS
2007-10-05 11:02:29 +00:00
Bernhard Reutner-Fischer
66f6696e75
- add pattern for gnuhurd-uclibc
2007-10-05 11:00:41 +00:00
Bernhard Reutner-Fischer
05195c3d00
- default to mips I for mipsel and mips III for mips
...
- suggest some target flags for abi64
2007-10-02 21:36:49 +00:00
Bernhard Reutner-Fischer
f393387661
- make sure that the target's usr/include dir exists when installing the headers
...
It would make sense to provide a $(PREREQ_TARGETDIR_USR_INCLUDE) prerequisite that expands to $(TARGET_DIR)/usr/include
if installing any headers was requested to fix this in a generic manner..
2007-10-02 15:38:27 +00:00
Bernhard Reutner-Fischer
378a02b366
- remove usage of SUSv3 LEGACY functions
2007-10-02 11:25:37 +00:00
Bernhard Reutner-Fischer
d0010909e2
- has to select libelf (and should nowadays work without LFS)
2007-10-02 11:11:54 +00:00
Bernhard Reutner-Fischer
1e96f9b213
- bump version
2007-10-02 11:06:43 +00:00
Ulf Samuelsson
d40ad2d48b
Update AVR32 tools config
2007-10-01 21:21:07 +00:00
Ulf Samuelsson
ef88ede818
Update ATNGW100 defconfig
2007-10-01 21:16:33 +00:00
Ulf Samuelsson
575d3465ab
Use the right Config for AVR32 gcc build
2007-10-01 21:12:54 +00:00
Bernhard Reutner-Fischer
1672e71f17
- remove misplaced comment
2007-10-01 21:06:50 +00:00
Bernhard Reutner-Fischer
14a71561a3
- just use the strip binary to avoid confusing libtool (quotes)
...
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-10-01 16:15:31 +00:00
Bernhard Reutner-Fischer
4ad141c338
- pass configure args for the -target compiler
2007-10-01 12:57:36 +00:00
Bernhard Reutner-Fischer
61558a5773
- add additional EXTRA_GCC_CONFIG_OPTIONS for initial, cross and target compiler
2007-10-01 12:56:24 +00:00
Bernhard Reutner-Fischer
4c701241d8
- comment out non-existing source
2007-10-01 08:05:26 +00:00
Bernhard Reutner-Fischer
84f62146e7
- put a static grub into the staging dir
2007-09-30 18:06:32 +00:00
Bernhard Reutner-Fischer
2ba27aec37
- bump version
2007-09-30 12:50:25 +00:00
Bernhard Reutner-Fischer
b1681007f1
- no need to $(strip ..) bool/tristate values (Cristian Ionescu-Idbohrn)
2007-09-30 12:48:25 +00:00
Bernhard Reutner-Fischer
00b8456cd5
- whitespace cleanup (Cristian Ionescu-Idbohrn)
2007-09-30 12:46:02 +00:00
Bernhard Reutner-Fischer
28b852d9c3
- propagate mips ISA down to uClibc
2007-09-30 12:42:59 +00:00
Bernhard Reutner-Fischer
ca340986fe
- fix typo
2007-09-30 12:42:11 +00:00
Bernhard Reutner-Fischer
cdb28d18e8
- add a hopefully not whitespace-damaged patch, second take. (Ivan Kuten)
2007-09-29 23:32:39 +00:00
Bernhard Reutner-Fischer
98175bd43d
- revert part of 20119 (renaming BR2_ARM_.ABI to BR2_.ABI)
2007-09-29 21:22:23 +00:00
Bernhard Reutner-Fischer
37a0857685
- remove SUSv3 LEGACY function
2007-09-29 21:06:33 +00:00
Ulf Samuelsson
663a893d27
Update nwg100 defconfig
2007-09-29 20:47:56 +00:00
Ulf Samuelsson
f92d9a5d36
Go back to gcc for avr32 rev 2.0
2007-09-29 20:47:18 +00:00
Ulf Samuelsson
f885e239ea
Revert modification of gcc, and make it AVR32 specific
2007-09-29 20:44:30 +00:00
Bernhard Reutner-Fischer
e6382c49a4
- pull "kconfig: oldconfig shall not set symbols if it does not need to"
2007-09-29 20:21:38 +00:00
Bernhard Reutner-Fischer
c907326465
- forgot to svn add kconfig-language.txt
2007-09-29 20:08:22 +00:00
Bernhard Reutner-Fischer
2b60a3228d
- remove some duplicate entries
2007-09-29 19:52:03 +00:00
Bernhard Reutner-Fischer
dce554081a
- better use commonly used digits in ISA config
2007-09-29 19:47:04 +00:00
Bernhard Reutner-Fischer
b682618822
- remove empty, orphaned file
2007-09-29 19:46:02 +00:00
Bernhard Reutner-Fischer
3de7a21bc7
- add mips/mipsel target architecture selection
...
- rename BR2_ARM_[EO]ABI to the commonly used BR2_[EO]ABI
2007-09-29 19:17:39 +00:00
Ulf Samuelsson
7a478629c1
Use linke to build-time-tools, disable libssp which does not work for cross-compile
2007-09-29 17:32:58 +00:00
Bernhard Reutner-Fischer
50e14889d7
- fixup after Ulf
2007-09-29 16:38:58 +00:00
Bernhard Reutner-Fischer
f4c316f265
- update ARM integrator sample and add a "huge" variant of the same
2007-09-29 15:01:17 +00:00
Bernhard Reutner-Fischer
6b8f65a67f
- add ttyAMA
2007-09-29 14:39:59 +00:00
Bernhard Reutner-Fischer
3569f2d045
- fix quotes for STRIP.
...
Sorry for any inconvenience this may have caused..
2007-09-29 14:27:39 +00:00
Bernhard Reutner-Fischer
cfe511b268
- Nowadays there is no need to strip the config symbols anymore
2007-09-29 13:58:30 +00:00
Bernhard Reutner-Fischer
4f5facb9ec
- make sure that strip and all it's arguments are passed if used via
...
STRIP=$(TARGET_STRIP) (i.e. without quoting). Thanks to Dimitry Golubovsky
for mentioning this.
2007-09-29 10:05:08 +00:00
Bernhard Reutner-Fischer
0f55fe9116
- extend AUTOTARGETS with an argument DIR_PREFIX for the location of the package
...
(Ivan Kuten)
2007-09-29 09:58:13 +00:00
Bernhard Reutner-Fischer
01fee651bf
- rename to match Config.in.foo naming convention
2007-09-28 22:20:27 +00:00
Ulf Samuelsson
a6faed6a6e
Removed uclibc source dependency on host-sed
2007-09-28 22:16:47 +00:00
Bernhard Reutner-Fischer
fbb5f1b94e
- cleanup configure options
2007-09-28 22:15:19 +00:00
Bernhard Reutner-Fischer
bb9e6a7d9e
- naming convention is Config.in resp. Config.in.foo
...
Adjust some accordingly
2007-09-28 21:54:36 +00:00
Ulf Samuelsson
41d2a92fee
No reliance on dirs in uClibc
2007-09-28 21:44:35 +00:00
Bernhard Reutner-Fischer
fa49e00ebb
- mark the autotools.in part as taken
...
- fix a typo
2007-09-28 20:52:09 +00:00
Bernhard Reutner-Fischer
5f97580e50
- add FC, remove some duplicate entries, cleanup
...
- fixup after Ulf: CXX doesn't take CFLAGS but CXXFLAGS
2007-09-28 20:10:22 +00:00
Ulf Samuelsson
0ba7c9c383
add autoreconf script that can handle gcc (aclocal needs to handle -I switch)
2007-09-28 19:56:16 +00:00
Ulf Samuelsson
884482357c
Add bells and whistles to allow gcc-4.1.2-AVR32 buildprocess to progress further, not home yet though
2007-09-28 19:53:13 +00:00
Ulf Samuelsson
781d64e17c
Update AVR external gcc tarball to 2.2
2007-09-28 19:51:06 +00:00
Ulf Samuelsson
966c37f7d2
Sort HOST/TARGET_CONFIGURE_OPTS, add some more, needed for gcc-4.1.2
2007-09-28 19:49:13 +00:00
Ulf Samuelsson
356133b4f3
Add some more host tools
2007-09-28 19:46:58 +00:00
Ulf Samuelsson
5459a9c5e0
Cleanup cross toolchain admin, split uclibc-menuconfig into same + uclibc-update to avoid overwriting board support file
2007-09-28 19:43:26 +00:00
Bernhard Reutner-Fischer
b6ac06697a
- bump version
2007-09-28 17:17:08 +00:00
Bernhard Reutner-Fischer
787a95d405
- fix texinfo version check. The next release will most likely supercede these
2007-09-28 16:26:40 +00:00
Ulf Samuelsson
b8f28d656b
Add administration for linux,uclibc and main
2007-09-28 16:18:16 +00:00
Ulf Samuelsson
f9106781dd
Remove softfp patch from uClibc, ARM softfloat, did not complete anyway
2007-09-27 23:54:45 +00:00
Bernhard Reutner-Fischer
fba2740389
- toggle default back to soft-float
2007-09-27 22:04:28 +00:00
Bernhard Reutner-Fischer
e27250c502
- add a query for suggestions on how to deal with MALLOC_GLIBC_COMPAT
2007-09-27 21:58:46 +00:00
Bernhard Reutner-Fischer
22901e8a44
- fix ARM ABI propagation
2007-09-27 21:51:21 +00:00
Bernhard Reutner-Fischer
39afe93407
- add a sample README.diskimage for i386
2007-09-27 21:32:50 +00:00
Bernhard Reutner-Fischer
57310ec605
- for various reasons i will need an explicit ordering of the toolchain includes
2007-09-27 21:24:15 +00:00
Bernhard Reutner-Fischer
1cf7a4c117
- update my sample arm926t qemu image
2007-09-27 21:23:25 +00:00
Ulf Samuelsson
5d55e5c3e8
Remove superfluose defaults
2007-09-27 21:17:58 +00:00
Ulf Samuelsson
8d990b7c97
mtd-utils require lzo
2007-09-27 07:38:09 +00:00
Ulf Samuelsson
94de9d3305
Fix some issues with mtdutils
2007-09-27 07:36:42 +00:00
Ulf Samuelsson
f7d8fc8b81
Add mtd-utils-1.1.0 as mtd alternative
2007-09-27 00:48:31 +00:00
Ulf Samuelsson
69dc58456c
Add minimal AVR config
2007-09-27 00:19:42 +00:00
Ulf Samuelsson
e2e3006ea3
Additional management of uclibc
2007-09-27 00:18:52 +00:00
Ulf Samuelsson
590bea2815
Update AVR32 config to avoid questions during uclibc make oldconfig
2007-09-27 00:15:46 +00:00
Ulf Samuelsson
43760e1943
Allow easy update of target linux config
2007-09-26 23:21:43 +00:00
Ulf Samuelsson
0ee32e203e
Remove graphic applications from AT91RM9200 defconfig root fs (no LCD)
2007-09-26 23:20:49 +00:00
Ulf Samuelsson
e52afe6fb3
Use Makefile def of busybox config
2007-09-26 22:22:55 +00:00
Ulf Samuelsson
6acce2cf1f
Add more management to linux and buysbox packages
2007-09-26 22:12:51 +00:00
Ulf Samuelsson
621b0743d5
Update at91rm9200df board support
2007-09-26 22:11:25 +00:00
Bernhard Reutner-Fischer
4b0d5a80f8
- revert some bad checkins, fixup bad settings in atmel targets and move the gcc target abi back to a place where the other arch-specific settings live
2007-09-26 21:12:38 +00:00
Bernhard Reutner-Fischer
02f1865009
- sjhill?
2007-09-26 14:16:47 +00:00
Ulf Samuelsson
5cd2336585
Document bugs in qtopia build, remove qt-mouse-tslib which breaks the build
2007-09-26 10:23:31 +00:00
Ulf Samuelsson
4aac72aa7a
Remove LEGACY routines from proftpd
2007-09-26 10:21:18 +00:00
Ulf Samuelsson
e5cb4ed9bb
remove LEGACY string routines from mDNSResponder
2007-09-26 10:18:17 +00:00
Ulf Samuelsson
88d5245ebd
Ensure soft-fp patch is truly local
2007-09-26 09:09:55 +00:00
Ulf Samuelsson
1a1ac77c26
Reduce clutter in packages menu
2007-09-26 06:32:42 +00:00
Ulf Samuelsson
b0b368f545
"Project Name" needed before "root" file system can be copied.
...
Put first according to principle of configuration order
Merge root skeleton configuration to one place
- currently in package/busybox/Config.in
- Should maybe have it's own Config.in
gcc ABI configuration moved from toplevel to toolchain/gcc/Config.in
2007-09-26 06:13:09 +00:00
Ulf Samuelsson
01426334b4
reinstate AVR32 toolchain
2007-09-26 05:36:11 +00:00
Bernhard Reutner-Fischer
6b63009f5f
- comment out bad logic
2007-09-25 22:04:39 +00:00
Bernhard Reutner-Fischer
7bc7c8eb4d
- add more help text
2007-09-25 22:03:18 +00:00
Bernhard Reutner-Fischer
af024720ab
- fix copy'n paste error
2007-09-25 21:49:37 +00:00
Bernhard Reutner-Fischer
3551487da6
- fix whitespace
2007-09-25 21:40:04 +00:00
Bernhard Reutner-Fischer
4a217a2372
- fix typo
2007-09-25 17:21:33 +00:00
Bernhard Reutner-Fischer
1c1f04aca9
- build a cross c++ compiler if we're asked to build libstdc++
2007-09-25 16:39:22 +00:00
Peter Korsgaard
570e88fe1e
Don't limit 2006 version to Atmel targets (why?)
2007-09-25 14:45:26 +00:00
Ulf Samuelsson
0a02af2895
Remove -lgcc, did no good anyway
2007-09-25 14:13:21 +00:00
Ulf Samuelsson
e7276beca0
Add soft-fp part of gcclib to uClibc to allow ARM softfloat to complete
2007-09-25 13:37:20 +00:00
Peter Korsgaard
0eb89c45bc
Generalized kernel headers handling for new-style kernels
2007-09-25 13:32:08 +00:00
Ulf Samuelsson
193d987287
Build libusb without annoying tests, breaking the build
2007-09-25 12:54:48 +00:00
Bernhard Reutner-Fischer
26cdd6f6c0
- make sure that configure doesn't see a wrong cache
2007-09-25 12:34:09 +00:00
Bernhard Reutner-Fischer
8eaa585915
- add dummy -source targets.
2007-09-25 12:20:37 +00:00
Bernhard Reutner-Fischer
6dc136a445
- add missing ed-source target.
2007-09-25 12:16:39 +00:00
Ulf Samuelsson
303fe2118c
Add source and unpacked targets to mplayer
2007-09-25 12:01:27 +00:00
Ulf Samuelsson
c62a07be15
Fix LEGACY dependencies for mplayer
2007-09-25 11:56:34 +00:00
Bernhard Reutner-Fischer
56b426eeb3
- Schedule removal of ancient versions (configuration part).
2007-09-25 11:53:44 +00:00
Bernhard Reutner-Fischer
cb6bf75228
- adjust defconfig
2007-09-25 11:51:15 +00:00
Bernhard Reutner-Fischer
8ed8eacf1c
- bump version
2007-09-25 11:38:20 +00:00
Bernhard Reutner-Fischer
f5b8cd4ac1
- add a version and display it in the configuration
2007-09-25 11:37:31 +00:00
Bernhard Reutner-Fischer
ba2f9cb17a
- flesh out
2007-09-25 08:28:09 +00:00
Bernhard Reutner-Fischer
d8fc1c0a74
- remove one invariant in toolchain type selection.
2007-09-25 08:18:36 +00:00
Bernhard Reutner-Fischer
b587920475
- factor arch/cpu setting out into separate include file
2007-09-25 08:01:15 +00:00
Bernhard Reutner-Fischer
5010039460
- revert patch that obfuscates the config UI and doesn't reflect the order of config steps
2007-09-25 07:55:45 +00:00
Ulf Samuelsson
b363ba0c60
update at91rm9200df config
2007-09-24 22:49:11 +00:00
Ulf Samuelsson
4640f97039
Bump version of AT91 bootstrap
2007-09-24 22:24:29 +00:00
Ulf Samuelsson
34a88f1fb0
Reorganize configs to even more logical positions
2007-09-24 21:10:43 +00:00
Bernhard Reutner-Fischer
23b8823a18
- do not enable LEGACY stuff in the *sample* config
2007-09-24 12:19:41 +00:00
Bernhard Reutner-Fischer
6bdc45b455
- bump version. Cleanup while at it
2007-09-24 09:00:39 +00:00
Bernhard Reutner-Fischer
f1f4918f09
- bump version; some cleanups while at it
2007-09-24 07:34:48 +00:00
Bernhard Reutner-Fischer
9fe4c7b56d
- bump version and make it compile also if 64bit is unavailable
2007-09-24 07:34:02 +00:00
Ulf Samuelsson
6b17905616
Bump SAMBA version to 3.0.26a, 3.0.25b has moved
2007-09-23 23:23:52 +00:00
Ulf Samuelsson
9413d83ea6
Remove useless target/arm directory
2007-09-23 22:08:51 +00:00
Bernhard Reutner-Fischer
373e0727ba
- rebuild compiler if libstdcpp setting was changed
2007-09-23 21:23:10 +00:00
Bernhard Reutner-Fischer
1fc2723ca9
- add the $(BASE_TARGETS) per default
2007-09-23 20:46:44 +00:00
Bernhard Reutner-Fischer
28a36b609a
- thinking loud about auto-generating dependencies for make(1)
...
Don't use this, it doesn't work yet. Thoughs welcome.
Like: We should probably use the sym->text and not fiddle with the name since
the name looses information ('_' != '-' in host-fakeroot). This would not
be too robust, i fear, since the name can contain additional, arbitrary info.
Also, the real 'depends' are a little bit ugly in kconfig. There doesn't seem
to be a nice property that holds reverse deps that are only contain selected
symbols.
Thoughts?
2007-09-23 20:28:53 +00:00
Ulf Samuelsson
28f5ba7f39
Update qtopia4 AVR32 patch to 4.3.1 (makes ARM work as well)
2007-09-23 16:29:10 +00:00
Ulf Samuelsson
8820d63a13
Ensure make %_defconfig works without error - now silently
2007-09-23 14:36:04 +00:00
Ulf Samuelsson
476a14f5b8
Late mtd does not support linux-2.4
2007-09-23 14:26:19 +00:00
Ulf Samuelsson
ca9f31b697
Use correct location of mpg123 binary
2007-09-23 14:24:13 +00:00
Ulf Samuelsson
ae0343b4e6
Cleanup libxml2 directory structure
2007-09-23 14:23:16 +00:00
Ulf Samuelsson
6961522372
Avoid repeated remake of dialog
2007-09-23 14:21:39 +00:00
Bernhard Reutner-Fischer
54cf1e72f4
- search env for BUILDROOT_CONFIG for use as a config file; defaults to .config
2007-09-23 14:12:58 +00:00
Bernhard Reutner-Fischer
0d888e3677
- pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib et al
2007-09-23 14:06:59 +00:00
Ulf Samuelsson
e640e6a8ef
Strip files the correct alsa-lib subdirectory
2007-09-23 12:12:22 +00:00
Ulf Samuelsson
1558739315
Send correct args to fbset
2007-09-23 12:09:54 +00:00
Ulf Samuelsson
e41b76e91c
fix error when doing 'make %_defconfig
2007-09-23 10:57:15 +00:00
Ulf Samuelsson
9512866f3c
Update atstk1002 config
2007-09-23 10:56:16 +00:00
Ulf Samuelsson
b3949ee75d
Ensure project U-Boot dir exists before using it
2007-09-23 10:16:58 +00:00
Ulf Samuelsson
3a99ba08df
Update SAM9261EK linux config
2007-09-23 10:03:27 +00:00
Ulf Samuelsson
7c012c0775
Use correct path to vmlinux, Fix bad SED of config
2007-09-23 09:58:47 +00:00
Ulf Samuelsson
f45c2c6611
Fix syntax error when using addprefix in ipsec-tools.mk
2007-09-23 09:56:21 +00:00
Ulf Samuelsson
c58114edf5
Do not use $(STAGING_DIR)/include for freetype, for now
2007-09-23 09:55:17 +00:00
Ulf Samuelsson
1e5e164a9b
Use correct library path for SDL
2007-09-23 09:53:43 +00:00
Ulf Samuelsson
78cb1204c1
Build readline as shared lib
2007-09-23 09:53:12 +00:00
Ulf Samuelsson
4e0aca2ab5
Fix library path in lzo
2007-09-23 09:52:03 +00:00
Ulf Samuelsson
8a4110de80
Remove bad 'w' flag from rm in diffutils
2007-09-23 04:10:59 +00:00
Bernhard Reutner-Fischer
4909da4156
- rename the gcc base_target to the more appropriate term cross_compiler
2007-09-22 21:38:15 +00:00
Bernhard Reutner-Fischer
4a52da0f34
- update i386 sample config a little bit
2007-09-22 18:19:35 +00:00
Bernhard Reutner-Fischer
ea8b1fa6a6
- put LZMA into generic flags
...
- some additional cleanups while at it
2007-09-22 17:30:38 +00:00
Bernhard Reutner-Fischer
8b3a0cd2cd
- fix typo in .config filename
2007-09-22 17:29:23 +00:00
Bernhard Reutner-Fischer
ddd4cca2df
- bump version (forgot this hunk for r19941)
2007-09-22 16:42:25 +00:00
Bernhard Reutner-Fischer
212c5f8f6f
- default to 0.9.29
2007-09-22 16:40:08 +00:00
Bernhard Reutner-Fischer
4fd209aa94
- bump version
2007-09-22 16:37:00 +00:00
Bernhard Reutner-Fischer
ea3aa3aa28
- add a more generic "Kernel" menu instead of "Linux Options"
2007-09-22 14:53:38 +00:00
Bernhard Reutner-Fischer
adf28e194c
- move project settings from toolchain to device
2007-09-22 14:34:40 +00:00
Bernhard Reutner-Fischer
1669b6ed83
- set and export VERBOSE if V= was requested
2007-09-22 14:19:22 +00:00
Bernhard Reutner-Fischer
51a61c9011
- Subsume and collaps toolchain options in one menu
...
This is ment to ease configuration by providing toolchain related options in one place
No functional changes, just shuffling the menus around..
2007-09-22 14:16:25 +00:00
Bernhard Reutner-Fischer
5f0baad293
- remove inadequate dependencies prerequisite.
...
If needed, this should be done slightly different, otherwise the source target runs dependencies, which is not correct.
2007-09-22 10:25:09 +00:00
Bernhard Reutner-Fischer
93ae7ac63f
- remove duplicate module-init-tools-source rule
2007-09-22 10:20:35 +00:00
Bernhard Reutner-Fischer
f909b9db38
- add check for UCLIBC_HAS_LFS.
...
Fixes compilation error if LARGEFLE support is off
2007-09-21 14:22:29 +00:00
Bernhard Reutner-Fischer
530b8e6c2a
- bump version
2007-09-21 09:45:13 +00:00
Ulf Samuelsson
c02a6d9f5f
Fix bad patch in MPlayer
2007-09-20 21:52:23 +00:00
Bernhard Reutner-Fischer
fecac9bfb6
- revert r19918 for now
2007-09-20 18:28:53 +00:00
Bernhard Reutner-Fischer
77edb4f09b
- of course we also define glibc. argh!
2007-09-20 17:47:30 +00:00
Bernhard Reutner-Fischer
64e0ff5cf7
- add candidate-patch to make fakeroot UCLIBC_HAS_LFS aware
2007-09-20 17:41:21 +00:00
Bernhard Reutner-Fischer
7025afd93c
- Reset flags, packages are usually built with -O2 otherwise.
...
Packages that need to pass additional CFLAGS in their .mk have to do something
like this: ...configure $(foreach i,$(foo_CFLAGS),CFLAGS+=$$i) --prefix=...
2007-09-20 17:26:59 +00:00
Ulf Samuelsson
5037c9e613
Use correct patch name
2007-09-20 17:08:46 +00:00
Bernhard Reutner-Fischer
ec9b0d8024
- bump version
2007-09-20 16:58:35 +00:00
Bernhard Reutner-Fischer
72ed3675d8
- pull POSIX compliance fixes from upstream
2007-09-20 16:51:59 +00:00
Ulf Samuelsson
f1c7af3038
Add CONFIG_SEQ for atstk1002 busybox
2007-09-20 16:47:22 +00:00
Ulf Samuelsson
94cff5a265
Check if STK1002 init scripts are executable before running
2007-09-20 16:46:31 +00:00
Ulf Samuelsson
1120408d61
Enable CONFIG_SEQ in busybox for ngw100
2007-09-20 16:44:15 +00:00
Ulf Samuelsson
aaa144ca5d
Use correct board name for ngw100
2007-09-20 16:43:16 +00:00
Ulf Samuelsson
9c017d76a4
Make sure libdaemon finds AC_PROG_LIBTOOL
2007-09-20 15:35:26 +00:00
Bernhard Reutner-Fischer
5dfe2080ac
- don't use functions that are marked LEGACY in SUSv3
2007-09-20 11:38:19 +00:00
Bernhard Reutner-Fischer
c38d1df997
- add missing ';'
2007-09-20 11:14:47 +00:00
Bernhard Reutner-Fischer
adb399f54a
- this is generic infrastructure, there is no point in special-casing any individual package here.
...
Don't workaround deficiencies but fix them for real
2007-09-20 11:08:13 +00:00
Bernhard Reutner-Fischer
d2a1d33c03
- fix source location of libusb libs
2007-09-20 09:35:33 +00:00
Bernhard Reutner-Fischer
dfcab18dfa
- fix typo. This is an lxdialog bug for "depends on !!CONFIG_SYMBOL" where the double negation produces an error that is not reported, from the looks..
2007-09-20 09:25:57 +00:00
Bernhard Reutner-Fischer
fe40594afb
- cleanup and fix libid3tag (Hans-Christian Egtvedt)
...
- fix the make libid3tag-clean target to erase all installed files (me)
2007-09-20 07:19:52 +00:00
Bernhard Reutner-Fischer
d570c72361
- i suppose that '$' is not really needed..
2007-09-19 21:31:32 +00:00
Bernhard Reutner-Fischer
4d5a30be34
- add olsr package (Sushi Sensei)
2007-09-19 21:27:49 +00:00
Bernhard Reutner-Fischer
96144062db
- add a SVN_UP command for updating an already checked-out tree
2007-09-19 20:24:01 +00:00
Bernhard Reutner-Fischer
c76e2a97ec
- add a SVN_UP command for updating an already checked-out tree
2007-09-19 20:22:58 +00:00
Bernhard Reutner-Fischer
7b0ad787d6
- fixes and cleanups (Cristian Ionescu-Idbohrn)
2007-09-19 20:13:08 +00:00
Bernhard Reutner-Fischer
7935c98db1
- don't strip the host binaries for now
2007-09-19 18:46:45 +00:00
Bernhard Reutner-Fischer
b0dad998e1
- add null
2007-09-19 18:18:09 +00:00
Bernhard Reutner-Fischer
9bc30ca901
- take MANPAGES and INFOPAGES into account
2007-09-19 18:07:58 +00:00
Bernhard Reutner-Fischer
01b79e4980
- exclude other old, deprecated and unsupported versions of gcc
2007-09-19 17:32:21 +00:00
Bernhard Reutner-Fischer
e5b8820147
- bump version
2007-09-19 14:15:46 +00:00
Bernhard Reutner-Fischer
e67d464bc4
- need to mkdir etc/init.d. Closes #1465
2007-09-19 14:11:28 +00:00
Bernhard Reutner-Fischer
016963484c
- bump version. Closes #1502
2007-09-19 14:02:53 +00:00
Bernhard Reutner-Fischer
8fb43d0a87
- bump version.
...
Someone will have to fix the install thing (involves a file with .pl where my sh says 'line 18: use: command not found', which is a good thing).
2007-09-19 12:28:48 +00:00
Bernhard Reutner-Fischer
2be24d8aa5
- do away with SUSv3 legacy functions
2007-09-19 12:24:07 +00:00
Bernhard Reutner-Fischer
f1bcdf518f
- fix incorrect setting of $ac_cv_sys_symbol_underscore.
...
There is no reason not to AC_COMPILE and use the set cross-nm to look for
the symbol mangling scheme. Thus it is incorrect to check for cross compilation
in the GNUPG_SYS_SYMBOL_UNDERSCORE check.
- fix bug when configuring (has to wipe config.cache !)
2007-09-19 12:20:52 +00:00
Bernhard Reutner-Fischer
7215995386
- put back accidentally removed patch that is not needed for 0.5.1 anymore
2007-09-19 10:31:14 +00:00
Bernhard Reutner-Fischer
23ce501c7a
- add missing dependency on libgcrypt
...
Ulf, this should be updated to 0.5.1
2007-09-19 10:30:02 +00:00
Bernhard Reutner-Fischer
595e070364
- remove duplicate includedir
2007-09-19 10:26:39 +00:00
Bernhard Reutner-Fischer
0cb95500d2
- fix includedir
2007-09-19 10:26:11 +00:00
Bernhard Reutner-Fischer
036f718684
- add missing include
2007-09-19 09:20:04 +00:00
Bernhard Reutner-Fischer
53cc639eef
- trivial style fixes.
...
TODO: document HAVE_MANPAGES and HAVE_INFOPAGES (and adjust line-numbers in the text accordingly)
2007-09-19 09:08:10 +00:00
Bernhard Reutner-Fischer
fbe627b858
- fix args for UDP_INC_STATS_BH
2007-09-19 08:50:54 +00:00
Bernhard Reutner-Fischer
1f45a7ccf4
- patch the correct dir
2007-09-18 17:10:56 +00:00
Bernhard Reutner-Fischer
3b08e64d6f
- forgot to put base-target's sources into the source target.
...
Thanks to Ulf for pointing out this error of mine..
2007-09-18 13:12:25 +00:00
Bernhard Reutner-Fischer
acf1168bca
- bump version to 2.4.9
2007-09-18 13:02:25 +00:00
Bernhard Reutner-Fischer
be10c4a8c9
- add v9a and v9b settings.
...
Will need to change the GCC_TARGET_TUNE accordingly.
2007-09-17 21:50:54 +00:00
Bernhard Reutner-Fischer
1dc51b2582
- wants --with-gmp-build nowadays
2007-09-17 13:44:03 +00:00
Ulf Samuelsson
a597f0d757
Move VENDOR dbg to correct Makefile
2007-09-17 13:17:13 +00:00
Bernhard Reutner-Fischer
117fd56611
- libversion was changed
2007-09-17 13:12:38 +00:00
Ulf Samuelsson
633c8cbf5b
Remove some debug info + add uclibc-target-utils-source target
2007-09-17 12:49:46 +00:00
Ulf Samuelsson
b7f4dca04c
Add debug info
2007-09-17 12:43:40 +00:00
Ulf Samuelsson
4d08323013
Don't break AVR32 toolchain by hiding binutils-2.17
2007-09-17 12:42:56 +00:00
Ulf Samuelsson
c8240ca3bf
make source should include BASE_TARGETS
2007-09-17 12:40:42 +00:00
Bernhard Reutner-Fischer
e4c6340a94
- cleanup and fixes (Cristian Ionescu-Idbohrn)
2007-09-17 12:30:31 +00:00
Bernhard Reutner-Fischer
b14ff97012
- bump version
2007-09-17 11:20:32 +00:00
Bernhard Reutner-Fischer
ae456d8cf3
- apply fixes for 2.3.0
2007-09-17 11:20:14 +00:00
Bernhard Reutner-Fischer
2f873fcf9b
- add binutils-2.18 and binutils-2.18.50.0.1
2007-09-17 11:19:04 +00:00
Ulf Samuelsson
246d2c808a
Revert bad patch
2007-09-17 09:26:47 +00:00
Bernhard Reutner-Fischer
496e37e5b9
- Atmel mirrors are only of interrest for atmel
2007-09-17 07:54:52 +00:00
Bernhard Reutner-Fischer
153ee9e247
- some more sparc{,64} twiddling
2007-09-15 22:04:49 +00:00
Bernhard Reutner-Fischer
5213ca3749
- depends on host-fakeroot
2007-09-15 18:14:53 +00:00
Bernhard Reutner-Fischer
cc1f887173
- add sparc64 arch as noticed by Blue Swirl
...
- add sparc{,64} CPU variants
2007-09-15 12:16:25 +00:00
Bernhard Reutner-Fischer
239c8a5d58
- fix copy'n paste error in ABI configuration
2007-09-15 12:12:56 +00:00
Bernhard Reutner-Fischer
b861a915ba
- touchup a few bits that the submitter should have done in the first place
2007-09-14 18:48:44 +00:00
Bernhard Reutner-Fischer
fd3e0a5a6a
- also copy the needed libs
2007-09-14 11:25:29 +00:00
Eric Andersen
fab6250cc4
revert this bit, use usr/include
2007-09-12 17:33:10 +00:00
Eric Andersen
be8d1debc6
bump version, fixup some brokenness
2007-09-12 08:52:44 +00:00
Bernhard Reutner-Fischer
9952cfa5c4
- revert r19825. Fix this in the kernel instead and read README.buildroot2
2007-09-12 07:05:52 +00:00
Ulf Samuelsson
0c1a521ce5
Watching all the warnings on package/config finally got to me.
...
A patch that clears the gcc warnings from config with cast changes only.
thanks, I feel better now,
Rick Foos <rick@synchromeshcomputing.com >
2007-09-12 05:56:42 +00:00
Ulf Samuelsson
079929e764
Remove whitespace
2007-09-12 05:20:26 +00:00
Ulf Samuelsson
9ede1d3811
Add libvorbis package
2007-09-12 04:58:33 +00:00
Ulf Samuelsson
59dc222999
Update atngw100 board support
2007-09-12 04:40:45 +00:00
Ulf Samuelsson
49a1413d5d
Add version info (date) to root fs image
2007-09-12 04:40:02 +00:00
Ulf Samuelsson
5f17c052bc
Update various packages to make X run
2007-09-12 04:37:31 +00:00
Ulf Samuelsson
7521f37372
Add hooks for creating your own board support package
2007-09-12 04:34:16 +00:00
Ulf Samuelsson
157d8decab
Unbreak multiple boards, add Ingo's rt patch
2007-09-12 04:06:54 +00:00
Eric Andersen
206711de6a
bump up a few version numbers. kill dead 2.6.19 option.
...
accomodate powerpc64
2007-09-11 19:07:12 +00:00
Peter Korsgaard
64bd6a625c
Bump version
2007-09-10 09:05:58 +00:00
Peter Korsgaard
8abd95f016
Use BR2_INET_IPV6 and BR2_HAVE_MANPAGES options.
...
Use := instead of =
2007-09-10 09:04:03 +00:00
Peter Korsgaard
2750d69835
Busybox 1.7.0 patches
2007-09-10 07:38:03 +00:00
Ulf Samuelsson
83ea197017
Update defconfig for AT91SAM9260
2007-09-05 06:52:09 +00:00
Ulf Samuelsson
4e6ef08660
Add defconfig for AT91SAM9261
2007-09-05 06:51:38 +00:00
Ulf Samuelsson
12259e3d57
Add target to unpack gettext
2007-09-05 06:50:53 +00:00
Ulf Samuelsson
6a9945eba5
Bump DirectFB version, and enable/disable X11
2007-09-05 06:49:57 +00:00
Ulf Samuelsson
e99f084b2c
Add unpacking + patching of linux source tree to simplify creating a new patch
2007-09-05 06:48:38 +00:00
Ulf Samuelsson
7c48a8c33b
Add irda-utils package, Courtesy of Benjamin Tietz
2007-09-05 03:40:47 +00:00
Bernhard Reutner-Fischer
9538749582
- remove initramfs related config settings and configure them back if needed
2007-09-04 21:24:46 +00:00
Ulf Samuelsson
dbf2572704
Add include file to define at91 lcd struct
2007-09-04 16:22:41 +00:00
Ulf Samuelsson
4ccc3015a0
update sam9261 default linux config
2007-09-04 16:21:57 +00:00
Ulf Samuelsson
8b7e24f966
Use default LINUX26_BINLOC for at91
2007-09-04 16:21:22 +00:00
Ulf Samuelsson
2587fa16a5
Update u-boot autoscript
2007-09-04 16:20:28 +00:00
Bernhard Reutner-Fischer
367200b754
- correctly filter out the script
2007-09-04 07:35:19 +00:00
Peter Korsgaard
213ef2222d
Bumped version
2007-09-03 09:02:10 +00:00
Peter Korsgaard
0ba89f0faa
Bumped version
2007-09-03 09:00:18 +00:00
Peter Korsgaard
a1727bb39b
Don't apply broken patch from r19595 with hardcoded path names.
...
Ulf, what was this supposed to fix?
2007-09-03 08:56:06 +00:00
Ulf Samuelsson
e5409f4423
Cleanup handling of gccbug script
2007-09-03 06:26:06 +00:00
Ulf Samuelsson
82d52e8d84
Cleanup handling of gccbug script
2007-09-03 06:10:01 +00:00
Bernhard Reutner-Fischer
a3c9cecb2a
- adjust list of needed applets
2007-09-02 22:09:11 +00:00
Bernhard Reutner-Fischer
42450b1941
- build and use the list of the small initramfs
...
Overriding the use of the whole system (as does the initramfs target) is done
on purpose.
2007-09-02 21:50:37 +00:00
Bernhard Reutner-Fischer
18a970c4f1
- it's a stub, add prominent note on it's brokenness
2007-09-02 20:58:51 +00:00
Bernhard Reutner-Fischer
ed58a1f70d
- add mutt. Will need wchar massage
2007-09-02 20:53:38 +00:00
Bernhard Reutner-Fischer
673ee97c2f
- document BUSYBOX_CONFIG_FILE
2007-09-02 17:44:09 +00:00
Bernhard Reutner-Fischer
54bacdba59
- improve configury
2007-09-02 14:56:39 +00:00
Bernhard Reutner-Fischer
3c7d6ae588
- add option to turn on SMB dump routines
...
- honour BR2_INET_IPV6
2007-09-01 19:42:11 +00:00
Bernhard Reutner-Fischer
777a28a85d
- add sequence-point for toplevel parallel builds: uClibc needs an initial gcc
2007-09-01 18:46:46 +00:00
Bernhard Reutner-Fischer
18d979c780
- whitespace cleanup (Cristian Ionescu-Idbohrn)
2007-09-01 18:21:09 +00:00
Bernhard Reutner-Fischer
58c265660b
- add lm-sensors package
2007-09-01 18:01:08 +00:00
Bernhard Reutner-Fischer
0f7a5aa214
- add my working draft for busybox-initramfs (not yet finished, so still commented out in Config.in)
2007-09-01 17:33:19 +00:00
Bernhard Reutner-Fischer
b6a2729be1
- cosmetic cleanup
2007-09-01 17:32:01 +00:00
Bernhard Reutner-Fischer
52ada109c4
- libfloat has to depend on gcc_initial
2007-09-01 17:22:00 +00:00
Bernhard Reutner-Fischer
bf690ef94c
- explicitely download via http
2007-09-01 17:12:48 +00:00
Bernhard Reutner-Fischer
aa355df4e1
- add rule for static libfloat
2007-09-01 17:12:23 +00:00
Bernhard Reutner-Fischer
ac9348ac6d
- don't try to strip the gccbug script
2007-09-01 17:11:24 +00:00
Bernhard Reutner-Fischer
b3efde23cc
- rephrase r19284 -- explicitely list base targets for World
...
Needed for toplevel parallel builds to work properly.
2007-09-01 17:10:55 +00:00
Bernhard Reutner-Fischer
e1c9fa056c
- GCC_CROSS_LANGUAGES for non-sysroot enabled gcc
2007-09-01 17:09:08 +00:00
Bernhard Reutner-Fischer
6ea7b3016f
- Only include the XORG7 makefiles if we were asked to build any xorg package
2007-09-01 17:06:53 +00:00
Bernhard Reutner-Fischer
b4b3e3139a
- precaution when looking at GCC_VERSION
2007-09-01 16:37:55 +00:00
Bernhard Reutner-Fischer
4a7cebaeb5
- bump version
2007-09-01 12:21:42 +00:00
Bernhard Reutner-Fischer
62a918789e
- use http and fix a typo in the URL
2007-09-01 12:21:07 +00:00
Bernhard Reutner-Fischer
c46c2c75d1
- fix glitch introduced in my whitespace removal (brm)
2007-09-01 10:54:50 +00:00
Bernhard Reutner-Fischer
0a157d2f05
- bump version
2007-08-31 14:30:22 +00:00
Bernhard Reutner-Fischer
aacedef60c
- make sure that the path for the lzma-host-binary exist
2007-08-31 14:27:07 +00:00
Bernhard Reutner-Fischer
c306dd8dbf
- need to touch the tarball
2007-08-31 12:04:00 +00:00
Bernhard Reutner-Fischer
cb365a4267
- mark duplicate hunk
2007-08-30 22:40:22 +00:00
Ulf Samuelsson
0e75467ae3
Revert patch causing g++-4.2.1 build to fail
2007-08-30 06:00:36 +00:00
Bernhard Reutner-Fischer
33b0908145
- uclibc-configured has to depend on kernel-headers
2007-08-29 18:05:46 +00:00
Peter Korsgaard
0772e1ca37
Remove double avr patch
2007-08-29 15:54:33 +00:00
Peter Korsgaard
935c1df694
Use DISTCC_BUILDDIR instead of DISTCC_DIR as that environment variable is
...
used by distcc itself, causing havoc if you compile buildroot under distcc.
2007-08-29 15:43:59 +00:00
Ulf Samuelsson
1ff5f164f0
Fix some qtopia quirks, bump version
2007-08-28 23:06:33 +00:00
Ulf Samuelsson
db6ebf437f
Fix bug in avr32 uClibc patch
2007-08-28 23:05:10 +00:00
Ulf Samuelsson
a9a68fabc5
Add default X11 install directory
2007-08-28 23:02:52 +00:00
Ulf Samuelsson
ff9e81e7fa
Remove some more file during pppd-clean
2007-08-28 22:46:54 +00:00
Ulf Samuelsson
d26d1d0fcf
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 >
2007-08-28 22:23:08 +00:00
Ulf Samuelsson
d299916baa
Update avr32 uclibc patch name
2007-08-28 22:21:35 +00:00
Bernhard Reutner-Fischer
98a7a4c9d2
- misc cleanups (Cristian Ionescu-Idbohrn)
2007-08-28 21:42:44 +00:00
Ulf Samuelsson
25fca604f9
Use correct hostap source, deprecate package due to inclusion in linux kernel
2007-08-28 21:09:23 +00:00
Ulf Samuelsson
c9265a8c6c
Fix bad regexp in u-boot.mk
2007-08-28 21:07:32 +00:00
Ulf Samuelsson
e4b442f8d8
Remove renamed mpg123 patch
2007-08-28 19:36:40 +00:00
Ulf Samuelsson
4edefb36c3
Remove renamed libmad patch
2007-08-28 19:35:54 +00:00
Ulf Samuelsson
0b344527ff
Allow for architecture specific libmad patches, make current patch AVR32 specific
2007-08-28 19:33:27 +00:00
Ulf Samuelsson
558617ddf8
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 >
2007-08-28 18:22:38 +00:00
Ulf Samuelsson
f444143da5
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 >
2007-08-28 18:21:00 +00:00
Ulf Samuelsson
456c9090b8
Remove mpg123 patch from current build, full removal pending
2007-08-28 18:18:10 +00:00
Bernhard Reutner-Fischer
080026489c
- use correct include dir (Simon Pasch)
...
- cleanup while at it
2007-08-28 12:41:56 +00:00
Bernhard Reutner-Fischer
4427e87559
- add apropriate variables for the host-toolchain to HOST_CONFIGURE_OPTS
2007-08-28 08:14:51 +00:00
Peter Korsgaard
5a5d089874
expat now installs into usr/lib
2007-08-28 08:05:25 +00:00
Bernhard Reutner-Fischer
232fa7eeaa
- README even.
2007-08-27 21:51:27 +00:00
Bernhard Reutner-Fischer
663dee48ac
- allow me to point people at 'make help'
2007-08-27 21:40:42 +00:00
Bernhard Reutner-Fischer
bc970eced7
- make sure to honour user flags
2007-08-26 21:00:56 +00:00
Bernhard Reutner-Fischer
86c31b90a2
- improve handling of sh (fgretief) for bug #1446
2007-08-26 20:55:02 +00:00
Bernhard Reutner-Fischer
d3361c6685
- If we are to build some libs then require them to exist.
...
- Strip host files with host strip (untested, will likely need a HOSTSTRIP)
2007-08-26 20:47:18 +00:00
Bernhard Reutner-Fischer
df23b56837
- use the correct type (__u_long is correct, __ulong_t is not typed)
2007-08-26 20:40:31 +00:00
Bernhard Reutner-Fischer
b690801c78
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 >
2007-08-25 11:22:51 +00:00
Bernhard Reutner-Fischer
c03e77fc51
- adjust config
2007-08-25 11:20:31 +00:00
Bernhard Reutner-Fischer
3649fd504d
- workaround for broken external toolchains
2007-08-25 11:13:20 +00:00
Bernhard Reutner-Fischer
8d41a4be9b
- add busybox-1.7.0
2007-08-24 14:23:53 +00:00
Bernhard Reutner-Fischer
d918871dbc
remove _SKIP_CONFIGURE since it's pointless to try to run it on non-autotool'ed packages anyway (for now)
2007-08-24 14:18:47 +00:00
Bernhard Reutner-Fischer
3c4690edd3
- add rp-pppoe
2007-08-24 10:43:45 +00:00
Bernhard Reutner-Fischer
76df40c16f
- fix wrong src-path of libasound (Simon Pasch)
2007-08-24 09:26:50 +00:00
Bernhard Reutner-Fischer
03b0597eec
- add pptp client
2007-08-24 08:11:17 +00:00
Ulf Samuelsson
60eb97a42f
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.
2007-08-24 05:36:46 +00:00
Ulf Samuelsson
85f54fbe21
Add git command
2007-08-24 05:31:07 +00:00
Ulf Samuelsson
ecf8811027
Fix spelling error in docs
2007-08-24 05:28:18 +00:00
Ulf Samuelsson
1f1faff85a
Move VENDOR stuff to project
2007-08-24 05:27:17 +00:00
Bernhard Reutner-Fischer
c4931c315a
- fix misplaced @
...
- fix typos in x11r7 packages
2007-08-23 11:49:50 +00:00
Bernhard Reutner-Fischer
255e7b5d91
- 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.
2007-08-22 22:36:04 +00:00
Ulf Samuelsson
66285ef7d8
bzcat => $(BZCAT) for u-boot and at91bootstrap
2007-08-22 21:53:13 +00:00
Ulf Samuelsson
e098bd09c8
Remove whitespace damage
2007-08-22 21:47:56 +00:00
Bernhard Reutner-Fischer
470cbac579
- 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).
2007-08-22 19:31:43 +00:00
Bernhard Reutner-Fischer
0dd9238c7f
- set _SKIP_CONFIGURE since we can just make it
2007-08-22 16:57:32 +00:00
Bernhard Reutner-Fischer
59390db4a6
- if $(PKG)_SKIP_CONFIGURE is non-empty then ./configure is skipped
2007-08-22 16:56:36 +00:00
Bernhard Reutner-Fischer
95d1a70286
- don't print the second time autoreconf would be run
2007-08-22 16:44:41 +00:00
Bernhard Reutner-Fischer
6be775f892
- add some $(Q) here and there
2007-08-22 16:28:31 +00:00
Bernhard Reutner-Fischer
7ebb9e97b9
- reinstate accidentally deleted hunk
2007-08-22 16:21:13 +00:00
Bernhard Reutner-Fischer
72e402609c
2007-08-22 16:19:10 +00:00
Bernhard Reutner-Fischer
879c95de9e
- forgot to include the Config.in
2007-08-22 16:08:38 +00:00
Bernhard Reutner-Fischer
c8db158fe3
- pass TARGET_CONFIGURE_ARGS
2007-08-22 16:02:22 +00:00
Bernhard Reutner-Fischer
e3f14912b0
- honour BR2_HAVE_MANPAGES BR2_HAVE_INFOPAGES, BR2_HAVE_INCLUDES
2007-08-22 15:59:56 +00:00
Bernhard Reutner-Fischer
7d8e28cc91
- fix typo
...
- Start to add infrastructure to be able to download a patch.
2007-08-22 15:52:01 +00:00
Bernhard Reutner-Fischer
be4051a5f7
- add pptp-linux
2007-08-22 15:51:00 +00:00
Bernhard Reutner-Fischer
644f8a33f9
- was broken by the patch omitting the CFLAGS for configure
...
- misc cleanup while at it
2007-08-22 15:18:02 +00:00
Bernhard Reutner-Fischer
b6c3bd5817
- use proper include dir (Simon Pasch)
...
- cleanup a little while at it
2007-08-22 13:30:49 +00:00
Bernhard Reutner-Fischer
6547bced93
- global whitespace trimming
2007-08-22 12:35:41 +00:00
Bernhard Reutner-Fischer
3471ebe0a3
- random whitespace cleanup
2007-08-22 11:47:22 +00:00
Bernhard Reutner-Fischer
e1c81b6327
- fix unpacking the tarballs, minor cleanups while at it.
2007-08-22 10:11:18 +00:00
Bernhard Reutner-Fischer
514cdef23f
- use the BZCAT/ZCAT as configured by the user
2007-08-22 10:06:25 +00:00
Bernhard Reutner-Fischer
956d3eb78b
- semicolon touchup. No other changes
2007-08-22 09:56:41 +00:00
Bernhard Reutner-Fischer
293b09786c
- fix patch regex
2007-08-22 09:44:25 +00:00
Ulf Samuelsson
f6ce32c0ea
Remove bzero dependencies in bash
2007-08-22 09:41:37 +00:00
Ulf Samuelsson
81001579bc
Fix bad patch naming scheme
2007-08-22 09:29:49 +00:00
Bernhard Reutner-Fischer
5cfa196076
- drop circular dependency
2007-08-22 09:22:32 +00:00
Bernhard Reutner-Fischer
aa81a06508
- improve the way host prerequisites for "dependencies" are established
2007-08-22 09:22:07 +00:00
Bernhard Reutner-Fischer
26b4c3782b
- use the correct host compiler
2007-08-22 09:20:33 +00:00
Bernhard Reutner-Fischer
8909333ce0
- fix wrong help-text
2007-08-22 07:53:18 +00:00
Bernhard Reutner-Fischer
11b82356cf
- make sure that sstrip is available early enough
2007-08-21 20:14:23 +00:00
Bernhard Reutner-Fischer
0674661f01
- add question for Ulf
2007-08-21 19:45:17 +00:00
Bernhard Reutner-Fischer
e06abe6fba
- more cleanup (Cristian Ionescu-Idbohrn)
2007-08-21 19:35:08 +00:00
Bernhard Reutner-Fischer
fb9d19603c
- fixup whitespace damage after ulf
2007-08-21 19:33:00 +00:00
Bernhard Reutner-Fischer
6c6cb06709
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
2007-08-21 19:20:18 +00:00
Bernhard Reutner-Fischer
95783cd95d
- remove a superfluous semicolon
2007-08-21 19:13:14 +00:00
Bernhard Reutner-Fischer
4989666333
- pull in patches from debian.
2007-08-21 18:30:54 +00:00
Bernhard Reutner-Fischer
1dbe6e3396
- 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)..
2007-08-21 17:56:47 +00:00
Bernhard Reutner-Fischer
1e3c369df8
- move the PROJECT variable setting to a more sensible place
2007-08-21 17:14:56 +00:00
Bernhard Reutner-Fischer
b978dbdc72
- honour BR2_HAVE_MANPAGES
2007-08-21 17:00:18 +00:00
Bernhard Reutner-Fischer
02430b3be0
- bump version to 2.2.6
2007-08-21 16:51:46 +00:00
Bernhard Reutner-Fischer
acfde78a85
- forgot to add this file to go with r19619
2007-08-21 16:48:47 +00:00
Bernhard Reutner-Fischer
e99518277a
- add handling of lzma for the host (unconditionally for now)
...
- remove non-working attempt to install an lzma to the host via sudo
2007-08-21 15:33:33 +00:00
Bernhard Reutner-Fischer
1afb8226cb
- start to use BR2_HAVE_MANPAGES and BR2_HAVE_INFOPAGES
...
- always error out if ldconfig for the target fails (was inconsistent..)
2007-08-21 14:32:38 +00:00
Ulf Samuelsson
3cca2a310d
Use $(BZCAT) instead of bzcat
2007-08-21 14:27:57 +00:00
Bernhard Reutner-Fischer
5795931894
- add BR2_HAVE_MANPAGE and BR2_HAVE_INFOPAGE. Selecting these will keep the
...
respective documentation on your target filesystem.
2007-08-21 14:20:59 +00:00
Bernhard Reutner-Fischer
7109587d41
- adjust config
2007-08-21 13:23:13 +00:00
Bernhard Reutner-Fischer
d1ffa06a09
- propagate IPv6 setting down to the kernel
2007-08-21 13:21:44 +00:00
Bernhard Reutner-Fischer
1aa33d8aab
- fix installation of dbus.
2007-08-21 12:09:53 +00:00
Bernhard Reutner-Fischer
7b403ada37
- 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
2007-08-21 11:25:30 +00:00
Bernhard Reutner-Fischer
f0ca4b8205
- fix incorrect invocation of non-existing binary named "-find"
...
This bloated the target needlessly (and used to work before)
2007-08-21 10:56:38 +00:00
Bernhard Reutner-Fischer
7547c7ebae
- fix whitespace damage..
2007-08-21 10:53:39 +00:00
Bernhard Reutner-Fischer
0338040243
- cosmetic adjustment in help text
2007-08-21 10:42:05 +00:00
Bernhard Reutner-Fischer
f88b8e0bf3
- a few more cleanups (Cristian Ionescu-Idbohrn)
2007-08-21 10:40:18 +00:00
Bernhard Reutner-Fischer
d9e2723182
- 4.2.1 obsoletes 4.2.0
2007-08-21 10:32:55 +00:00
Bernhard Reutner-Fischer
3539f8a9d1
- put libstdc++.so into the correct place (usr/lib) and make sure that the dir exists
2007-08-21 10:28:43 +00:00
Bernhard Reutner-Fischer
df7222a2e5
- fix patching in the correct target cflags (Thiago A. Corr^ea)
2007-08-21 08:31:19 +00:00
Bernhard Reutner-Fischer
2e0694f7a1
- SH endian setting (fgretief in bug #1446 )
2007-08-21 08:05:40 +00:00
Ulf Samuelsson
e4ead9c13c
Remove switches if sstrip is run
2007-08-21 01:53:57 +00:00
Ulf Samuelsson
1038cfab38
Reintroduce possibility to use old makefile for tiny-x as a test
2007-08-21 01:39:29 +00:00
Ulf Samuelsson
e8def1fcfc
additional skeleton for AVR32
2007-08-21 01:34:40 +00:00
Ulf Samuelsson
02b8e6e087
Fix configure problem with libdaemon, by patching result from autotools
2007-08-21 01:32:37 +00:00
Ulf Samuelsson
67050e1435
Add help for BUILDROOT_DL_DIR
2007-08-21 01:28:12 +00:00
Ulf Samuelsson
cf55419b3f
SED away some whitespace
2007-08-20 17:21:16 +00:00
Ulf Samuelsson
adbc5a18cb
Add BUILDROOT_DL_DIR to dependencies.sh and fix whitespace damage (sorry)
2007-08-20 15:47:42 +00:00
Bernhard Reutner-Fischer
ac4e670d34
- whitespace fixes
2007-08-20 13:00:14 +00:00
Ulf Samuelsson
31c6dc3b6d
Cleanup dnsmasq
2007-08-20 09:25:47 +00:00
Ulf Samuelsson
392ead671e
Ensure KERNEL_HEADER_PATCH_DIR is always defined + empty dir for x86
2007-08-20 07:24:10 +00:00
Ulf Samuelsson
349108bf57
Ensure ipmi conditional patch is applied
2007-08-20 06:24:28 +00:00
Ulf Samuelsson
abec6a1089
install uClibc libraries correctly
2007-08-20 06:23:00 +00:00
Ulf Samuelsson
7783ca0233
Make sure directories are available before install of dhcp targets
2007-08-20 05:03:21 +00:00
Ulf Samuelsson
3c567e6466
Add support for BUILDROOT_DL_DIR environment variable, overriding DL_DIR
2007-08-19 23:32:33 +00:00
Ulf Samuelsson
ed96d7f92c
Update configs for distcc, diffutils and freetype
2007-08-19 23:16:47 +00:00
Ulf Samuelsson
bb92ec0c78
Add kernel patches, if at91 or avr32 is selected
2007-08-19 23:13:06 +00:00
Ulf Samuelsson
88409d0432
Update linux-2.6.22.1 config for sam9261ek, sam9260pf and sam9260dfc
2007-08-19 22:57:25 +00:00
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
Ulf Samuelsson
58300145dc
Include header file defining MB_CUR_MAX to TinyX
2007-08-13 20:10:36 +00:00
Ulf Samuelsson
7a87c0dacb
Allow use of uclibc string routines in TinyX
2007-08-13 20:07:31 +00:00
Ulf Samuelsson
5081b43120
Store openssl files in /usr/lib/ssl
2007-08-13 19:35:08 +00:00
Ulf Samuelsson
28294fe798
Remove ntp patch which fails to apply, add TODO for later fixing
2007-08-13 19:33:36 +00:00
Ulf Samuelsson
25baeb899e
Fix libdir path for libfakeroot.la
2007-08-13 08:12:20 +00:00
Ulf Samuelsson
d6a4c8a6f8
Add dependency to linux-fusion, if DirectFB is built with multi
2007-08-13 06:14:15 +00:00
Ulf Samuelsson
e4c6ed5625
Bump version of dialog, make it build
2007-08-13 00:12:49 +00:00
Ulf Samuelsson
a9c93263ea
Bump version of lvm2
2007-08-12 23:38:26 +00:00
Ulf Samuelsson
048700a3d1
grep depends on gettext
2007-08-12 23:36:57 +00:00
Ulf Samuelsson
cb5a9d639e
Use shared library for gettext as default
2007-08-12 23:36:27 +00:00
Ulf Samuelsson
8360efdcc1
grep depends on gettext
2007-08-12 23:35:20 +00:00
Ulf Samuelsson
488f5d7964
Avoid killing /usr/include when cleaning 'hal'
2007-08-12 23:33:44 +00:00
Ulf Samuelsson
8e234f526a
Cleanup of SDL to make it build
2007-08-12 23:31:36 +00:00
Ulf Samuelsson
1644a077bc
fix DirectFB *.la path's
2007-08-12 23:30:06 +00:00
Ulf Samuelsson
96e7648788
fix liblzmadec.la paths
2007-08-12 23:28:48 +00:00
Ulf Samuelsson
65db09138e
fix libsysfs.la paths
2007-08-12 23:27:38 +00:00
Ulf Samuelsson
ebcd8a929e
Cleanup of docs
2007-08-12 23:26:28 +00:00
Ulf Samuelsson
fee06da798
Bump version of DirectFB to 1.0.0 and add dependency on TSLIB
2007-08-12 18:21:27 +00:00
Ulf Samuelsson
dcab96b108
Add support for fusion linux module
2007-08-12 18:19:45 +00:00
Ulf Samuelsson
2582f551f3
Move .PHONY to front in sed
2007-08-12 18:14:49 +00:00
Ulf Samuelsson
e63e6104e5
Make DirectFB buildable by removing sysfs, enabling sdl
2007-08-12 14:40:16 +00:00
Ulf Samuelsson
bb3d681876
expat has --prefix=usr, so remove /usr from other switches
2007-08-12 14:13:39 +00:00
Ulf Samuelsson
0c88f52fa8
Use new x11r7 configs
2007-08-12 14:11:02 +00:00
Ulf Samuelsson
524991c7c3
Whitespace cleanup of uclibc, remove debug aid
2007-08-12 12:37:51 +00:00
Ulf Samuelsson
7f056e9e21
Make paths to expat available to fontconfig
2007-08-12 12:05:55 +00:00
Ulf Samuelsson
dbe16cdb5f
install libdevmapper.h to allow dm to build
2007-08-12 11:59:51 +00:00
Ulf Samuelsson
eec58d106f
Add tslib package
2007-08-12 11:34:03 +00:00
Ulf Samuelsson
54f3d3330c
Add matchbox package
2007-08-12 11:31:06 +00:00
Ulf Samuelsson
9ec80630a1
Highlight dependencies for mpatrol
2007-08-12 00:37:01 +00:00
Ulf Samuelsson
a1d70f4fad
Update linux cfg for at91sam9260dfc
2007-08-12 00:21:22 +00:00
Ulf Samuelsson
83f82272dd
Avoid building packages requiring WCHAR, when not enabled
2007-08-12 00:14:58 +00:00
Ulf Samuelsson
7c0e91174c
Remove unknown NLS option from ed
2007-08-12 00:03:23 +00:00
Ulf Samuelsson
17facb94c5
Avoid error msg when TARGET_DIR/bin is created for the umpteenth time
2007-08-11 23:57:19 +00:00
Ulf Samuelsson
6452ee886f
Use a valid script file for lighttpd in target
2007-08-11 23:35:07 +00:00
Ulf Samuelsson
2b747e3a14
Force build of ncurses, when uemacs is selected
2007-08-11 23:33:22 +00:00
Ulf Samuelsson
784ebe7b7d
Use package/libdrm instead of package/x11r7/libdrm
2007-08-11 23:31:41 +00:00
Ulf Samuelsson
79de352725
Use ncurses instead of curses lib for uemacs
2007-08-11 23:22:40 +00:00
Ulf Samuelsson
d23fa95f41
Cleanup Atmel boards
2007-08-11 23:09:34 +00:00
Ulf Samuelsson
8d55544c0b
Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib for expat
2007-08-11 23:03:04 +00:00
Ulf Samuelsson
a2e5113512
Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib
2007-08-11 22:26:56 +00:00
Ulf Samuelsson
927c01dd4a
Fix mismatch in SDL patch naming convention
2007-08-11 22:09:09 +00:00
Ulf Samuelsson
90b4498219
Allow compression of cpio targets
2007-08-11 22:01:13 +00:00
Ulf Samuelsson
7d8c2838ef
Update documentation with advice on completion
2007-08-11 21:58:53 +00:00
Ulf Samuelsson
7cf18d30ae
Use /usr/lib instead of /lib for directfb
2007-08-11 21:53:18 +00:00
Ulf Samuelsson
97d886ce42
Run $\(CONFIG_UPDATE\) in the unpack rules for sdl, Use $\(MAKE1\)
2007-08-11 21:47:51 +00:00
Ulf Samuelsson
1a57c9b420
Run $\(CONFIG_UPDATE\) in the unpack rules for iperf, libgcrypt,libgpg-error, lzo
2007-08-11 21:47:28 +00:00
Ulf Samuelsson
6d5a835fb7
Move newt files from /lib to /usr/lib etc.
2007-08-11 19:01:12 +00:00
Ulf Samuelsson
cdb736cea0
Bump dropbear to 0.50, /dev/urandom is now default
2007-08-11 18:43:58 +00:00
Ulf Samuelsson
b064adfc0f
Use correct DEST_DIR for expat
2007-08-11 18:25:17 +00:00
Ulf Samuelsson
20af51a7d7
Reintroduce dependencies on tinyx for libgtk[1]2 and cairo
2007-08-11 17:03:04 +00:00
Ulf Samuelsson
be62f652d6
Bump version of openssl, add threads
2007-08-11 16:55:52 +00:00
Ulf Samuelsson
a0fb5669a7
Remove udev-install patch (merged into Makefile)
2007-08-11 16:52:57 +00:00
Ulf Samuelsson
673e3ca2e4
Bump udev version, add rules
2007-08-11 16:50:49 +00:00
Ulf Samuelsson
28625ea369
Add mdnsresponder package
2007-08-11 16:44:54 +00:00
Ulf Samuelsson
34335d0295
Correct mesa3d-source, use correct patch directory
2007-08-11 10:08:13 +00:00
Eric Andersen
73b19cffde
doh, missed a spot
2007-08-11 00:12:33 +00:00
Eric Andersen
a7e49eb2af
Merge in X11R7 patches from Julien Letessier, posted 04 Jul 2007. Doesn't
...
quite work yet for me, but this clearly is a huge project and not having it
quite work on the first pass is hardly unexpected. We definately want this
stuff in buildroot.
2007-08-10 19:07:51 +00:00
Eric Andersen
7aa1c59ebf
fixup compile
2007-08-10 18:53:34 +00:00
Ulf Samuelsson
963c2f1a27
Revert bad patch
2007-08-10 14:44:48 +00:00
Peter Korsgaard
6c0c83fb56
Use cross ldconfig instead of host version
2007-08-08 14:58:47 +00:00
Ulf Samuelsson
1b50c35b01
Add php package
2007-08-07 17:47:03 +00:00
Ulf Samuelsson
e1875d3ba2
Cleanup libxml2
2007-08-07 17:27:59 +00:00
Ulf Samuelsson
39435919e8
Allo configuration of libdaemon
2007-08-06 19:41:40 +00:00
Bernhard Reutner-Fischer
d8fb2f52b7
- fix bug introduced by ulf in r19378.
2007-08-05 14:00:05 +00:00
Bernhard Reutner-Fischer
ad28120a5f
- download times out; use debian instead
2007-08-05 12:21:11 +00:00
Bernhard Reutner-Fischer
1c26f03b19
- download disappeared, use debian instead
2007-08-05 12:10:35 +00:00
Peter Korsgaard
c8344a74f8
Bumped version
2007-08-02 13:43:04 +00:00
Ulf Samuelsson
8bea462499
Build correct target in libmad
2007-08-01 22:34:50 +00:00
Ulf Samuelsson
9601c01558
F77 is not supported on AVR32
2007-08-01 19:15:14 +00:00
Ulf Samuelsson
9fc2753d01
Avoid stopping asking questions, when gettext is selected
2007-08-01 19:13:18 +00:00
Ulf Samuelsson
e13233e166
Make avahi select LIBDAEMON instead of depending on it.
2007-08-01 15:52:57 +00:00
Ulf Samuelsson
151c04a0a6
Sort uclibc artificial targets in execution order
2007-08-01 12:11:44 +00:00
Ulf Samuelsson
89f6dca62e
Update AVR32 kernel configurations to 2.6.22.1
2007-08-01 11:54:47 +00:00
Ulf Samuelsson
da974534a6
Use PROJECT related kernel name for Atmel boards
2007-08-01 11:53:25 +00:00
Ulf Samuelsson
3fdcb01579
Allow user configurable kernel name
2007-08-01 11:52:15 +00:00
Peter Korsgaard
3de86a029a
Bumped version
2007-08-01 09:53:01 +00:00
Ulf Samuelsson
8ee6fbb30f
Don't allow std sources for AVR32
2007-08-01 09:06:04 +00:00
Ulf Samuelsson
7f21ead887
Simplify AVR32 gcc build (libmudflap, doesn't work, so applied even though objections)
2007-08-01 08:58:14 +00:00
Ulf Samuelsson
419cdf292e
Revert bad patch of mpg123
2007-08-01 08:54:56 +00:00
Ulf Samuelsson
cc04e4e27a
Remove duplicate AVR kernel patches from BR2_BOARD_PATH/kernel_patches
2007-08-01 08:41:45 +00:00
Ulf Samuelsson
e5d1d89bfb
Add linux-2.6.22.1 AVR32 patch
2007-08-01 08:38:36 +00:00
Ulf Samuelsson
a625383444
Cleanup fbv
2007-08-01 08:37:14 +00:00
Ulf Samuelsson
888547638e
Cleanup libpng, use usr/lib
2007-08-01 08:36:11 +00:00
Ulf Samuelsson
fc58d10c2c
Cleanup libungif, use usr/lib
2007-08-01 08:35:13 +00:00
Ulf Samuelsson
80e947415c
linux-2.6.22.1 headers, makefile part
2007-08-01 08:15:44 +00:00
Ulf Samuelsson
2a7d563ef7
make needs menuconfig to allow configuration
2007-08-01 08:11:48 +00:00
Ulf Samuelsson
f60c51c436
Allow use of 2.6.22.1 kernel headers
2007-08-01 06:17:34 +00:00
Ulf Samuelsson
f7e034d1b2
Revert Atmel patches for now
2007-07-31 23:28:22 +00:00
Ulf Samuelsson
0a8aa89e76
Add PATCH_DIR's for snapshots of uclibc and gdb
2007-07-31 23:25:12 +00:00
Ulf Samuelsson
8b247c6186
Hint taken, Help text included
2007-07-31 22:57:19 +00:00
Ulf Samuelsson
f038aa73e7
Update config for module-init-tools
2007-07-31 22:41:06 +00:00
Ulf Samuelsson
8df9b2733f
Only build cvs and libxml2 if WCHAR is enabled
2007-07-31 22:40:13 +00:00
Ulf Samuelsson
dd65a3cc0f
Change def of BR2_USE_WCHAR to build uClibc w WCHAR support
2007-07-31 22:38:52 +00:00
Ulf Samuelsson
aac3c1bbec
Ensure host make is used when building 'make'
2007-07-31 18:40:17 +00:00
Ulf Samuelsson
dc1552aab0
Install modutils first to STAGING_DIR, then copy to TARGET_DIR
2007-07-31 18:37:52 +00:00
Ulf Samuelsson
bcbc0c1a06
Use TARGET_CONFIGURE_OPTS in openssh
2007-07-31 18:33:19 +00:00
Ulf Samuelsson
453dfec563
Use TARGET_CONFIGURE_OPTS in tinyX
2007-07-31 18:31:58 +00:00
Bernhard Reutner-Fischer
554e289ac5
- add a TODO file to record misc possible extensions/improvements
2007-07-31 18:25:29 +00:00
Bernhard Reutner-Fischer
bbd251a075
- add possibility to select different flavours of strip (or none at all for debugging purposes)
2007-07-31 18:06:50 +00:00
Bernhard Reutner-Fischer
dd8226a46d
- lzma needs a CXX cross-compiler
...
- minor cleanups while at it
2007-07-31 16:13:00 +00:00
Ulf Samuelsson
6d10c5993b
Remove duplicate patch
2007-07-31 16:02:18 +00:00
Ulf Samuelsson
b97f0f63fa
Add AVR32 kernel patches for linux-2.6.21.5
2007-07-31 15:49:25 +00:00
Ulf Samuelsson
f2595b4c16
Add AVR32 kernel patches for linux 2.6.22.1
2007-07-31 15:47:32 +00:00
Bernhard Reutner-Fischer
371bc33889
- fixup whitespace
2007-07-31 15:39:23 +00:00
Bernhard Reutner-Fischer
41d8020398
- FIXME: Bug Ulf to provide a helptext
...
- fixup erroneous whitespace that prevents this to fit into an 80x24 terminal
2007-07-31 15:37:53 +00:00
Bernhard Reutner-Fischer
cd1819ee15
- nil the CXX env var if we don't have a CXX cross-compiler
2007-07-31 15:10:55 +00:00
Bernhard Reutner-Fischer
ba88feb05f
- add possibility to select which cross-compilers to build
...
- add prerequisites from the config
2007-07-31 15:07:06 +00:00
Bernhard Reutner-Fischer
6ad072032a
- add variable BR2_DEPENDS_DIR to point to the Kconfig depend hierarchy
2007-07-31 15:02:06 +00:00
Ulf Samuelsson
840325e170
Add support for prepatched toolchains
2007-07-31 14:59:58 +00:00
Ulf Samuelsson
87111a1935
Revert bad patch
2007-07-30 18:24:53 +00:00
Ulf Samuelsson
966784c2ba
Revert bad commit, sorry about that\!
2007-07-30 18:23:47 +00:00
Ulf Samuelsson
fc3fd8afd2
Use TARGET_CONFIGURE_ARGS in some packages lacking
2007-07-30 18:17:13 +00:00
Bernhard Reutner-Fischer
165a61d58a
- remove stray ';'
2007-07-30 14:22:25 +00:00
Bernhard Reutner-Fischer
59c867406d
- test if dir exists before trying to rmdir it.
...
Fixes failure due to non-existing usr/share dir on the target.
2007-07-30 12:37:16 +00:00
Bernhard Reutner-Fischer
9ac1a29d41
- install libslang.a into the correct dir (/usr/lib)
...
- remove installed stuff from the staging-dir on -clean
2007-07-30 10:13:50 +00:00
Bernhard Reutner-Fischer
7c82793dcc
- use correct dirs for the staging_dir (Cristian Ionescu-Idbohrn)
2007-07-30 10:06:24 +00:00
Ulf Samuelsson
f4933fcbb3
Add AVR32 options to gcc
2007-07-29 17:51:32 +00:00
Ulf Samuelsson
eda1d6d6f1
Add AVR32 support to uClibc
2007-07-29 17:47:27 +00:00
Ulf Samuelsson
063bc94f8b
gcc target config for AVR32
2007-07-29 17:43:50 +00:00
Ulf Samuelsson
0d3a3f8b57
uClibc config for AVR32
2007-07-29 17:40:42 +00:00
Ulf Samuelsson
77ae73b45e
gcc config for AVR32
2007-07-29 17:36:45 +00:00
Ulf Samuelsson
6933f971de
gdb config for AVR32
2007-07-29 17:34:20 +00:00
Ulf Samuelsson
39631ff7b7
Add AVR32 needs to uClibc def config
2007-07-29 17:32:21 +00:00
Ulf Samuelsson
8171716310
Add AVR32 specific uclibc.config
2007-07-29 08:33:31 +00:00
Ulf Samuelsson
b3ef5c202f
Use 1.6.0 config file for AT91 targets
2007-07-29 07:34:13 +00:00
Ulf Samuelsson
8f18f17a94
Cleanup of Atmel Makefile
2007-07-29 07:32:44 +00:00
Ulf Samuelsson
16e23c943b
Update AVR32 target configuration
2007-07-29 07:22:12 +00:00
Ulf Samuelsson
331f357854
Cleanup of Atmel configuration
2007-07-29 07:19:44 +00:00
Ulf Samuelsson
b32a95eced
Add atngw100 target
2007-07-29 07:17:01 +00:00
Ulf Samuelsson
afd718e7cd
Add stk1002 target
2007-07-29 07:15:35 +00:00
Ulf Samuelsson
01be4a3b10
Cleanup of libpng
2007-07-29 07:14:01 +00:00
Ulf Samuelsson
d9da157de9
Fix vi syntax highlighting in dataflashboot
2007-07-29 07:11:20 +00:00
Ulf Samuelsson
45c8379b67
Reintroduce ATMEL_MIRROR in at91bootstrap
2007-07-29 07:09:57 +00:00
Ulf Samuelsson
f310fff8ca
Reintroduce ATMEL_MIRROR in dataflashboot
2007-07-29 07:06:05 +00:00
Ulf Samuelsson
0bddf714ea
Reintroduce ATMEL_MIRROR in u-boot
2007-07-29 07:05:13 +00:00
Ulf Samuelsson
9558f26f4e
Use full AVR32 partname
2007-07-29 06:51:35 +00:00
Ulf Samuelsson
814f5f42b1
Change space to tab
2007-07-28 23:17:27 +00:00
Ulf Samuelsson
fa9fc5aafa
Replace space by tabs
2007-07-28 23:02:26 +00:00
Ulf Samuelsson
19ab5e67fe
Use only single job to build Samba
2007-07-28 21:51:58 +00:00
Ulf Samuelsson
adc08132dc
Cleanup of libid3tag
2007-07-28 17:30:05 +00:00
Ulf Samuelsson
8e1d0f34f7
Add colourdepth support to Qtopia config
2007-07-28 17:26:18 +00:00
Ulf Samuelsson
e806708e3f
Use correct path for alsa-lib
2007-07-28 17:14:06 +00:00
Ulf Samuelsson
4bf70ccf2e
Use correct extension for libmad library
2007-07-28 17:09:44 +00:00
Ulf Samuelsson
5de012b0c7
Bump version of mpg123,use configure, change site to Sourceforge
2007-07-28 17:05:38 +00:00
Ulf Samuelsson
821eed4e12
Add avr32 patch for libmad
2007-07-28 16:49:16 +00:00
Ulf Samuelsson
721149dc8d
Cleanup of thttpd package
2007-07-28 16:46:36 +00:00
Ulf Samuelsson
a8231c393e
Update config's of ntp
2007-07-28 16:41:44 +00:00
Ulf Samuelsson
5d19a1f5ae
Be more specific for coreutils patches
2007-07-28 16:39:06 +00:00
Ulf Samuelsson
de0764bec4
Add dependency to libmad for libid3tag
2007-07-28 16:02:07 +00:00
Ulf Samuelsson
fdda0233d8
Cleanup + ALSA support for madplay
2007-07-28 15:57:09 +00:00
Ulf Samuelsson
412a8dbcbd
Add AVR32 patch for mplayer
2007-07-28 15:43:29 +00:00
Ulf Samuelsson
e90eef2e9b
Add AVR32 patch for Qtopia
2007-07-28 15:41:26 +00:00
Ulf Samuelsson
922655cdf9
Build argus with correct options
2007-07-28 15:38:58 +00:00
Ulf Samuelsson
a1025ef45c
Add libaio package
2007-07-28 15:37:11 +00:00
Ulf Samuelsson
87e9deb129
Add gadgetfs package
2007-07-28 15:30:20 +00:00
Ulf Samuelsson
5159757290
Use correct build options for Quagga
2007-07-28 15:23:35 +00:00
Ulf Samuelsson
03d8e89d93
Update config for proftpd
2007-07-28 15:21:54 +00:00
Ulf Samuelsson
c88787a293
Fix environment for iptables
2007-07-28 15:09:19 +00:00
Bernhard Reutner-Fischer
69d692e4ae
- explicitely list base targets for World
2007-07-27 15:29:12 +00:00
Bernhard Reutner-Fischer
7603183a87
- put dependency checking right to the start where any later stages can rely on the being ok.
2007-07-27 15:10:45 +00:00
Bernhard Reutner-Fischer
5ef9e52b8e
- fix directory dependencies
...
- BASE_TARGET depends on dirs
2007-07-27 14:57:34 +00:00
Bernhard Reutner-Fischer
8ca822def1
- for cross-depmod26 we need to add module-init-tools to the HOST_SOURCE for the 'source' target
2007-07-27 14:43:36 +00:00
Bernhard Reutner-Fischer
fb2c8fec6c
- remove passing down the goals
2007-07-27 14:16:00 +00:00
Bernhard Reutner-Fischer
6e98cd559a
- ignore itanium*
2007-07-27 13:08:47 +00:00
Bernhard Reutner-Fischer
61a80acfa9
- a separate Video menu is redundant WRT the Graphic submenu
2007-07-27 12:47:58 +00:00
Bernhard Reutner-Fischer
153b1beaeb
- fix building mconf with curses flags
...
- make sure to rm .config when the first 'make menuconfig' was interrupted and thus no .config.cmd was created.
2007-07-27 12:37:30 +00:00
Bernhard Reutner-Fischer
0c238e669f
- the minimal busybox skeleton does not necessarily need this ld stuff.
...
If it is really needed (for dynamic builds), then it has to be created conditionally in the makefiles.
2007-07-27 10:39:55 +00:00
Ulf Samuelsson
c2cabfa0bb
Use linux headers version, if linux is not defined
2007-07-27 07:53:26 +00:00
Ulf Samuelsson
fff865894d
Ensure each target is copied, run libtool --finish
2007-07-27 07:48:56 +00:00
Ulf Samuelsson
8b841c2a89
Use correct binary in 'at' to avoid rebuilds
2007-07-27 07:38:48 +00:00
Ulf Samuelsson
dfdf88d25b
Make sure tn5250 uses the correct include path
2007-07-27 07:35:49 +00:00
Ulf Samuelsson
a0511a1291
Patch kexec inside makefile
2007-07-27 07:34:44 +00:00
Ulf Samuelsson
0155044c85
Remove bad definition of LD to allow building of shared libraries
2007-07-27 07:29:22 +00:00
Ulf Samuelsson
cd84eefcea
Use better Sandbox site
2007-07-25 17:41:15 +00:00
Ulf Samuelsson
cf9e85c6b5
Make SDL seled DirectFB
2007-07-25 17:39:26 +00:00
Ulf Samuelsson
0f5c291296
Fix tn5250 package
2007-07-25 17:37:50 +00:00
Ulf Samuelsson
97ead09d64
Bump version of portage/sandbox to allow build
2007-07-25 11:40:09 +00:00
Bernhard Reutner-Fischer
699b63b8c4
- no features with Apple Inc. (Heikki Lindholm)
2007-07-24 18:20:46 +00:00
Bernhard Reutner-Fischer
f9636d5684
- add gcc-4.2.1
2007-07-24 18:14:53 +00:00
Bernhard Reutner-Fischer
75e4ffffd3
- fix brackets if socketcall or ipc are not available (Yann E. MORIN)
2007-07-24 17:59:15 +00:00
Bernhard Reutner-Fischer
c5757aad70
- add a choice for Xserver selection.
...
This is ment as a suggestion Re: http://lists.busybox.net/lists/buildroot/2007-July/003835.html
2007-07-24 17:48:58 +00:00
Bernhard Reutner-Fischer
134a26b0fa
- adjust lzma arguments for current version
2007-07-24 16:34:28 +00:00
Ulf Samuelsson
049f3fc20a
Remove extra ':' from qte make
2007-07-24 14:14:36 +00:00
Ulf Samuelsson
90d64ed2bf
Fix some bugs in libxml2 make
2007-07-24 14:12:38 +00:00
Ulf Samuelsson
cc4cb291a4
Use known Buildroot symbols for linux in pcmcia
2007-07-24 14:10:03 +00:00
Ulf Samuelsson
bb9ded22bf
Bump ImageMagick version
2007-07-24 14:08:02 +00:00
Ulf Samuelsson
cb726c166d
Patch correctly kexec, make sure utils is built using HOSTCC
2007-07-24 14:06:13 +00:00
Bernhard Reutner-Fischer
29cc530407
- add fixups for lzma'ed initramfs
2007-07-24 13:41:05 +00:00
Bernhard Reutner-Fischer
6005d007ff
- forward port lzma-vmlinux and ipmisensors to 2.6.22.1
2007-07-24 12:32:40 +00:00
Ulf Samuelsson
87edde00ee
Cleanup of libungif package
2007-07-23 19:05:43 +00:00
Ulf Samuelsson
754087858c
Add configuration option allowing hiding packages needing WCHAR
2007-07-23 19:04:27 +00:00
Ulf Samuelsson
428f66a247
Make AVAHI depend on libdaemon
2007-07-23 15:00:37 +00:00
Bernhard Reutner-Fischer
170300e045
- revert a part that was introduced with the PROJECT changes.
...
fixes unability to build a kernel (failed to find rule .patched)
2007-07-23 14:43:40 +00:00
Ulf Samuelsson
dbdce5dfc5
Cleanup of mplayer package
2007-07-23 12:40:43 +00:00
Ulf Samuelsson
a1144a9341
Cleanup fbset package
2007-07-23 12:33:22 +00:00
Ulf Samuelsson
92de080e0b
Cleanup imagemagick package
2007-07-23 12:26:49 +00:00
Ulf Samuelsson
d6a17c0597
cleanup fbv package
2007-07-23 12:22:37 +00:00
Ulf Samuelsson
71ed851f44
cleanup fbv package
2007-07-23 12:19:59 +00:00
Ulf Samuelsson
5fa1ff25ad
cleanup alsa-utils
2007-07-23 12:03:24 +00:00
Bernhard Reutner-Fischer
85580c38a7
- fix typo in previous commit
2007-07-23 12:03:17 +00:00
Ulf Samuelsson
eb89ad4257
cleanup alsa-lib
2007-07-23 12:02:35 +00:00
Ulf Samuelsson
e750d9b676
Undo conditional configuration for fbv and fbset
2007-07-23 12:01:05 +00:00
Bernhard Reutner-Fischer
58002d40e9
- iff the cross-compiler supports certain mtune,march,mabi flags then use them for the packages.
...
This should make it obvious if the wrong compiler is used to build the target.
2007-07-23 11:37:25 +00:00
Bernhard Reutner-Fischer
f8cc31c604
- for autoconf'ed packages like these there is no need to pass TARGET_CONFIGURE_OPTS to make
2007-07-23 11:35:26 +00:00
Bernhard Reutner-Fischer
2942e44004
- just use the TARGET_CC
2007-07-23 11:34:30 +00:00
Bernhard Reutner-Fischer
926309afdb
- add missing dependency
2007-07-23 11:32:09 +00:00
Bernhard Reutner-Fischer
acc706b7b6
- the external-toolchain.mk is not parallel-safe, so ignore it.
...
- first step of minor adjustments to allow for a toplevel 'make -j128' (regardless of BR2_JLEVEL)
2007-07-23 11:29:38 +00:00
Bernhard Reutner-Fischer
e0fc615c1e
- add runlevel script for later use
2007-07-23 11:00:59 +00:00
Bernhard Reutner-Fischer
b384588ad0
- update ipmisensors
...
- add lzma vmlinuz
2007-07-23 10:29:34 +00:00
Ulf Samuelsson
0ad937e915
Add AVR32 support for strace
2007-07-23 10:26:23 +00:00
Ulf Samuelsson
f5d9ad3c7d
Update config for tiff package
2007-07-23 10:03:14 +00:00
Ulf Samuelsson
407899d899
Update openswan package with bugfixes
2007-07-23 09:45:23 +00:00
Ulf Samuelsson
e1e3b7a5ec
Add imagemagick package
2007-07-23 09:06:34 +00:00
Ulf Samuelsson
316aa9a192
Add fbset 'frame buffer set' package
2007-07-23 09:00:58 +00:00
Ulf Samuelsson
96a8fc9f59
Add fbv 'frame buffer viewer' package
2007-07-23 08:59:10 +00:00
Ulf Samuelsson
aa25036b4d
Remove unneeded patch from new dnsmasq version
2007-07-23 08:54:47 +00:00
Ulf Samuelsson
97b27732c6
Bump version of dnsmasq, with new patches
2007-07-23 08:47:32 +00:00
Ulf Samuelsson
9633b737bc
Update Config of gettext subdir
2007-07-23 08:35:06 +00:00
Ulf Samuelsson
d37c4ad70e
Add some additional terminals to ncurses
2007-07-23 08:33:41 +00:00
Ulf Samuelsson
260db3b0fb
All libungif package
2007-07-23 08:23:54 +00:00
Ulf Samuelsson
4089ac8ba3
Add fontconfig patches for cross-compile
2007-07-23 08:18:45 +00:00
Ulf Samuelsson
47fb8b73f2
Add mplayer package
2007-07-23 08:12:39 +00:00
Ulf Samuelsson
05936ec76e
Add alsa-utils package
2007-07-23 08:10:52 +00:00
Ulf Samuelsson
e74803b253
Use correct AVR32 chip id's
2007-07-23 07:59:56 +00:00
Ulf Samuelsson
d50f2371dc
Update libmad configuration + cleanup
2007-07-23 07:57:31 +00:00
Ulf Samuelsson
8143566382
Update SAMBA configuration + cleanup
2007-07-23 07:56:00 +00:00
Ulf Samuelsson
620f19dc2e
Add alsa-lib package
2007-07-23 07:54:13 +00:00
"Steven J. Hill"
f60905df62
No platform code in this file.
2007-07-22 20:09:54 +00:00
Ulf Samuelsson
3b7b07a422
ATMEL_MIRROR needs to be available before toolchain is built
2007-07-22 17:17:03 +00:00
Ulf Samuelsson
a035d2300a
Use a single ATMEL_MIRROR declaration + cleanup
2007-07-22 17:04:11 +00:00
"Steven J. Hill"
f82e442b98
Convert DOS to UNIX style.
2007-07-20 14:39:01 +00:00
"Steven J. Hill"
0ffc8419b4
Fix hdparm to cross build correctly. Also fix thttpd to build and install sanely and add simplified start up.
2007-07-20 14:37:48 +00:00
Ulf Samuelsson
4ccf17da47
Fix Linux build if BR2_PACKAGE_LINUX_EXPERIMENTAL_CONFIG is not defined
2007-07-20 12:03:54 +00:00
Ulf Samuelsson
65a964b6a7
Add additional include directory, required by some packages
2007-07-20 11:36:52 +00:00
Ulf Samuelsson
12ceed6375
Add experimental linux target option
2007-07-20 11:27:45 +00:00
Ulf Samuelsson
91a999f3ba
Ensure 'coreutils' use patch from the correct directory
2007-07-20 11:16:56 +00:00
Ulf Samuelsson
e42f1e0491
Avoid repeated rebuild of u-boot
2007-07-20 11:13:22 +00:00
Ulf Samuelsson
545fb67351
Add linux kconfig for AT91SAM9260EK running from dataflashcard
2007-07-20 11:04:58 +00:00
Ulf Samuelsson
3aa79f7068
Cleanup of Atmel Makefile.in
2007-07-20 11:03:20 +00:00
Ulf Samuelsson
f483f0a5e0
Add uclibc wchar default configuration
2007-07-20 10:49:46 +00:00
Ulf Samuelsson
196cbc2ca3
Add default configuration for AT91SAM9260EK running from dataflashcard
2007-07-20 10:47:35 +00:00
Ulf Samuelsson
64733ddb08
Add patch for linux 2.6.22.1
2007-07-20 08:27:49 +00:00
Ulf Samuelsson
e5af2c8316
Patch mtd from correct directory
2007-07-20 08:08:04 +00:00
Ulf Samuelsson
58ae45f345
Add optional mtd configuration (experimental - only available for Atmel targets)
2007-07-20 08:00:19 +00:00
Ulf Samuelsson
3c9ebe81c2
U-Boot cleanup
2007-07-20 07:54:21 +00:00
Ulf Samuelsson
fd9db1bd81
Add option for advanced linux configuration (experimental, only visible for Atmel targets)
2007-07-20 07:43:21 +00:00
Ulf Samuelsson
e7c08c297d
make source-check without permanently changing WGET command
2007-07-20 07:34:28 +00:00
"Steven J. Hill"
62b5ae4b66
Fix INITRAMFS target that was broken. Get rid of config stuff out of the top-level directory. Finally fix Linux kernel module building such that modules are built and installed first followed by rest of packages. This allows for packages to build external Linux kernel modules.
2007-07-18 18:07:19 +00:00
Ulf Samuelsson
88494a7bbe
vpnc needs an include dir
2007-07-17 19:16:32 +00:00
Ulf Samuelsson
73f43a28c3
Add vpnc package
2007-07-17 18:14:25 +00:00
Ulf Samuelsson
92bca2efe7
Add gpg-error package
2007-07-17 18:11:55 +00:00
Ulf Samuelsson
630dec28c2
Add GNU Crypto library
2007-07-17 18:10:35 +00:00
Ulf Samuelsson
3a18b7b9f7
Avoid repeated rebuilds of 'sysvinit'
2007-07-17 17:07:33 +00:00
Ulf Samuelsson
b2cc2970b9
Avoid repeated rebuilds of 'wipe'
2007-07-17 17:05:58 +00:00
Ulf Samuelsson
c4bd716055
Avoid repeated build of 'ed'
2007-07-17 15:37:08 +00:00
Ulf Samuelsson
256c7267a7
Make dbus depend on libxml2 and link with lib
2007-07-17 15:19:18 +00:00
Ulf Samuelsson
ff2adceaa2
Copy libxml2 headers to staging_dir (and possibly target_dir)
2007-07-17 15:17:42 +00:00
"Steven J. Hill"
1bb1d9f396
Add 'linux26-modules' target to allow external drivers to be built with the kernel. Also, remove 'boot' directory before creating INITRAMFS.
2007-07-17 13:28:31 +00:00
Ulf Samuelsson
a1e6a84bb3
Add AT91 targets
2007-07-17 12:19:56 +00:00
Ulf Samuelsson
431e0223da
Avoid constant rebuild of 'sed'
2007-07-17 12:12:12 +00:00
Ulf Samuelsson
4705b60076
Ensure we use host 'make', even when building 'make' in buildroot
2007-07-17 12:09:07 +00:00
Ulf Samuelsson
458ce81c87
Update configure files for libdaemon
2007-07-17 12:06:01 +00:00
Ulf Samuelsson
4e01b05d94
Avoid constant rebuild of 'socat'
2007-07-17 12:04:36 +00:00
Ulf Samuelsson
847d0aaca2
Read patch from correct directory
2007-07-17 12:02:44 +00:00
Ulf Samuelsson
e826372fdb
Fix spelling error
2007-07-17 12:01:09 +00:00
Ulf Samuelsson
a2932f294d
Fix compile bugs caused by undefined preprocessor variables
2007-07-17 11:05:31 +00:00
"Steven J. Hill"
bf45b77078
Make OpenSSL support to be configurable and get the install target footprint to be as small as possible. Also clean up the clean target. "Clean up, clean up, everybody lend a hand! Clean up, clean up, you can do it, yes you can."
2007-07-17 00:27:10 +00:00
"Steven J. Hill"
afab848a5e
Fix build directives and clean target screwed up by me.
2007-07-17 00:25:31 +00:00
"Steven J. Hill"
8beacdba1e
The clean target should really work.
2007-07-17 00:24:54 +00:00
"Steven J. Hill"
7a91ec9af6
Should have been with 'tinyhttpd' check-in.
2007-07-17 00:24:13 +00:00
"Steven J. Hill"
9e7a628293
We need LDFLAGS here.
2007-07-17 00:23:46 +00:00
"Steven J. Hill"
80de02162d
Add new 'tinyhttpd' package and move all other httpd servers to be disabled if the BusyBox server is being used.
2007-07-17 00:23:31 +00:00
"Steven J. Hill"
b9721176ba
Build proftpd with IPv6 support only if the toolchain was configured as such.
2007-07-17 00:22:39 +00:00
"Steven J. Hill"
51245ee183
Do not use wildcard for patches.
2007-07-17 00:22:16 +00:00
"Steven J. Hill"
bc9dcb8574
Bump Samba to latest version and update patches.
2007-07-17 00:21:16 +00:00
"Steven J. Hill"
c5180589da
A number of fixes including placing of the final image into the 'binaries' directory. Moved INITRAMFS_TARGET to the correct location as modules from the built kernel were not being installed until after the INITRAMFS had been built. Fixed config options for INITRAMFS to be correct and cleaned up whitespace/tab issues.
2007-07-17 00:20:32 +00:00
"Steven J. Hill"
c51e7ada45
Allow selection of RPC and IPv6 options for an external toolchain.
2007-07-17 00:18:54 +00:00
Ulf Samuelsson
f9a0f11030
Add libxml2 package
2007-07-16 20:13:22 +00:00
Ulf Samuelsson
739c51d175
Cleanup of libcgi
2007-07-16 19:03:46 +00:00
Ulf Samuelsson
ce01a666dc
Avoid rebuilding 'readline-5.1'
2007-07-16 11:14:44 +00:00
Ulf Samuelsson
21f3e48d6c
Avoid rebuild of openntpd
2007-07-16 10:58:58 +00:00
Ulf Samuelsson
5dce7d3005
Temporarily allow static libgettext library option to ensure build can complete for ARM
2007-07-16 10:00:29 +00:00
Ulf Samuelsson
483331462a
Avoid repeated rebuild of libusb
2007-07-16 09:45:39 +00:00
Ulf Samuelsson
144f079cde
Stop repeated build of libcgi
2007-07-16 09:32:07 +00:00
Ulf Samuelsson
1ed4094d61
Get rid of repeated rebuild of 'at'
2007-07-16 08:12:15 +00:00
Ulf Samuelsson
06cc62f9cf
Get rid of repeated copy of 'customize'
2007-07-16 07:55:50 +00:00
Ulf Samuelsson
826f8ef472
Use correct script to init lighttpd
2007-07-15 23:35:31 +00:00
Ulf Samuelsson
f481330866
Make package/pcmcia depend on 'linux26' (which is defined) instead of 'linux'
2007-07-15 22:01:33 +00:00
Ulf Samuelsson
0f9c5b1129
Define HOSTLN to allow gzip to build for non-x86 target
2007-07-15 21:54:11 +00:00
Ulf Samuelsson
f54e958645
Fix acpid version info
2007-07-15 17:06:15 +00:00
Ulf Samuelsson
7a3bccae42
Correct JFFS2 Erase Size for AT45 dataflash
2007-07-14 07:26:41 +00:00
Bernhard Reutner-Fischer
e0dd5309bd
- use established style
2007-07-13 12:21:19 +00:00
Ulf Samuelsson
3147e777fe
Make Config.in targets for ARM chips look consistent
2007-07-12 18:47:48 +00:00
Ulf Samuelsson
7c61ca6f0c
Fix Document style
2007-07-12 17:04:05 +00:00
Ulf Samuelsson
fe1bd1ae1b
Workaround for vi bug in syntax highlighting
2007-07-12 16:57:47 +00:00
Ulf Samuelsson
d65d81e06d
Fix Document style
2007-07-12 16:53:13 +00:00
Ulf Samuelsson
e17c3858c4
Add comment on when to use BUILD_DIR vs PROJECT_BUILD_DIR
2007-07-12 15:32:04 +00:00
Ulf Samuelsson
e327a1f0a7
Change HOSTNAME to TARGET_HOSTNAME to avoid superseeding build host HOSTNAME
2007-07-12 15:28:58 +00:00
Ulf Samuelsson
be089760c6
Update Instructions for applying for Buildroot write access
2007-07-12 14:46:03 +00:00
Ulf Samuelsson
02616c53c3
Update Documentation for BSP patch
2007-07-12 14:43:44 +00:00
Ulf Samuelsson
412ca2a4d4
BSP Patch:
...
=========================================================
The purpose of the BSP patch is to allow building
several boards inside the same buildroot tree.
For this to work, each board has to have its
own "$(TARGET_DIR)" and all *configurable* packages
must be rebuilt for each board.
They are now built in the "$(PROJECT_BUILD_DIR)"
All non configurable packages can and should still
be built in the "$(BUILD_DIR)".
If a package is built for one board, then when
you build for a second board of the same architecture
the build becomes a simple copy of the resulting
binaries.
-----
Define BR2_PROJECT which will be used as the selector
between different boards. Note that BR2_PROJECT allow
you to build multiple root file systems for a single
board, and should not be confused with BR2_BOARD_NAME
which relates to the H/W.
-----
Define PROJECT_BUILD_DIR as "PROJECT_BUILD_DIR/$(PROJECT)"
Define BINARIES_DIR as "binaries/$(PROJECT)"
Define TARGET_DIR as "$(PROJECT_BUILD_DIR)/root"
(some prefix/postfix may apply)
Resulting images are stored in "$(BINARIES_DIR)"
-----
Define a few new environment variables in Makefile
PROJECT: Stripped BR2_PROJECT
DATE: Date of build in YYYY-MM-DD format
HOSTNAME: Stripped BR2_HOSTNAME => /etc/hostname
BANNER: Stripped BR2_BANNER => /etc/issue
Linux and Busybox will be built in $(PROJECT_BUILD_DIR)
More patches will be needed later to ensure all
configurable packages are built in this directory.
2007-07-12 13:11:03 +00:00
Ulf Samuelsson
7def55591d
Define date of build as DATE, use in mtd/mtd.mk
2007-07-11 15:01:42 +00:00
Ulf Samuelsson
c0c804da6e
Configure linux within target/linux/Config.in instead of within target/device/Config.in
2007-07-11 14:42:32 +00:00
Ulf Samuelsson
cf254e81d1
Configure linux within target/linux/Config.in instead of within target/device/Config.in
2007-07-11 14:40:56 +00:00
Ulf Samuelsson
0e5715a9d7
Build linux within target/linux/Makefile.in instead of within target/linux26.mk
2007-07-11 14:34:55 +00:00
Ulf Samuelsson
32ea433d09
Use <package>_VERSION in all <package>.mk instead of <package>_VER
2007-07-11 14:20:47 +00:00
Ulf Samuelsson
e1621a4a2a
Use <package>_VERSION in all <package>.mk instead of <package>_VER
2007-07-11 14:06:06 +00:00
Ulf Samuelsson
cd599b6114
Use <package>_VERSION in all <package>.mk instead of <package>_VER
2007-07-11 13:55:55 +00:00
Ulf Samuelsson
b40e89ab86
Use <package>_VERSION in all <package>.mk instead of <package>_VER
2007-07-11 13:55:21 +00:00
Bernhard Reutner-Fischer
60a17626c5
- fix building sstrip
2007-07-10 11:34:22 +00:00
Bernhard Reutner-Fischer
5ff7c496e7
- cosmetics: rename _VER to _VERSION and touch at
2007-07-09 18:36:01 +00:00
Bernhard Reutner-Fischer
c0d7d4e035
- fix evaluation of HOSTCFLAGS for kconfig. Closes #1415
2007-07-09 18:23:20 +00:00
Bernhard Reutner-Fischer
ead86bff64
- pull from upstream
2007-07-09 17:59:19 +00:00
Bernhard Reutner-Fischer
9bb66ca13e
- the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).
...
Fixes build breakage as seen by Ulf et al.
2007-07-09 08:30:38 +00:00
Bernhard Reutner-Fischer
81df22641f
- wipe config related files in distclean
2007-07-09 08:06:27 +00:00
Ulf Samuelsson
ae0af115cd
WGET_NOSPIDERS is not defined, use WGET for now
2007-07-09 04:59:45 +00:00
Ulf Samuelsson
e47699f952
Use hostap release version instead of snapshot
2007-07-09 04:40:53 +00:00
Ulf Samuelsson
83832cdafd
sh needs '-c' to run a binary
2007-07-09 04:26:49 +00:00
Bernhard Reutner-Fischer
9dd07e229c
- add pxelinux
2007-07-08 20:51:19 +00:00
Bernhard Reutner-Fischer
649046bd2e
- apply settings for initramfs
2007-07-08 19:22:58 +00:00
Bernhard Reutner-Fischer
149c552e0f
- provide option to build an initramfs out of the current rootfs. Closes #881
2007-07-08 19:22:18 +00:00
Bernhard Reutner-Fischer
402d710eeb
- bump version
...
- misc adjustments while at it
2007-07-08 19:07:46 +00:00
Bernhard Reutner-Fischer
d92e6430d2
- make it compile.
2007-07-08 18:58:48 +00:00
Bernhard Reutner-Fischer
4931753651
- remove cruft
2007-07-08 18:16:12 +00:00
Bernhard Reutner-Fischer
99b812f778
- bump version and make it compile
2007-07-08 18:14:51 +00:00
Bernhard Reutner-Fischer
7d8a59b40e
- populate some BR2_GCC_TARGET_ARCH, BR2_GCC_TARGET_ABI, BR2_GCC_TARGET_TUNE defaults (hand-waving mode, of course untested.. ;)
2007-07-08 16:28:54 +00:00
Bernhard Reutner-Fischer
9fbb109506
- unify the GCC_WITH_ configure options and make them active
2007-07-08 16:27:25 +00:00
Bernhard Reutner-Fischer
c779748845
- add missing dirclean target (Cristian Ionescu-Idbohrn)
2007-07-08 13:55:49 +00:00
Bernhard Reutner-Fischer
ddbaf4dd43
- update defaults
2007-07-08 13:51:15 +00:00
Bernhard Reutner-Fischer
fcc96a41bb
- fix looking for libexpat.so in wrong place (Cristian Ionescu-Idbohrn)
...
- bump version
2007-07-08 13:20:46 +00:00
Bernhard Reutner-Fischer
fcd4ec5286
- factor-out common config options for staging and target compiler
...
- take extra options for the respective compilers into account
2007-07-08 13:13:29 +00:00
Bernhard Reutner-Fischer
58ca925353
- we have to reconfigure iff some compiler-config was changed.
2007-07-08 12:50:06 +00:00
Bernhard Reutner-Fischer
e491fba221
- add help target
2007-07-08 12:20:58 +00:00
Bernhard Reutner-Fischer
d99aa31062
- CONFIG_FDISK_SUPPORT_LARGE_DISKS depends on LFS
2007-07-08 12:10:21 +00:00
Bernhard Reutner-Fischer
9fc22c025d
- provide default for vfprintf
2007-07-08 12:05:03 +00:00
Bernhard Reutner-Fischer
d1bd218618
- fdisk was broken in r18727, disable for now.
2007-07-08 12:04:34 +00:00
Bernhard Reutner-Fischer
20dd05b6c3
- forgot to provide a default config for 1.6.1
...
Thanks to Cristian Ionescu-Idbohrn for noticing this.
2007-07-08 11:56:38 +00:00
Bernhard Reutner-Fischer
ab088e8cd1
- iso9660 target does not build target kernel due to missing dependency. Closes #1194
2007-07-08 11:25:25 +00:00
Bernhard Reutner-Fischer
c1dc610e0d
- bump version and uninstall runlevel script. Closes #1366
2007-07-08 11:03:43 +00:00
Bernhard Reutner-Fischer
8fce4ba864
- pretty print path for brevity
2007-07-08 00:18:51 +00:00
Bernhard Reutner-Fischer
f987b7a541
- silence a cosmetic warning (closes several issues in mantis).
...
This also provides a nice up-to-date filestamp if something got reconfigured (e.g. c++ support got toggled) that can be used in the future to depend accordingly.
2007-07-08 00:00:17 +00:00
Bernhard Reutner-Fischer
5923827262
- adjust for the released 4.2.0 version
2007-07-07 23:55:19 +00:00
Bernhard Reutner-Fischer
7cd9f3da74
- forgot to adjust the path
2007-07-07 23:54:33 +00:00
Bernhard Reutner-Fischer
c79018c5ef
- mention from which version this copy of kconfig comes from (redundant since i noted it already in the checkin message, but ok).
2007-07-07 18:17:41 +00:00
Bernhard Reutner-Fischer
59e19c5890
- use correct path to libstdc++
2007-07-07 12:58:15 +00:00
Ulf Samuelsson
4bb783dbe4
Avoid stripping scripts
2007-07-07 12:28:25 +00:00
Bernhard Reutner-Fischer
1904280ac9
- using $(STAGING_DIR)/include is inherently wrong. $(STAGING_DIR)/usr/include
...
is the proper path for includes (check your host)
2007-07-07 11:06:08 +00:00
Bernhard Reutner-Fischer
98ed96b60e
- pull in missing hunks from the arm-mmap fix.
2007-07-07 10:39:13 +00:00
Bernhard Reutner-Fischer
2e69d5d162
- bump version
2007-07-07 10:14:30 +00:00
Bernhard Reutner-Fischer
595883a832
- account for setups without wchar support.
2007-07-07 10:11:17 +00:00
Bernhard Reutner-Fischer
911a8934de
- improve help text
2007-07-07 09:31:09 +00:00
Ulf Samuelsson
e3695fd1af
Avoid stripping a script file
2007-07-07 07:34:37 +00:00
Ulf Samuelsson
4df454e974
Remove some unwanted white space in Makefile
2007-07-06 12:19:35 +00:00
"Steven J. Hill"
87f5a311d7
Get rid of leading whitespace to silence warnings from config system.
2007-07-06 11:42:03 +00:00
"Steven J. Hill"
9a0f303cce
Bump versions.
2007-07-06 11:41:27 +00:00
"Steven J. Hill"
6f59d3ce32
Remove more stuff during 'make distclean'.
2007-07-06 04:58:01 +00:00
"Steven J. Hill"
9a4ca08e5f
Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next.
2007-07-06 04:26:32 +00:00
"Steven J. Hill"
9fba547400
Fix patch filtering and add new patch to disable tests for IPv6 when not selected.
2007-07-06 04:21:22 +00:00
"Steven J. Hill"
e8b93caa82
Bump version of tar and add disabling of IPv6 for psmisc if it is not selected. Submitted by <buraphalinuxserver@gmail.com>.
2007-07-05 17:56:24 +00:00
"Steven J. Hill"
c488d2c681
Add building of m4 for host and fix autoconf dependency. Submitted by Julien Letessier <julien.letessier@technosens.fr>.
2007-07-05 17:54:38 +00:00
"Steven J. Hill"
5e1e636abf
Update version of ed and remove obsoleted patch. Submitted by <buraphalinuxserver@gmail.com>.
2007-07-05 17:52:31 +00:00
Peter Korsgaard
6adb205522
Remove configure cruft
2007-07-05 15:55:23 +00:00
"Steven J. Hill"
3b2d671335
This was for when I was building a toolchain without BR2_TOOLCHAIN_SYSROOT set. Maybe when it is set the C++ libraries get put into $(TARGET_DIR)/lib. If that is the case, then an 'if-else' block will need to be placed to strip the right location.
2007-07-05 05:15:47 +00:00
"Steven J. Hill"
ac211bea29
Enable the option.
2007-07-05 05:13:46 +00:00
"Steven J. Hill"
cb3903168b
Do not override CFLAGS in uClibc. Instead concatenate with the ARCH_CFLAGS. Also, pass only the TARGET_CONFIGURE options that are necessary for building the utilities so that CFLAGS are not passed.
2007-07-05 05:13:20 +00:00
Bernhard Reutner-Fischer
4217651181
- forgot a line
2007-07-02 15:20:05 +00:00
Bernhard Reutner-Fischer
ed438a4f58
- forgot to write out the .config.cmd
2007-07-02 14:35:11 +00:00
Bernhard Reutner-Fischer
1ca33cb117
- bump version
2007-07-02 09:54:18 +00:00
Bernhard Reutner-Fischer
e4e8dc7f73
- udhcp was merged into busybox some years ago; use a recent busybox instead!
2007-07-02 08:58:56 +00:00
Bernhard Reutner-Fischer
2dd6b35498
- change download site to sourceforge
2007-06-29 08:18:13 +00:00
Bernhard Reutner-Fischer
2d8b8c15fe
- fix make defconfig (Rick Foos)
2007-06-28 22:38:48 +00:00
Bernhard Reutner-Fischer
1548b21ce2
- add quagga suite
2007-06-28 15:55:00 +00:00
Bernhard Reutner-Fischer
79e2d802ae
- fix a few -clean targets.
...
- bash build is not parallel-safe
2007-06-28 14:07:13 +00:00
Bernhard Reutner-Fischer
0629a673ae
- work around bug in gcc (or rather libiberty) for parallel install
2007-06-28 14:05:29 +00:00
Bernhard Reutner-Fischer
f31f1e4db4
- fix building the utilities that are ment to be run on the _HOST_ (Julien Letessier)
2007-06-28 14:03:04 +00:00
Bernhard Reutner-Fischer
649e4fd808
- provide autotools for the host (Julien Letessier)
2007-06-28 13:51:07 +00:00
Bernhard Reutner-Fischer
efd4bd9a6e
- rm some old files
2007-06-28 13:06:21 +00:00
Bernhard Reutner-Fischer
371d012143
- pull arm mmap fix from trunk
2007-06-28 12:14:16 +00:00
Bernhard Reutner-Fischer
7dde1b9e71
- respin whole patch for the sake of simplicity
2007-06-28 12:11:12 +00:00
Bernhard Reutner-Fischer
543a89568e
- make it compile with a C89 compiler
2007-06-28 11:53:59 +00:00
Bernhard Reutner-Fischer
afc61c6e8e
- adjust infrastructure for new kconfig
2007-06-28 10:47:05 +00:00
Bernhard Reutner-Fischer
a665ed3496
- pull kconfig from linux-2.6.21.5
2007-06-28 10:46:19 +00:00
Bernhard Reutner-Fischer
e89cffadee
- use BR2_INET_IPV6
2007-06-27 21:07:09 +00:00
Bernhard Reutner-Fischer
bc8d90683e
- stub for grub2. Needs to be fixed upstream first.
2007-06-27 21:03:42 +00:00
Bernhard Reutner-Fischer
74d518dc2a
- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
...
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-27 12:01:27 +00:00
Bernhard Reutner-Fischer
de18b661cf
- introduce TARGET_CONFIGURE_ARGS to hold presets for configure for target packages
2007-06-27 09:48:23 +00:00
Bernhard Reutner-Fischer
732beaf4d9
- use correct installation path
2007-06-27 09:40:25 +00:00
Bernhard Reutner-Fischer
272443c1c2
- the actual current version of NTP is 4.2p2 (Julien Letessier)
...
- fixed the configure flag (Julien Letessier)
2007-06-27 09:18:58 +00:00
Bernhard Reutner-Fischer
f203aaf7c0
- use BR2_INET_IPV6
2007-06-26 17:45:08 +00:00
Bernhard Reutner-Fischer
4ec94aed2e
- fix typo in sed expr
2007-06-26 16:58:11 +00:00
Bernhard Reutner-Fischer
e252fa9385
- filter out eventual -fPIC -fpic -DPIC flags from the target cflags
...
Honor the .config setting for KCONFIG and FORMAT iff not imposed by the target/device. If they are not set in the config, the defaults (zImage etc) still apply.
2007-06-26 16:36:31 +00:00
Bernhard Reutner-Fischer
5dd91e234e
- apply the patches
2007-06-26 16:35:07 +00:00
Bernhard Reutner-Fischer
a48d8f5414
- add BR2_INET_IPV6 and BR2_INET_RPC
...
TODO: use $(DISABLE_IPV6) in packages instead of a gazillion different hackish ways that are currently in there
2007-06-26 16:34:45 +00:00
Bernhard Reutner-Fischer
23f59c69c5
- bump version
2007-06-26 16:18:00 +00:00
Bernhard Reutner-Fischer
806cc3b5d3
- bump version, make it compile. tickadjust has to be disabled. Closes #1029
...
Provide means for installing sntp
2007-06-26 15:41:01 +00:00
Bernhard Reutner-Fischer
7bc1430669
- don't bail out on cc warnings
2007-06-26 14:32:10 +00:00
Bernhard Reutner-Fischer
c77052465a
- pass -msoft-float if BR2_SOFT_FLOAT is set. Closes bug #1069
2007-06-26 14:02:29 +00:00
Bernhard Reutner-Fischer
0abc368c5c
- check for clean environment variables ARCH, CROSS_COMPILE, GREP_OPTIONS
2007-06-26 13:26:51 +00:00
Bernhard Reutner-Fischer
b127e7696b
- force DirectFB to detect PAGE_SIZE via sysconf (Ivan Kuten)
2007-06-26 06:24:37 +00:00
Bernhard Reutner-Fischer
5a69bcda3d
- Add a system-V init script to ntpd. Closes #518
2007-06-25 18:27:58 +00:00
Bernhard Reutner-Fischer
faf363f197
- account for now optional archive
2007-06-25 16:56:11 +00:00
Bernhard Reutner-Fischer
12435dfe47
- fix typo in previous commit
2007-06-25 16:35:23 +00:00
Bernhard Reutner-Fischer
ab57732b25
- correct installation path
2007-06-25 15:38:03 +00:00
Bernhard Reutner-Fischer
187d5531b3
- correct installation path
2007-06-25 15:07:25 +00:00
Bernhard Reutner-Fischer
27f55ff470
- bump version and correct installation path
2007-06-25 14:53:24 +00:00
Bernhard Reutner-Fischer
e1d4dc1d8e
- forgot to adjust the pathes..
2007-06-25 11:22:26 +00:00
Bernhard Reutner-Fischer
7e81360323
- pull some additional fixes from upstream
2007-06-25 11:17:52 +00:00
Bernhard Reutner-Fischer
f7ce4eb03c
- use sysconf to obtain the pagesize (Ivan Kuten)
2007-06-25 11:12:51 +00:00
Bernhard Reutner-Fischer
489a777527
- add post 1.6.0 fix
2007-06-25 11:07:11 +00:00
Bernhard Reutner-Fischer
ba2e7e02d1
- 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)
2007-06-25 10:56:13 +00:00
Bernhard Reutner-Fischer
56652fea49
- remove erroneously copied patch
2007-06-25 10:40:32 +00:00
Bernhard Reutner-Fischer
4d49614d3f
- preserve quotes
2007-06-25 10:29:47 +00:00
Bernhard Reutner-Fischer
d5ea4caa14
- preserve quotes
2007-06-25 10:23:24 +00:00
Bernhard Reutner-Fischer
1b36731fe3
- for -Os, turn switch statements into if-else chains
2007-06-25 09:44:12 +00:00
Bernhard Reutner-Fischer
4d46a28442
- add 2.17.50.0.17
2007-06-25 09:43:16 +00:00
Bernhard Reutner-Fischer
0982183a8d
- bump version
...
- add SUSV legacy fixups
2007-06-25 09:41:35 +00:00
Bernhard Reutner-Fischer
933d5c60ef
- improve the zlib-clean target
2007-06-25 09:07:08 +00:00
Bernhard Reutner-Fischer
2f92075db2
- make sure that TARGET_DIR/usr/lib exists
2007-06-25 09:01:53 +00:00
Bernhard Reutner-Fischer
b63654f352
- Install the library under $(STAGING_DIR)/usr/lib (Julien Letessier)
2007-06-25 08:58:38 +00:00
Bernhard Reutner-Fischer
a56ecc4aee
- bump version and correct install dirs (Julien Letessier)
2007-06-25 08:37:23 +00:00
Bernhard Reutner-Fischer
3796424648
- add patch for the 0.9.29 release that fixes the visibility of internal_function
2007-06-25 08:16:14 +00:00
Bernhard Reutner-Fischer
fd88629534
- adjust patches of the gcc-clean target
2007-06-25 07:52:41 +00:00
Bernhard Reutner-Fischer
b3dde84b82
- yet another hunk that should have been part of r18904
2007-06-24 14:38:06 +00:00
Bernhard Reutner-Fischer
7e0c890c72
- forgot to apply this hunk that should have belonged to r18904
2007-06-24 12:27:08 +00:00
Bernhard Reutner-Fischer
a6dbba6c24
- disable sysroot support for anything but the current, stable release series
2007-06-24 11:30:05 +00:00
Bernhard Reutner-Fischer
17bc94ad53
- bump version
2007-06-23 13:56:52 +00:00
Bernhard Reutner-Fischer
3c0e52dcc8
- "Keep the actual toolchain binaries in a directory at the same level".
2007-06-23 13:49:33 +00:00
Bernhard Reutner-Fischer
58b07230ff
- fix typo in version
2007-06-23 13:43:39 +00:00
Bernhard Reutner-Fischer
43201cc258
- 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.
2007-06-23 09:50:29 +00:00
Bernhard Reutner-Fischer
aec891b737
- fixup ccache to know about usr/bin
2007-06-22 19:01:48 +00:00
Bernhard Reutner-Fischer
7f9060242f
- LINUX26_BINLOC is always defined in target/device/mips/Makefile.in, even for non-mips
...
Thanks to Julien Letessier for spotting my omission
2007-06-22 17:49:14 +00:00
Bernhard Reutner-Fischer
1728f54e77
- gdb resides in usr/
2007-06-22 10:42:07 +00:00
Bernhard Reutner-Fischer
4a175d2319
- add a sample (pseudo-)board for a mips malta box
2007-06-22 08:47:09 +00:00
Bernhard Reutner-Fischer
0848d01d38
- need to rename these hunks to come after the base patches
2007-06-21 22:14:55 +00:00
Bernhard Reutner-Fischer
395d400aac
- bump version to 2.6.21.5
2007-06-21 22:10:12 +00:00
Bernhard Reutner-Fischer
96a63a34fa
- version bump (not yet tested..)
2007-06-21 22:09:36 +00:00
Bernhard Reutner-Fischer
040f92bfc0
- use correct path for lzo libs and headers et al
2007-06-21 22:07:24 +00:00
Bernhard Reutner-Fischer
5dbb973e0e
- use correct path for lzo libs and headers
2007-06-21 22:06:48 +00:00
Bernhard Reutner-Fischer
5a6e977994
- use the correct path to the pkgconfig .pc
2007-06-21 22:05:39 +00:00
Bernhard Reutner-Fischer
92bfa8fda9
- update docs to mention the new sysroot support.
2007-06-21 16:58:36 +00:00
Bernhard Reutner-Fischer
701d2aea93
- escape wildcards in kernel-patch patterns
2007-06-20 13:25:44 +00:00
Bernhard Reutner-Fischer
96b998842d
- use $@
2007-06-20 13:19:40 +00:00
Bernhard Reutner-Fischer
f2433fa3fa
- you have to escape the asterisk
2007-06-20 13:18:53 +00:00
Bernhard Reutner-Fischer
057f971934
- bump version
2007-06-20 12:10:48 +00:00
Bernhard Reutner-Fischer
c81807a9d7
- add OPENMP configure handling (needed for e.g. gettext).
2007-06-20 12:00:54 +00:00
Bernhard Reutner-Fischer
8027784c35
- add full sysroot support for non-ancient toolchains.
...
- start to separate usr/lib and lib to match normal system-layout
2007-06-20 11:26:36 +00:00
Peter Korsgaard
2c64904519
Hide troublesome environment variables from sub processes
...
(E.G. screws up gdb, busybox, ..)
2007-06-19 15:19:27 +00:00
"Steven J. Hill"
a7dae1919c
If external toolchain support NPTL, then we should build Open POSIX Testsuite if the user selects us.
2007-06-16 18:27:38 +00:00
"Steven J. Hill"
07feaa5736
Get rid of extra directory entry in JFFS2 and add wildcarding for usbmount patches.
2007-06-16 17:56:05 +00:00
"Steven J. Hill"
d04f3b5aaf
Get rid of extra directory entries.
2007-06-16 17:55:32 +00:00
"Steven J. Hill"
e894d1ac6c
Please make sure to update this file as well for new versions of GDB.
2007-06-16 17:55:05 +00:00
"Steven J. Hill"
8f8e19df58
Fix install of scripts.
2007-06-16 17:54:38 +00:00
Peter Korsgaard
12958f2d6f
busybox 1.6.0 patches
2007-06-14 13:09:06 +00:00
Bernhard Reutner-Fischer
3491c3e2d0
- 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.
2007-06-13 18:13:51 +00:00
Peter Korsgaard
1c0ead4129
aumix package
2007-06-13 10:07:16 +00:00
Peter Korsgaard
45ac6df37c
Use BR2_ENDIAN for big/little endianness detection
2007-06-12 15:30:32 +00:00
Peter Korsgaard
6755d78ea6
Bumped version
2007-06-12 15:19:27 +00:00
Bernhard Reutner-Fischer
5b98b48d85
- bump version
2007-06-09 09:58:14 +00:00
Bernhard Reutner-Fischer
608d581764
- forgot to supply a default for UCLIBC_EXTRA_CFLAGS
2007-06-07 16:18:20 +00:00
Bernhard Reutner-Fischer
825ff341da
- 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.
2007-06-07 12:57:03 +00:00
Bernhard Reutner-Fischer
c3b0598d61
- update defconfig
2007-06-07 12:54:29 +00:00
Bernhard Reutner-Fischer
9da0c33f75
- adjust sample config
2007-06-07 12:16:55 +00:00
Bernhard Reutner-Fischer
0eca4b95ed
- hide atmel target if arch is not arm nor avr32
2007-06-07 10:48:01 +00:00
Bernhard Reutner-Fischer
89c4864b06
- the at91 mirrors depend on BR2_TARGET_ATMEL which may add at91 support later on which itself will select BR2_TARGET_ATMEL
2007-06-06 21:05:18 +00:00
Bernhard Reutner-Fischer
885da5d67a
- fix typo
2007-06-06 20:25:16 +00:00
Bernhard Reutner-Fischer
fec743a305
- fix typo which led to a superfluous cp invocation
2007-06-06 19:59:01 +00:00
Bernhard Reutner-Fischer
1a5c324167
- better also copy the link targets..
2007-06-06 19:50:05 +00:00
Bernhard Reutner-Fischer
cca0bfe4e3
- prefer shared libs on the host
2007-06-06 19:45:46 +00:00
Bernhard Reutner-Fischer
c6eb2ed657
- 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
2007-06-06 18:14:00 +00:00
Bernhard Reutner-Fischer
3342c8c547
- make sure to have the target-dir where we want to unpack ltp to
2007-06-06 18:10:48 +00:00
Bernhard Reutner-Fischer
6570eabd94
- bump version
2007-06-06 18:10:14 +00:00
Bernhard Reutner-Fischer
eb84b6dba3
- fix typo in version check
2007-06-05 07:38:07 +00:00
Bernhard Reutner-Fischer
915d1d2bd1
- update config
2007-06-02 17:41:02 +00:00
Bernhard Reutner-Fischer
ece6fe0595
- improve wording of BR2_PREFER_STATIC_LIB
2007-06-02 16:36:43 +00:00
Bernhard Reutner-Fischer
ca50d0da5c
- bump version
2007-06-02 13:13:56 +00:00
Bernhard Reutner-Fischer
c6e43c9da3
- fixup the extension for the host and start to honor BR2_PREFER_STATIC_LIB
2007-06-02 11:22:17 +00:00
Bernhard Reutner-Fischer
7dcbbfbbd8
- move setting up the extensions to correct place (like i said but tom didn't do..)
2007-06-02 09:05:40 +00:00
Bernhard Reutner-Fischer
fc9566ef23
- correct extensions for apple (thanks Heikki Lindholm for pointing this out)
2007-06-02 08:49:45 +00:00
Bernhard Reutner-Fischer
3096f34d27
- 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.
2007-06-01 22:16:28 +00:00
Peter Korsgaard
961229caf5
Cleanup, get rid of MPG123_WORKDIR, use $@, libmad not needed
2007-05-31 15:42:33 +00:00
Peter Korsgaard
9f47480019
Cleanup, get rid of ETHTOOL_WORKDIR, use $@
2007-05-31 15:27:05 +00:00
Peter Korsgaard
958dd529d4
Cleanup, get rid of HASERL_WORKDIR, use $@
2007-05-31 15:19:37 +00:00
Peter Korsgaard
2f1893a8e5
libid3tag requires zlib. Noticed by Stuart Wood
2007-05-29 14:55:27 +00:00
Peter Korsgaard
002ad94857
Fixed silly typo. Thanks to Petur Thors for reporting
2007-05-24 21:23:19 +00:00
Peter Korsgaard
ca837b638e
fontconfig requires expat
2007-05-24 08:41:49 +00:00
Peter Korsgaard
ab06ab7654
Strip binaries at install. Closes #1365
2007-05-23 15:41:48 +00:00
Peter Korsgaard
a3bf044725
ncftp package. Patch from #1355
2007-05-22 11:59:22 +00:00
Peter Korsgaard
293c026854
Fixup joystick.h include with modern kernel headers. Patch from #1217 .
2007-05-22 11:17:27 +00:00
Peter Korsgaard
a489dda13f
Use freetype-host for host tools. Fixes #1328
2007-05-22 10:31:25 +00:00
Peter Korsgaard
660b19062d
Use select instead of depends for dependencies
2007-05-22 07:42:32 +00:00
Peter Korsgaard
ef53dd3b8e
Use select instead of depends for dependencies
2007-05-22 07:40:36 +00:00
Bernhard Reutner-Fischer
33553eb655
- fix path to staging binary. Closes #1353
2007-05-18 09:59:36 +00:00
Bernhard Reutner-Fischer
804c6d57bb
- bump patch version
2007-05-18 09:55:09 +00:00
Peter Korsgaard
77c982494d
Strip libraries
2007-05-15 13:58:35 +00:00
Bernhard Reutner-Fischer
b7d87dd962
- 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
2007-05-15 12:50:04 +00:00
Bernhard Reutner-Fischer
f69be807b5
- bump patch version
2007-05-15 11:39:44 +00:00
Bernhard Reutner-Fischer
4f5ac8baa6
- add gdb-6.6
2007-05-15 11:33:08 +00:00
Bernhard Reutner-Fischer
aaf013cc16
- add 2.17.50.0.16
2007-05-15 11:28:58 +00:00
Bernhard Reutner-Fischer
30d713a81b
- bump version
2007-05-15 11:25:41 +00:00
Bernhard Reutner-Fischer
014ad48f5f
- bump version
2007-05-15 11:24:27 +00:00
Bernhard Reutner-Fischer
c1efa9b291
- bump version
2007-05-15 11:23:46 +00:00
Peter Korsgaard
01d97bb0c9
Don't use libssp as it doesn't get installed
2007-05-15 09:45:21 +00:00
Bernhard Reutner-Fischer
5706a8f36e
- fixed upstream in r18618
2007-05-15 09:33:57 +00:00
Bernhard Reutner-Fischer
1f020bb491
- store uClibc's configfile as BR2_UCLIBC_CONFIG in menuconfig
2007-05-12 18:39:28 +00:00
Bernhard Reutner-Fischer
beca59b090
- ignore eventual errors from which(1)
2007-05-11 12:50:15 +00:00
Peter Korsgaard
bf898045a1
madplay package
2007-05-10 09:20:20 +00:00
Peter Korsgaard
8298b7d0e1
libid3tag package. Needed by madplay
2007-05-10 09:18:35 +00:00
Peter Korsgaard
8f30191dc8
Cleanup. Moved header file install to LIBMAD_PACKAGE_HEADERS target like zlib
2007-05-10 08:10:21 +00:00
"Steven J. Hill"
049c3f67f5
If we are using snapshot, don't even attempt to try and patch anything.
2007-05-10 02:37:44 +00:00
"Steven J. Hill"
71b952f374
Re-create patches for released 0.9.29 version.
2007-05-10 02:37:16 +00:00
"Steven J. Hill"
6b2416e57c
Update version of LTP.
2007-05-09 22:58:59 +00:00
"Steven J. Hill"
6b00c90d70
Rename all INIT scripts to have the numerical prefixes to easily see the start-up order.
2007-05-09 22:48:41 +00:00
Peter Korsgaard
448153a06a
init scripts should be executable
2007-05-09 14:03:32 +00:00
Peter Korsgaard
24cb67ca98
avahi-daemon support
2007-05-09 13:38:37 +00:00
Peter Korsgaard
39b88e3691
Strip lib even if soname changes
2007-05-09 11:46:47 +00:00
Peter Korsgaard
b2fb697def
Bumped version
2007-05-08 15:57:31 +00:00
Bernhard Reutner-Fischer
29b97bb5a2
- bump version. Closes #1340
2007-05-08 15:19:13 +00:00
Bernhard Reutner-Fischer
647dbeeeef
- bump version. Closes #1339
2007-05-08 15:17:41 +00:00
"Steven J. Hill"
a70e39cd5e
This patch increases the maximum host name length for 'dnsd' to 40 characters in length and fixes a resolving bug. For example, if there are two entries in the 'dnsd.conf' file of 'foo1' and 'foo2'. Doing a 'nslookup foo2' the 'dnsd' will always return the IP address of 'foo1' because the string comparison is faulty.
2007-05-07 04:07:06 +00:00
"Steven J. Hill"
58ef6b3ca7
If any of the netkit packages were selected, we disable their counterparts in Busybox and warn the user.
2007-05-07 04:04:34 +00:00
"Steven J. Hill"
dbf0e5eef6
Modify the main script to use the lockfile program utilities. Mounting and un-mounting do not work reliably without them.
2007-05-07 04:03:42 +00:00
"Steven J. Hill"
458aa92696
Add ability to build 'scsi_id' utility for udev.
2007-05-07 04:02:31 +00:00
"Steven J. Hill"
69564bb566
Install the default script only if one was not found from the platform.
2007-05-07 04:01:58 +00:00
"Steven J. Hill"
116acadec9
Add another include path to the CFLAGS.
2007-05-07 04:01:24 +00:00
"Steven J. Hill"
9e9d2b282b
Install the default configuration file if the platform did not already define one.
2007-05-07 04:01:07 +00:00
"Steven J. Hill"
771a17e52d
Major clean-up.
2007-05-07 04:00:11 +00:00
"Steven J. Hill"
c4cc6e46b0
Target binary was incorrect and do a better job of cleaning up.
2007-05-07 03:59:35 +00:00
"Steven J. Hill"
b5d1d2b05b
Fix script so that 'restart' actually works.
2007-05-07 03:59:04 +00:00
"Steven J. Hill"
1f92831170
Add new packages.
2007-05-07 03:58:30 +00:00
"Steven J. Hill"
0a41ba39e2
Add older version of binutils.
2007-05-07 03:57:09 +00:00
"Steven J. Hill"
9c865d752e
Create 'bin' directory in staging area.
2007-05-07 03:56:47 +00:00
Peter Korsgaard
3578ecfc96
version bump
2007-05-03 09:33:24 +00:00
Peter Korsgaard
4cdef5138d
s/FAKEROUTE/FAKEROOT/
2007-05-03 08:25:17 +00:00
"Steven J. Hill"
4d4e1149eb
When using an external toolchain, we still need to have the user select which thread model the toolchain was built with. This allows for proper building of LTP and possibly other packages.
2007-04-28 17:10:31 +00:00
"Steven J. Hill"
4b2ebdb6d9
Create symlink for 'usr/include' in the staging directory so that packages like zlib and others who expect that to exist will install properly.
2007-04-28 17:09:44 +00:00
"Steven J. Hill"
3ee4b1d066
Get rid of blank line.
2007-04-28 17:08:57 +00:00
Peter Korsgaard
67e8f62954
sed patch
2007-04-25 07:11:10 +00:00
Peter Korsgaard
b33a6fb331
libsndfile package. Closes #1325
2007-04-24 13:43:15 +00:00
Peter Korsgaard
e92ad5bc97
Bump version
2007-04-24 13:42:03 +00:00
Peter Korsgaard
c755ca1f87
Bumped version
2007-04-20 12:42:41 +00:00
Bernhard Reutner-Fischer
20b3086e5f
- pass the correct endian
2007-04-20 11:12:50 +00:00
"Steven J. Hill"
d3f3d1c7ad
Some 'find' commands get a little picky.
2007-04-19 02:04:15 +00:00
Bernhard Reutner-Fischer
8159d76b80
- it helps to apply the patches.. ;)
...
- mdadm-clean tried to uninstall mdadm from the host, which may not be what was intended in the end
2007-04-18 19:55:14 +00:00
Bernhard Reutner-Fischer
6bb75e43a4
- strip eventual quotes
2007-04-17 17:30:12 +00:00
Bernhard Reutner-Fischer
e4d139cf9c
- make sure that our dest dir exists
2007-04-17 17:12:48 +00:00
Bernhard Reutner-Fischer
587e6f8a3d
- bump version
2007-04-17 17:02:15 +00:00
Bernhard Reutner-Fischer
b399cba447
- make it compile if LFS was turned off
2007-04-17 15:48:09 +00:00
Bernhard Reutner-Fischer
c23fcc8e2e
- uclibc is nowadays identified via __UCLIBC__
...
- fix build error when no ftw() is available.
2007-04-16 19:14:34 +00:00
Bernhard Reutner-Fischer
4d31bf346b
- doesn't build, so bump version and look..
2007-04-16 19:08:27 +00:00
Bernhard Reutner-Fischer
41decaa9fe
- install some more stuff that goes into staging_dir into the proper place.
...
First hunk of fixes for bug #1290
2007-04-16 18:51:20 +00:00
Bernhard Reutner-Fischer
0f620a15c5
- recommend linuxthreads.old
2007-04-15 09:51:28 +00:00
"Steven J. Hill"
2eb9ee3e4f
Need the target LDFLAGS for this to link using external toolchain.
2007-04-13 02:43:28 +00:00
"Steven J. Hill"
370057a206
If using an external toolchain, don't include any of this stuff.
2007-04-13 02:04:32 +00:00
Peter Korsgaard
6305b94060
Bumped version
2007-04-12 11:24:38 +00:00
Bernhard Reutner-Fischer
dc09df0878
- store BR2_PACKAGE_LINUX_KCONFIG and BR2_PACKAGE_LINUX_FORMAT in .config
...
- adjust a few defaults.
2007-04-11 08:21:55 +00:00
Bernhard Reutner-Fischer
73be7f9ef4
- make sure to download fakeroot if needed
2007-04-06 16:36:48 +00:00
Bernhard Reutner-Fischer
8019956f60
- commentary typo fix
2007-04-06 16:32:05 +00:00
Bernhard Reutner-Fischer
9815cc05a9
- doesn't compile if LFS is off
2007-04-06 15:05:05 +00:00
Bernhard Reutner-Fischer
09d260414b
- hit awk on steroids with a clue bait
2007-04-06 15:01:32 +00:00
Bernhard Reutner-Fischer
2534b2ee79
- someone disabled shared lib support without fixing the libelf rule leading to
...
useless rebuilds. Add option to install the lib to the target and not only to
the staging_dir.
2007-04-06 14:21:00 +00:00
Bernhard Reutner-Fischer
1c1167cf7d
- bump version. memmove works so let configure know about this fact
2007-04-06 12:51:42 +00:00
Bernhard Reutner-Fischer
ba3a8e5afd
- using target's LDFLAGS as LDFLAGS_FOR_BUILD is b0rked
2007-04-06 11:55:37 +00:00
Peter Korsgaard
27950be974
busybox 1.5.0 patches
2007-04-05 07:04:31 +00:00
Peter Korsgaard
8ca4af140c
Version bump. Thanks to Michael Benedict
2007-04-03 15:36:16 +00:00
Peter Korsgaard
69765db58e
Version bump. Thanks to Michael Benedict
2007-04-03 15:36:03 +00:00
Peter Korsgaard
58656093dc
3.0.23d now under old-versions. Thanks to Michael Benedict
2007-04-03 15:35:26 +00:00
Bernhard Reutner-Fischer
323e37f463
- make sure that we do not confuse versions (due to how findstring works)
2007-04-02 16:18:48 +00:00
Bernhard Reutner-Fischer
48b3e0c94f
- add option to create a jffs2 filesystem in srec format. Thanks to Xride.
2007-03-26 10:31:56 +00:00
Bernhard Reutner-Fischer
d458e75746
- bump version to 2.17.50.0.14
2007-03-24 20:49:07 +00:00
Bernhard Reutner-Fischer
8000420501
- store backup of dwmw2's combined compile patch.
...
Not yet even compile-tested, so inactive for now..
2007-03-24 19:29:06 +00:00
Bernhard Reutner-Fischer
e84104dbdf
- fwd port
2007-03-24 12:46:46 +00:00
Bernhard Reutner-Fischer
829f498f7d
- fwd port
2007-03-24 12:46:30 +00:00
Bernhard Reutner-Fischer
5623580442
- bump version
2007-03-24 12:46:01 +00:00
Bernhard Reutner-Fischer
d5b53a1763
- strip quotes. Thanks to Heikki Lindholm for pointing this out.
2007-03-24 12:08:57 +00:00
Bernhard Reutner-Fischer
b16a581f58
- fix downloading the setserial patch
2007-03-24 11:47:00 +00:00
Bernhard Reutner-Fischer
e835e0e2a3
- make sure we have a build_$arch dir for -menuconfig even when in a pristine checkout
2007-03-23 13:26:51 +00:00
Bernhard Reutner-Fischer
d7d4d7f220
- bump version
2007-03-23 13:24:56 +00:00
Bernhard Reutner-Fischer
e96908633d
- add a question for andersee
2007-03-22 18:14:23 +00:00
Bernhard Reutner-Fischer
c179b0113d
- see if the dir exists before trying to strip an empty list of files..
2007-03-22 17:21:18 +00:00
Eric Andersen
b7bb0e9ce9
install hostutils (i.e. 'ldd' and 'ldconfig') into $STAGING_DIR
2007-03-22 16:23:43 +00:00
Bernhard Reutner-Fischer
8b855510d5
- fix previous incomplete commit of mine
2007-03-22 16:14:42 +00:00
Bernhard Reutner-Fischer
d733bd626a
- download eventual mpfr patchfile to dl_dir. Closes #1283
2007-03-22 13:21:05 +00:00
Bernhard Reutner-Fischer
44d3e98efa
- ignore errors when looking at hostcc and hostcxx
2007-03-21 18:15:02 +00:00
Bernhard Reutner-Fischer
2c9a56bd3c
- support BR2_PREFER_IMA for microcom
2007-03-21 17:53:00 +00:00
Bernhard Reutner-Fischer
8db2e4f50d
- apply openswan patches if openswan was enabled
2007-03-21 10:55:31 +00:00
Bernhard Reutner-Fischer
52742cfc2f
- add CFLAGS_COMBINE check
2007-03-21 10:55:02 +00:00
Bernhard Reutner-Fischer
22c0b6ee5c
- stop using head and use sed -e '1d' at the end instead
2007-03-21 10:54:24 +00:00
Bernhard Reutner-Fischer
8d34e5660f
- fwd port
2007-03-21 10:35:40 +00:00
Bernhard Reutner-Fischer
1b5a21dab5
- install target headers into the correct dir
...
- make sure not to create libwhatever...old cruft
2007-03-21 08:04:19 +00:00
Bernhard Reutner-Fischer
4fc1724e27
- put staging_dir/usr/bin into the target path, so X-stuff can find freetype-config.
...
Closes #1233
2007-03-20 17:58:36 +00:00
Bernhard Reutner-Fischer
526b00455b
- provide means to install readline into the target. Closes #968
2007-03-20 17:50:23 +00:00
Bernhard Reutner-Fischer
300b8b7f93
- make it work with MacOSX. Closes #1252
2007-03-20 17:21:35 +00:00
Bernhard Reutner-Fischer
f94a44c3ad
- use numeric values for the superuser to be more portable.
...
Closes #1250
2007-03-20 16:52:44 +00:00
Bernhard Reutner-Fischer
0e59ed0208
- bump version. Closes #1225
2007-03-20 16:42:51 +00:00
Bernhard Reutner-Fischer
e3ea4c5cda
- add some ARM 1176 variants
2007-03-20 14:42:42 +00:00
Bernhard Reutner-Fischer
ad9f02edac
- disable compile-broken EDAC_I82875P driver
2007-03-20 09:52:36 +00:00
Bernhard Reutner-Fischer
415d655a74
- simplify busybox version fiddling
2007-03-20 09:51:37 +00:00
Bernhard Reutner-Fischer
d9ae4dd945
- add busybox-1.4.2
2007-03-20 08:53:17 +00:00
Bernhard Reutner-Fischer
5754880c4a
- apply bugfixes ontop of 2.2.1
2007-03-19 14:16:10 +00:00
Bernhard Reutner-Fischer
2fc7dfb0cd
- pin LINUX_VERSION. Closes #1277
2007-03-19 10:49:11 +00:00
Bernhard Reutner-Fischer
f20e9bc6f1
- note which kernel-headers are required.
...
PS: kernel-headers-old.mk would need to provide stuff for downloading the full version, in case anybody would care about such ancient stuff..
2007-03-18 11:53:16 +00:00
Peter Korsgaard
5b582fdaa0
tftp patch
2007-03-15 08:36:18 +00:00
Bernhard Reutner-Fischer
7920c869d9
- turn off some broken modules
2007-03-14 16:38:38 +00:00
Bernhard Reutner-Fischer
4f8e6ee7e6
- update sample config a bit
2007-03-14 13:55:32 +00:00
Bernhard Reutner-Fischer
0a967bae42
- add ipmisensors
2007-03-14 13:55:08 +00:00
Bernhard Reutner-Fischer
133498e7d9
- bump version
2007-03-14 13:54:30 +00:00
Bernhard Reutner-Fischer
2984972d04
- fix ptr_to_globals
2007-03-14 13:02:07 +00:00
Bernhard Reutner-Fischer
7e1cdc67d3
- s/HOST_SED_TARGET/HOST_SED_BINARY/g for clarity
...
- make sure that we have a working sed for the uclibc-menuconfig target
2007-03-14 11:15:08 +00:00
Eric Andersen
15177a6e95
yet more LDFLAGS handling fixups
2007-03-14 03:12:22 +00:00
Eric Andersen
85d7f6f05f
fixup package LDFLAGS handling
2007-03-13 22:59:59 +00:00
Bernhard Reutner-Fischer
0c47ba4dd7
- point to busybox-<version>.config
2007-03-13 12:59:45 +00:00
Bernhard Reutner-Fischer
9c5b374d8d
- fix syntax
2007-03-12 08:55:20 +00:00
Bernhard Reutner-Fischer
f506f7c893
- fixes for bugs introduced with the MacOS10 support (Heikki Lindholm)
2007-03-10 10:29:08 +00:00
Bernhard Reutner-Fischer
9e59c9bc00
- add homedir
2007-03-09 12:32:09 +00:00
Bernhard Reutner-Fischer
ed5893f398
Include a patch for GNU sed that allows building it on Mac OS X and
...
remove a spurious --prefix from sed.mk. (Heikki Lindholm)
2007-03-09 08:36:22 +00:00
Bernhard Reutner-Fischer
1506b0cfd5
Improve the checking of sed by adding some common GNU sed installation
...
names (gsed/gnused), checking for a basic OS X sed feature in command
line option handling, checking the actual result of the sed run against
the expected result, and placing common code for the check under
toolchain/dependencies/. (Heikki Lindholm)
2007-03-09 08:33:34 +00:00
Bernhard Reutner-Fischer
a9612bfdd9
- Default to gzip -d -c since zcat may only support compress'ed files
...
according to SuS. Thanks to Heikki Lindholm for pointing this out.
2007-03-09 08:26:10 +00:00
Bernhard Reutner-Fischer
78e6cbb4ee
- Propagate HOST_SED_DIR to the dependencies script so that it may use the
...
local sed build as well (Heikki Lindholm).
2007-03-08 16:44:20 +00:00
Bernhard Reutner-Fischer
4582047ec7
- copy ncurses_dll.h to the target. Fixes a compilation problem seen by Thomas Lundquist
2007-03-07 14:46:47 +00:00
Bernhard Reutner-Fischer
2208a62d71
- some more CONFIG_UPDATEs by Haavard Skinnemoen
2007-03-07 14:32:22 +00:00
Peter Korsgaard
b913a04c60
Bump version. Closes #1241 , #1243 and #1248
2007-03-05 11:06:58 +00:00
Eric Andersen
149ea99509
update to uClibc 0.9.28.3
2007-02-28 22:01:12 +00:00
Peter Korsgaard
72d7eda385
tar -t hotfix
2007-02-27 09:04:31 +00:00
Peter Korsgaard
4e65a9271e
Set CONFIG_PREFIX for all versions
2007-02-23 11:55:27 +00:00
Peter Korsgaard
5462e361f4
Bumped version
2007-02-22 12:00:15 +00:00
Peter Korsgaard
9c47e2be7c
0.9.28.2 support
2007-02-22 08:53:20 +00:00
Peter Korsgaard
43050ac9cc
Really propagate BR2_SOFT_FLOAT setting to 0.9.28.1
2007-02-20 11:06:00 +00:00
Peter Korsgaard
70821e3365
iperf package. Closes #0001224
2007-02-16 20:16:24 +00:00
Bernhard Reutner-Fischer
22ec7fc3a2
- fix build for the host
2007-02-16 18:32:20 +00:00
Bernhard Reutner-Fischer
bdf816433c
- add runlevel script
2007-02-16 18:11:48 +00:00
Bernhard Reutner-Fischer
6fadee86df
- just reading the first 9 bytes for the maj:min ought to be enough (TM)
2007-02-16 15:19:49 +00:00
Bernhard Reutner-Fischer
df0d821460
- add skeleton to use busybox and mdev for a rather small skeleton
2007-02-16 14:32:22 +00:00
Bernhard Reutner-Fischer
f9d7e9f0e7
- bump to bash 3.2. Thanks to Alexander Rigbo
2007-02-16 13:11:04 +00:00
Bernhard Reutner-Fischer
5a3fa49e81
- provide -source targets for the 3 parts of the split dhcp.
...
Closes #1223 . Thanks
2007-02-16 13:01:06 +00:00
Bernhard Reutner-Fischer
1e4d4391bd
- mention the package that usually provides makeinfo
2007-02-16 09:34:11 +00:00
Bernhard Reutner-Fischer
570d834dbe
- busybox provides gzip
2007-02-16 09:32:12 +00:00
Bernhard Reutner-Fischer
0091f181ef
- do not use TARGET_DEVICE_TABLE if is is empty
2007-02-15 16:49:39 +00:00
Bernhard Reutner-Fischer
2f67d9e2fe
- preparation for BR2_PACKAGE_BUSYBOX_SKELETON
...
"Use a minimal target skeleton for use with busybox's mdev et al"
2007-02-15 15:11:34 +00:00
Bernhard Reutner-Fischer
0fed2766a4
- might make sense not to print ok if it was nak
2007-02-15 14:30:56 +00:00
Bernhard Reutner-Fischer
f3c50a6cf2
- warn about missing makeinfo on the host.
2007-02-15 14:07:08 +00:00
Bernhard Reutner-Fischer
ea585cf1bc
- store the current patches for the kernel part somewhere
2007-02-15 13:54:25 +00:00
Bernhard Reutner-Fischer
22a6caa17e
- set some kernel related variables for use by packages
2007-02-15 12:30:15 +00:00
Bernhard Reutner-Fischer
b3a683bbe8
- uclibc-menuconfig provides a .config but doesn't provide .configured
2007-02-15 11:24:35 +00:00
Bernhard Reutner-Fischer
cf647cea3d
- allow to run linux26-menuconfig and uclibc-menuconfig in a pristine checkout
2007-02-15 11:12:15 +00:00
Bernhard Reutner-Fischer
f11476c181
- sched_{s,g}etaffinity depends on the respective syscalls.
...
Noticed while trying to use ancient 2.4.31 kernel-headers from some bug-report
2007-02-14 13:28:58 +00:00
Bernhard Reutner-Fischer
e3b7510da0
- gcc-4.1.2 released
2007-02-14 08:49:00 +00:00
Bernhard Reutner-Fischer
d7eeef85e4
- backport fix for PR30620
2007-02-13 18:56:54 +00:00
Peter Korsgaard
6f08a7bcd4
-2 patch no longer available. Patch by Stefan Feilmeier
2007-02-13 14:00:49 +00:00
Bernhard Reutner-Fischer
de7ae0beed
- revert incorrect parts from sjhill's r17800 and add some more documentation.
...
Now the kernel as well as /lib/modules are properly included in the final tarball and all other tarroot/genfs targets.
2007-02-12 17:42:18 +00:00
Peter Korsgaard
6e53512a7d
Additional 1.4.1 patches
2007-02-12 14:43:57 +00:00
Bernhard Reutner-Fischer
99cf7293f9
- add cc-option and use it to check for stuff that is benefical for PREFER_IMA
...
- backport the libbackend.o gcov-iov.h dependency fixup from 4.2 to 4.0
2007-02-12 13:38:06 +00:00
Bernhard Reutner-Fischer
e5b36a686c
- update patch for 0.0.14.1. Thanks to Alexander Rigbo.
2007-02-12 11:36:27 +00:00
Bernhard Reutner-Fischer
2d70eb0b89
- cosmetics
2007-02-12 10:41:59 +00:00
Bernhard Reutner-Fischer
e95d0eee49
- bump version as noticed by xride
2007-02-12 10:14:12 +00:00
Bernhard Reutner-Fischer
b4e065d5f0
- bump version. Closes #1206
2007-02-11 18:08:24 +00:00
Bernhard Reutner-Fischer
08d06406ef
- fix propagation of BR2_SOFT_FLOAT down to uClibc
2007-02-10 21:24:02 +00:00
Bernhard Reutner-Fischer
dfda8630cc
- add first hunk to fix PR30620
2007-02-10 19:36:25 +00:00
Bernhard Reutner-Fischer
b0dc12db5d
- add an arm integrator 926 thing qemu can deal with
2007-02-10 19:30:55 +00:00
Bernhard Reutner-Fischer
16e69a3df0
- honor BR2_PTHREAD_DEBUG
...
Stop asking any thread related questions while at it.
2007-02-09 17:53:55 +00:00
Bernhard Reutner-Fischer
13c1b92973
- add paranoia warning about $INCLUDES
2007-02-09 17:28:27 +00:00
Bernhard Reutner-Fischer
fd0bad3622
- swap order of include paths. Closes #1205 and #1182
2007-02-09 14:18:37 +00:00
Bernhard Reutner-Fischer
364567c959
- new prerelease
2007-02-09 14:05:51 +00:00
Bernhard Reutner-Fischer
fe032933b2
- forward the 600-fix-compile-flag-mismatch.patch from 6.4 to 6.5
2007-02-09 13:56:01 +00:00
Bernhard Reutner-Fischer
4cf81d9970
- 4.0.4 *seems* to support this too, so just exclude anything that is even older than that one.
2007-02-09 13:43:36 +00:00
Bernhard Reutner-Fischer
5e1f034bca
- speeling fix
2007-02-09 13:35:41 +00:00
Bernhard Reutner-Fischer
d4d5b4034c
- cp the 305-libmudflap-susv3-legacy.patch for 4.0.4
2007-02-09 13:33:26 +00:00
Bernhard Reutner-Fischer
7779fd7453
- add gcc-4.0.4
...
- add knob to enable unsupported, deprecated, obsoleted versions of packages
2007-02-09 13:31:55 +00:00
Bernhard Reutner-Fischer
19818694fe
- fix crosscompiler prerequisites
2007-02-09 13:05:43 +00:00
Bernhard Reutner-Fischer
078013d8ae
- add purely informational check of HOSTCXX
2007-02-09 12:32:21 +00:00
Bernhard Reutner-Fischer
13e893d13b
- bump patch version. Thanks to Alexander Rigbo for pointing this out.
2007-02-07 10:43:04 +00:00
"Steven J. Hill"
642457d602
Fix building of strace for MIPS.
2007-02-07 02:51:45 +00:00
Bernhard Reutner-Fischer
cbfaf565c1
- also wipe the files installed into the target for uclibc_target-clean
2007-02-06 18:35:37 +00:00
"Steven J. Hill"
02f71aab47
Support building using an external toolchain. Questions to the mailing list and all other comments to <biteme@devnull.com>.
2007-02-06 18:19:38 +00:00
"Steven J. Hill"
4cdc420621
Fix building of GDB when using external toolchain.
2007-02-06 18:17:31 +00:00
"Steven J. Hill"
3c28ac0881
Fix building of gettext/libintl when using an external toolchain.
2007-02-06 18:17:08 +00:00
"Steven J. Hill"
821eb62d99
When cleaning, get rid of the binary from the filesystem area too.
2007-02-06 18:12:22 +00:00
"Steven J. Hill"
7fdce37c85
Satisfy dependency.
2007-02-06 18:11:59 +00:00
"Steven J. Hill"
ceaa6db26e
Wrong sign dufus.
2007-02-06 18:09:54 +00:00
Peter Korsgaard
b79483adc1
Made _DIR/_SOURCE/_SITE common for all non-snapshot versions
2007-02-06 16:34:54 +00:00
Peter Korsgaard
94ffbabaa3
v1.0.1 tarball is called busybox-1.01
2007-02-06 16:31:59 +00:00
Peter Korsgaard
0d809dde0b
CONFIG_PREFIX hack (r17670) no longer needed
2007-02-06 16:23:33 +00:00
Peter Korsgaard
588f9d44be
hide busybox version selector if disabled
2007-02-06 16:20:29 +00:00
Peter Korsgaard
7deacb0d2d
busybox 1.4.1 support
2007-02-06 16:18:12 +00:00
Bernhard Reutner-Fischer
bbd6fcad74
- bump version to 2.6.20
2007-02-06 11:31:50 +00:00
Bernhard Reutner-Fischer
8ff8fa7677
- resurrect cvs. Closes #1199
...
- bump version
2007-02-06 11:22:50 +00:00
Bernhard Reutner-Fischer
b6f973596f
- add setserial package
2007-02-06 09:04:44 +00:00
Eric Andersen
99a52f5ff6
Make certain the sqlite libs are actually installed in the target
2007-02-05 19:24:29 +00:00
Bernhard Reutner-Fischer
ba63b4cc42
- proposed fix for gethostent_r: if no host was found, return HOST_NOT_FOUND instead of garbage.
2007-02-05 13:01:08 +00:00
Bernhard Reutner-Fischer
3b4034bfdf
- delete old, unneeded patch
2007-02-05 11:20:37 +00:00
Bernhard Reutner-Fischer
48dc1ba733
- add missing hunk from fix for #1191
2007-02-04 21:59:39 +00:00
Bernhard Reutner-Fischer
4bbeb74b2e
- the $(XSERVER) target can be provided by different X server impls. Adjust users
...
- rdesktop needs an xserver impl
2007-02-04 19:47:41 +00:00
Bernhard Reutner-Fischer
842686b9fb
- minor tweak to naming of microperl module list in the config
2007-02-04 19:20:45 +00:00
Bernhard Reutner-Fischer
1c8951ca79
- account for some more possibly unavailable syscalls
2007-02-04 18:21:58 +00:00
Bernhard Reutner-Fischer
3c1f00b21a
- avoid spurious rebuilds. Thanks to janlana, closes #1191
...
- provide a syslinux-source target while at it
2007-02-04 16:34:56 +00:00
Bernhard Reutner-Fischer
cc6f5f2027
- propagate BR2_ARM_EABI setting down to LINUX26_KCONFIG
2007-02-04 16:30:07 +00:00
Bernhard Reutner-Fischer
ceca5db0b0
- touch $@
2007-02-04 16:11:51 +00:00
Bernhard Reutner-Fischer
57c672d433
- allow intermodule also for 4.1
2007-02-04 15:23:26 +00:00
Eric Andersen
8e44251b30
bump version
2007-02-03 23:09:04 +00:00
Eric Andersen
3f2cdc9cd3
patch from rick68:
...
make certain uninstall works more than once.
2007-02-03 21:07:43 +00:00
Eric Andersen
76722317e0
new patch version
2007-02-03 21:05:53 +00:00
Eric Andersen
b6a7c33846
grumble grumble. fontconfig's fc-lang is broken upstream and
...
doesn't understand how to deal with trailing whitespace... So
I had to whip up this patch to bludgeon it into submission.
2007-02-03 20:52:33 +00:00
Eric Andersen
acc7f8db65
new stable upstream version
2007-02-03 18:47:50 +00:00
Eric Andersen
0a0b9d05e0
There is no 'make uninstall' for ccache.
...
Attempt to manually make uninstall work....
2007-02-03 00:52:39 +00:00
Bernhard Reutner-Fischer
0b351be15b
- there is something wrong in the new buildsys: If one selects ip and has e..g rule or route unset, ip still wants to build those.
...
This fails (correctly) since rtnl_rttable_n2a and rtnl_rtrealm_n2a aren't available if they were turned off. TODO: Talk to vda about this
2007-02-02 16:15:51 +00:00
Bernhard Reutner-Fischer
3943f279f0
- fixup setting the UCLIBC_TARGET_ENDIAN
2007-02-02 13:50:23 +00:00
Bernhard Reutner-Fischer
a4bece9efd
- update for default endian
2007-02-02 13:49:38 +00:00
Peter Korsgaard
e42dc3a5b7
0.9.25.1 release moved to Old. Reported by Jack Robinson
2007-02-02 12:41:16 +00:00
Eric Andersen
2b6e71a9e7
bump version
2007-02-01 19:20:16 +00:00
Eric Andersen
9eadb48e9e
bump version
2007-02-01 19:19:59 +00:00
Bernhard Reutner-Fischer
f449113914
- the generic x86 busybox config is ment for current busybox trunk
2007-02-01 12:30:34 +00:00
Bernhard Reutner-Fischer
9e453fb42d
- add a layer 2 tunneling protocol package
2007-01-31 21:22:33 +00:00
Bernhard Reutner-Fischer
f0be91fd17
- reenable linux26
2007-01-31 17:36:43 +00:00
Bernhard Reutner-Fischer
67bed999ab
- add gcc-4.1.2 (release candidate1). Send bugs etc to MarkM, if you feel like
2007-01-31 15:09:26 +00:00
Bernhard Reutner-Fischer
5776937251
- fix patch application. Use busybox-$(VER)-\*.patch for versions and busybox.\*.patch for snapshot
2007-01-31 14:21:08 +00:00
Bernhard Reutner-Fischer
47857d95ce
- remove the '"install uClibc headers in the target filesystem" without a native compiler' option.
2007-01-31 10:10:06 +00:00
Bernhard Reutner-Fischer
2c272874b8
- explicitely pass the configured $(DISABLE_LFS) in. Also set --disable-big-core
2007-01-30 17:47:03 +00:00
Bernhard Reutner-Fischer
8dc42b0a2e
- add some defaults for arm and set them later on depending on the .config
2007-01-30 17:45:30 +00:00
Bernhard Reutner-Fischer
d2fdd8bd46
- honor the given kernel format and fallback to zImage if none was specified
2007-01-30 17:38:41 +00:00
Bernhard Reutner-Fischer
3b11319651
- set preferred kernel format to bzImage for i386 family
2007-01-30 17:37:35 +00:00
Bernhard Reutner-Fischer
bf64053b8b
- make sure to check against ia32
2007-01-30 17:36:51 +00:00
Bernhard Reutner-Fischer
b82245322e
- make absolutely sure that we are not trying to go into jobserver mode for MAKE1
2007-01-30 17:33:53 +00:00
Peter Korsgaard
446f4f912d
busybox 1.4.0 seems to use CONFIG_PREFIX instead of PREFIX
2007-01-30 16:47:27 +00:00
Peter Korsgaard
9d14879bef
busybox 1.4.0 support files
2007-01-30 13:37:21 +00:00
Peter Korsgaard
799b1ee4fe
Busybox 1.4.0 support
2007-01-30 13:36:10 +00:00
Bernhard Reutner-Fischer
a6933e8413
- delete empty dir that looks like a CVS leftover from before boards were introduced
2007-01-30 08:35:32 +00:00
Bernhard Reutner-Fischer
8d583fc01a
- generalize the menuconfig linux kernel support
...
- simplify toplevel mkdir rules a tiny bit
2007-01-30 00:58:18 +00:00
Bernhard Reutner-Fischer
55c11889ab
- drop some stuff
2007-01-30 00:35:40 +00:00
Bernhard Reutner-Fischer
6677e45fd6
- update snapshot config for ia32 config
2007-01-30 00:12:17 +00:00
Bernhard Reutner-Fischer
3ae6018b9e
- fixup after self. Kernel for the x86 family is now built again
2007-01-29 23:01:42 +00:00
Eric Andersen
23c7698934
fix broken spot caused by my having checked in the wrong dst patch for 0.9.28
2007-01-29 22:22:59 +00:00
Eric Andersen
a96bd37fb4
fix patch
2007-01-29 22:21:57 +00:00
Bernhard Reutner-Fischer
6aed4941f4
- strip a handful of enable
2007-01-29 22:12:53 +00:00
Bernhard Reutner-Fischer
b7e38de9eb
- apply Soekris update from Eric Milon
...
- mv the linux26.mk into a more generic place for use with other arches/boards (breaks the kernel, will fix up soonish)
2007-01-29 21:53:20 +00:00
Bernhard Reutner-Fischer
46369b2995
- it misses Carp/Heavy.pm but is unable to diagnose this fact and just throws "unknown error".
...
Now automake at least fails with an explicit error..
2007-01-29 20:15:24 +00:00
Bernhard Reutner-Fischer
6f07d3907e
- start populating perl stuff into the rootfs to make automake work
2007-01-29 20:06:00 +00:00
Bernhard Reutner-Fischer
d00d04413c
- added diskless/net support and new patches, mainly network drivers.
...
Closes #721 . Thanks, janlana
2007-01-29 18:34:37 +00:00
Bernhard Reutner-Fischer
0ba1bd72f3
- bump version and make it behave of LFS is off
2007-01-29 17:02:31 +00:00
Peter Korsgaard
4c82ddf0c7
Really disable HAS_FPU when softfloat is enabled
2007-01-29 16:44:43 +00:00
Peter Korsgaard
bb68c3f4d3
bump version
2007-01-29 15:45:04 +00:00
Bernhard Reutner-Fischer
66eb138ccd
- make fontconfig a little bit saner. It still tries to use the target stuff to create the binaries intended to run on the host, but this is a first step
2007-01-29 12:59:17 +00:00
Bernhard Reutner-Fischer
4bcf40ccc6
- bump version
2007-01-29 12:55:00 +00:00
Bernhard Reutner-Fischer
13f033ba32
- ironically, autoconf-2.61 is broken for parallel builds, force -j1
2007-01-29 12:51:39 +00:00
Bernhard Reutner-Fischer
574f5d2505
- update defconfig to current versions and a minimal package selection
2007-01-29 10:08:39 +00:00
Bernhard Reutner-Fischer
6b9256a138
- be gentle to vi's syntax highlighting
2007-01-29 08:45:36 +00:00
Bernhard Reutner-Fischer
41697b7a46
- make sure to add board specific targets before the final generation of the filesystems/tarballs.
...
Until now, we did created the fs and only after that built/installed grub et al
2007-01-28 17:35:11 +00:00
Bernhard Reutner-Fischer
330117faf8
- fix prereq of current binutils wrt gmp
2007-01-28 16:38:48 +00:00
Bernhard Reutner-Fischer
1a2c8d12a1
- Support AVR32 during GNU configuration (Ulf Samuelsson)
2007-01-28 15:27:11 +00:00
Bernhard Reutner-Fischer
20290b8183
Prepatory patch to allow AVR32/AT91 support from Ulf Samuelsson
...
- Introduce AVR32 target architecture "avr32"
- Introduce AVR32 target variants (AP7000/AP7010/AP7020)
- Introduce Download location for patches/packages for Atmel chips (BR2_ATMEL_MIRROR)
- Introduce Download location for Community AT91 patches/packages (BR2_AT91_PATCH_MIRROR)
2007-01-28 15:15:53 +00:00
Bernhard Reutner-Fischer
bbfb7b6eae
- correct improper prerequisite of -source target
2007-01-28 13:34:02 +00:00
Bernhard Reutner-Fischer
842765c360
- add 0.9.28.1
2007-01-28 12:11:37 +00:00
Bernhard Reutner-Fischer
93ab6d3021
- add an experimental BR2_PREFER_IMA.
...
Currently disfunctional for gcc-4.2 due to PR30620 and possibly others
2007-01-28 12:03:58 +00:00
Bernhard Reutner-Fischer
f27735d605
- fix indentation of help texts
2007-01-28 11:57:00 +00:00
Mike Frysinger
e0b4700acf
pull from uClinux CVS
2007-01-28 05:32:12 +00:00
"Steven J. Hill"
ee9c02846c
Add new version of binutils.
2007-01-28 05:07:48 +00:00
Bernhard Reutner-Fischer
148c76f739
- fix dependencies
2007-01-27 23:11:16 +00:00
Bernhard Reutner-Fischer
4687e00808
- for the native target gcc, drop --enable-optspace in favour of using the configured flags (that default to -Os anyway).
...
Saves about 20% size without additional configure args:
text data bss dec hex filename
4685000 17280 566360 5268640 5064a0 optspace/i586-linux-uclibc/4.2.0/cc1
3630655 15184 562172 4208011 40358b usrflags/i586-linux-uclibc/4.2.0/cc1
4853646 23532 568528 5445706 53184a optspace/i586-linux-uclibc/4.2.0/f951
3772121 21292 564148 4357561 427db9 usrflags/i586-linux-uclibc/4.2.0/f951
2007-01-26 14:51:38 +00:00
Eric Andersen
9e6af6c004
Add gtk2-engines for theming gtk
2007-01-25 20:55:16 +00:00
Eric Andersen
6583459fb2
Use stable version 2.16.3, as 2.17.x misplaces topbar icons and whatnot.
...
download and install the Clearlooks theme
2007-01-25 20:47:19 +00:00
Eric Andersen
dcfcfe5d57
update DejaVu fonts to the latest
...
Fix broken keyboard handling
2007-01-25 20:34:10 +00:00
Eric Andersen
c78e178f37
A patch set that should probably become uClibc-0.9.28.1
2007-01-25 20:27:27 +00:00
Bernhard Reutner-Fischer
d8c52bc740
- TODO: cleanup BR2_ARCH selection and establish BR2_CPU
2007-01-25 00:18:19 +00:00
Bernhard Reutner-Fischer
28f4689413
- Additional JFFS2 options to support Dataflash (Ulf Samuelsson)
...
- cleanup a bit while at it
2007-01-24 23:18:08 +00:00
Bernhard Reutner-Fischer
77a3b8679c
- Prepatory patch for new Atmel targets boards
...
Rearrange in Alphabetical order (Ulf Samuelsson)
2007-01-24 22:22:11 +00:00
Bernhard Reutner-Fischer
3ec061abfe
- strip -s
2007-01-24 19:12:31 +00:00
Bernhard Reutner-Fischer
d814fdab67
- correct typo
2007-01-24 19:11:13 +00:00
Bernhard Reutner-Fischer
c41d441333
- add package netcat
2007-01-24 17:02:45 +00:00
Bernhard Reutner-Fischer
6789698237
- fix prerequisites of binutils_target
2007-01-24 15:56:11 +00:00
Bernhard Reutner-Fischer
5692bad876
- fix spurious rebuilds caused by at
2007-01-24 15:52:46 +00:00
Bernhard Reutner-Fischer
a9a6b60e62
- apply vapier's comments
2007-01-24 15:12:12 +00:00
Bernhard Reutner-Fischer
6cc2db583b
- reformat help text to fit default width better
2007-01-24 14:50:21 +00:00
Bernhard Reutner-Fischer
bef5b36b9e
- fix breakage that got introduced by a malformed context diff. Sorry..
2007-01-23 17:18:54 +00:00
Bernhard Reutner-Fischer
90460bd227
- update timestamp of the build_dir binary by stripping it
2007-01-23 11:47:05 +00:00
Eric Andersen
32d9e0e55b
fix symlink
2007-01-22 23:52:06 +00:00
Bernhard Reutner-Fischer
10f31c6b13
- bump version
2007-01-22 20:26:38 +00:00
Bernhard Reutner-Fischer
80e4b36f9a
- remove erroneously leaked in inclusion of non-existing l2tp thing
2007-01-22 19:33:58 +00:00
Bernhard Reutner-Fischer
e96f6433ca
- remove accidentally checked in debugging cruft
2007-01-22 19:22:55 +00:00
Bernhard Reutner-Fischer
3968d231ff
- don't rely on buggy gmp/mpfr on the host but use our own build iff we are about to build a somewhat current toolchain.
2007-01-22 19:17:23 +00:00
Bernhard Reutner-Fischer
6440b9fd17
- fixup include- and libdirs. Closes #841
...
- rediff patches against 2.4.2
2007-01-22 18:48:48 +00:00
Eric Andersen
92139ef20f
fix dependancy to avoid needless rebuilds
2007-01-22 18:16:04 +00:00
Eric Andersen
6da0b668b7
fix installation location
2007-01-22 18:15:35 +00:00
Eric Andersen
2c05ed5bbb
properly depend on pkgconfig
2007-01-22 18:15:15 +00:00
Bernhard Reutner-Fischer
7ff4443181
- make it compile if LFS is turned off and add a warning to the help-text.
...
LFS is _not_ turned on by this automagically _on_ _purpose_
2007-01-22 15:56:42 +00:00
Bernhard Reutner-Fischer
fc613ea410
- the arm patch broke anybody else.
...
- restructure patches per task they fulfil
2007-01-22 14:59:06 +00:00
Bernhard Reutner-Fischer
8cb4e4054e
- add missing include panic.h to parsetime.h
...
- add missing prerequisite y.tab.h of lex.yy.c to fix parallel builds
2007-01-22 13:56:04 +00:00
Bernhard Reutner-Fischer
3d9823750a
- fix typo in compressor submenu
2007-01-22 12:27:33 +00:00
Bernhard Reutner-Fischer
c9ea7573cc
- bump patch version
2007-01-22 08:54:13 +00:00
Bernhard Reutner-Fischer
2e832de93a
- add missing dependency on host-fakeroot
2007-01-21 23:09:51 +00:00
Bernhard Reutner-Fischer
7f0c154c00
- remove sedtest temporary file
2007-01-21 22:31:03 +00:00
Bernhard Reutner-Fischer
02f24e45ae
- remove validator, all is fine now.
2007-01-21 21:49:55 +00:00
Bernhard Reutner-Fischer
b17c61938e
- remove some hardcoded occurances of "make" and use the proper variable instead
2007-01-21 21:32:49 +00:00
Bernhard Reutner-Fischer
30b4b6dde8
- update proposed patchlet
2007-01-21 21:11:56 +00:00
Bernhard Reutner-Fischer
44c356de4a
- use more portable flags for cp
2007-01-21 17:20:38 +00:00
Bernhard Reutner-Fischer
a2fad645c7
- add some more categories and move respective packages to them.
...
I hope that this makes navigation and finding packages easier..
2007-01-21 16:08:27 +00:00
Bernhard Reutner-Fischer
2c7da4d726
- use makedev to get device number, else it gives wrong major/minor numbers to devices files on systems which use big device numbers.
...
Closes #919
2007-01-21 14:36:25 +00:00
Bernhard Reutner-Fischer
726abd4e51
- provide means to "install uClibc headers in the target filesystem" without a native compiler
2007-01-21 12:58:51 +00:00
Bernhard Reutner-Fischer
5039913554
- handle all gcc-4.x for the softfloat case.
2007-01-21 11:50:10 +00:00
Bernhard Reutner-Fischer
ec150063ed
- remove old reminder that is already dealt with.
2007-01-21 11:34:14 +00:00
"Steven J. Hill"
c7da5ba291
Patch to remove usage of legacy 'index' function.
2007-01-21 05:17:06 +00:00
Bernhard Reutner-Fischer
eca329ff4c
- add proposed, non-cleanup version of the compile fix for disabled getc/putc macros for vapier to look at
...
It even creates smaller code as compared to current svn..
2007-01-20 22:03:08 +00:00
Bernhard Reutner-Fischer
0ea07a9487
- dmalloc attempted to install itself to /
...
- make certain features dependant on the respective BR2 settings.
2007-01-20 20:54:05 +00:00
Bernhard Reutner-Fischer
36b371f2dc
- pass MAKE in so we can check the correct binary for it's version..
2007-01-20 13:06:49 +00:00
Bernhard Reutner-Fischer
82b52492bd
- add fix for ARM fake syscall from execve. Closes #626
2007-01-20 12:57:04 +00:00
Bernhard Reutner-Fischer
28ef3a1847
- duh. add missing listentry stop markers
2007-01-19 19:28:39 +00:00
Bernhard Reutner-Fischer
2e37ca7041
- remove validator
2007-01-19 19:21:03 +00:00
Bernhard Reutner-Fischer
74dc2f842c
- explicitely mention -clean and -dirclean targets so it is easier to search for them
2007-01-19 19:20:07 +00:00
Bernhard Reutner-Fischer
4f8b92f305
- make it build.. compile-tested only. Closes #970
2007-01-19 19:14:33 +00:00
Bernhard Reutner-Fischer
f74967da5c
- make sure to pass the target cflags in
2007-01-19 18:33:40 +00:00
Bernhard Reutner-Fischer
b5136193e6
- make distclean didn't clean dialog binaries. Closes #1039
2007-01-19 18:00:49 +00:00
Bernhard Reutner-Fischer
a1a86ef91f
- add sanity check to make sure that LD_LIBRARY_PATH doesn't contain CWD
2007-01-19 17:11:05 +00:00
Bernhard Reutner-Fischer
c03469d3ca
- remove superfluous intermediate target
2007-01-19 16:23:35 +00:00
Bernhard Reutner-Fischer
699675be31
- bump version
2007-01-19 14:54:58 +00:00
Bernhard Reutner-Fischer
f6c0fd635a
- copy the _CONFIG_FILES back
...
- use the BUSYBOX_CONFIG_FILE if specified by the user
2007-01-19 14:17:34 +00:00
Bernhard Reutner-Fischer
b796ecae8f
- add some more documentation
2007-01-19 13:32:21 +00:00
Bernhard Reutner-Fischer
8146fc687d
- some minor corrections
2007-01-19 12:35:26 +00:00
Bernhard Reutner-Fischer
cef68d9464
- update valid HTML pic and temporarily enable referer checking
2007-01-19 11:12:46 +00:00
Bernhard Reutner-Fischer
86502399a0
- add missing space
2007-01-19 11:00:05 +00:00
Bernhard Reutner-Fischer
768a459dfd
- add some anchors to the sample makefile to make ease navigation
2007-01-19 10:57:03 +00:00
Bernhard Reutner-Fischer
8bcbd3d86c
- Correct some typos
...
- Add some more explanation to the -clean and -dirclean targets
2007-01-19 09:47:29 +00:00
Bernhard Reutner-Fischer
5fada5248a
- make sure that URLs are standard conforming
...
Let's see if the date property works..
2007-01-19 09:24:39 +00:00
Bernhard Reutner-Fischer
451d860b22
- bump patch version
2007-01-18 16:34:34 +00:00
Peter Korsgaard
f2eca787d9
Bump version
2007-01-18 16:26:43 +00:00
Peter Korsgaard
f3cda2b459
sqlite installs into /usr/bin
2007-01-18 16:23:53 +00:00
Peter Korsgaard
297cae9359
Bump version
2007-01-18 12:39:05 +00:00
Peter Korsgaard
e7d306bfad
removed leftover debugging stuff
2007-01-17 14:14:02 +00:00
Peter Korsgaard
e2dde9c7cd
rdesktop package
2007-01-17 13:58:01 +00:00
Bernhard Reutner-Fischer
bb1caf686c
- convert to lowercase to match the other sub-arches
2007-01-17 13:54:12 +00:00
Peter Korsgaard
f194cb5635
Fixup description (pango cut'n'paste)
2007-01-17 13:49:35 +00:00
Peter Korsgaard
0615fe84c7
s/pango/cairo/
2007-01-17 13:46:45 +00:00
Bernhard Reutner-Fischer
ad505fa0ce
- add ARM_IWMMXT variant since uClibc supports it
2007-01-17 13:05:14 +00:00
Bernhard Reutner-Fischer
9a171e73cb
- put haserl into the networking section
2007-01-17 12:31:15 +00:00
Bernhard Reutner-Fischer
8eb1a7702c
- wrap external sysklogd in !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
2007-01-17 12:28:23 +00:00
Bernhard Reutner-Fischer
e3162a38fe
- add a BR2_NETWORK_SUPPORT and move related packages to it
2007-01-17 12:27:27 +00:00
Bernhard Reutner-Fischer
3ec18d5a7b
- make the BR2_X_WINDOW_SYSTEM a menuconfig to make it look nicer
2007-01-17 12:03:59 +00:00
Bernhard Reutner-Fischer
d749450fc1
- add central knob (BR2_PACKAGE_BUSYBOX_HIDE_OTHERS) to hide packages that
...
are potentially provided by busybox.
2007-01-17 11:48:11 +00:00
Bernhard Reutner-Fischer
8fd570f2bd
- move the X packages into a separate menu
...
I'll do this for "graphic libraries" and "networking" too unless someone complains..
2007-01-17 11:34:20 +00:00
Peter Korsgaard
a47fd558f6
PNG package is called BR2_PACKAGE_LIBPNG
2007-01-17 11:27:14 +00:00
Bernhard Reutner-Fischer
1d9fa600c0
- add short section about offline-builds
2007-01-17 10:07:01 +00:00
Eric Andersen
6f846df311
hackup libtool for avahi and libdaemon, as with other packages
2007-01-17 00:48:32 +00:00
Eric Andersen
50deed8023
select XORG rather than depend on it.
2007-01-17 00:04:21 +00:00
Bernhard Reutner-Fischer
da84ff34d0
- forgot to mkdir
2007-01-16 21:00:54 +00:00
Bernhard Reutner-Fischer
fd4b8e90ca
- prepare a host-freetype target that could be used to build the build-utils
...
for fontconfig (note that CCexe isn't cached in configure, so just passing it to make later on is enough).
2007-01-16 19:51:03 +00:00
Bernhard Reutner-Fischer
a4427ac6c0
- use the correct path to configure
2007-01-16 19:48:46 +00:00
Bernhard Reutner-Fischer
6be03bae3c
- pass the freetype-config location to make and disable building docs.
...
This package is broken since it passes TARGET_CFLAGS down to the HOSTCC in e.g. fc-case
2007-01-16 16:06:45 +00:00
Bernhard Reutner-Fischer
4079ef67ca
- provide host-libgmp and host-libmpfr
2007-01-16 13:26:32 +00:00
Bernhard Reutner-Fischer
e5103742c9
- bump version
2007-01-16 13:24:47 +00:00
Bernhard Reutner-Fischer
2d943e7a13
- pass the selected arm variant and ABI setting down to uClibc.
...
Now does not prompt for the former entered arch variant and ABI setting anymore, but still does for USE_BX (should this be forced to y if supported?)
- TODO: add missing variants that are supported by uClibc to buildroot
2007-01-16 09:35:11 +00:00
Eric Andersen
7cb000f5d7
Add in a few useful bits for font handling
2007-01-16 08:10:27 +00:00
"Steven J. Hill"
0105ad9699
Remove all of the binaries except for the one used for the target even though it is a MIPS binary and cannot be used. This package is still crap.
2007-01-16 01:29:38 +00:00
"Steven J. Hill"
fb5219f7dc
Fix failed build due to addition of '--libdir=/lib' which changed the location of where libmagic.a and libmagic.la were located.
2007-01-16 00:33:24 +00:00
Eric Andersen
a72fadb38e
missed a spot -- need to add metacity here as well. We really should add some
...
categories in here. Things are getting a bit messy just shoving everything in
with no ordering.
2007-01-15 22:37:08 +00:00
Eric Andersen
d01d7d53e7
Add a somewhat basic window manager
2007-01-15 22:34:53 +00:00
Eric Andersen
715ffb8bcb
update xorg build a bit more, trim the default set of bitmapped
...
fonts, add in the DejaVu line of unicode supporting truetype fonts
2007-01-15 22:33:55 +00:00
Eric Andersen
58c49926d2
do not install build stuff into the target unless specifically asked to do so
2007-01-15 21:28:15 +00:00
Eric Andersen
a64b9018e0
lose the extra space
2007-01-15 21:27:17 +00:00
Eric Andersen
9178347a60
teach fontconfig to actually apply its patches
2007-01-15 21:26:43 +00:00
Bernhard Reutner-Fischer
8564ba689d
- andersee, why was this duplicated and hardcoded here?
2007-01-15 17:34:58 +00:00
Bernhard Reutner-Fischer
56f4eae10d
- ignore error if var/run/dbus already exists. Thanks whirm for noticing
2007-01-15 16:02:45 +00:00
Bernhard Reutner-Fischer
e6f8e0defd
but now there is..
2007-01-15 16:01:34 +00:00
Bernhard Reutner-Fischer
b56ca866d9
- bump version to 2.6.19.2
2007-01-15 15:55:43 +00:00
Eric Andersen
c199529575
oops, embed $(STAGING_DIR) rather than hard coding my home dir...
2007-01-14 23:27:26 +00:00
Eric Andersen
9524e48516
fix build and ensure we install needed runtime components
2007-01-14 23:26:15 +00:00
Eric Andersen
a461faf1ee
some pkgconfig hacks to make things somewhat work
2007-01-14 23:25:05 +00:00
"Steven J. Hill"
af9a0ccb79
Add new 'hal' package.
2007-01-14 23:21:36 +00:00
Eric Andersen
8cc56adc39
silly typos
2007-01-14 22:52:26 +00:00
Eric Andersen
a7aebc0fad
there is no 'package/hal/' at present...
2007-01-14 22:18:49 +00:00
Bernhard Reutner-Fischer
5900cdb25f
- Remove CC_FOR_BUILD="$(HOSTCC)" since it is already contained in the
...
TARGET_CONFIGURE_OPTS
2007-01-14 11:25:22 +00:00
Bernhard Reutner-Fischer
98862ee4a5
- add missing foo-source target for "make source" for downloading
...
package sources used by later offline build.
2007-01-14 11:14:27 +00:00
"Steven J. Hill"
d8bcc8f168
Add Samba to buildroot.
2007-01-14 06:13:27 +00:00
"Steven J. Hill"
7b957dd483
Remove man pages after installing into target filesystem.
2007-01-14 06:07:49 +00:00
"Steven J. Hill"
491c474a4f
Add libevent package. I started building all the components needed for NFSv4 support of which libevent is one of them. The rest of the needed components, however, are horrific to get building.
2007-01-14 05:38:00 +00:00
"Steven J. Hill"
aeeab7a686
Update patch.
2007-01-14 04:58:37 +00:00
"Steven J. Hill"
3a0125d067
Add users and groups for D-Bus and HAL.
2007-01-14 04:25:41 +00:00
Eric Andersen
3c2974b822
oops, silence some debugging noise
2007-01-14 04:20:57 +00:00
Eric Andersen
f69bf9971b
install the junk needed to (in theory) make pango actually work
2007-01-14 04:10:14 +00:00
Eric Andersen
732d94d25f
fixup a whole steaming pile of insanity. When packages are configured,
...
they should be configured with --prefix=/usr and we then need to use
make DESTDIR=$(STAGING_DIR) install to get things installed into the
staging directory. The current situation for many packages, which use
--prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled
into the binary itself.
This also adds in a pile of libtool fixups. Between broken pkgconfig,
broken libtool handling, and broken --prefix settings, its a wonder
things have worked as well as they have up till now.
-Erik
2007-01-14 03:52:21 +00:00
Eric Andersen
4ac03cc86a
filter pkgconfig output to force it do use our staging_dir and not
...
try to use the system libraries as it is inclined to do
2007-01-14 03:48:13 +00:00
"Steven J. Hill"
ceb2859765
Add packages for D-Bus and G-Lib interface library too.
2007-01-14 03:45:06 +00:00
Eric Andersen
ee8f2133a5
add fontconfig package
2007-01-14 03:39:53 +00:00
"Steven J. Hill"
8d08091cf8
Add new 'hwdata' package which we will need for D-Bus and HAL.
2007-01-14 03:38:02 +00:00
"Steven J. Hill"
ea18cf815c
Add new package.
2007-01-14 03:31:43 +00:00
"Steven J. Hill"
304aaeb181
Use pre-generated files and do not run 'rpcgen'.
2007-01-14 03:27:22 +00:00
"Steven J. Hill"
6756e24e97
Get rid of broken locale configuration option. I need to do a little more work on this.
2007-01-14 03:10:46 +00:00
"Steven J. Hill"
0f4f9f729f
Make gettext have its own definition.
2007-01-14 03:09:47 +00:00
"Steven J. Hill"
5d173ec412
Add ProFTPD package with working init script.
2007-01-14 01:48:49 +00:00
"Steven J. Hill"
72f3ebce22
Add new NFS utilities package with working init script.
2007-01-14 01:46:04 +00:00
"Steven J. Hill"
0d7b08da13
Include all the new packages.
2007-01-14 01:04:33 +00:00
"Steven J. Hill"
999e5db6d5
Make sure to install the 'libgthread' shared libraries as well. Also, allow for configuration of locale support or not.
2007-01-14 01:02:36 +00:00
"Steven J. Hill"
d67d790dd1
Correct spelling error and config option to create symlinks for old naming of MTD utilities. Also add in LDFLAGS and such to building with external toolchains.
2007-01-14 01:01:07 +00:00
"Steven J. Hill"
0a4b6a3bc7
Upgrade to udev-101. We also create and init script that actually works and has been tested in multiple PowerPC embedded platforms. We also add a new config option to build the volume_id library which will be used by D-Bus and HAL.
2007-01-14 00:59:10 +00:00
"Steven J. Hill"
5d8342c7f7
I'm sure opinions will vary on this, but at least when I'm using these tools, I don't want the static or an extra config file. Small filesystem please.
2007-01-14 00:57:50 +00:00
"Steven J. Hill"
994d7f05a3
Make '/var/cache' and symbolic link to '/tmp' like the others. We'll need this for Samba and friends. Also, change mount order of filesystems during boot.
2007-01-14 00:56:52 +00:00
"Steven J. Hill"
2f2492f7f1
Update packages to provide properly working initialization scripts. These have been tested with embedded PowerPC systems.
2007-01-14 00:55:25 +00:00
"Steven J. Hill"
ba46d6ef76
x86 is the only thing that uses this monstrosity.
2007-01-14 00:54:14 +00:00
"Steven J. Hill"
9f7a6c9f31
"Dashing through the snow...with a gForce based display...o'er the data fields we go....cache thrashing all the way...hahaha"
2007-01-13 21:45:00 +00:00
Eric Andersen
e4816a7fdc
a copy of mcookie will come in handy...
2007-01-11 10:38:10 +00:00
Eric Andersen
6113e56a30
it seems pdf and ps support are required for gtk2
2007-01-11 08:45:28 +00:00
Eric Andersen
8b9d738e49
add Gtk+ version 2
2007-01-11 08:42:34 +00:00
Eric Andersen
810184bb0d
add atk package
2007-01-11 07:44:14 +00:00
Eric Andersen
d996a59712
use a slightly more sensible dep, strip the correct library names
2007-01-11 07:36:46 +00:00
Eric Andersen
135ad187ff
fix build deps
2007-01-11 07:35:59 +00:00
Eric Andersen
2830e6fb55
add tiff package
2007-01-11 07:27:37 +00:00
Eric Andersen
962a0ee937
be explicit about not depending on X, dep should go the other way
2007-01-11 07:26:02 +00:00
Eric Andersen
cc894f23eb
be explicit about not doing X
2007-01-11 07:25:29 +00:00
Eric Andersen
0c26484881
fix dependancies and install paths
2007-01-11 07:25:01 +00:00
Eric Andersen
d106a63dbb
Add pango
2007-01-11 06:17:24 +00:00
Eric Andersen
fdbe8a31be
more updates to ensure subsequent packages build
2007-01-11 06:17:04 +00:00
Eric Andersen
3a0a879172
add in cairo
2007-01-10 23:57:40 +00:00
Eric Andersen
3a3e9897d4
update xorg build and installation paths
2007-01-10 23:56:30 +00:00
Eric Andersen
4c283aa793
fixup freetype build and install locations
2007-01-10 23:54:35 +00:00
Bernhard Reutner-Fischer
b700650ed2
- bump version
2007-01-10 18:39:47 +00:00
Bernhard Reutner-Fischer
48fcad8da8
- bump version
2007-01-10 18:39:08 +00:00
Eric Andersen
02022aac95
needs pkg-config
2007-01-10 10:30:56 +00:00
Eric Andersen
6637a4698e
fix install such that pkg-config setup is correct
2007-01-10 10:30:10 +00:00
Eric Andersen
2f984ec24f
fix install such that pkg-config setup is correct
2007-01-10 10:29:24 +00:00
Eric Andersen
c130a87baa
bump version to the latest stable release
2007-01-10 07:22:05 +00:00
Eric Andersen
3da708e479
link $(STAGING_DIR)/usr/lib to $(STAGING_DIR)/lib
...
to make glib2 (and packages with similar confusion) work
properly, while still being able to cross compile
2007-01-10 06:55:27 +00:00
Eric Andersen
93ad439374
add in glib2
2007-01-10 06:54:04 +00:00
Eric Andersen
b302239b13
fix gettext so it will actually compile and install
2007-01-10 06:05:18 +00:00
Bernhard Reutner-Fischer
38e2f495da
- Adjust patches to take recent upstream fixes into account.
2007-01-08 18:35:27 +00:00
Bernhard Reutner-Fischer
dfb3a52b94
- simpler patch from Paolo Carlini for http://gcc.gnu.org/PR30365
2007-01-06 19:39:51 +00:00
Bernhard Reutner-Fischer
29c38ecea6
- fix typo
2007-01-04 20:24:28 +00:00
Bernhard Reutner-Fischer
8613ef1fba
- portable cp args
2007-01-03 14:11:16 +00:00
Bernhard Reutner-Fischer
ec5b83ce2f
- add missing package-source targets
...
- add missing dependencies to build prerequisites in the config system
2007-01-03 13:44:01 +00:00
Bernhard Reutner-Fischer
87eddc3d1f
- I'm pretty sure that i don't want LFS support on the gcc-4_2-branch
...
Leave the rest as is. *shrug*
2006-12-28 08:49:55 +00:00
Bernhard Reutner-Fischer
dcf9c23309
- Pass largefile support down to the cross- and the native target compiler.
2006-12-28 08:48:31 +00:00
Bernhard Reutner-Fischer
ca4fb5bf3d
- add option to disable LFS and regenerate configure
...
Will send upstream later on.
2006-12-28 08:47:36 +00:00
Bernhard Reutner-Fischer
5480b17d8b
- add missing namespace specifiers. Fixes compilation error.
2006-12-28 08:46:30 +00:00
Bernhard Reutner-Fischer
d5af030bee
- bump version
...
- add to targets. Closes #724
2006-12-22 13:38:04 +00:00
Bernhard Reutner-Fischer
edea8785d8
- BR2_TARGET_ROOTFS_EXT2_RESBLKS is ignored if it is 0. It should be used if it is 0 (since 0 means something here--"do not reserve any blocks".
...
Thanks to timw. Closes #484 .
2006-12-22 12:34:35 +00:00
Bernhard Reutner-Fischer
684e3477bb
- patch from AndyI to make it behave on Cygwin. Closes #1127 . Thanks!
2006-12-22 12:22:15 +00:00
Bernhard Reutner-Fischer
05a2211ce6
- add some more useful hints
2006-12-22 12:11:06 +00:00
Bernhard Reutner-Fischer
df03c0df98
- add gfortran support
2006-12-22 11:45:20 +00:00
Bernhard Reutner-Fischer
1c0bd351ad
- fix building the target-compiler by passing the correct HOSTCC in.
2006-12-22 11:43:06 +00:00
Bernhard Reutner-Fischer
fbbea808f5
- fix setting the REAL_GCC_VERSION if no snapdate was given (i.e. we're using a svn co of the branch).
...
sjhill, please verify that this still works for you!
2006-12-22 11:38:07 +00:00
Bernhard Reutner-Fischer
8576c4495f
- add option to enable debugging support
2006-12-22 11:29:52 +00:00
Bernhard Reutner-Fischer
82b3f197b0
- move setting the TARGET_DEVICE_DEPMOD up one level
2006-12-22 10:39:56 +00:00
Bernhard Reutner-Fischer
193c312f22
- move setting of determination whether we use a full kernel vs. sanitized headers into the generic part
2006-12-22 10:37:22 +00:00
Bernhard Reutner-Fischer
e41b98b1e2
- Add target for .so without the LIBVERSION.
2006-12-22 10:20:56 +00:00
Bernhard Reutner-Fischer
584402fd02
- forgot to bump the libversion
2006-12-21 17:20:42 +00:00
Bernhard Reutner-Fischer
ae5ff6bc50
- bump version and make it work
2006-12-21 13:52:43 +00:00
Bernhard Reutner-Fischer
3c9baee374
- use centralized DISABLE_LARGEFILE
...
- nil CXX if there isn't one
2006-12-21 13:51:53 +00:00
Bernhard Reutner-Fischer
405aadb356
- use DESTDIR for install. Thanks to Stuart Longland. Closes #926
2006-12-21 11:57:35 +00:00
Bernhard Reutner-Fischer
ba7d905b54
- use global DISABLE_LARGEFILE
2006-12-21 10:36:40 +00:00
Bernhard Reutner-Fischer
4ab3f3f31f
- don't install the docs
2006-12-20 17:46:43 +00:00
Bernhard Reutner-Fischer
f46c397081
- fails for parallel builds, so force -j1
...
- improve the -clean target
2006-12-20 17:46:00 +00:00
Bernhard Reutner-Fischer
3302ff40e6
- Add args patch.
2006-12-20 17:40:52 +00:00
Bernhard Reutner-Fischer
7913aa0675
- bump patch version
2006-12-20 17:08:38 +00:00
Bernhard Reutner-Fischer
0d4d94ab24
- Petr Stetiar updated the kexec arm patch. Thanks!
2006-12-20 16:50:04 +00:00
Bernhard Reutner-Fischer
af9f612b67
- Lars Munch noticed that i broke the ext2 compressor. Thanks!
2006-12-20 16:45:47 +00:00
Bernhard Reutner-Fischer
b07203d446
- add argus
2006-12-20 16:38:22 +00:00
Bernhard Reutner-Fischer
def40ff869
- remove obsoleted dep on host-fakeroot
2006-12-20 14:41:04 +00:00
Bernhard Reutner-Fischer
a729c3d346
- add kexec package
2006-12-19 13:24:27 +00:00
Bernhard Reutner-Fischer
45b76b751b
- pass the correct kernel headers in and improve the -clean target.
2006-12-18 15:23:54 +00:00
Bernhard Reutner-Fischer
b6397015e4
- copy the final kernel (and System.map) to boot/
2006-12-18 14:10:46 +00:00
Bernhard Reutner-Fischer
fb1e7915e9
- stripped a bit too much for kernel-headers == target-kernel. Reinstate required rules.
2006-12-18 13:48:02 +00:00
Bernhard Reutner-Fischer
93af6cb26b
- put the full kernel's sources into build_/, install them into toolchain_build_. Saves quite some disk-space on the compile-host.
...
- Avoid overriding the linux26 target's rules if the kernel headers's and the target's kernel are the same. Avoids a warning.
2006-12-18 13:30:05 +00:00
Bernhard Reutner-Fischer
f88374ff2c
- bump version, mv the libmagic.a to the staging dir and peruse one sourcedir
...
for both host and target build. Thanks to Ulrich Hecht.
2006-12-15 15:19:46 +00:00
Bernhard Reutner-Fischer
b20bd7a267
- sudo depends on host-fakeroot
2006-12-15 15:15:35 +00:00
Bernhard Reutner-Fischer
c5640c4c97
- s/UCLIBC_HAS_LOCALE/BR2_ENABLE_LOCALE/g
2006-12-15 14:40:55 +00:00
Bernhard Reutner-Fischer
0c9a0312e0
- pull bsdiff's Config in
2006-12-15 14:37:02 +00:00
Bernhard Reutner-Fischer
27d41ace94
- use one (patched) sourcedir and build the -host and -target fakeroute in their
...
own dirs. Thanks to Ulrich Hecht.
2006-12-15 14:18:30 +00:00
Bernhard Reutner-Fischer
92dbec1e25
- Update URL. Thanks to Ulrich Hecht.
2006-12-15 14:05:51 +00:00
Bernhard Reutner-Fischer
9b855adc8c
- Thomas Lundquist added bsdiff
2006-12-15 13:57:07 +00:00
Bernhard Reutner-Fischer
f3489da092
- Only care about the locale stuff if we have locale in the first place.
2006-12-15 13:39:26 +00:00
Bernhard Reutner-Fischer
c854c67059
- remove unused variable
2006-12-15 13:36:48 +00:00
Bernhard Reutner-Fischer
8d2a2206ed
- add config option to specify modules to be copied to the target.
2006-12-15 13:34:29 +00:00
Bernhard Reutner-Fischer
ef3aec0bb0
- forgot to add the cross patch.
2006-12-14 16:03:40 +00:00
Bernhard Reutner-Fischer
e0f08154bf
- Ulrich Hecht writes: The current mpg123 package
...
- ignores TARGET_CC (overwritten in Makefile)
- ignores TARGET_CFLAGS
- is hardcoded to use the i386 target
2006-12-14 15:55:33 +00:00
Bernhard Reutner-Fischer
787635669b
- update the ext2 rootfs compression mechanism to allow for gzip, bzip2, lzma or none
2006-12-14 15:47:50 +00:00
Bernhard Reutner-Fischer
c07e327bab
- bump version
2006-12-14 15:37:42 +00:00
Bernhard Reutner-Fischer
d4c12921dc
- eventually let configure check our cross-compiler. nil the checks otherwise.
2006-12-14 15:37:12 +00:00
Bernhard Reutner-Fischer
40bf460fab
- remove usage of SUSv3 legacy functions.
2006-12-14 15:36:12 +00:00
Bernhard Reutner-Fischer
8f7cb84b61
- update path. Closes #896 .
2006-12-14 15:25:47 +00:00
Bernhard Reutner-Fischer
faf7b1d44e
Ulrich Hecht writes: This patch downloads uClibc-locale-030818.tgz to dl and copies it from
...
there instead of downloading it again for every uClibc build.
2006-12-14 15:17:39 +00:00
Bernhard Reutner-Fischer
6a4e7fddf0
- prerequisites are evaluated immediately, so move the dl rule down below setting the respective variables. Thanks to whirm for noticing this.
2006-12-14 15:12:19 +00:00
Bernhard Reutner-Fischer
f47f323d0e
- pass the correct compiler in
2006-12-14 14:32:32 +00:00
Bernhard Reutner-Fischer
3d98651a6a
- Add skeleton for vsftpd, an FTP daemon.
...
sysdeputil needs treatment, perhaps it get's Claudio Leonel started
2006-12-14 14:23:50 +00:00
Bernhard Reutner-Fischer
371120ce0e
- small tweaks to the gmp and mpfr -clean targets to uninstall them frmo the target.
...
- minor adjustments.
2006-12-14 08:12:18 +00:00
Eric Andersen
2ce8158b09
iptables seems to not be safe for 'make -jN' for any N>1
2006-12-14 05:40:06 +00:00
Eric Andersen
a49677e0b9
don't error out when asm-generic is absent
2006-12-14 02:50:58 +00:00
Bernhard Reutner-Fischer
70d474dd49
- convert mudflap to non-legacy SUSv3
2006-12-13 23:25:52 +00:00
Bernhard Reutner-Fischer
7fb0f70a5a
- Pass the correct compiler when building the target binutils.
2006-12-13 23:18:02 +00:00
Bernhard Reutner-Fischer
819ef8072b
- Convince lsof to honor uClibc's notion of wchar and locale support.
2006-12-13 23:08:48 +00:00
Bernhard Reutner-Fischer
b3d0f31bdc
- make sure to agree on the installation CONFIG_PREFIX
2006-12-13 22:51:37 +00:00
Bernhard Reutner-Fischer
189ccbaf52
- remove BR2_PACKAGE_BUSYBOX_CONFIG from here since we already have a default for it in busybox/Config.in
2006-12-13 20:26:27 +00:00
Bernhard Reutner-Fischer
47b89762fa
- fix typo.
2006-12-13 20:09:07 +00:00
Bernhard Reutner-Fischer
4a163ce843
- Thomas Lundquist added qtopia4 support. Untested.
2006-12-13 19:59:07 +00:00
Bernhard Reutner-Fischer
0d90c8ad17
- Add libgmp-host and libmpfr-host support. I'll need this for fortran support.
2006-12-13 19:57:05 +00:00
Bernhard Reutner-Fischer
ee1285f23f
- Build binutils with sysroot support.
2006-12-13 19:55:27 +00:00
Bernhard Reutner-Fischer
3f684225a3
- pass the correct CC down to gcc-version.sh
2006-12-13 18:24:48 +00:00
Bernhard Reutner-Fischer
23fe556e15
- sh[234][[:alnum:]]* -> sh
2006-12-13 16:56:59 +00:00
Eric Andersen
ad6270091e
bump version as old version has gone missing
2006-12-13 13:17:18 +00:00
Eric Andersen
ce70f4e7ce
bump version
2006-12-13 13:13:02 +00:00
Eric Andersen
da4175490a
stupid typo
2006-12-13 13:09:41 +00:00
Eric Andersen
4f45ebcca3
install include/asm-generic if it is present
2006-12-13 13:07:47 +00:00
Eric Andersen
9295a204fa
use a more sensible naming scheme
2006-12-13 12:42:45 +00:00
Eric Andersen
03746f2ec5
Patch in the version agnostic fix_includes in the older uClibc 0.9.28
2006-12-13 12:41:42 +00:00
Eric Andersen
26225b68cf
another typo
2006-12-13 12:34:39 +00:00
Eric Andersen
bee40029c1
oops, typo
2006-12-13 12:34:22 +00:00
Eric Andersen
6e2b255ad8
make this target current
2006-12-13 12:18:08 +00:00
Eric Andersen
0ac8b4c298
use the correct depmod for linux26
2006-12-13 11:59:53 +00:00
Eric Andersen
09d614de28
rename
2006-12-13 11:57:14 +00:00
Eric Andersen
1b7058694e
endianness is handled elsewhere
2006-12-13 11:53:38 +00:00
Eric Andersen
d699758c45
rework the default x86 target
2006-12-13 11:53:00 +00:00
Eric Andersen
c6201a9df3
update ordering, automagically handle x86 subtypes
2006-12-13 11:51:42 +00:00
Eric Andersen
64bc2777e5
split things up so this is not an unreadable mess
2006-12-13 11:49:19 +00:00
Eric Andersen
ed44d38316
update paths
2006-12-13 11:01:54 +00:00
Bernhard Reutner-Fischer
d310a7f3bd
- spelling fix
2006-12-13 09:17:12 +00:00
Eric Andersen
162a23c220
update busybox defaults a bit
2006-12-13 09:14:10 +00:00
Bernhard Reutner-Fischer
8aa6504ed2
- add libraw1394, thanks to Lars Munch
2006-12-13 09:13:15 +00:00
Bernhard Reutner-Fischer
c3848942cf
- andersee, please use ZCAT / BZCAT as configured by the user.
...
(see buildroot/Config.in config BR2_ZCAT and BR2_BZCAT that are available as ZCAT and BZCAT). Thanks..
2006-12-13 09:04:58 +00:00
Bernhard Reutner-Fischer
196b850988
- bump version.
2006-12-13 08:55:55 +00:00
Eric Andersen
4eb8b697cb
don't enable gdb in the default config
2006-12-13 07:33:07 +00:00
Eric Andersen
28283d54a8
fix cut-n-paste typo, where I replaced CFLAGS with two copies CXXFLAGS
...
fix spacing on env var failure notices
2006-12-13 07:25:22 +00:00
Eric Andersen
ef6528bb8f
add checks for when people have foolishly set things in their enviroment
...
such as CC, CFLAGS, etc that will cause buildroot to break
2006-12-13 07:21:16 +00:00
Eric Andersen
4f57ecd7f1
fix broken shell fragment
2006-12-13 07:19:58 +00:00
Eric Andersen
a40c07487a
update defconfig
2006-12-13 06:59:34 +00:00
Eric Andersen
0cc8fafe8f
fix a few little glitches I left in here the other day
2006-12-13 06:59:01 +00:00
Eric Andersen
5ec906557c
let people select different versions of busybox to suit their needs
2006-12-13 06:58:14 +00:00
Eric Andersen
cd63fc12fd
add missing default config so 'make defconfig' works
2006-12-13 06:26:47 +00:00
Eric Andersen
555adc366e
Use a stable version of busybox by default. The daily snapshot of
...
busybox tends to break often and is thus not a great default.
2006-12-13 06:18:41 +00:00
Eric Andersen
21e97d3e15
Add avahi package and add libdaemon, which is needed by avahi
2006-12-12 22:26:51 +00:00
Eric Andersen
a7748b2f13
add mpatrol package
2006-12-12 22:18:15 +00:00
Eric Andersen
28151cf8c7
add dmalloc
2006-12-12 22:16:41 +00:00
Eric Andersen
b3d71710a3
add netplug package
2006-12-12 22:13:41 +00:00
Bernhard Reutner-Fischer
52e3eee8b9
- workaround vi's syntax highlighting
2006-12-12 17:01:26 +00:00
Bernhard Reutner-Fischer
51dd2d4a8b
* Remove bogus tab in libcgi.mk that prevented the library from being build
...
* Added headerfiles to STAGING_DIR in usr/include/libcgi so that we
can actually use the library with the toolchain
* Added patch that fixes up the makefile.in and fixes a few bugs in libcgi
* rm the target-dir's so* in libcgi-clean
Most of the patch has been taken from the debian package.
Thanks to Lars Munch.
2006-12-12 13:16:31 +00:00
Eric Andersen
5eeac710ca
update uClibc config settings and update installation of kernel headers
2006-12-12 07:10:54 +00:00
Bernhard Reutner-Fischer
f4d23f7ead
- Add default udev.conf and fix a mkdir call.
...
Thanks to Petr Stetiar.
2006-12-10 13:53:28 +00:00
Bernhard Reutner-Fischer
0186dab79f
- cosmetic vi syntax highlighting improvement
2006-12-10 13:42:16 +00:00
Bernhard Reutner-Fischer
15710d6d3b
- revert r16800.
2006-12-10 13:24:03 +00:00
Bernhard Reutner-Fischer
bc2f0501fe
- bash can't be built with -j.
2006-12-08 12:50:37 +00:00
Bernhard Reutner-Fischer
761ca0d1a5
- Quote TARGET_PATH. Closes #1107 .
2006-12-08 12:45:45 +00:00
Eric Andersen
c5385c9011
sigh
2006-12-08 05:30:00 +00:00
Eric Andersen
3b261a29d5
use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtin
2006-12-08 05:24:59 +00:00
Eric Andersen
dea2c12405
use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtin
2006-12-08 05:23:08 +00:00
Eric Andersen
4ca65e7d21
generate.sh needs bash, so make it to ask for it by name
2006-12-08 05:20:37 +00:00
Eric Andersen
6919db4cdc
stime is a reserved name, don't let ltp use it for a local variable
2006-12-08 05:16:20 +00:00
Bernhard Reutner-Fischer
83fecd0e36
- The sysroot requires an existing argument, so make sure that we did configure
...
uClibc properly before attempting to use it.
2006-12-07 17:02:32 +00:00
Bernhard Reutner-Fischer
7ba97716ce
- pass the target (kernel-) arch in.
2006-12-07 16:31:21 +00:00
"Steven J. Hill"
dc47b050c6
Update to newer snapshot.
2006-12-07 04:49:05 +00:00
Bernhard Reutner-Fischer
103ff3fb31
- remove patch for "s3c2410_serial*" that doesn't apply anymore.
2006-12-06 08:29:40 +00:00
Bernhard Reutner-Fischer
630bbb9a85
- set PREFIX and SHAREDIR proper
2006-12-05 12:57:41 +00:00
"Steven J. Hill"
a353f4ab3d
Patch the entire source tree up to get rid of deprecated and obsolete functions. Submitted new patch to maintainer.
2006-12-05 05:23:56 +00:00
"Steven J. Hill"
f460603f02
Patch packages to remove legacy and deprecated functions. All of these patches have been sent upstream to the various maintainers.
2006-12-05 02:16:03 +00:00
Bernhard Reutner-Fischer
e9fd85f5f9
- re-add IFA_ and IFLA_ defines that were removed by YOSHIFUJI Hideaki in cbde1668e4f08e0a150207646010bc65e1e2a42b
...
Userspace still needs those.
2006-12-04 15:54:54 +00:00
Bernhard Reutner-Fischer
f7da61daa3
- +x
2006-12-04 13:39:50 +00:00
Bernhard Reutner-Fischer
8f0c458c85
- provide default config for busybox for a generic i386 target.
2006-12-02 19:36:29 +00:00
Bernhard Reutner-Fischer
f2e4ecf1d8
- add generic target. X86 for now, don't fork this but generalize it!
2006-12-02 19:34:17 +00:00
Mike Frysinger
fc19465fd7
ver bump
2006-12-02 19:02:21 +00:00
Bernhard Reutner-Fischer
9e2503563a
- andersee, what was that good for? It just slows down rebuilds as it delves into each sub-file needlessly.. Ripping out.
2006-12-02 19:01:10 +00:00
Bernhard Reutner-Fischer
bf2927a41f
- rm cruft via fakeroot, not afterwards where it has no effect.
2006-12-02 18:36:55 +00:00
Bernhard Reutner-Fischer
110f7dbfbf
- adjust busybox-source dependencies
2006-12-02 18:36:04 +00:00
Bernhard Reutner-Fischer
0d4312bd97
- eventually mount the crap /proc before remounting to make busybox's mount that incorrectly may rely on /proc work.
2006-12-02 18:34:32 +00:00
Bernhard Reutner-Fischer
66eb4c38a1
- pass target specific settings to configure when configuring for the target.
2006-12-02 18:32:33 +00:00
Bernhard Reutner-Fischer
89657b0216
- provide a 'make uclibc-config' target to make target specific configuration easy.
2006-12-02 18:30:42 +00:00
Bernhard Reutner-Fischer
4ea7521817
- bump version. No patches (yet). Yay! :)
2006-12-02 18:14:38 +00:00
Bernhard Reutner-Fischer
0607089d93
- bump version to cope with changes imposed by 2.6.19.
2006-12-02 18:13:31 +00:00
Bernhard Reutner-Fischer
fc34e17f85
- bump non-sanitized version to 2.6.19
...
- remove some superfluous mkdir's
- allow for patch, patch.gz, patch.bz2 per version
2006-12-02 18:12:18 +00:00
Bernhard Reutner-Fischer
a7c4777b39
- name the default busybox config-file.
2006-12-02 17:03:38 +00:00
"Steven J. Hill"
0f372f9e1e
Remove usage of bcopy.
2006-12-02 06:48:22 +00:00
"Steven J. Hill"
6a60acaa86
Bump the revision to the latest release and update the patches. Some idiots decided to use deprecated functions 'bzero' and 'bcmp' so we patch that up. Someone fell free to pass the patch upstream to the LTP persons, I don't have time.
2006-12-02 06:42:25 +00:00
"Steven J. Hill"
aadd9714b6
For GCC 4.2 snapshots, we need to get the actual version from the BASE-VER file so that the target compiler will build and install properly.
2006-12-02 05:15:27 +00:00
Bernhard Reutner-Fischer
b9d31ddac5
- bump version. Thanks to Petr Stetiar.
2006-12-01 17:49:42 +00:00
Bernhard Reutner-Fischer
60f03494ac
- We don't provide the arts library, and it's checked for in a way not suitable for cross compiling.
...
Thanks to Pavel Roskin.
2006-11-30 09:06:53 +00:00
Bernhard Reutner-Fischer
5de88506d9
- use the correct installation path.
2006-11-29 20:51:47 +00:00
Bernhard Reutner-Fischer
eb3b21be72
- honor uclibc's notion of LFS support
2006-11-29 20:26:05 +00:00
Bernhard Reutner-Fischer
1d10f37b2e
- keep the original tarball around.
2006-11-29 19:28:41 +00:00
Bernhard Reutner-Fischer
f7de9bf615
- provide a choice to select the compressor to use for the final rootfs.
...
Closes #1014
2006-11-29 19:16:48 +00:00
Bernhard Reutner-Fischer
6933e0ae04
- use the HOSTCC as set by the user.
2006-11-29 19:02:47 +00:00
Bernhard Reutner-Fischer
3888c95838
- build a udev for the target rather than for the host.
2006-11-29 18:59:43 +00:00
Bernhard Reutner-Fischer
ba1ceecb55
- it helps to actually apply the patches.. ;)
2006-11-29 13:21:28 +00:00
Bernhard Reutner-Fischer
aca398bb7f
- compile against the cross toolchain, not the host
2006-11-29 12:59:56 +00:00
Bernhard Reutner-Fischer
d41f2f350e
- fix typo in grub-clean
2006-11-29 12:17:26 +00:00
Bernhard Reutner-Fischer
3bc31e85b1
- move check for which(1) before it's first use
...
- fix printing a message when erroring out on non-existing HOSTCC
2006-11-29 10:39:30 +00:00
Bernhard Reutner-Fischer
cff9398961
- bump version. Fetch from old/ dir if the version is out-of-date.
...
Thanks to Pavel Roskin
2006-11-29 10:23:54 +00:00
Bernhard Reutner-Fischer
8bdb7bd3aa
- acpid is compiled with -Werror, and gcc 4.1.1 warns about mismatching
...
pointers. Fix it by using socklen_t type.
- Modify acpid.mk to apply all available patches. Convert ACPI_SOCKETFILE
adjustment from sed script to a patch.
Thanks to Pavel Roskin
2006-11-29 08:42:37 +00:00
Bernhard Reutner-Fischer
c33db03a19
- dmraid sources include libdevmapper.h,, which is provided by dm
...
as pointed out by Pavel Roskin.
2006-11-29 08:36:32 +00:00
Mike Frysinger
f9f705d6db
ver bump
2006-11-28 21:11:01 +00:00
Bernhard Reutner-Fischer
c1d7593fde
- strip cruft off the pluto patch.
2006-11-28 17:04:37 +00:00
Bernhard Reutner-Fischer
ccd252b553
- add openswan support. Compile tested only. Closes #200 .
2006-11-28 16:59:17 +00:00
Bernhard Reutner-Fischer
3a65d24db5
- add "lib" prefix
2006-11-28 16:54:30 +00:00
Bernhard Reutner-Fischer
784e010f2d
- fix parsing the gcc version. Also look at the HOSTCC's version rather than a random gcc that may be installed.
...
Closes #961 and #1097
2006-11-28 10:06:48 +00:00
Bernhard Reutner-Fischer
085f7b3ed9
- look at target variants when determining if syslinux is supported or not.
...
Closes #637
2006-11-28 10:01:46 +00:00
Bernhard Reutner-Fischer
d15b0f98f1
- Change LC_ALL=POSIX to LC_ALL=C and remove LANG=C as suggested by vapier.
2006-11-28 08:49:17 +00:00
Bernhard Reutner-Fischer
24297ee749
- add stunnel package. Thanks to Crispin Wellington
2006-11-24 15:33:04 +00:00
Bernhard Reutner-Fischer
35561e74c5
- fix microperl uconfig and pass the target cflags in properly.
2006-11-24 09:49:16 +00:00
Bernhard Reutner-Fischer
cbb32d16c4
- pass a LC_ALL to du to avoid i18n trouble when calculating the size.
...
Fixes #1044
2006-11-22 23:36:41 +00:00
Bernhard Reutner-Fischer
c743a19bb2
- type fix
2006-11-22 23:09:20 +00:00
Bernhard Reutner-Fischer
b37b7abf77
- make microwindows do something. Closes #527
...
Not that it would compile or anything, but at least it's different than before..
2006-11-22 23:03:57 +00:00
Bernhard Reutner-Fischer
1e83fdb465
- xfsprogs-2.7.11 is old by now. Provide a fallback SITE until someone
...
verifies a newer version..
Closes bug #1019
2006-11-22 22:18:52 +00:00
Bernhard Reutner-Fischer
e065bbbe97
2006-11-22 21:24:58 +00:00
Bernhard Reutner-Fischer
da94fc44b3
- bump version
2006-11-22 21:02:21 +00:00
Bernhard Reutner-Fischer
e95d01590e
- ignore GLOB_TILDE if it's not available.
2006-11-22 20:26:06 +00:00
Bernhard Reutner-Fischer
907c0740c9
- fix indentation, second take :(
2006-11-22 20:21:24 +00:00
Bernhard Reutner-Fischer
8862d9b9ad
- fix indentation
2006-11-22 19:58:35 +00:00
Bernhard Reutner-Fischer
5577825bd2
- bump version
2006-11-22 19:18:47 +00:00
Bernhard Reutner-Fischer
119e9af1b5
- add a simple cpio target, to be used with an initramfs.
...
Thanks to Goetz Bock
2006-11-22 19:10:59 +00:00
Bernhard Reutner-Fischer
77fc01bc5a
- bump version
2006-11-22 15:23:31 +00:00
Bernhard Reutner-Fischer
8cb09f11ee
- bump version
2006-11-22 15:22:57 +00:00
Bernhard Reutner-Fischer
b1aa351c22
- bump version
2006-11-22 15:22:31 +00:00
Bernhard Reutner-Fischer
ba909a766a
- bump version
2006-11-20 16:40:19 +00:00
Bernhard Reutner-Fischer
c5a42eb0fc
- bump version.
2006-11-20 16:33:05 +00:00
Bernhard Reutner-Fischer
4e5da4289e
- add and use a HOSTCXX variable.
2006-11-20 16:09:43 +00:00
Bernhard Reutner-Fischer
51f1d4de5d
- setkeys needs libfl
2006-11-20 13:37:09 +00:00
Eric Andersen
268d2fe348
minor version bumps
2006-11-17 23:44:45 +00:00
Eric Andersen
776c9099d2
fix deps so xorg can once again be selected
2006-11-17 23:17:02 +00:00
Eric Andersen
7b30fa8599
fix missing dependancy for BR2_QTE_TMAKE_VERSION
2006-11-17 22:58:29 +00:00
Bernhard Reutner-Fischer
bfe2e790bd
- bump version.
2006-11-17 16:01:05 +00:00
Bernhard Reutner-Fischer
6e2823c1fa
- add and use BR2_BZCAT config option.
2006-11-17 15:43:51 +00:00
Bernhard Reutner-Fischer
b9cc4a53a5
- fix typo introduced in my global search and replace.
2006-11-17 14:45:12 +00:00
Bernhard Reutner-Fischer
3e2f3e5579
- Adjust the install prefix for current busybox.
2006-11-17 12:57:21 +00:00
Bernhard Reutner-Fischer
4244519b90
- bump version and pass the target cflags in properly (at least for most of the
...
tools. Needs fixing upstream).
2006-11-17 12:14:31 +00:00
Bernhard Reutner-Fischer
d0422d0401
- I had to apply this patch to get it to build with a uClibc-snapshot..
2006-11-17 11:54:45 +00:00
Bernhard Reutner-Fischer
671ddcd2a3
- that version didn't build for me.
...
Update version and make it compile..
2006-11-17 11:52:58 +00:00
Bernhard Reutner-Fischer
56fadb2259
- Typo fix: copy headers to the correct location on the target.
2006-11-17 11:51:17 +00:00
Bernhard Reutner-Fischer
ad8547af5b
- bump version
2006-11-17 11:48:42 +00:00
Bernhard Reutner-Fischer
bffe93141b
- also allow grub for x86_64
...
- bump version
2006-11-17 11:47:04 +00:00
Bernhard Reutner-Fischer
0032d37174
- newer busyboxen want CROSS_COMPILE rather than the old CROSS.
2006-11-17 11:37:47 +00:00
Bernhard Reutner-Fischer
870cb9e826
- check if busybox' Rules.mak exists.
...
- add target dirs to ensure that all required dirs do exist so make busybox-menuconfig works in a pristine checkout.
2006-11-17 11:21:23 +00:00
Peter Korsgaard
2235df9734
Make sure libgcc_s.so.1 and friends always gets installed in TARGET_DIR.
...
Patch by Lars Munch.
2006-11-16 09:55:20 +00:00
Eric Andersen
a4c685f165
make certain the target directory exists
2006-11-15 21:00:07 +00:00
Eric Andersen
ba70f94e62
subversion makes it so we do not need a separate tarball
...
to store empty directories and symlinks for the target_skeleton.
2006-11-15 06:52:00 +00:00
Eric Andersen
3d9321336b
bring up to version 3.31
2006-11-14 23:22:15 +00:00
Bernhard Reutner-Fischer
ab213930a2
- point to the buildroot ML instead of the uclibc one.
...
Thanks to Thomas Lundquist for pointing this out.
2006-11-05 11:21:34 +00:00
Bernhard Reutner-Fischer
a44651de6e
- Patch from Thomas Lundquist to support lzma compressed ext2 rootfs.
2006-11-04 19:15:56 +00:00
Eric Andersen
86d9fd0a37
fix use of BUILD_WITH_LARGEFILE to properly
...
refer to BR2_LARGEFILE
2006-11-03 08:21:47 +00:00
Peter Korsgaard
80a224bea1
Fix missing libgcc_s.so.1 with BR2_GCC_SHARED_LIBGCC
2006-10-26 15:15:08 +00:00
Peter Korsgaard
31e658dc24
Bump to upstream v1.2.2
2006-10-25 08:10:26 +00:00
Mike Frysinger
189aa7bcc1
2.17.50.0.6 ver bump
2006-10-21 05:33:59 +00:00
Eric Andersen
79727f57d1
update defaults
2006-10-17 20:11:47 +00:00
Eric Andersen
93c38651bd
update config files
2006-10-17 16:57:49 +00:00
Eric Andersen
290615edc1
we use BR2_ENABLE_LOCALE not ENABLE_LOCALE
2006-10-17 16:57:02 +00:00
Peter Korsgaard
a47e16eb42
fix CrossCompileDir (patch by Andrew E. Milesk)
2006-10-14 11:34:14 +00:00
Bernhard Reutner-Fischer
994d447436
- normalize KERNEL_ARCH via sed
2006-10-11 11:36:57 +00:00
Eric Andersen
867e0beb04
new upstream version
2006-10-09 21:11:07 +00:00
Eric Andersen
976366b929
use cannonical source location
2006-10-09 21:09:20 +00:00
Eric Andersen
8531fbd55c
use http for kernel.org
2006-10-09 21:08:56 +00:00
Bernhard Reutner-Fischer
e9e73bb4ae
- we need to pass ARCH to the kernel; The kernel does not have a table to
...
normalize the passed in ARCH, from the looks, so we have to normalize it manually. XXX: FIXME upstream via a simple shell script like the cc-checks!
FIXME: flesh this out..
2006-10-09 16:13:12 +00:00
Peter Korsgaard
7c24ceac53
Bump version (patch by Fredrik Roubert)
2006-10-09 11:53:10 +00:00
Bernhard Reutner-Fischer
3cafac18a1
- use headers_install for full kernel tarballs used as kernel-headers
2006-10-09 11:41:34 +00:00
Mike Frysinger
8e6f27335b
remove duplicate/invalid options in choice
2006-10-07 06:28:23 +00:00
Bernhard Reutner-Fischer
cdc5d26b1c
- passing the target arch in isn't useful
2006-10-06 13:02:11 +00:00
Bernhard Reutner-Fischer
5022f39544
- be gentle to vi syntax color mode
2006-10-06 13:01:29 +00:00
Bernhard Reutner-Fischer
180bc5941a
- jffs2 requires the mtd package for the mtd-host tools.
2006-10-06 13:00:57 +00:00
Bernhard Reutner-Fischer
30680d7b70
- use the HOSTCC given by the user.
2006-10-06 12:59:33 +00:00
Bernhard Reutner-Fischer
2ce4d98fad
- use the HOSTCC for building host-tools.
2006-10-03 14:11:12 +00:00
Bernhard Reutner-Fischer
2d1ab08716
- late binding isn't a good idea there, i did end up with an empty SOURCE.
2006-10-03 13:42:42 +00:00
Eric Andersen
6b48b48034
add a know to enable/disable building a shared libgcc
2006-10-02 19:40:44 +00:00
Eric Andersen
ea85352bfb
kill the separate 'uClibc.config-locale' file, which was generally left unmaintained
...
and instead just update the installed uClibc config file in place to enable locale
when selected
2006-10-02 18:52:14 +00:00
Eric Andersen
4c2a4485d1
escape the wildcard
2006-10-02 18:40:42 +00:00
Eric Andersen
a71efa13ec
Andrew E. Mileski writes:
...
This looks like a typo to me. Without this patch, one ends up with
"i386AArchitecture" being defined, which doesn't match anything.
2006-10-02 18:25:37 +00:00
Bernhard Reutner-Fischer
6fe5f48cbf
- add missing hung from the BR2_ZCAT introduction
2006-10-01 18:34:45 +00:00
Bernhard Reutner-Fischer
6342c83201
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
...
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-10-01 15:17:52 +00:00
Bernhard Reutner-Fischer
859b9137fd
- add BR2_ZCAT in preparation of fixing bug #971
2006-10-01 15:07:45 +00:00
Mike Frysinger
076c575e82
tidy up
2006-09-30 23:49:09 +00:00
Bernhard Reutner-Fischer
e4a303dd69
- fix bug #1042 ; Hardcoding system-paths is a bad idea. If some of them are not
...
in PATH seen by make then most likely for a very good reason. Set your PATH accordingly if you need /bin or /usr/local/bin et al.
2006-09-30 21:08:56 +00:00
Bernhard Reutner-Fischer
35eecb2319
- add stubs for gmp and mpfr
...
not yet enabled
2006-09-28 17:38:06 +00:00
Bernhard Reutner-Fischer
2f85174dbf
- bump version
2006-09-28 14:26:32 +00:00
Bernhard Reutner-Fischer
7e472ca29c
- add possibility to use a 2.6.18 (full) kernel tarball for the libc-headers.
2006-09-28 12:51:25 +00:00
Bernhard Reutner-Fischer
9ecac1185e
- rediff against current trunk.
...
Now compiles again if locale is turned off..
2006-09-28 10:35:12 +00:00
Bernhard Reutner-Fischer
503b91073a
- rediff against current trunk
2006-09-28 10:30:29 +00:00
Peter Korsgaard
577278c538
Network block device package (client only)
2006-09-28 10:19:43 +00:00
Mike Frysinger
a46a87d493
2.17.50.0.5 ver bump
2006-09-27 22:48:57 +00:00
Mike Frysinger
c00307de5a
help if we had the patches for the new version
2006-09-27 22:44:48 +00:00
Peter Korsgaard
9406462fed
make 3.80 doesn't understand 'else ifeq(..)'
...
Reported by Jeff Rhyason.
2006-09-27 18:17:31 +00:00
Peter Korsgaard
11713c7535
Don't disable tcl twice
2006-09-27 05:44:10 +00:00
Peter Korsgaard
dfa4f83783
sqlite package, based on gumstix
2006-09-26 16:01:07 +00:00
Peter Korsgaard
bc45a9b966
The target is readline-target, not readline_target
2006-09-26 15:56:03 +00:00
Peter Korsgaard
dd510c2b69
Proper !i386 cross compilation support
2006-09-26 12:48:43 +00:00
Peter Korsgaard
990fee63fc
Set 0.9.28 floating point mode according to BR2_SOFT_FLOAT
2006-09-25 14:28:54 +00:00
Peter Korsgaard
841f8e9539
depend instead of select on zlib/png to shut up Kconfig warning
...
(doesn't change anything as xorg already depends on them)
2006-09-25 13:37:13 +00:00
Peter Korsgaard
0d0b98727d
GRUB package is called BR2_TARGET_GRUB
2006-09-25 12:35:27 +00:00
Peter Korsgaard
388e17a855
Valgrind works on PPC and AMD64 as well nowadays.
...
Use Kconfig to ensure valgrind can only be enabled on supported archs.
2006-09-25 08:48:47 +00:00
Peter Korsgaard
283c9b35bc
Bump version
2006-09-25 07:27:46 +00:00
Mike Frysinger
7012a996b3
patch is incorrect; we do not want to ignore comments while in #NO_APP mode
2006-09-24 21:29:13 +00:00
Mike Frysinger
0a2dceb397
ver bump
2006-09-24 21:28:52 +00:00
Peter Korsgaard
775684a5ed
fix big/little endian
2006-09-19 15:16:55 +00:00
Peter Korsgaard
564aac603d
Don't copy static lib to TARGET_DIR
2006-09-19 14:56:21 +00:00
Peter Korsgaard
6bf74e4072
Add dillo package
2006-09-19 14:19:32 +00:00
Bernhard Reutner-Fischer
58ab28a9a6
- add missing include
2006-09-11 18:12:13 +00:00
Bernhard Reutner-Fischer
302ac099bb
- repair deps.
2006-08-29 16:45:47 +00:00
Bernhard Reutner-Fischer
81de3bf5d6
- add lzma
2006-08-29 16:41:55 +00:00
Bernhard Reutner-Fischer
3ecba000c6
- bump version
2006-08-29 16:41:22 +00:00
Bernhard Reutner-Fischer
b1221b25d1
- add package lzma
2006-08-29 16:40:38 +00:00
Bernhard Reutner-Fischer
43d38b341a
- use cross strip instead of host strip; closes #773
2006-08-28 13:46:38 +00:00
Bernhard Reutner-Fischer
043f8b2666
- add rope-index patch, updated for 4.2.0
2006-08-28 11:39:05 +00:00
Paul Mundt
b10bfad61e
Add an sh64 target to buildroot.
2006-08-28 06:52:43 +00:00
Eric Andersen
1ec169946d
Don Reid writes:
...
It looks like the linux binary is just used if a system map file cannot
be found. So I changed the make file to remove it.
2006-08-25 02:43:15 +00:00
Eric Andersen
6e17ffbaa2
fixup lsof so it will apply patches, and compile when rpc is disabled
2006-08-25 02:13:46 +00:00
Bernhard Reutner-Fischer
cc352925b4
- update to 2.0.0 and correct site.
2006-08-24 22:00:36 +00:00
Bernhard Reutner-Fischer
5a2008d9fe
- update to 1.02.09
2006-08-24 21:46:57 +00:00
Bernhard Reutner-Fischer
9752387b89
- make sure that the prerequisites of 'make busybox-menuconfig' are met
2006-08-24 19:48:31 +00:00
Bernhard Reutner-Fischer
c59db40f69
- remove patch that was already applied upstream
2006-08-24 19:46:55 +00:00
Bernhard Reutner-Fischer
6e6e04c3e5
- adjust to current snapshot
2006-08-24 19:45:47 +00:00
Bernhard Reutner-Fischer
e16425c389
- pickup the PATH the user has set.
...
Fixes HOSTCC et al being installed in e.g. /opt where it wasn't found before.
2006-08-24 19:35:47 +00:00
Mike Frysinger
4b53879123
add URL for binutils 2.17 #1002
2006-08-24 03:40:11 +00:00
Peter Korsgaard
ddcaf1444d
mkfs.jffs2 doesn't like short form of pad option with arg
2006-08-22 08:03:19 +00:00
Peter Korsgaard
611b040535
Bump to upstream v3.1
2006-08-21 07:24:22 +00:00
Eric Andersen
8a63b6dae1
Use http. Add support for building cross depmod for 2.6 kernels.
...
Don't hard code version numbers all over the place.
2006-08-10 21:00:23 +00:00
Eric Andersen
5cd18319f8
comparing $(ARCH) vs i.e. i386 isn't going to work when ARCH=i486 etc.
...
Need to instead compare vs BR2_i386 and friends.
2006-08-10 20:58:14 +00:00
Eric Andersen
28e220f7a0
update valgrind to the latest and greatest, forward port my patches.
...
Mental note: submit upstream
2006-08-10 20:21:33 +00:00
Eric Andersen
222dcdc1bf
rework hotplug with a customized version not dependant on kernel sources
2006-08-10 20:08:31 +00:00
Eric Andersen
9ab4e56e94
Add support for mklibs (strips unused syms from shared libs such as uClibc)
...
based on a patch from akvadrako, and using a version of mklibs.py that was
massively hacked up by andersee and mjn3 for uClibc support.
2006-08-02 21:19:09 +00:00
Peter Korsgaard
54044da973
Bump to upstream v1.2.1
2006-07-31 16:01:15 +00:00
Eric Andersen
585581702b
Stupid make needs tabs. Fix broken whitespace
2006-07-27 18:30:24 +00:00
Eric Andersen
5bc8089bcf
patch from Biucchi Gabriele:
...
Some programs (like rxvt) need x-includes and x-libraries in
$(STAGING_DIR)/usr/X11R6/ , but tinyx.mk does not install anything there.
copy everything from $(TINYX_DIR)/exports/ into $(STAGING_DIR)/usr/X11R6/
2006-07-26 19:11:36 +00:00
Eric Andersen
15b2f67f64
let X figure out the correct mouse protocol
2006-07-21 03:29:50 +00:00
Eric Andersen
9e861b63fb
rxvt switched to sourceforge years ago... Fix things up so
...
that rxvt actually builds and runs...
2006-07-20 22:50:22 +00:00
Eric Andersen
275d95c887
fix build and add some basic setup so it can run
2006-07-20 22:46:15 +00:00
Mike Frysinger
7f408ff90f
ver bump to 0.14.6
2006-07-20 00:06:52 +00:00
Mike Frysinger
f80de0d6ec
ver bump #958 by bowerymarc
2006-07-19 23:56:33 +00:00
Mike Frysinger
e3f67672a9
ver bump #962 by bowerymarc
2006-07-19 23:53:59 +00:00
Eric Andersen
a7b84fab16
oops
2006-07-19 17:51:12 +00:00
Eric Andersen
1c911f7f4f
minor dependancy cleanup
2006-07-19 06:37:58 +00:00
Eric Andersen
cb4df509a6
fix fallback case so dependancies work as expected
2006-07-19 00:06:06 +00:00
Eric Andersen
0524f3a6a0
trivial cosmetic stuff
2006-07-18 23:54:31 +00:00
Eric Andersen
98bc6dac2a
configuring uClibc depends on first having kernel headers in place
2006-07-18 23:43:58 +00:00
Eric Andersen
8aa5dc4138
stick an extra blank line after results
2006-07-18 23:42:03 +00:00
Eric Andersen
8c709551ff
put sed check in the correct place
2006-07-18 23:39:39 +00:00
Eric Andersen
ddb5ebab06
move TAR_OPTIONS to its rightful place
2006-07-18 22:58:58 +00:00
Eric Andersen
1eab86d0eb
fixup patch
2006-07-18 09:13:13 +00:00
Eric Andersen
b1d24866da
fixup build dependancies and such
2006-07-18 08:53:30 +00:00
Eric Andersen
0216ba0b15
change paths so glib-config uses the correct path for
...
the cross compiled libglib and include files
2006-07-18 07:59:29 +00:00
Eric Andersen
a9e51e5892
fixup some build and dependancy problems.
2006-07-18 07:19:10 +00:00
Mike Frysinger
8f0270f71b
fix whitespace
2006-07-17 03:53:12 +00:00
Mike Frysinger
f84a70f156
punt prereleases (2.15.97->2.16, 2.16.9[34]->2.17)
2006-07-17 03:38:40 +00:00
Mike Frysinger
ce87884f39
version bump
2006-07-17 01:48:05 +00:00
Rob Landley
a0426f185d
Sigh.
2006-07-16 22:14:03 +00:00
Rob Landley
3be2c26cba
prplague suggested mentioning the mailing list on the news page.
2006-07-16 19:48:44 +00:00
Rob Landley
f8af1f0ca0
Make the links actually point to the _buildroot_ list...
2006-07-14 20:23:06 +00:00
Rob Landley
0bab040860
Plausible deniability.
2006-07-14 20:01:58 +00:00
Eric Andersen
1de8a18128
yet another fix for yet another cross depmod endianness problem
2006-07-13 17:26:01 +00:00
Eric Andersen
c4ad37ff4e
disable sdl build
2006-07-10 22:28:09 +00:00
Eric Andersen
ff870a1827
change things so menuconfig wont complain about circular deps
2006-07-10 22:18:35 +00:00
Eric Andersen
12b74e5324
remove junk, bump version, and generally clean things up
2006-07-10 22:17:48 +00:00
Eric Andersen
a8c92e8083
add support for dmraid soft raid handling
2006-07-10 22:09:37 +00:00
Eric Andersen
b6de822b37
add support for gtk+ version 1.2
2006-07-10 22:06:45 +00:00
Eric Andersen
7909d9d1d9
fix url, fixup compile and install
2006-07-10 22:06:11 +00:00
Eric Andersen
2a89e2300c
fixup some dependancies
2006-07-10 22:04:29 +00:00
Eric Andersen
e33a0c1400
prevent up circular deps by preventing both from being enabled concurrently
2006-07-09 04:54:00 +00:00
Eric Andersen
0e6da182fd
why install it if we immediately delete it. Makes no sense
2006-07-09 00:39:39 +00:00
Eric Andersen
9377ea7149
fix dependancy
2006-07-09 00:38:38 +00:00
Eric Andersen
600bcddaef
fixup xorg compile -- it now at least compiles and runs for me on x86
2006-07-08 23:58:02 +00:00
Eric Andersen
830228b9d9
fix broken libpng compile -- malloc was being handled incorrectly
...
when cross compiling
2006-07-08 23:56:47 +00:00
Eric Andersen
3b4205f166
Add pkgconfig
2006-07-08 23:55:55 +00:00
"Steven J. Hill"
213cc83c47
Fix syntax errors in configure and m4 for Tcl so that the package actually builds. This was reported on the Tcl mailing list at < http://sourceforge.net/mailarchive/forum.php?thread_id=9384126&forum_id=3854 >.
2006-07-07 02:05:09 +00:00
Bernhard Reutner-Fischer
df1496abee
- busybox recently renamed CROSS to CROSS_COMPILE. Pass in both for now.
2006-07-05 11:23:17 +00:00
Bernhard Reutner-Fischer
4a94f332b9
- typo
2006-07-05 07:29:21 +00:00
"Steven J. Hill"
70a891e693
Add patch for building and running the Open POSIX Testsuite if NPTL has been selected with uClibc along with make directives. If someone has a cleaner way of handling things in the makefile, feel free to change it.
2006-07-05 05:14:24 +00:00
"Steven J. Hill"
552c41e491
Automate the usage of '--disable-gdbmi' to be used only with GDB versions less than 6.4, if they are even used anymore.
2006-07-05 05:12:51 +00:00
Eric Andersen
c9306ec90c
update LTP to the latest and greatest
2006-07-05 01:42:29 +00:00
Eric Andersen
050da8412e
try to avoid rebuild
2006-07-04 18:06:38 +00:00
Eric Andersen
7c10b7696e
avoid potential rebuild
2006-07-04 18:06:04 +00:00
Eric Andersen
245939c8c3
make naming consistant with other gcc version
2006-07-04 18:05:36 +00:00
Bernhard Reutner-Fischer
614fdf8d7a
- libgcc-math was removed upstream; Drop this hunk
2006-07-04 15:07:57 +00:00
Eric Andersen
daa2256049
make needs the full blown gnu glob(), so teach it to use a local copy
2006-07-04 11:58:51 +00:00
Bernhard Reutner-Fischer
c3c100b63f
- list defaults for BR2_GNU_TARGET_SUFFIX in help text
...
- fix a few typos
2006-07-04 11:44:32 +00:00
Eric Andersen
e8609e8ea7
Disable UCLIBC_HAS_GNU_GLOB, since gnu glob is a horrible bloated monster
...
and should NOT be enabled by default.
2006-07-04 11:06:43 +00:00
Mike Frysinger
5675a37772
some fixes from Gentoo
2006-06-30 01:25:51 +00:00
Mike Frysinger
7bff1ba4ac
backport some fixes from 4.2 patchset to fix __global_locale error
2006-06-30 01:22:21 +00:00
Mike Frysinger
635ab0bbe4
rename patch to match other versions of gcc
2006-06-30 01:15:13 +00:00
Mike Frysinger
145d780b0d
rename patch to match other versions of gcc
2006-06-30 01:08:41 +00:00
Mike Frysinger
0cf77487d8
ver bump to 1.2.12
2006-06-30 00:56:53 +00:00
Mike Frysinger
1cd84712ea
ver bump to 1.3.12
2006-06-30 00:32:18 +00:00
Mike Frysinger
db0b9fdf4e
ver bump to 2.60
2006-06-30 00:31:39 +00:00
Mike Frysinger
03e048e0d9
use the main gcc mirror #913
2006-06-30 00:25:12 +00:00
Peter Korsgaard
bd8522f923
Bump to upstream v1.2.11
2006-06-27 07:44:51 +00:00
Mike Frysinger
b217dc8b04
add a patched target cause i'm lazy
2006-06-24 04:23:01 +00:00
Mike Frysinger
a5af6a0781
2.17 is released
2006-06-24 04:22:17 +00:00
Eric Andersen
5787443321
sync target kernel version with reality
2006-06-23 16:43:52 +00:00
Eric Andersen
610595feca
fix url
2006-06-23 16:32:47 +00:00
Eric Andersen
3113d6689e
fix gcc build
2006-06-23 07:53:10 +00:00
Eric Andersen
9f0b4b626d
oops, dynamically set...
2006-06-23 07:46:15 +00:00
Eric Andersen
b6ea2bdd2f
update config a bit
2006-06-23 07:45:00 +00:00
Eric Andersen
4856369541
don't use ftp for gnu stuff, a few version bumps as well,
...
based on a patch from Fu Yunhui
2006-06-23 07:29:40 +00:00
Eric Andersen
82620711eb
support linking with xgot
2006-06-23 07:09:55 +00:00
Eric Andersen
179d9671c0
version bump
2006-06-23 07:06:48 +00:00
Eric Andersen
12ab8c7595
version bump
2006-06-23 07:05:02 +00:00
Eric Andersen
317408b4fa
minor tweak
2006-06-23 07:00:53 +00:00
Eric Andersen
f2a4704040
patch from John Gatewood Ham, add lsof
2006-06-23 06:53:28 +00:00
Eric Andersen
84e58ab9a6
patch from John Gatewood Ham, add hdparm
2006-06-23 06:52:33 +00:00
"Steven J. Hill"
f7116410a5
The newer versions of GCC no longer need this patch.
2006-06-22 04:10:37 +00:00
"Steven J. Hill"
574096452a
Add temporary patch to remove usage of 'bcopy' until upgrading to the next snapshot of LTP. Patch to 'member.c' contributed by Mike Frysinger <vapier@gentoo.org>. Patch to 'echoes.c' by the person adding this patch.
2006-06-22 03:59:53 +00:00
"Steven J. Hill"
0c1e709edb
Resolves Bug #182 for buildroot. It works nice to pull in default
...
configuration files for targets. More information on the bug database
page at <http://bugs.uclibc.org/view.php?id=182 >.
2006-06-22 02:24:08 +00:00
Mike Frysinger
9399740475
scrub patch
2006-06-21 20:08:35 +00:00
Mike Frysinger
e7460e04eb
some fixes from Gentoo
2006-06-21 19:46:28 +00:00
Mike Frysinger
ea8a91e8d3
version bump to 6.5
2006-06-21 08:18:19 +00:00
Mike Frysinger
5086f33ccb
use $(CONFIG_UPDATE) instead of noting the issue
2006-06-21 08:18:10 +00:00
Mike Frysinger
338e502682
version bump 2.16.94
2006-06-15 04:46:58 +00:00
Mike Frysinger
88ce2b4702
cut 2.16.91.0.3 and 2.16.91.0.4
2006-06-10 12:28:41 +00:00
Mike Frysinger
242297c157
merge 2.17.50.0.2
2006-06-10 12:27:53 +00:00
Mike Frysinger
42e6181c43
add 2.16.93 (2.17 prerelease)
2006-06-10 12:22:47 +00:00
Paul Mundt
2f7fa2f36c
Add ARM EABI patch for gcc 4.1.1 too.
2006-06-06 11:36:15 +00:00
"Steven J. Hill"
63c27c0bb5
Fix Bug #897 preventing the building of 'sudo' for architectures other than x86.
2006-06-06 02:52:08 +00:00
Paul Mundt
61aa805b9e
Add support for ARM EABI.
2006-06-05 22:11:01 +00:00
Paul Mundt
b1a66dd673
Update for ARCH_WANTS_{LITTLE,BIG}_ENDIAN and HAS_FPU -> UCLIBC_HAS_FPU.
...
Also update the uClibc config for some of the recent target and CPU
variant additions.
2006-06-05 22:07:29 +00:00
Paul Mundt
d56e2b342f
Split the target suffix out as a config option, for the few cases where
...
we have to use a different one.
2006-06-05 21:49:44 +00:00
Peter Korsgaard
c1eb4cdc6f
GCC 4.1.1 support (notice: not yet on ibiblio)
2006-05-30 08:25:59 +00:00
Peter Korsgaard
041ba7cca0
Don't error on clean without unpack
2006-05-30 08:20:54 +00:00
Peter Korsgaard
8e06ef91c2
libstc++ requires large file support
2006-05-30 08:09:11 +00:00
Peter Korsgaard
573fe2752b
Download using ftp instead of http from ftp sites
2006-05-30 07:31:36 +00:00
Mike Frysinger
d99c31c646
s/dependancies/dependencies/
2006-05-26 01:18:09 +00:00
Peter Korsgaard
027add8c56
Update squashfs patch to v3.0 (2.4.28 kernel)
...
Untested as I don't have the hw, but the patch applies cleanly.
2006-05-24 18:26:46 +00:00
Peter Korsgaard
194b234748
Bump to upstream v3.0
...
Notice that this uses a new NON-compatible filesystem format, so you need
the v3.0 kernel patch to access it!
2006-05-24 18:07:33 +00:00
Peter Korsgaard
58f0a91b95
Bump to upstream v1.2.10 and remove sdl-config symlink generation
2006-05-24 17:54:45 +00:00
David Anders
805a6379ec
added patch to fix progname per case 0000879
2006-05-24 14:57:27 +00:00
David Anders
4c67c2a6f5
changed the installation prefixes for target
2006-05-24 14:41:30 +00:00
Peter Korsgaard
d503cac9fa
Bump to upstream v1.1.3
2006-05-18 17:36:17 +00:00
Eric Andersen
00e245b59f
Add some finer grained dependancy checking. Check that
...
make >= 3.80 is installed, check that at least gcc 2.95
is installed. Other dependancy will be added as needed.
2006-05-02 21:35:55 +00:00
Peter Korsgaard
6b2f95f295
0000858: Not finding ntp sources
...
Fixed source URL
2006-04-29 13:15:17 +00:00
Mike Frysinger
0fb7acaf0f
fix by hootsmon to make sure the includes are found properly #855
2006-04-29 04:08:25 +00:00
Peter Korsgaard
6268a48c56
Bump rsync package to 2.6.8
...
Closes 0000859.
2006-04-28 20:00:46 +00:00
Peter Korsgaard
c2db529134
0000852: toolchain/kernel-headers (2.6.12): Sync struct i2c_msg with kernel
...
definition.
The struct i2c_msg definition in linux-libc-headers-2.6.12.0 has two extra
members not present in the kernel definition causing all kinds of problems.
This patch fixes that.
2006-04-28 19:44:22 +00:00
Peter Korsgaard
7bc4ad6e56
0000851: toolchain/kernel-headers: Use LINUX_HEADERS_VERSION instead of
...
LINUX_VERSION.
Use LINUX_HEADERS_VERSION instead of LINUX_VERSION as that variable is used
for the actual kernel version used which might be different than the headers
version.
E.G. LINUX_VERSION is set in the target/device/* files. If this version
doesn't match the selected kernel headers version the patches won't be applied.
2006-04-28 19:40:43 +00:00
Peter Korsgaard
dd01b4112c
0000856: Not finding ethtool sources
...
Fixed download URL
2006-04-28 19:33:39 +00:00
Mike Frysinger
b81bcbd229
Alessio Massaro writes: The syntax $VAR_NAME is used in several places. The correct syntax is actually $(VAR_NAME)
2006-04-21 01:23:35 +00:00
Mike Frysinger
70b5dc8892
dont override CC
2006-04-20 00:58:20 +00:00
Eric Andersen
afc5e9078e
fix up coreutils build
2006-04-19 21:17:49 +00:00
Eric Andersen
f144786ff5
dont check for the non-existant define 'HAVE_TIME_R_POSIX'
2006-04-19 20:24:12 +00:00
Eric Andersen
54ba8b7024
version bump
2006-04-19 18:36:02 +00:00
Eric Andersen
61942e82b4
teach newer fakeroot to not build docs
2006-04-19 17:53:45 +00:00
Eric Andersen
61115890b8
bump version
2006-04-19 17:32:35 +00:00
Eric Andersen
a71258c161
when copying, be forceful about it to gratuitously overwrite symlinks
2006-04-19 17:24:47 +00:00
Mike Frysinger
e9b3eb8f73
remove reference to "releases"
2006-04-17 02:50:23 +00:00
Mike Frysinger
476ec17d2f
syntax/comment touchups
2006-04-15 02:27:44 +00:00
Mike Frysinger
f7739d831e
no longer needed
2006-04-15 02:27:30 +00:00
Mike Frysinger
23d6133ec6
version bump to 394
2006-04-15 02:27:23 +00:00
Mike Frysinger
2209685942
version bump to 2.4.1
2006-04-15 02:27:17 +00:00
Mike Frysinger
c74d431a97
version bump to 1.5.22
2006-04-15 02:27:10 +00:00
Mike Frysinger
6741ed05c2
version bump to 4.17
2006-04-15 02:27:01 +00:00
Mike Frysinger
5522edc542
version bump to 1.3.5
2006-04-15 02:26:54 +00:00
Mike Frysinger
71d38f4abb
version bump to 5.94
2006-04-15 02:26:47 +00:00
Mike Frysinger
72d1d90cde
version bump to 3.81
2006-04-15 02:26:39 +00:00
Mike Frysinger
280515fc5c
fix patch to work with -p1
2006-04-15 02:26:01 +00:00
Mike Frysinger
468fe5665e
some more upstream patches
2006-04-15 02:25:18 +00:00
Mike Frysinger
607633f50a
some more upstream patches
2006-04-15 02:24:59 +00:00
Mike Frysinger
6d008e61f2
sync thread stuff with config.in as pointed out by mjn3
2006-04-14 22:37:50 +00:00
Mike Frysinger
34ac9cf1c8
cut out pointless hunks
2006-04-14 22:26:04 +00:00
Eric Andersen
f56a19707d
Fix missing /etc/mtab symlink
2006-04-14 19:57:28 +00:00
Eric Andersen
dd83c42002
Browsing to the ccache web page http://ccache.samba.org/
...
they list the cannonical download URL as: http://samba.org/ftp/ccache/
so I guess the freshmeat URL is out of date or something.
2006-04-14 19:33:48 +00:00
Eric Andersen
cb7b678a5e
664: bind package update: akvadrako writes:
...
This patch consists of:
(1) bind version bump
(2) removing some X-compiling build fixes merged upstream
(3) removing the bind-dlopen patch: not of general enough use
(4) remove the package/bind/bind9 file - it isn't used
(5) Use $(STAGING_DIR)/lib instead of $(STAGING_DIR)/usr/lib
(6) Fix chroot'ed bind handling by init script
2006-04-14 19:25:54 +00:00
Eric Andersen
55d713a4ec
Make symlink targets use relative paths per bug 303
2006-04-14 19:10:24 +00:00
Eric Andersen
14c7b8568f
829: Bump distcc package to 2.18.3
2006-04-14 18:40:32 +00:00
Eric Andersen
431318368c
830: Bump nano package to v1.3.11
2006-04-14 18:39:36 +00:00
Eric Andersen
43e6d9ed27
831: Bump wget package to v1.10.2
2006-04-14 18:38:25 +00:00
Eric Andersen
c036b2629f
832: Bump libusb package to v0.1.12
2006-04-14 18:37:10 +00:00
Eric Andersen
1d81d7ec7a
833: Bump usbutils package to v0.72
2006-04-14 18:35:51 +00:00
Eric Andersen
5d37fc6095
bug 834: libusb: build fix: set big/little endian
...
The following patch fixes a compilation error in libusb (cannot
detectect endian while cross compiling)
2006-04-14 18:32:17 +00:00
Eric Andersen
d9d199af65
per bug 828, bump boa package to v0.94.14rc21
2006-04-14 18:28:35 +00:00
Mike Frysinger
3b7f835fde
forward port big endian arm fix
2006-04-13 05:51:11 +00:00
Mike Frysinger
ff6ca6a710
since 4.2.0 isnt actually out, rename patchdir to match new snapshot support
2006-04-13 05:50:37 +00:00
Mike Frysinger
7528aaa923
add proper support for gcc snapshots
2006-04-13 05:50:01 +00:00
Mike Frysinger
85586431fa
slight tweak so it will actually compile
2006-04-12 03:47:16 +00:00
Mike Frysinger
84523a7eeb
forward port the arm big endian patch
2006-04-12 03:12:51 +00:00
Mike Frysinger
b4cec92b0e
scrub patches
2006-04-12 02:59:14 +00:00
Eric Andersen
a85a7cfaf7
doh
2006-04-12 00:44:57 +00:00
Eric Andersen
8cf5026c6a
dont use depmod.pl, use cross depmod which I made work properly a while back.
...
Apply latest stable kernel patch
2006-04-12 00:33:42 +00:00
Eric Andersen
233d05fb17
make the locale config mostly match the non-locale config
2006-04-11 19:41:22 +00:00
Eric Andersen
ef9e8c4fec
per bug 825, bump busybox to stable rev 1.1.2
2006-04-11 17:29:42 +00:00
Eric Andersen
e8b1af7638
bump version, merely a compile fix for scp
2006-04-11 00:29:56 +00:00
Eric Andersen
34a0c2f0a5
add sudo, based on http://bugs.busybox.net/view.php?id=511
...
with minor changes, and updated security patches
2006-04-11 00:27:51 +00:00
Eric Andersen
f3724ee831
try to make sure results actually make it to disk
2006-04-11 00:06:17 +00:00
Eric Andersen
eada0a459e
per bug 0000786, strip quotes
2006-04-10 23:40:05 +00:00
Eric Andersen
126a92177d
0000755: New package: haserl: patch from jacmet
...
This little patch adds a target for haserl to buildroot.
Haserl - Html And Shell Embedded Report Language
2006-04-10 23:34:06 +00:00
Eric Andersen
9dd69ffbfd
0000789: New package: ethtool: patch from jacmet
...
This little patch adds a target for ethtool to buildroot.
ethtool is a small utility for examining and tuning your ethernet-based network interface.
2006-04-10 23:31:14 +00:00
Eric Andersen
fa3670698e
fix for newer gcc
2006-04-10 23:25:40 +00:00
Eric Andersen
674d61d84b
yet again... rework fakeroot handling to ensure fakeroot is invoked just once,
...
as it seems to sometimes lose values logged during from earlier invocations.
2006-04-10 22:49:48 +00:00
Eric Andersen
bfcb34c69f
accomodate a read only rootfs
2006-04-10 21:26:27 +00:00
Eric Andersen
7be3856489
fetch zlib from the cannonical site at zlib.net
2006-04-10 18:09:17 +00:00
Eric Andersen
cd729873b9
update ccache url
2006-04-10 17:50:11 +00:00
Eric Andersen
8cfa7aa965
As noted by jacmet in bug 824:
...
svn 14777 seems to have broken cramfs/squashfs/tarroot.
The problem is that $(IMAGE) is the absolute path of the image including
directories, so the build tries to access
$(STAGING_DIR)/_fakeroot.</full/path/to/buildroot/directory> which doesn't
exist.
The fix is to define CRAMFS/SQUASHFS/TAR_TARGET as $(notdir
$(IMAGE).<extension>) instead.
2006-04-10 17:48:53 +00:00
Eric Andersen
5418a92350
make sure things still work even when fakeroot is not in active use
2006-04-07 22:42:15 +00:00
Eric Andersen
ee66f55213
rework fakeroot handling to avoid races during parallel make causing several
...
fakeroot instances stomping eachother's temp files.
2006-04-07 20:30:43 +00:00
Eric Andersen
f333602f73
remove redundant e2fsprogs dependency which caused unnecessary rebuilds.
2006-04-06 22:17:39 +00:00
Eric Andersen
39027ff8d2
Build ltt without GTK if GTK is not available
2006-04-06 22:13:51 +00:00
Eric Andersen
fbe47cd333
patch from janlana adding an x86 bootable iso9660 CD-ROM target
2006-04-06 18:31:14 +00:00
Eric Andersen
1718a20602
bjdooks writes:
...
udev creates wrong permissions on /dev/s3c2410_serial devices
Attached patch adds a line for s3c2410_serial with the correct MODE/group
2006-04-06 18:21:51 +00:00
Eric Andersen
0d26efed3a
lord_apollyon writes:
...
When gcc 3.4.4 is configured for the toolchain, it subsequently fails to
compile udhcp-0.9.8/dhcpc.c complaining about an improper switch statement
syntax error:
dhcpc.c: In function `perform_renew':
dhcpc.c:136: error: label at end of compound statement
2006-04-06 18:17:50 +00:00
Eric Andersen
768304767b
akvadrako writes:
...
The term gdb-client is deceptive - although it parallels the gdb-server name,
it is actually a full fledged gdb version. I want to use it to debug uClibc
core files on my host system. Although I haven't got that to work yet, I wasted
time figuring out how to do build gdb for the host not realizing it already had
a target. With this documentation change, things would have been a lot clearer
to me.
2006-04-06 18:08:44 +00:00
Eric Andersen
afd4b07278
will_newton writes: thttpd install fails
2006-04-06 17:47:53 +00:00
Eric Andersen
51c429bf06
david_bachelart writes:
...
the recent uemacs packages does not appear in the packages list.
2006-04-06 17:45:35 +00:00
Eric Andersen
4a01900a8d
tyler writes:
...
libdirectfb* is copied to target, but when the package builds it also builds
libdirect* and libfusion*, which libdirectfb will call upon, but they are not
copied along with libdirectfb.
2006-04-06 17:43:28 +00:00
Eric Andersen
b607f5cdc3
tyler writes:
...
Building DirectFB compiles fine and installs fine, but when running on the
target the libraries look for DirectFB modules within a path that was defined
as $(PREFIX) during the build. Under buildroot PREFIX is set to
$(STAGING_DIR)/usr, which obviously doesn't exist on the target so it dies.
Instead, it should be built such that PREFIX=/usr then have prefix &
exec_prefix set to $(STAGING_DIR)/usr when it's time to install.
2006-04-06 17:40:47 +00:00
Eric Andersen
5c08468027
patch from bjdooks:
...
mtd.mk is ignoring the set ($DL_DIR), which means fit will fail when
DL_DIR is set to something other than dl
2006-04-06 17:27:32 +00:00
Mike Frysinger
fd6cc8b1b2
fix building when CPP is set in build env
2006-03-28 07:11:51 +00:00
Manuel Novoa III
31d9d6d296
Well... at least this seems to build. Haven't had time to really test it yet, but checking it in for sjhill to test.
2006-03-26 23:18:37 +00:00
Eric Andersen
ba46d4d7ca
update to linux 2.4.16 and current uClibc.
2006-03-25 19:09:09 +00:00
Peter S. Mazinger
7aa8096f08
Compile even if index is a macro
2006-03-25 03:15:40 +00:00
Mike Frysinger
c295d3a9e3
some more patches from upstream
2006-03-23 03:04:47 +00:00
Mike Frysinger
2b58b9d12c
some more patches from upstream
2006-03-23 03:04:41 +00:00
Eric Andersen
cec440f442
update some missing bits for cross depmod
2006-03-22 18:25:51 +00:00
Bernhard Reutner-Fischer
a3014ed22f
- drop mktmp hunk
2006-03-21 11:57:00 +00:00
Bernhard Reutner-Fischer
3af1e90919
- add uemacs
2006-03-21 11:22:52 +00:00
Eric Andersen
9ef8e45ff6
rsync-2.6.7 is now out
2006-03-19 21:18:45 +00:00
Eric Andersen
986418d19e
seems the dropbear folk forgot to make a .bz2 package this release
2006-03-19 17:18:56 +00:00
Mike Frysinger
419daf099c
grab patches from upstream
2006-03-19 08:53:49 +00:00
Mike Frysinger
b8601dd7ea
import bash-3.1 patches
2006-03-19 08:52:48 +00:00
Mike Frysinger
d4f0350c6d
update to bash-3.1
2006-03-19 08:52:29 +00:00
Mike Frysinger
229a26a76f
ver bump
2006-03-19 08:51:47 +00:00
Eric Andersen
7a11f3343e
configuration for locale support (and lack thereof) was all screwed up
2006-03-19 07:37:25 +00:00
Bernhard Reutner-Fischer
ee161b3eb9
- add optional splashimage support
2006-03-18 13:07:29 +00:00
Mike Frysinger
8d98a89f89
import binutils-2.16.91.0.7
2006-03-18 02:48:49 +00:00
Mike Frysinger
9f7644ae12
add a binutils-unpacked shortcut
2006-03-18 02:46:51 +00:00
Mike Frysinger
42e960970b
import gcc-3.4.6
2006-03-17 23:58:47 +00:00
"Steven J. Hill"
c579e32dbe
Fix header file to use __USE_GNU so that TIMEVAL_TO_TIMESPEC gets defined, otherwise latest dropbear does not build.
2006-03-16 04:38:56 +00:00
Bernhard Reutner-Fischer
02d0f3baf7
- rectify brute-force sed invocation (too *many*)..
...
Thanks vapier for pointing this one out.
2006-03-14 19:10:21 +00:00
Mike Frysinger
32a9d9ead8
remove hunk that doesnt belong (see Gentoo Bug 125395)
2006-03-11 06:05:48 +00:00
Mike Frysinger
e823630d6c
add gcc-4.0.3 release
2006-03-11 04:51:50 +00:00
Eric Andersen
34d23578ad
bump version to the newly released 0.48
2006-03-10 19:43:52 +00:00
Peter S. Mazinger
3f74fed4c4
Update to use upstream uclibc changes, have to change numbering, 203-204 have to go to other versions as well
2006-03-10 14:05:15 +00:00
Bernhard Reutner-Fischer
f90e0e035b
- make sure we use the proper CC for building binutils.
...
- add config option BR2_EXTRA_BINUTILS_CONFIG_OPTIONS for passing additional
flags to binutils configure.
2006-03-10 08:46:36 +00:00
Bernhard Reutner-Fischer
6ff820d647
- pass $(TARGET_CROSS)strip as STRIP to the packages.
2006-03-10 08:44:16 +00:00
Bernhard Reutner-Fischer
8ec9199f17
- quote HOST_CC.
...
Allows for passing flags along HOST_CC which is sometimes needed on certain
architectures.
2006-03-10 08:30:15 +00:00
Bernhard Reutner-Fischer
fbde74ea62
- update from grub_0.95+cvs20040624 to 0.97.
...
The former didn't even build for me, the latter does.
2006-03-10 08:06:27 +00:00
Bernhard Reutner-Fischer
1281c7b4b9
- use coreutils-5.93
2006-03-08 08:34:32 +00:00
Peter S. Mazinger
5949caf7bc
uclibc clocale was not recognized, remove unneeded CCODECVT_H
2006-03-04 13:08:23 +00:00
Mike Frysinger
3ed67dec81
fixup support for big endian targets
2006-03-02 06:24:19 +00:00
Mike Frysinger
69f053fdb4
sync with latest upstream cvs
2006-03-02 06:18:02 +00:00
Mike Frysinger
6f0d5ceaed
grab patch for superh big endian targets
2006-03-02 05:30:31 +00:00
Mike Frysinger
682af38bb6
no longer needed as it is part of the 4.1.0 release
2006-03-02 05:27:01 +00:00
Mike Frysinger
4bca06f079
update patch to gcc-4.1.0 release
2006-03-02 05:25:36 +00:00
Mike Frysinger
b2da053b14
fix cross-compiling for 64bit hosts
2006-02-25 06:48:26 +00:00
Mike Frysinger
126da5f7f0
version bump
2006-02-25 06:48:20 +00:00
Mike Frysinger
feec22350f
disable multilib by default
2006-02-20 08:43:45 +00:00
Mike Frysinger
411ee368b6
change default gcc version to 3.4.5
2006-02-20 08:43:04 +00:00
Rob Landley
179062ee52
This page was missing a line that uClibc and BusyBox download pages both
...
have...
2006-02-17 20:16:29 +00:00
Mike Frysinger
f36ca6b92b
touchup code and dont define a garbage rule if MTD_SOURCE is undefined
2006-02-15 00:38:55 +00:00
Mike Frysinger
02b92f25c4
WIPE_PATCH isnt defined so dont generate a garbage rule
2006-02-15 00:38:06 +00:00
Mike Frysinger
da2cfe4b0a
version bump
2006-02-15 00:37:19 +00:00
Mike Frysinger
f387597064
if uClibc_config.h doesnt exist yet, make sure grep doesnt complain about it
2006-02-15 00:26:07 +00:00
Mike Frysinger
39f565def0
make sure timestamps are updated so that targets arent constantly remade
2006-02-15 00:23:31 +00:00
Mike Frysinger
25b3bcbfdf
disable elf2flt on unsupported hosts
2006-02-15 00:17:46 +00:00
Mike Frysinger
2ee904784b
2.16.91.0.6 has been released
2006-02-15 00:10:33 +00:00
Mike Frysinger
c19110cd59
cut some older versions
2006-02-15 00:04:20 +00:00
David Anders
82f9e49198
update version of xfsprogs per case 0000641
2006-02-10 20:31:04 +00:00
David Anders
09e3204b25
change patch level for netsnmp per case 0000707
2006-02-10 20:21:32 +00:00
David Anders
93ce46472e
Fix gcc-clean so it doesn't remove binutils binaries per case 0000517
2006-02-10 18:28:12 +00:00
David Anders
88671dd358
add linux-2.4.32 kernel support for the q5 board per case 0000715
2006-02-10 18:00:56 +00:00
Mike Frysinger
32fa323b89
mach writes in bug 685:
...
The last revision of gcc-3.4.4 patch file 100-uclibc-conf.patch builds file unwind-dw2-fde-glibc.c into libgcc (at least on mipsel-linux-uclibc and arm-linux-uclibc, but it should be the same on most architectures).
this is due to the simplification of the uclibc patch ... simplified a little too much :)
2006-02-10 05:23:32 +00:00
David Anders
cc58ac77fe
fix target arch check per case 0000688
2006-02-09 19:13:57 +00:00
Bernhard Reutner-Fischer
602b0c8ad3
- correct path
2006-02-07 08:36:17 +00:00
Mike Frysinger
f6a2b9b691
Thomas Chou: update nios2 patch
2006-02-07 05:00:57 +00:00
Mike Frysinger
77af3a2fa2
drop the os stuff per Thomas Chou in Bug 618
2006-02-07 04:59:38 +00:00
Mike Frysinger
2602a031ce
sync with upstream cvs
2006-02-06 05:05:14 +00:00
Bernhard Reutner-Fischer
8a5ad03f14
- update to apply to current mainline; drop special-case for libmudflap in
...
toplevel configure as '*-*-linux*' already matches ..-linux-uclibc
2006-01-28 18:41:31 +00:00
Bernhard Reutner-Fischer
617398b899
- don't flag .configured if something went wrong
2006-01-28 17:21:36 +00:00
David Anders
ebd6e5467c
fix unzip method based on the difference between daily snapshots and stable release per case 0000662
2006-01-27 12:58:14 +00:00
David Anders
e507951611
add new package bind per case 0000507
2006-01-25 20:56:55 +00:00
David Anders
9f9e02025e
add option to select target installation per case 0000519
2006-01-25 17:47:03 +00:00
David Anders
54f724280d
add TARGET_CXX per case 0000593
2006-01-25 17:28:23 +00:00
David Anders
3d8aa36b65
add the amd au1500 based q5 board per case 0000374
2006-01-25 14:59:21 +00:00
David Anders
c11d4552d4
add cloop as a new file system image type per case 0000151
2006-01-25 13:54:16 +00:00
David Anders
d4aab02a04
removed clean and distclean from the noconfig targets per case 0000232
2006-01-25 13:36:51 +00:00
Bernhard Reutner-Fischer
83e44e63f3
Brent Cook writes: in packages/smartmontools/smartmontools.mk
...
s/BR2_PACKAGE_TAR/BR2_PACKAGE_SMARTMONTOOLS/
Thanks!
2006-01-24 22:31:46 +00:00
David Anders
1c3d3d2ffe
add -f flag to ln command to fix cygwin error per case 0000441
2006-01-24 21:35:07 +00:00
David Anders
63c97755b4
add asterisk package per case 0000456
2006-01-24 21:30:10 +00:00
David Anders
1f6aa30948
remove binary with same name before installing init to prevent overwriting busybox init per case 0000416
2006-01-24 21:22:20 +00:00
David Anders
a206e92aa8
fix wipe package build per case 0000658
2006-01-24 21:18:47 +00:00
David Anders
9ce300dc2a
fixed strip command to use target not host arch per case 0000481
2006-01-24 21:12:06 +00:00
David Anders
00de77a28c
update version number to latest stable build per case 0000502
2006-01-24 21:08:40 +00:00
David Anders
97508f1574
fix improper symlink for asm dir when using x86 archs
2006-01-24 20:20:03 +00:00
David Anders
79816f9fec
undo changes for wtmp and last log
2006-01-24 15:53:15 +00:00
David Anders
c721420c42
added fix to correct for building with kernels > 2.5 per case 0000557
2006-01-24 15:50:50 +00:00
David Anders
f3803a9088
disable wtmp and lastlog in config as well as the dbclient symlink generation per case 0000521
2006-01-24 15:34:05 +00:00
David Anders
548819bc39
added DESTDIR so that binary is install in target directory per case 0000482
2006-01-24 15:15:16 +00:00
David Anders
984d4fee50
fixed paths in vtun configure per case 0000479
2006-01-24 15:08:54 +00:00
David Anders
c1846c6566
add option to mtd to select daily snapshot or a default version
2006-01-24 14:20:55 +00:00
David Anders
46142ab628
add ipsec-tools package per case 0000439
2006-01-23 21:43:28 +00:00
David Anders
b0a9738dc2
minor syntax changes plus addition of stripping of binaries
2006-01-23 21:38:01 +00:00
David Anders
afbccc64c2
add option to install libfl.a per case 0000438
2006-01-23 21:21:00 +00:00
David Anders
ee669f7426
fix mtd typos per case 0000475
2006-01-23 20:48:56 +00:00
David Anders
787dcdd7c7
added ruby package per case 0000566
2006-01-23 20:21:02 +00:00
David Anders
59e9a3c8b8
added the soekris net4801 target per case 0000613
2006-01-23 20:13:15 +00:00
David Anders
2bf4d83653
added expat package per case 0000087
2006-01-23 20:10:12 +00:00
David Anders
7940e40825
added package libcgicc per case 0000423
2006-01-23 19:58:19 +00:00
David Anders
ba72c1a6ab
added package libcgi per case 0000298
2006-01-23 19:49:38 +00:00
David Anders
7b4c855674
add package for lighttpd per case 0000509
2006-01-23 19:46:56 +00:00
David Anders
3c0209f288
update lvm2 to latest stable release of 2.01 per case 0000503
2006-01-23 19:33:46 +00:00
David Anders
638852665a
added the pcmcia depends for hostap
2006-01-23 18:40:08 +00:00
David Anders
159656ebdb
add package dialog per case 0000148
2006-01-23 18:27:46 +00:00
David Anders
b7bc963ebf
add new package of thttpd per case 0000556
2006-01-23 18:17:09 +00:00
David Anders
07d0ca1342
add wipe per case 0000140
2006-01-23 18:12:10 +00:00
David Anders
dd7cf23085
copy forward the arm-softfloat patch from 3.4.3 to 3.4.4 and 3.4.5
2006-01-23 16:10:26 +00:00
David Anders
a7fdfc5fc9
fix zlib depends for openssh per case 0000645
2006-01-23 14:45:39 +00:00
David Anders
bae94960df
removed unnessary patch and removed references for installing shared libs that are not built
2006-01-23 14:15:35 +00:00
David Anders
8351d099e2
disable shared library support during configuration
2006-01-23 13:55:55 +00:00
Peter S. Mazinger
4879008442
arm/*/*.mk does not exist, maybe it does not fail with this, else prpplague, please provide at least an empty file
2006-01-21 15:11:15 +00:00
David Anders
96c2c48499
fix url path from bug report 0000578
2006-01-20 21:01:59 +00:00
David Anders
29f6c535aa
fix kernel build from bug report 0000476
2006-01-20 20:51:48 +00:00
David Anders
0067abf47c
add arm target sub-dir
2006-01-20 20:09:17 +00:00
David Anders
53b75ef130
fixed includes for arch sub-dirs
2006-01-20 20:04:53 +00:00
David Anders
e212fea80f
change test for arm variant from BR2_ARCH to UCLIBC_TARGET_ARCH
2006-01-19 16:35:20 +00:00
David Anders
5d46a9bb79
add Sharp LH79520 based LNode80 target
2006-01-19 13:51:23 +00:00
David Anders
64c3f9b0e8
added arm variant selection
2006-01-19 13:29:23 +00:00
Mike Frysinger
59af097dd9
Thomas Chou: allow people to build nios2 with gcc 3.4.4/3.4.5
2006-01-19 09:45:35 +00:00
Peter S. Mazinger
b607547205
Update gcc paths
2006-01-18 17:14:50 +00:00
Mike Frysinger
679fd2f932
patch by David Anders to add arm variants
2006-01-18 12:31:57 +00:00
Mike Frysinger
5afefc9d60
fix endian sed as pointed out by David Anders
2006-01-18 12:04:50 +00:00
Mike Frysinger
8ca0e33cd1
ver bump
2006-01-16 09:40:13 +00:00
Mike Frysinger
774f872234
much simpler version by Thomas Chou
2006-01-15 04:12:27 +00:00
Mike Frysinger
d7b6a49037
Thomas Chou says in bug 618: fix relocation error on nios2
2006-01-15 02:53:23 +00:00
Mike Frysinger
48dad9737a
Thomas Chou says in bug 618: fix gcc to use crt1.o instead of crt0.o
2006-01-15 02:50:49 +00:00
Mike Frysinger
9896430b13
script to generate tarballs
2006-01-13 08:01:50 +00:00
Mike Frysinger
604ce1587b
sync with upstream
2006-01-13 08:01:33 +00:00
Mike Frysinger
57cb39f5f1
ignore .svn
2006-01-11 01:26:54 +00:00
Mike Frysinger
04735b266d
initial attempt at adding elf2flt support based upon marcs work in Bug 273
2006-01-10 05:56:59 +00:00
Mike Frysinger
5ebb4e6ba5
Thomas Chou says in bug 618: clean up nios2 headers and add support for 2.6.11
2006-01-10 02:16:11 +00:00
Mike Frysinger
239c6ed2e1
ver bump to 4.1.4
2006-01-10 02:07:53 +00:00
Mike Frysinger
c5088d048c
ver bump to 1.3.10
2006-01-09 03:40:40 +00:00
Mike Frysinger
cf6885f140
use the correct pci.id name as pointed out by kostja in Bug 629
2006-01-09 02:46:26 +00:00
Mike Frysinger
aae52404c7
only generate the symlink to host sed once as reported by petev in bug 628
2006-01-08 09:59:23 +00:00
Mike Frysinger
0e1be2d0f3
force the copy in case the target files are read-only as pointed out by petev in Bug 628
2006-01-08 09:55:59 +00:00
Mike Frysinger
e420a8870a
incorporate patches from marc in bug #273 to add support for nios2
2006-01-04 04:52:34 +00:00
Mike Frysinger
b36f67cc85
update to latest upstream cvs and add support for nios2
2006-01-04 04:05:05 +00:00
Bernhard Reutner-Fischer
85eff8d0e4
- better encapsulation of version
...
- quote TARGET_CC for setups which need flags in CC
2006-01-03 20:19:58 +00:00
Bernhard Reutner-Fischer
062d362921
- update from 1.3.3 to 1.3.4
2006-01-03 20:18:23 +00:00
Bernhard Reutner-Fischer
de7d8e34c9
- update from 2.6.9-ss040831 to 2.6.14-051107
2006-01-03 20:17:52 +00:00
Bernhard Reutner-Fischer
a5f551b684
- update from fakeroot 1.2.10 to 1.2.13
2006-01-03 20:16:38 +00:00
Mike Frysinger
73d81f18f7
version bump and cflag cleanup
2005-12-29 11:28:40 +00:00
Mike Frysinger
afce31a868
version bump to 2.12r and remove old dead target
2005-12-29 11:27:31 +00:00
Mike Frysinger
62bc22c2f5
fix i686 targets [again] bug 595
2005-12-29 11:19:18 +00:00
Mike Frysinger
70ea98efbb
add an option for the --build so cygwin users can utilize buildroot
2005-12-27 08:42:13 +00:00
Eric Andersen
afe8857daf
Update to 0.47 addressing a security problem
2005-12-24 02:30:28 +00:00
Bernhard Reutner-Fischer
de3f04efe5
- no need to disable libmudflap for gcc-4.2
...
- use the HOSTCC for the intermediate bootstrap compilers
2005-12-21 15:27:33 +00:00
Bernhard Reutner-Fischer
3a1147b2b6
- fix check for group and user (untested..)
2005-12-21 15:03:31 +00:00
Bernhard Reutner-Fischer
e40d0e28a3
- use HOSTCC instead of hardcoded compiler which may or may not be available.
2005-12-21 13:36:47 +00:00
Bernhard Reutner-Fischer
72f50b6678
- update to libpcap-0.9.4 and tcpdump-3.9.4
2005-12-21 08:17:34 +00:00
Mike Frysinger
536e573546
binutils 2.16.91.0.5 has been released
2005-12-20 23:53:35 +00:00
Bernhard Reutner-Fischer
504a1c95d6
- vtun depends on lzo and openssl just like openvpn
2005-12-20 15:15:54 +00:00
Bernhard Reutner-Fischer
a3a46b5545
- add dirclean target to libsysfs
2005-12-20 15:09:40 +00:00
Mike Frysinger
ea26d735ae
force CPP
2005-12-17 01:34:03 +00:00
Mike Frysinger
b8cd31023c
ver bump
2005-12-17 01:33:21 +00:00
Eric Andersen
9c16d8d657
missed a spot
2005-12-16 13:59:17 +00:00
Eric Andersen
c7eb499ec2
add support for building smartmontools
2005-12-16 13:33:32 +00:00
Mike Frysinger
9c5bb0ec4a
import sysvinit package
2005-12-13 05:01:49 +00:00
Mike Frysinger
8596756f16
import usbutils
2005-12-13 05:00:58 +00:00
Mike Frysinger
a604fbc18a
import libusb package
2005-12-13 05:00:18 +00:00
Mike Frysinger
05e5438fe3
version bump / cleanup
2005-12-13 04:58:17 +00:00
Mike Frysinger
9145e9de33
add homepage URL
2005-12-10 20:31:27 +00:00
Bernhard Reutner-Fischer
7df4de6cbb
- remove BR2_TAR_VERBOSITY and add helptext to BR2_TAR_OPTIONS.
...
default to no additional tar options.
2005-12-10 15:36:43 +00:00
Bernhard Reutner-Fischer
ce90aae17c
- add option to pass to tar for unpacking the source.
...
Set it to exclude .svn per default (please default to "" if inappropriate)
2005-12-10 14:59:02 +00:00
Bernhard Reutner-Fischer
955ed6aeca
- add terse helptext
2005-12-10 14:43:03 +00:00
Bernhard Reutner-Fischer
6102f447aa
- remove doublequotes from rootfs tar options
...
busybox tar -c" -v"f m.tar libm doesn't work but tar -c -vf n.tar libm does.
2005-12-10 14:40:45 +00:00
"Steven J. Hill"
e586c19c6b
Remove unneeded patch.
2005-12-09 02:21:14 +00:00
Eric Andersen
478edcec7e
Bump up version to one actually present
2005-12-09 01:47:57 +00:00
Eric Andersen
11007cc454
The sysfs tests have no business using _syscallX (using the unistd.h
...
kernel header file) and seriously expecting that to always work...
2005-12-09 01:38:51 +00:00
Mike Frysinger
9c67678772
we dont need these patches
2005-12-08 23:55:23 +00:00
"Steven J. Hill"
7a8d809a3a
Fix broken packages that try to use __mempcpy. Shame on you.
2005-12-08 06:47:07 +00:00
Eric Andersen
c0267dc493
/me kicks autoconf a few more times
2005-12-08 06:41:44 +00:00
Eric Andersen
74b9bf9945
fixup things to behave themselves properly.
...
/me kicks autoconf a few times
2005-12-08 06:39:19 +00:00
"Steven J. Hill"
b9a4086fb7
Add patch back in.
2005-12-08 06:21:33 +00:00
Mike Frysinger
c348e992b5
update COREUTILS_SITE as pointed out by andersee
2005-12-08 02:32:01 +00:00
Mike Frysinger
1857b72fcf
ver bump to 5.3.0
2005-12-07 23:15:25 +00:00
Mike Frysinger
ef1db6bac2
improve selection of options based upon buildroot config
2005-12-07 23:14:34 +00:00
Mike Frysinger
5105581c02
add more threading options
2005-12-07 23:14:19 +00:00
Bernhard Reutner-Fischer
92834c5674
- import gcc-4.2.0
...
libmudflap is disabled for now.
copied from 4.1.0 with slight adjustments
2005-12-06 22:12:15 +00:00
Bernhard Reutner-Fischer
b2dcdf3218
- fix esthetical typo in comment of .ctors
...
should be sent upstream, too.
2005-12-06 13:14:44 +00:00
Mike Frysinger
75155b51fd
import gcc-3.4.5
2005-12-06 04:56:55 +00:00
Mike Frysinger
7848054080
dont set openssl arch to i386-i386 for i386 targets #495 by noah
2005-12-03 20:32:13 +00:00
Mike Frysinger
a5b02132fb
no point in patching config.sub when we just overwrite it with files from the gnuconfig package
2005-12-03 00:12:59 +00:00
Mike Frysinger
2ed0efef42
import gdb-6.4
2005-12-02 22:31:12 +00:00
Bernhard Reutner-Fischer
d3a7ce970e
- fixed in 4.0.3 and 4.1.0
2005-12-02 15:08:33 +00:00
Bernhard Reutner-Fischer
290864344a
- fix uclibc-config patch for 2.16.91.0.4
2005-12-02 14:03:23 +00:00
Bernhard Reutner-Fischer
36193ba0bb
- correct help text for development system.
2005-11-25 22:14:29 +00:00
Mike Frysinger
9fa11e9e5d
version bump #561
2005-11-24 19:52:39 +00:00
Mike Frysinger
030df258c7
disable nasm since it has a wealth of problems
2005-11-24 10:39:50 +00:00
Mike Frysinger
dfebda0014
remove extra space after touch
2005-11-24 06:53:24 +00:00
Mike Frysinger
473be6adfc
sync with cvs
2005-11-21 23:47:41 +00:00
Paul Mundt
48eb656e15
Add support for sh2a and sh4a big endian (ie, targets that reflect
...
hardware that actually exists -- never something to deter gcc folk
though). Now ISA tuning has a chance of producing a bootable kernel,
gcc code generation notwithstanding..
2005-11-21 20:14:49 +00:00
Paul Mundt
30c484fdb1
binutils needs a CONFIG_UPDATE too, noted by Mike Frysinger.
2005-11-21 19:51:12 +00:00
Mike Frysinger
3fb23b0fbd
default to linuxthreads.old Bug 552
2005-11-20 23:59:45 +00:00
Mike Frysinger
7430a9bc9c
we really shouldnt punt all of /usr/include
2005-11-20 14:32:44 +00:00
Mike Frysinger
aeb268c0b6
remove mandir
2005-11-20 13:57:10 +00:00
Mike Frysinger
bb5cb3db36
import psmisc
2005-11-19 09:39:50 +00:00
Mike Frysinger
0c21223712
import at package by akvadrako #506
2005-11-15 06:50:34 +00:00
Mike Frysinger
0b940a8ed1
make updating configs easier
2005-11-15 06:47:15 +00:00
Mike Frysinger
18898eabe0
version bump from 1.3.8 to 1.3.9
2005-11-15 06:38:59 +00:00
Mike Frysinger
83b0644bae
version bump from 5.4 to 5.5
2005-11-15 06:38:51 +00:00
Mike Frysinger
5d0d0ea1c3
dropbear config has been renamed
2005-11-15 05:56:01 +00:00
"Steven J. Hill"
4876954feb
Die you little bits.
2005-11-14 21:35:38 +00:00
Mike Frysinger
7c22076e40
2.16.91.0.4 version bump
2005-11-13 21:40:30 +00:00
Mike Frysinger
658d5e8d8f
simplify uclibc patch so bitrot cant hurt us
2005-11-12 01:15:04 +00:00
Mike Frysinger
abcdf35a86
use the shared gnuconfig package to update config.sub files rather than patching them
2005-11-11 05:28:08 +00:00
Mike Frysinger
3c9bf1fc1f
simplify the uclibc support greatly to avoid bitrot and add support for more targets (hppa/ia64/sparc/s390/etc...)
2005-11-11 04:33:18 +00:00
Mike Frysinger
dba033e7a4
add an option for installing symlinks for supported busybox applets #536
2005-11-10 02:59:20 +00:00
Mike Frysinger
57b6a1007d
ver bump
2005-11-10 02:52:42 +00:00
Mike Frysinger
ec40d5680c
add initial support for sandbox
2005-11-10 02:52:30 +00:00
Mike Frysinger
03b6466e23
fix one more BR2_PACKAGE_DROPBEAR_SSHD -> BR2_PACKAGE_DROPBEAR as pointed out by vlad in bug 533
2005-11-05 20:56:29 +00:00
Eric Andersen
cf4ab1a045
Well that was stupid. It seems we were carrying about two copies of pre-built
...
binary terminfo stuff, which is supposed to be built by ncurses at compile time.
2005-11-04 16:55:09 +00:00
Eric Andersen
7e133da77d
terminfo stuff is created by ncurses, and should not be installed
...
unless ncurses is installed. It probably need to be byteswapped
for big endian anyway, so using pre-build stuff is bad regardless.
2005-11-04 16:50:28 +00:00
Mike Frysinger
584365b04b
sync with config cvs
2005-10-29 09:45:16 +00:00
Mike Frysinger
b915f4a31a
use := instead of = for variables and make sure zlib builds with target cflags
2005-10-29 07:16:38 +00:00
Mike Frysinger
d11b70150e
rename dropbear_sshd to just dropbear
2005-10-29 07:01:33 +00:00
Mike Frysinger
06b151e5c9
fix ifndef check for UCLIBC_CONFIG_FILE as reported by wskish in Bug 499
2005-10-22 09:05:18 +00:00
Mike Frysinger
9468545bbf
openssl calls the i686 target "i686/cmov" not just "i686" as pointed out by Sieg on irc
2005-10-06 03:00:54 +00:00
"Steven J. Hill"
900edf5c2d
This patch is necessary in order to build with gcc-4.1 compilers. Otherwise, you will get the error message of 'fsck.cramfs.c:98: error: variable-size type declared outside of any function'. I emailed the maintainer giving them a couple of different ways to fix the package, but I have not heard anything. He gets a 'L' for Lame. Anyway, I have hardcoded the PAGE_CACHE_SIZE (page size) to be 4096. Only alpha and the 64-bit platforms will have something different, or MIPS with its variable page size. Curse you MIPS.
2005-10-04 01:30:01 +00:00
Mike Frysinger
03cac04c28
dont version bump since all the patches need to be redone
2005-10-02 08:37:34 +00:00
Mike Frysinger
272e7fda19
control pthread support since some arches like x86_64 dont yet support it in uClibc
2005-10-01 00:36:38 +00:00
Mike Frysinger
59a63a91eb
let people control location of download dir
2005-10-01 00:35:24 +00:00
Mike Frysinger
b7417346cb
gcc 4.0.2 ver bump
2005-10-01 00:32:09 +00:00
Eric Andersen
c590916328
Allow multiple patch file patterns.
2005-09-30 21:01:44 +00:00
Eric Andersen
3a92983f7e
Remove /usr/share/man instead of /usr/man after install
2005-09-30 20:48:41 +00:00
Eric Andersen
617b079d95
also set the gl_cv_func_chown_follows_symlink configure option
2005-09-30 20:47:40 +00:00
Eric Andersen
ce0f1fe53e
Support building a cross libtool for use on the host during cross-development.
2005-09-30 20:46:29 +00:00
Eric Andersen
f2a5ce4b9d
Add iostat, ltt, xfsprogs, and memtester
2005-09-30 20:41:41 +00:00
Eric Andersen
6628d4b2f6
fetch diethotplug from kernel.org
2005-09-30 20:24:22 +00:00
Eric Andersen
0d09821e49
After some effort, I have taught depmod to handle endianness,
...
allowing us to build a cross-depmod that runs on the host and
generates the target modules.dep and modules.*map files
-Erik
2005-09-30 20:22:13 +00:00
Eric Andersen
6349fd8e94
After some effort, I have taught depmod to handle endianness,
...
allowing us to build a cross-depmod that runs on the host and
generates the target modules.dep and modules.*map files
-Erik
2005-09-30 20:17:07 +00:00
Peter S. Mazinger
6be95dc1b9
Correct usage of {RUNTIME_,DEVEL_,}PREFIX in STAGING_DIR thanks to Stephen Warren and vapier
2005-09-30 19:28:56 +00:00
Mike Frysinger
18871c83f8
ver bump by gnat in Bug 452 and make sure we configure as i386 with i[456]86 targets by schieli in Bug 450
2005-09-30 01:51:45 +00:00
Mike Frysinger
bcd137f5ff
dont run uname and crap to figure out build stuff Bug 219 by kk
2005-09-29 07:27:42 +00:00
Peter S. Mazinger
ed3538ab78
Add disabled COMPAT_ATEXIT option to the config files
2005-09-26 18:09:29 +00:00
"Steven J. Hill"
70045a12ed
Get rid of hack.
2005-09-25 06:10:49 +00:00
"Steven J. Hill"
4891f7e79d
Fix renaming of UCLIBC_HAS_THREADS_NATIVE option for buildroot.
2005-09-24 19:58:18 +00:00
Mike Frysinger
50ec2fdadb
version bump as pointed out by daisuke in Bug 400
2005-09-24 05:40:28 +00:00
Mike Frysinger
536f9f3864
version bump as pointed out by daisuke in Bug 399
2005-09-24 05:38:46 +00:00
Mike Frysinger
6212c19a8f
allow people to build for i386/i486/i586/i686 targets since some packages (like gcc) build differently based upon the host tuplet
2005-09-24 04:55:03 +00:00
Mike Frysinger
eb02a6756a
import mdadm written by ktraum in bug 443
2005-09-24 00:57:27 +00:00
Mike Frysinger
c6ab1fea37
ver bump
2005-09-24 00:54:06 +00:00
Mike Frysinger
a703591d2e
ver bump as reported by Nathanael D. Noblet
2005-09-22 22:11:11 +00:00
Mike Frysinger
415cc2c047
version bump
2005-09-22 06:47:03 +00:00
Mike Frysinger
7077d900d9
version bump
2005-09-22 06:46:41 +00:00
Mike Frysinger
dedc27c603
ver bump
2005-09-22 06:45:10 +00:00
Mike Frysinger
f987aa1108
version bump
2005-09-22 06:42:51 +00:00
Mike Frysinger
e763ae97ec
make alpha/x86_64 selectable options and export architecture endian so we can use it in uclibc config setup
2005-09-22 06:08:52 +00:00
Mike Frysinger
acd3fd2c2f
sync alpha/x86_64/sh updates with previous 4.0.x patches
2005-09-22 06:06:25 +00:00
Mike Frysinger
31576542f4
add alpha/x86_64 support and cleanup sh support
2005-09-22 06:02:45 +00:00
Mike Frysinger
ff763bd983
oops, forgot patch info for alpha port
2005-09-22 06:01:29 +00:00
Mike Frysinger
66c59d4ca8
add x86_64 support
2005-09-22 05:52:36 +00:00
Mike Frysinger
9ce7f32f44
make superh target a bit more flexible
2005-09-22 03:38:30 +00:00
Mike Frysinger
c182c2e9ed
alpha support
2005-09-22 03:29:59 +00:00
Mike Frysinger
fbd8ef5267
if target arch installs into a lib64 dir, make sure we move the stuff to plain old lib
2005-09-22 03:06:33 +00:00
Mike Frysinger
b8086bb124
pass --disable-multilib if user doesnt want multilib since some arches (like x86_64) default to multilib support
2005-09-22 03:05:52 +00:00
Mike Frysinger
eefc9a6dea
add UCLIBC_HAS_REENTRANT_RPC
2005-09-22 02:39:35 +00:00
Mike Frysinger
795f6330c2
version bump
2005-09-22 02:39:01 +00:00
Joakim Tjernlund
c57188a20a
Patch from steelman. fixes bug 437.
2005-09-18 17:47:38 +00:00
Mike Frysinger
e4de8b2f14
add sf mirrors list in help (fix by Bernhard Fischer) and allow people to add custom prefix/suffix to builds
2005-09-18 04:41:57 +00:00
"Steven J. Hill"
05a534e662
Add patches for latest snapshot of gdb. The starting point was the 6.3
...
patches which were then sliced down to this list since all the other
ones were checked in or just applied with horrific failure. Also added
new NPTL support patch for MIPS courtesy of Daniel J. Suckers, err I
mean testers wanted.
2005-09-16 04:47:53 +00:00
Eric Andersen
7956dda04e
patch from 'steelman'
2005-09-14 22:45:58 +00:00
Eric Andersen
f2dd639c9f
if we have external syslogd, force busybox to use it
2005-09-13 21:04:12 +00:00
Eric Andersen
0eb90feffd
Add support for the full blown versions of sysklogd and klogd
2005-09-13 20:58:37 +00:00
Eric Andersen
23791fa0e6
Add an empty dhclient-script to keep dhclient from complaining
2005-09-13 20:54:33 +00:00
Eric Andersen
a3ae603268
Tar's default of use chown when being cross compiled is stupid, as lchown is
...
available on virtually every platform, and all linux versions since linux 2.0.
2005-09-13 20:40:59 +00:00
"Steven J. Hill"
a05b7977e6
How about we check our work a little better?
2005-09-13 00:04:05 +00:00
Mike Frysinger
163511722b
version bump
2005-09-12 23:02:31 +00:00
Mike Frysinger
80f975a48d
version bump and fix stripping as reported by Jun Sun
2005-09-12 23:00:36 +00:00
Eric Andersen
331d572332
I'm an idiot.
2005-09-12 22:36:58 +00:00
"Steven J. Hill"
820e4ce7d2
Add new configuration option.
2005-09-12 22:24:35 +00:00
Eric Andersen
cd32a84012
trim erroneous space
2005-09-12 18:33:46 +00:00
Mike Frysinger
c7a147d643
ver bump to 5.8.7
2005-09-09 04:51:38 +00:00
Mike Frysinger
c94c036b11
cvs package
2005-09-09 04:36:23 +00:00
Mike Frysinger
24bc013e49
if QTE isnt enabled, make sure the versions dont screw up the make rules
2005-09-09 03:26:14 +00:00
Mike Frysinger
13ef97f580
QTE by Allan Clark Bug 391
2005-09-09 03:14:28 +00:00
Mike Frysinger
5bc1f0c323
Allan Clark writes:
...
Quick patch to avoid deleting my directory of RPM Sources.
I tend to use buildroot as "make DL_DIR=/.rh/SOURCES", with the rpm
topdir set to $HOME/.rh in my .rpmmacros -- allows me to build RPMs as
non-root, and share the source with buildroot. Problem is, buildroot
likes to delete my directory :(
2005-09-09 02:49:10 +00:00
Mike Frysinger
2e31d32a0c
touchup target menu display
2005-09-09 00:12:13 +00:00
Mike Frysinger
8df304656c
fix shared library building
2005-09-08 01:51:36 +00:00
Mike Frysinger
74862dcd6c
dont need patch, is already a config opt
2005-09-08 00:55:01 +00:00
Mike Frysinger
466e799505
fall back to /dev/urandom if /dev/random is out of entropy Bug 138 by rireland
2005-09-08 00:54:01 +00:00
Mike Frysinger
913ad351c4
grab patch from OE to fix cross-compiling
2005-09-08 00:51:14 +00:00
Mike Frysinger
250245fa7e
samrobb writes in Bug 233: only clean host sed if we built it
2005-09-08 00:39:33 +00:00
Mike Frysinger
f39499bc64
update docs and fix wrong paths as pointed out by acutetech in #268
2005-09-08 00:33:11 +00:00
Mike Frysinger
33fabb1d3a
disable some drivers, touchup build system, and install into STAGING_DIR prefix
2005-09-08 00:33:03 +00:00
Mike Frysinger
09df7b973a
build with prefix set to STAGING_DIR so the generated .la file has correct paths
2005-09-08 00:29:21 +00:00
Mike Frysinger
c652397883
add optional support for freetype #372 by pnoffke
2005-09-08 00:25:27 +00:00
Mike Frysinger
bf37dc9c2e
grab some fixes from Gentoo to enable shared library support, add a jpeg-dirclean target, and cleanup the build in general
2005-09-08 00:19:37 +00:00
Mike Frysinger
6139aa1850
version bump to 1.2.9 and merge staging_dir fixes by Patrick Noffke
2005-09-08 00:15:58 +00:00
Mike Frysinger
9490bdc53c
add a libpng-dirclean target and alias png to libpng
2005-09-08 00:09:40 +00:00
Mike Frysinger
919a45a0aa
version bump to 2.6.6
2005-09-08 00:04:02 +00:00
Mike Frysinger
8c2fc60997
only build host-file if we need it
2005-09-08 00:03:33 +00:00
Eric Andersen
a1464845a8
update developer verbage
2005-09-02 14:16:16 +00:00
Mike Frysinger
b75753d0c8
some superh fixes
2005-08-30 22:53:18 +00:00
Mike Frysinger
58ba99a1ea
update sh support
2005-08-30 22:49:33 +00:00
Mike Frysinger
c12c4f05f1
touchup build process
2005-08-30 22:46:58 +00:00
Mike Frysinger
02a28380e9
some patches from Gentoo
2005-08-30 22:45:08 +00:00
Mike Frysinger
34f82af799
ver bump to 1.3.8
2005-08-30 22:44:42 +00:00
"Steven J. Hill"
2341d4d2fc
This patch (and the one that got checked in for gdb-snapshot) hack the opcodes such that the MIPS32r2 instruction 'rdhwr' actually appears in the list of MIPS I instructions. This allows us to get disassembly for non-MIPS32r2 binaries.
2005-08-30 03:39:43 +00:00
"Steven J. Hill"
67cc4f3e6e
Add in support for downloading and building the latest snapshot of GDB. If you want to debug NPTL binaries, you'll need the latest and greatest. Patches for 6.3 will be forward ported where applicable later this week.
2005-08-30 03:37:12 +00:00
"Steven J. Hill"
6b632ad624
Build 'file' for the host as well as the target. If the host system has a version older than that being built for buildroot, the target build will fail. So, we build 'file' for the host and add actually add '$(TOOL_BUILD_DIR)/bin' to the TARGET_PATH so that it takes precedence over the host system version.
2005-08-30 03:35:37 +00:00
Mike Frysinger
4b186393b4
david_bachelart writes in Bug 181: make defconfig is trying to find "defconfig" file instead of ".defconfig"
2005-08-28 08:17:15 +00:00
Mike Frysinger
8742d3304a
acutetech writes in Bug 266: the buildroot docs point to the download dir off of uclibc.org when it should be buildroot.uclibc.org
2005-08-28 08:08:14 +00:00
Mike Frysinger
4c16d89c0d
acutetech writes in Bug 267: Wrong path in documentation, should mention staging_dir subdir
2005-08-28 08:06:07 +00:00
Mike Frysinger
5da2a158e1
allanc writes in Bug 380: PTHREADS_NATIVE doesn't seem to be in the .config anymore. Patch adds setting UCLIBC_HAS_THREADS instead.
2005-08-28 08:00:30 +00:00
Mike Frysinger
024b4c8e1a
jdupre writes in Bug 390: trying to use buildroot failed telling me to install bison ... turns out i was missing which, not bison
2005-08-28 07:56:08 +00:00
Mike Frysinger
5a3f689e1f
marcusbrutus writes in Bug 393: version 3.0.2 no longer exists, upstream has released 3.0.3 of dhcp
2005-08-28 07:53:37 +00:00
Mike Frysinger
3b44e42ccc
daisuke writes in Bug 397: This patch updates the iptables package to build version 1.3.3. The 1.3.3 version of iptables adds additional features.
2005-08-28 07:51:30 +00:00
Mike Frysinger
327765c89f
daisuke writes in Bug 401: This patch updates the ncurses package to build version 5.4. The 5.4 version of ncurses adds additional features.
2005-08-28 07:50:10 +00:00
Mike Frysinger
784c4679ab
patch from upstream to fix an off-by-one error in superh bfd
2005-08-26 03:57:29 +00:00
Mike Frysinger
f5afa22f60
remove older 2.16.91.0.1
2005-08-26 03:56:56 +00:00
Eric Andersen
db8bc35fbc
Cut-n-paste strikes again. Change "BusyBox" to say "Buildroot",
...
which the sensible thing for the Buildroot webpage to say.
2005-08-25 07:19:20 +00:00
Mike Frysinger
037a5ccdd8
import 2.16.91.0.3 based on 2.16.91.0.2
2005-08-23 01:42:23 +00:00
Manuel Novoa III
25db1e348f
The mips kernel maintainers reverted the change. So the mips coredump patch is no longer needed for 2.4.30+.
2005-08-22 21:50:51 +00:00
Mike Frysinger
9b0555f23f
update to latest version
2005-08-20 06:27:12 +00:00
Mike Frysinger
c1a138d9eb
add support for sdl by Patrick Noffke
2005-08-19 04:57:13 +00:00
"Steven J. Hill"
bcb40eb351
Remove usage of CONFIG_BASE_SMALL so that the latest LTP code will compile for buildroot. Normally, this option is defined in 'include/linux/config.h'. The actual configuration language is found in the Linux 2.6 kernel in the file 'init/Kconfig' and normally has the value of 0.
2005-08-18 23:15:57 +00:00
"Steven J. Hill"
bb4bed8545
Changes to allow compilation with GCC-4.1.0.
2005-08-18 23:08:19 +00:00
Mike Frysinger
bd00131051
file-4.15 is out and it supports cross-compiling :D
2005-08-18 22:24:54 +00:00
Mike Frysinger
e7ac2eab21
uClibc 0.9.28 has been released
2005-08-18 02:05:30 +00:00
Mike Frysinger
257dcdeabf
busybox-1.01 has been released
2005-08-18 02:04:15 +00:00
Eric Andersen
94b4383252
The coreutils configure script is a steaming <many explitives deleted
...
in the interest of our younger readers>. This works around some of the
worst damage, thus allowing utils such as 'df' to properly cross compile
so that ltp will produce proper results.
2005-08-15 12:52:38 +00:00
Eric Andersen
6acb6740fb
apply patches when requested to
2005-08-15 11:02:06 +00:00
Eric Andersen
29353e58bc
Change root_fs_$(ARCH) to rootfs.$(ARCH)
2005-08-13 10:57:08 +00:00
Eric Andersen
0deb9d1486
Switch default from 'unc' to 'easynews'
2005-08-13 10:55:51 +00:00
Mike Frysinger
8b7c51f368
CVS dirs -> .svn dirs
2005-08-13 03:23:18 +00:00
Mike Frysinger
678aff6c83
remove references to CVS and update with SVN
2005-08-13 03:22:37 +00:00
Mike Frysinger
7c64d3c23d
update to python-2.4.1 with the help of open embedded
2005-08-13 02:45:34 +00:00
Mike Frysinger
2b374759b4
forgot to commit this
2005-08-11 21:56:17 +00:00
"Steven J. Hill"
0947055765
New MIPS patch for TLS syscalls.
2005-08-11 02:26:13 +00:00
Mike Frysinger
37891c6a78
portage needs python
2005-08-11 00:02:29 +00:00
Eric Andersen
b3f5073c5b
fix screwy patch handling
2005-08-10 12:51:54 +00:00
Eric Andersen
a69862a9db
minor update
2005-08-10 12:51:11 +00:00
Eric Andersen
d2c0a9e6f5
update
2005-08-10 12:50:47 +00:00
Eric Andersen
d81a10c94f
resync
2005-08-10 10:14:53 +00:00
Mike Frysinger
9d3a6533b5
touchup descriptions
2005-08-09 22:19:04 +00:00
Mike Frysinger
856246f584
add the wheel group
2005-08-09 22:18:43 +00:00
Eric Andersen
0654846d23
Make strace behave for arm, which for 2.4.x lacks __NR_exit_group
2005-08-09 07:53:40 +00:00
Eric Andersen
9b8c07d638
some platforms (such as arm with 2.4.x kernel headers) lack
...
__NR_fremovexattr and thus need special case handling
2005-08-09 07:47:50 +00:00
Eric Andersen
3c31be684d
Add 'nogroup' to make ltp happy
2005-08-09 06:08:51 +00:00
Eric Andersen
204fbfd846
routine update
2005-08-09 04:08:33 +00:00
Eric Andersen
99230c6eb3
typo -- revenge of cut n paste
2005-08-09 03:48:47 +00:00
Eric Andersen
b904ce1778
Rather than adjusting the way ldso allocates memory, for the
...
time being simply add a series of suppressions to make valgrind
ignore all memory mmaped by uClibc's ldso.
2005-08-08 11:48:35 +00:00
Eric Andersen
8ce4796efa
Fix some broken dependancies
2005-08-08 08:23:50 +00:00
Eric Andersen
a928fd7b94
Prevent problems with fakeroot possibly trying to use stale host filesystem
...
inodes by carefully regenerating fakeroot.env from package specific files.
2005-08-08 07:54:28 +00:00
Eric Andersen
d70e7f4f1e
Prevent problems with fakeroot possibly trying to use stale host filesystem
...
inodes by carefully regenerating fakeroot.env from package specific files.
2005-08-08 07:53:10 +00:00
Eric Andersen
06c5ff4e82
minor cleanup for target handling
2005-08-08 06:57:43 +00:00
Mike Frysinger
ab3bf08f9c
also need to depend on makedevs as noted by emalkowski in Bug #366
2005-08-08 00:42:49 +00:00
Mike Frysinger
f46ae35ac3
make sure we depend on fakeroot existing #366 by pnoffke
2005-08-08 00:41:40 +00:00
Joakim Tjernlund
3ed6fb0af3
Add nobody and users to make LTP happier.
2005-08-07 21:35:53 +00:00
Mike Frysinger
5bfaa0bb40
make sure ext2 target depends on fakeroot
2005-08-07 08:30:24 +00:00
Mike Frysinger
0de80acbbf
use the new gnuconfig stuff
2005-08-04 22:43:37 +00:00
Mike Frysinger
105c3483b5
add support for fetching latest config.{sub,guess} files from config cvs
2005-08-04 22:42:34 +00:00
Mike Frysinger
1a48268a55
whitespace sync
2005-08-04 22:17:55 +00:00
Mike Frysinger
b1f37b4a5a
only run ldconfig if ld.so.conf exists
2005-08-04 22:17:36 +00:00
Eric Andersen
d1345f067e
Allow packages to use fakeroot. To accomodate this, convert all
...
target filesystem creation tools to also use fakeroot.
2005-08-04 06:32:52 +00:00
Manuel Novoa III
1172dbb8b1
Sigh... Let's try this again.
2005-08-04 05:44:48 +00:00
Eric Andersen
1e218e33eb
Fix it up so ltp builds and installs itself properly so it is
...
100% ready to run on the target device.
2005-08-04 05:14:23 +00:00
Manuel Novoa III
42c9321a15
Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debug
...
apps with a deployed cross toolchain. Should probably do ltrace as well...
Also, add another compat symlink for cross gdb.
2005-08-04 03:49:25 +00:00
Mike Frysinger
ee69884eed
dont use xargs
2005-08-03 23:21:37 +00:00
Mike Frysinger
90df2829cb
fixes for superh
2005-08-03 22:14:51 +00:00
Mike Frysinger
8f4e2f6c87
new version (4.5.12)
2005-08-03 22:14:39 +00:00
Manuel Novoa III
249637b723
Move buildroot-used bin/sed (binary or symlink) into TOOL_BUILD_DIR instead of STAGING_DIR, since the latter could be a standalone cross toolchain dir.
2005-08-03 04:02:02 +00:00
Eric Andersen
60bb12e60d
filter through dos2unix
2005-08-03 03:17:26 +00:00
Eric Andersen
e3ba99bc58
put back support for generating .config.cmd
2005-08-03 03:09:02 +00:00
Manuel Novoa III
05c5b1ba36
Add /dev/shm.
2005-08-03 01:28:41 +00:00
Manuel Novoa III
593c8b05a5
Create some symlinks for {*-}cc since gcc 3.3.6 (at least) doesn't seem to install them.
2005-08-03 01:25:12 +00:00
Manuel Novoa III
5c445e68c7
Update locale config to match non-locale settings.
2005-08-03 01:23:13 +00:00
Manuel Novoa III
c0a49140ad
Add sstrip for host and/or target.
2005-08-03 01:20:34 +00:00
Eric Andersen
f3dcc7593c
also remove support/mksignames.c
2005-08-02 23:05:22 +00:00
Eric Andersen
0896e6f709
Hopefully this will teach bash to get signals correct when cross compiled.
2005-08-02 23:00:09 +00:00
Mike Frysinger
806cb2a2dd
prune 2.16.90.0.1 / 2.16.90.0.2
2005-08-02 04:24:17 +00:00
Mike Frysinger
13ed16a397
import binutils 2.16.91.0.2
2005-08-02 04:23:39 +00:00
Eric Andersen
273175d0d3
update kbuild system
2005-08-02 00:57:33 +00:00
Eric Andersen
a18f36417b
Only include linux makefile when properly selected
2005-08-01 21:13:40 +00:00
Eric Andersen
bc02c515f2
Via EPIA MII specific Linux config is (surprise) specific to the Via EPIA MII
...
and only should be selectable when BR2_TARGET_VIA_EPIA_MII has first been
selected.
2005-08-01 21:11:06 +00:00
"Steven J. Hill"
1ba78f57e1
Add in options for NPTL in uClibc. Users can select, but since NPTL is
...
on a branch it will not have any effect. Updated DBAu1500 configuration
files for latest uClibc snapshot and NPTL options.
2005-07-29 23:28:31 +00:00
Ned Ludd
2ade59720b
- zlib prior to 1.2.3 improperly handled invalid data streams which could lead a denial of service or arbitrary code execution. Tavis Ormandy CAN-2005-2096
2005-07-29 02:36:31 +00:00
Mike Frysinger
da163069d8
grab some static updates from linux-2.6 git to fix gcc4 build errors as reported by Khem Raj
2005-07-28 22:27:27 +00:00
Eric Andersen
dbd27ef3ac
Minor updates
2005-07-27 11:16:00 +00:00
Eric Andersen
8006313159
Fix broken dependancies
2005-07-27 10:55:38 +00:00
Eric Andersen
a2c326396a
update valgrind to the latest and greatest
2005-07-22 09:49:20 +00:00
Eric Andersen
b746d35505
e2fsprogs does not appear to be 'make -j N' safe for N > 1
2005-07-20 07:20:27 +00:00
Eric Andersen
fd2f194d91
update to dropbear-0.46
2005-07-19 02:18:44 +00:00
Eric Andersen
bd7ed099dc
Apply the fix for gcc bug #22167
...
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22167
remove gcc 3.3.3, change config for sjlj exception handling a bit.
2005-07-18 23:34:20 +00:00
Eric Andersen
58f2a53ffb
Update the set of available kernel headers to include 2.4.31 and 2.6.12
2005-07-18 22:20:12 +00:00
Eric Andersen
7b8aeaeb28
Fixup standalong makedevs to handle regular files, and also fix
...
it to properly update file permissions as specified.
2005-07-18 20:06:49 +00:00
Eric Andersen
c56927879f
A little more setup
2005-07-15 08:39:09 +00:00
Eric Andersen
100a951a5a
Install xorg modules correctly
2005-07-15 07:07:44 +00:00
Eric Andersen
0868de1326
Yet more xorg build fixups
2005-07-14 23:34:47 +00:00
Eric Andersen
5ef0c31bf4
Run ldconfig on the target rootfs to generate /etc/ld.so.cache
2005-07-14 23:30:39 +00:00
Eric Andersen
09aab35147
Add device nodes for /dev/input by default (xorg and others want then)
2005-07-14 23:29:45 +00:00
Eric Andersen
a79991083a
Get it building
2005-07-13 10:29:18 +00:00
Eric Andersen
85d9e768af
file-4.12 is no longer available
2005-07-13 09:11:26 +00:00
Eric Andersen
0e22901742
Fix some stupid bugs in the Xorg build
2005-07-13 07:36:40 +00:00
Eric Andersen
dadad95190
Thomas Lundquist writes:
...
If I understand you correctly, you want the ncurses development headers
on the target.
a patch for this (named target_headers.patch and includes similar
options for a few other libs in buildroot) can be found at:
http://www.zelow.no/floppyfw/download/Development/Patches/buildroot/
(a few packages there aswell)
it will add an option to put headers on target for ncurses, zlib and
openssl.
Thomas.
2005-07-12 19:53:12 +00:00
Mike Frysinger
b5ad3a7944
Patrick Doyle writes:
...
target/device/Soekris/net4521/linux.mk is missing an endif for
the first if statement
target/device/Soekris/Makefile.in needs to set TARGETS before
including linux.mk since the file checks the TARGETS variables
2005-07-11 21:53:23 +00:00
Mike Frysinger
53fdf867ba
revert earlier change since it doesnt work with last uClibc release :/
2005-07-11 21:49:45 +00:00
Mike Frysinger
63661115b1
import 4.0.1 based on 4.0.0
2005-07-10 01:46:11 +00:00
Joakim Tjernlund
8a3d415a8e
Fix buildroot not to modify Rules.mak. Patch From vapier.
2005-06-30 00:36:16 +00:00
Joakim Tjernlund
d1002763cf
Update default config a little.
2005-06-30 00:26:20 +00:00
Mike Frysinger
8cec884c8c
make 2.16.1 the default binutils
2005-06-27 22:50:33 +00:00
Mike Frysinger
9d8efeafaa
import binutils 2.16.91.0.1
2005-06-27 22:49:57 +00:00
Joakim Tjernlund
ae2f2bd7bd
add #ifndef inhibit_libc in rs6000/linux-unwind.h to make
...
powerpc gcc compile. This may be the wrong thing to do but atleast
gcc compiles now.
2005-06-25 21:41:52 +00:00
"Steven J. Hill"
3639edcabf
i kan spel, can u?
2005-06-25 19:01:23 +00:00
Eric Andersen
088b0532ec
silly typo
2005-06-25 08:02:44 +00:00
Eric Andersen
050e27b985
don't use the older 2.0 squashfs format
2005-06-24 14:29:10 +00:00
Eric Andersen
a8572703c5
Upgrade to latest, handle endianness automagically
2005-06-24 10:30:09 +00:00
Eric Andersen
7c5dbf816a
prevent whining about conflicting targets
2005-06-24 09:39:45 +00:00
Eric Andersen
79e3250337
minor cleanups
2005-06-24 09:10:06 +00:00
Eric Andersen
93e6e0735a
The '-r' option has gone away
2005-06-24 08:48:06 +00:00
Eric Andersen
369864cf10
be a bit more consistant with naming, always escape wildcards
2005-06-24 08:36:13 +00:00
Eric Andersen
9540549182
Finish implementing fakeroot handling so when we tar up the
...
rootfs, the tarball properly inherits device table settings
and device nodes.
2005-06-24 07:31:17 +00:00
Eric Andersen
eb0ee4509d
Finish implementing fakeroot handling so mksquashfs properly
...
inherits device table settings and device nodes, exactly as
per mkfs* applications that support device tables natively.
2005-06-24 07:26:33 +00:00
Eric Andersen
afcdf8a01a
Use fakeroot and makedevs to fake mksquashfs into building properly setup file
...
permissions and device nodes into the target rootfs without needing to be root.
2005-06-24 05:02:00 +00:00
Eric Andersen
e83529ad36
mksquashfs is always rebuilt before generating rootfs image. The attached
...
patch avoids this issue, by creating a .unpacked file in the squashfs directory
after the source tarball is unpacked, and making the mksquashfs target depend
on the .unpacked file.
http://bugs.busybox.net/view.php?id=234
2005-06-24 03:14:20 +00:00
Eric Andersen
a8a6587d1b
This patch adds package configuration files for the LVM2 tools and its
...
dependency, device-mapper. This will provide the basic tools needed to work
with LVM2 volumes on the target system.
http://bugs.busybox.net/view.php?id=183
2005-06-24 02:46:31 +00:00
Eric Andersen
491b44e86a
If you update the kernel headers tarball and run make against an already built
...
buildroot, the header files will be re-extracted, but they will not be put in
exactly the right place if the name of the extracted directory includes the
kernel version numbers.
For example, linux-libc-headers-2.4.25.tar.bz2 will be extracted to
$(TOOLCHAIN_BUILD_DIR)/linux-libc-headers-2.4.25, and then the mv command will
move the newly extracted headers into the already existing
$(TOOLCHAIN_BUILD_DIR)/linux directory, instead of replacing that directory as
desired.
The fix is to first remove the $(TOOLCHAIN_BUILD_DIR)/linux directory and then
do the mv command.
http://bugs.busybox.net/view.php?id=296
2005-06-23 23:25:25 +00:00
Eric Andersen
ea804ca007
Setup libpng to be fetched from the sourceforge mirror of choice
2005-06-23 22:58:51 +00:00
Eric Andersen
68886b0aac
These patches fix some minor problems with GNU Readline package.
...
patch-1 will make the package selection default=n (since it's not necessary)
patch-2 will fix the readline.mk makefile to better follow buildroot style.
This is a cleanup only. But adds the 'readline-target' makefile target to also
install readline .so files to the target in addition to the full install in the
staging area.
http://bugs.busybox.net/view.php?id=300
2005-06-23 22:49:33 +00:00
Eric Andersen
2605b7410f
Update ccache to the latest version, which adds features.
...
http://bugs.busybox.net/view.php?id=297
2005-06-23 22:09:12 +00:00
Eric Andersen
6f3293774c
Update to the debian sarge release version of fakeroot
2005-06-23 21:43:23 +00:00
Eric Andersen
819e51b309
New target/device: Via epia-mii:
...
Creates a target for the epia-mii board. Fairly generic, based on 2.6 kernel.
Doesn't override the busybox or uclibc configurations. Includes one patch,
which I still can't get to apply (it applies cleanly manually, but isn't
applied through buildroot).
http://bugs.busybox.net/view.php?id=188
2005-06-23 21:34:25 +00:00
Eric Andersen
d7d57699ef
Add support for building a few commonly used bootloaders
2005-06-23 05:09:05 +00:00
Eric Andersen
f5723cdb9b
Add support for acpid
2005-06-23 04:48:02 +00:00
"Steven J. Hill"
9f6ebf17a8
The configure script for this package is a hack at best. This patch
...
fixes an issues with the Linux header file 'include/linux/cyclades.h'
that gets tested to determine whether or not the 'tqueue' data
structure is needed or not. The newer version of it added new types
that require 'include/linux/compiler.h' to be included in order for
the test to succeed/fail properly. Please, someone shoot me.
2005-06-19 03:39:31 +00:00
"Steven J. Hill"
297725b5fd
Fix build problem with header file needing to be generated before
...
a file could be built. Also cleaned up some header files.
2005-06-19 03:35:56 +00:00
"Steven J. Hill"
4a53172b1c
Delete gzip compressed patch and add the uncompressed one. Originally,
...
e2fsprogs was the only package that had a compressed patch.
2005-06-19 03:33:03 +00:00
Manuel Novoa III
42ca8b26e4
Add support for binutils 2.16.1. Patches are identical to those for 2.16.
2005-06-18 23:22:01 +00:00
"Steven J. Hill"
d6d4c31b73
Updated patch to add '#define EXT2_FLAT_INCLUDES' in the file 'lib/ext2fs/ext2fs.h' to fix build error.
2005-06-12 02:33:09 +00:00
Eric Andersen
7011c7fe12
http://bugs.uclibc.org/view.php?id=289
...
Debian have removed version 5.1.2 patchlevel 6 from their FTP servers,
replacing it with 5.1.2 patchlevel 6.1. The resulting patch applies cleanly,
but one of the buildroot patches does not apply cleanly unless modified.
Patch is included to fix this.
2005-06-09 12:33:27 +00:00
Eric Andersen
670330f2cd
http://bugs.uclibc.org/view.php?id=284
...
Nano depends on ncurses. The attached patch (against svn) fixes the package make file.
2005-06-09 12:30:05 +00:00
Eric Andersen
d76bf2a472
http://bugs.uclibc.org/view.php?id=285
...
The ncurses package make file does not install the terminfo files into the
correct directory. The attached patch (against svn) corrects this problem.
2005-06-09 12:26:20 +00:00
Eric Andersen
178a317d26
http://bugs.uclibc.org/view.php?id=286
...
Can't build "bridge" package in buildroot (patch enclosed)
2005-06-09 12:23:36 +00:00
Eric Andersen
1d63e8a8d9
Make the sourceforge mirror site a config option, as sourceforge
...
mirrors tend to change, move, go down, etc from time to time.
2005-06-09 12:15:00 +00:00
Eric Andersen
8365078d61
routine .config update
2005-06-09 12:03:40 +00:00
Eric Andersen
c8bd577ca9
routine .config update
2005-06-09 12:02:08 +00:00
Eric Andersen
e130848b4b
routine .config updates
2005-06-09 11:27:10 +00:00
Eric Andersen
6a770ec3a4
http://bugs.uclibc.org/view.php?id=288
...
This updates to the current version of libsysfs, and also changes
to the current version of the package.
NOTE: this package still has a problem, in that the header files
it generates are not made available to other packages. The library
itself is installed in the target filesystem; but programs like
"brctl" won't know to use it, since the header isn't visible.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net >
2005-06-09 11:18:38 +00:00
Eric Andersen
926e2c0293
Add the udev init script
2005-06-09 11:16:29 +00:00
Eric Andersen
611ec0e3b1
Add a standalone makedevs application to be used along with
...
fakeroot to construct target device nodes for filesystems
and utilities (such as tar) that do not currently support
device tables natively.
2005-06-09 11:11:10 +00:00
Eric Andersen
246d05c718
Apply most of
...
http://bugs.uclibc.org/view.php?id=290
2005-06-09 10:09:25 +00:00
Eric Andersen
b853938301
http://bugs.uclibc.org/view.php?id=293
...
target tcl-dirclean in tcl.mk removes $(LESS_DIR) should be $(TCL_DIR) - see attached patch.
2005-06-09 09:52:48 +00:00
Eric Andersen
229a7784ff
http://bugs.uclibc.org/view.php?id=294
...
There is a mistake in buildroot/Config.in
2005-06-09 09:50:11 +00:00
Eric Andersen
d5b0e08e9d
http://bugs.uclibc.org/view.php?id=178
...
This patch provides modutils and module-init-tools. I know busybox can load
modules, but modinfo may also be very useful for kernel/driver debugging
purposes.
I have managed binaries concurrency between modutils and module-init-tools, but
I'm not sure this is the best way to do it...
Thanks for your work.
2005-06-09 09:46:12 +00:00
Mike Frysinger
8d1ce2a787
fix old target name
2005-06-03 03:57:17 +00:00
Mike Frysinger
b7094a31ca
add missing hunk for clocale=uclibc support in libstdc++ configure
2005-06-02 23:47:29 +00:00
"Steven J. Hill"
c4f10a81ae
Applied patch to add TCL version 8.4.9 for buildroot submitted by
...
Ivan Daniluk on May 30 01:28:31 MDT 2005.
2005-05-31 03:17:33 +00:00
"Steven J. Hill"
56d91e951a
Applied patch to add TCL version 8.4.9 for buildroot submitted by
...
Ivan Daniluk on May 30 01:28:31 MDT 2005.
2005-05-31 03:16:48 +00:00
Eric Andersen
9514bc67c3
Apply any uClibc patches that are present
2005-05-26 22:16:31 +00:00
Mike Frysinger
65e38ef9b7
quick import of gcc-3.3.6 and gcc-3.4.4
2005-05-24 04:19:13 +00:00
"Steven J. Hill"
e33965b61e
Patch is now deprecated.
2005-05-18 04:14:25 +00:00
"Steven J. Hill"
d5871cf8ad
Fix bzip2 cross build error associated with host ranlib being
...
used instead of cross target ranlib.
2005-05-18 03:42:51 +00:00
Eric Andersen
09bb9d6228
Add patch from debian to make things compile
2005-05-16 17:56:20 +00:00
Eric Andersen
1de07a8896
This patch updates the pppd package to build version 2.4.3. The 2.4.3 version
...
of pppd adds additional features.
http://bugs.uclibc.org/view.php?id=259
2005-05-16 17:40:04 +00:00
Eric Andersen
c8144b92b4
This patch updates the e2fsprogs package to build the 1.37 version of
...
e2fsprogs. This version of e2fsprogs adds additional features and increases
preformance. I've also change the configuration to build all of e2fsprogs
dynamicly linked. This reduces the size of the individual binaries
considerably.
http://bugs.uclibc.org/view.php?id=258
2005-05-16 17:38:29 +00:00
Eric Andersen
278a121fad
Add support for the openntpd package to buildroot. OpenNTPD is a free, easy to
...
use implementation of the Network Time Protocol with a small footprint. It
provides the ability to sync the local clock to remote NTP servers and can act
as NTP server itself, redistributing the local clock.
http://bugs.uclibc.org/view.php?id=257
2005-05-16 17:36:46 +00:00
Eric Andersen
12a9450790
This patch updates the berkleydb package to build a 4.3.x version of the
...
library which adds additional functionality and bugfixes.
http://bugs.uclibc.org/view.php?id=256
2005-05-16 17:30:25 +00:00
Eric Andersen
665ae28e74
This patch updates the bzip2 package to build version 1.0.3. The 1.0.3 version
...
of bzip2 fixes a security issue with bzip2 v.1.0.2. This patch also modifies
the .mk file so that version changes can be acomodated more easily.
http://bugs.uclibc.org/view.php?id=255
2005-05-16 17:29:12 +00:00
Eric Andersen
061ec439af
This patch updates the zlib package to build version 1.2.2. The
...
1.2.2 version of zlib fixes a security issue with zlib v.1.2.1.
http://bugs.uclibc.org/view.php?id=254
2005-05-16 17:27:51 +00:00
Eric Andersen
0f481e0032
cleanup the tinyx build so it actually has a chance of working.
...
This gets it so it at least compiles...
2005-05-12 22:24:13 +00:00
Eric Andersen
c5c1adc379
First pass at getting current x.org to into buildroot.
...
Still needs more polish but is a good start.
2005-05-12 22:22:29 +00:00
Eric Andersen
6f0d9d7648
iptables doesnt need to concern itself with kernel headers
2005-05-12 22:21:01 +00:00
Mike Frysinger
64bf7c6725
use the linux-gnu* -> linux-* change from upstream mainline
2005-05-12 11:35:00 +00:00
Mike Frysinger
1ab7a7e885
2.16.90.0.3 released
2005-05-11 02:21:43 +00:00
Paul Mundt
d66db536c3
Add an sh2eb target.
2005-05-07 17:28:49 +00:00
Eric Andersen
1515bfd3bb
Teach cramfs to handle byteswapping sanely. I want to specify
...
big endian or little endian, not whether to unconditionally do
byteswapping regardless of build system byte order.
2005-05-06 00:17:04 +00:00
"Steven J. Hill"
42f7febfb8
Patch from 2.6.12-rc3 Linux/MIPS tree to add in NPTL changes for MIPS. Hopefully 2.6.12 will release soon so we can get the updates.
2005-05-05 04:26:07 +00:00
Manuel Novoa III
df2c1a437a
Uh... sjhill... Why do you think this shouldn't be here?
2005-05-05 03:25:19 +00:00
"Steven J. Hill"
cda293ad69
Remove unneeded 2.16 binutils patch and update GCC 4.1.0 patches. MIPS
...
toolchain and filesystem image builds for C/C++. Java will be tested
next.
2005-05-05 03:17:15 +00:00
Eric Andersen
20a3643bee
fixup libreadline build, per http://bugs.uclibc.org/view.php?id=229
2005-05-04 01:00:23 +00:00
Paul Mundt
c5564f7b34
Initial support for MS7206SE01 sh2a board.
2005-05-03 13:56:36 +00:00
Manuel Novoa III
5b72a75f94
Looks like the 2.16 patches should work fine for 2.15.97, and tested with a mipsel soft-float cross+native toolchain build.
2005-05-03 05:06:06 +00:00
"Steven J. Hill"
0a7a816eb4
New patches for GCC-4.1.0 for locale and configuration.
2005-05-03 04:22:24 +00:00
"Steven J. Hill"
027b6883e6
Add patches for GCC-4.x so that packages will build properly.
2005-05-03 04:21:20 +00:00
Paul Mundt
48f9b7862e
Get the board-specific dependencies right.
...
Currently each board is dumping all of its config options regardless of
whether we are even on the right architecture or not (this is due to
outright sourcing of the configs at the upper level..). Dependency
resolution either needs to be done there, or at the board-specific level.
2005-05-02 20:39:12 +00:00
Paul Mundt
50b47fadcc
Add proper target support for newfangled sh targets.
...
GCC folk in their infinite wisdom have added half-assed target support
for newer sh cores. The support is there, but of course we have no
way to actually enable the thing, so we do that with this patch.
Likewise, binutils has no idea about any of these new targets either (not
even a half-assed attempt, sadly), so we fix that up too.. now we're able
to actually build a real toolchain for sh2a_nofpu- and other more ineptly
named toolchains (and yes, there are more inept targets than that one,
really. Go look, I promise).
2005-05-02 13:58:00 +00:00
Manuel Novoa III
306f002a87
No need to patch this when there's a configuration parameter.
2005-05-02 13:40:22 +00:00
Paul Mundt
8e6c4f0576
sh64 no longer implies sh as far as uClibc is concerned..
2005-05-02 13:38:26 +00:00
Manuel Novoa III
d8756d11d4
Obsolete.
2005-05-02 13:37:16 +00:00
Manuel Novoa III
a6e7be031d
This is the 100 patch for 2.16.90.0.2. Note that 2.16.90.0.2 seems to be broken for mips.
2005-05-02 13:36:13 +00:00
Manuel Novoa III
9b9985681b
Ugly hack to force the configuration for the cross libstdc++ to fail for complex funcs we don't yet support.
2005-05-01 05:31:44 +00:00
Manuel Novoa III
5b01ff9528
No longer needed and actually breaks the gcc java build.
2005-05-01 03:22:24 +00:00
Eric Andersen
47fc1c4a16
Prune out a bunch of binutils versions that are no longer
...
the latest and greatest in their respective binutils series
2005-05-01 00:52:31 +00:00
Eric Andersen
cee3371c5f
Weed out older, no longer maintained versions of gcc
2005-05-01 00:43:16 +00:00
Eric Andersen
172f4c76b3
It is now official, the cause of the mysterious gcc 3.3.5 exception
...
handling failure is definately sjlj. Only enable it for the apparently
broken gcc 3.3.3 toolchain, which _does_ need it for exception handling
to work properly.
2005-05-01 00:34:11 +00:00
Manuel Novoa III
51b8148162
Fix soft float options for gcc 4.
2005-04-30 22:59:05 +00:00
Manuel Novoa III
7b67264adf
Someone forgot mipsel for soft float...
2005-04-30 22:02:38 +00:00
Manuel Novoa III
71afd3a1a0
Add 4.0.0 support. Some arches may still need some tweaking and/or additional patches. But I successfully built cross and target toolchains for x86 and mipsel supporting c/c++/objective-c/java. Of course I haven't tested them yet...
2005-04-30 22:01:20 +00:00
Manuel Novoa III
3e0abd14cf
Support gcc 4.[01]. Only tried for 4.0.0 at this point.
2005-04-30 21:58:58 +00:00
Manuel Novoa III
79a40a3437
Add gcc 4.0.0 support. Note... I haven't needed the sjlj exception support in some time, but haven't touched the default in this commit.
2005-04-30 21:57:58 +00:00
Manuel Novoa III
bea1c36aa2
Fill in a couple of omissions.
2005-04-30 21:55:13 +00:00
Manuel Novoa III
42b8eb1908
Needed --disable-werror to get 2.16.mumble build from dying on missing prototypes in lex-generated files.
2005-04-30 21:51:23 +00:00
Mike Frysinger
c996726e38
grab the -linux-gnu* -> -linux-* config changes from mainline and backport them to the 2.16 branch
2005-04-30 01:03:47 +00:00
Mike Frysinger
c8846c81b8
2.16.90.0.2 released
2005-04-30 00:33:04 +00:00
"Steven J. Hill"
8a5d57bbb2
Add support for soon to be released binutils-2.16 as well as
...
GCC-4.1.0. These tool versions are needed so that NPTL support
can be added into uClibc. Backporting NPTL from GCC-4.1.0 into
GCC-4.0 may be possible, but not recommended.
2005-04-28 03:53:52 +00:00
"Steven J. Hill"
719bb81a16
Slash missing.
2005-04-27 21:00:48 +00:00
"Steven J. Hill"
0e5de0386d
Rsync was recently upgraded to 2.6.4. Until buildroot is updated,
...
the RSYNC_SITE variable needs to be changed.
2005-04-27 20:59:23 +00:00
Eric Andersen
f3ccf319b0
Make defconfig work properly
2005-04-27 08:09:58 +00:00
Eric Andersen
dfba3cfed9
http://bugs.uclibc.org/view.php?id=189
2005-04-26 06:26:14 +00:00
Joakim Tjernlund
d17c8983f2
Don't forget about libgcc_s_nof.so when processing
...
libgcc_s.so
2005-04-25 10:18:30 +00:00
"Steven J. Hill"
9b82915de4
Fix install error caused by 'ln -sf' which tries to use the target's
...
'ln' instead of the host. A quick grep through the other packages
shows that this may be an issue as well. I will probably have more
fixes later today.
2005-04-23 17:45:18 +00:00
"Steven J. Hill"
7f6a277243
Fix broken patch. Was this even tested?
2005-04-23 03:26:54 +00:00
Eric Andersen
eadb1e7ba4
Update for latest config options
2005-04-21 20:06:06 +00:00
Eric Andersen
cc4c8832ac
Do not include an empty resolv.conf
2005-04-21 20:05:12 +00:00
Eric Andersen
ec2bc50a0f
don't put in a default resolv.conf. Some folks with a ro rootfs
...
will want to replace this, i.e. with a symlink to /tmp
2005-04-21 18:51:38 +00:00
Eric Andersen
fc6fc1f7f7
Don't mess with /etc/default for now.
2005-04-21 17:52:19 +00:00
Eric Andersen
07064c0978
Update init scripts a bit. Don't mess with /etc/default for now.
2005-04-21 17:36:04 +00:00
Eric Andersen
74ad4e12c8
Change all instances of 'ln -sf' to 'ln -snf'
2005-04-15 02:19:11 +00:00
Eric Andersen
3f7d89fe6f
Some minor updates for the net4521
2005-04-15 02:14:42 +00:00
Eric Andersen
bb000d4268
Add a bunch of patches snarfed from the debian gdb package
2005-04-14 08:05:03 +00:00
Eric Andersen
1f916f6835
switch to mips32
2005-04-14 08:01:51 +00:00
Eric Andersen
5c0d193924
Minor ltrace updates
2005-04-14 08:00:27 +00:00
Eric Andersen
483fa88f3e
Update cramfs to handle switching endianness when necessary
2005-04-14 07:59:42 +00:00
Eric Andersen
2badd4b3e5
Fix up the build of libelf so it actually works
2005-04-12 22:04:14 +00:00
Eric Andersen
9fc890fc1f
Make busybox config file location a config option
2005-04-12 20:32:45 +00:00
Eric Andersen
6e8666ead8
Apply patch from http://bugs.busybox.net/view.php?id=205
2005-04-12 19:40:23 +00:00
Eric Andersen
416b97d913
remove empty directory
2005-04-11 20:23:38 +00:00
Mike Frysinger
53acd0071b
delete older 2.15.94.0.2 and add new 2.16.90.0.1
2005-04-11 06:26:15 +00:00
Ned Ludd
2dd5c95248
- glib1 does not build a .so
2005-04-08 08:00:03 +00:00
Ned Ludd
b4a0042677
- fix broken concatenated lines. reported by hermannb bug #216
2005-04-08 07:59:01 +00:00
Mike Frysinger
c76539aa58
SnarlCat writes: add OBJCOPY to build environment Bug #213
2005-04-07 00:25:21 +00:00
Mike Frysinger
ed91eb9547
version bump
2005-04-05 05:06:10 +00:00
Eric Andersen
578ecbbfc8
Minor platform updates
2005-03-31 22:45:22 +00:00
Eric Andersen
7e66561771
update gdb a bit. remove support for ancient versions.
2005-03-26 06:46:02 +00:00
Eric Andersen
74ef9c30b7
Overwrite any existing link should there be one
2005-03-26 01:42:52 +00:00
Eric Andersen
e4094f9359
Add missing definition for 'struct ip_nat_multi_range_compat' so
...
that iptables can compile
2005-03-22 20:05:01 +00:00
Mike Frysinger
1c5a0151a1
force libelf to be selected
2005-03-21 02:59:56 +00:00
Mike Frysinger
f7408e9bd4
Bug #160 , pgrayson writes: The readline package currently has a Makefile.in. This patch removes the depricated Makefile.in and adds the relevant modifications to TARGETS to readline.mk.
2005-03-21 02:54:35 +00:00
Mike Frysinger
56d663b960
Bug #172 , LordApollyon writes: Add support for latest openssl 0.9.7e, This will update the version to download as well as one line of the patch which needed correcting.
2005-03-21 02:35:50 +00:00
Mike Frysinger
c686c93ce7
dont install fips crap
2005-03-21 02:35:10 +00:00
Mike Frysinger
20fb51307a
Bug #110 , acmay writes: The gdb version depends on BR2_HOST_GDB, but it should be BR2_PACKAGE_GDB_CLIENT.
2005-03-21 02:33:24 +00:00
Eric Andersen
d487848a7a
Bump available sanitized kernel headers
2005-03-18 10:23:50 +00:00
Eric Andersen
75a9ab4ba3
Don't let the system /usr/bin/install try to strip target binaries
...
since it is too stupid to know about cross compilation, and will
therefore try to use the system strip command, too ill effect.
2005-03-17 22:41:47 +00:00
Eric Andersen
aa915009fc
Add support for udev, from Nathanael Noblet
2005-03-15 19:16:00 +00:00
Eric Andersen
0fd5ede9f6
Teach the kernel config to also swing both ways
2005-03-10 20:00:25 +00:00
Eric Andersen
239d88cee2
Try out mips3
2005-03-10 19:48:32 +00:00
Eric Andersen
781ce9185d
The DBAu1500 can run as either big or little endian
2005-03-10 19:47:57 +00:00
Eric Andersen
dccecf52b0
Fix http://bugs.uclibc.org/view.php?id=135
...
The ISC DHCP package only install the dhcrelay binary. Patch
supplied to install server and client too, as configured.
2005-03-09 17:45:21 +00:00
Eric Andersen
d47108caf6
Fix / http://bugs.uclibc.org/view.php?id=134
...
The configuration utility in package/config/ can look for a default
configuration file called 'defconfig' but it's hard coded to look for
sysdeps/linux/defconfig.
This patch causes the config utility to look in the current working directory
for the 'defconfig' file. I use this to provide a default configuration to a
new buildroot environment. This way, I can 'svn co' buildroot, copy my
defconfig, then make defconfig to use my own default configuration.
This fix only changes one line in the confdata.c file to remove the legacy path
that was used in Linux, and not needed in buildroot.
2005-03-09 17:39:38 +00:00
Eric Andersen
5c83068090
Per http://bugs.uclibc.org/view.php?id=130
...
sed needs to use different delimiters since the regex is
using slashes from a filename
2005-03-09 17:36:12 +00:00
Eric Andersen
d93b209d35
Fixup device table location
2005-03-09 17:30:20 +00:00
Eric Andersen
318cae634d
patch from pgrayson:
...
This patch does a couple mtd related things:
* Updates to the latest (2005/01/22) mtd from debian.org
* Fixes weird behavior where mkfs.jffs2 built for target was put into the staging dir.
* Shows the mtd package in the package selection menu. When mtd is enabled, the various mtd utilities appear and can be individually selected.
* Added a config item for sumtool, which is part of the mtd-utils and helps manage the new summary feature in jffs2 images.
* Fixed mtd build dependency problem. The mtd utils dynamically link with libz.so, therefore the zlib package is prerequisite for any of the mtd utilities.
2005-03-09 17:27:14 +00:00
Eric Andersen
c3cdda3ce1
Be extra careful about where the uClibc config file comes from
2005-03-09 08:36:49 +00:00
Eric Andersen
d620c911e8
Add board support for AMD devel boards
2005-03-09 08:35:45 +00:00
Eric Andersen
a65a9369f4
Add board support for the AMD DBAu1500 development board
2005-03-09 08:35:06 +00:00
Eric Andersen
4c22057788
Update dropbear to the new version.
...
Add a config option to handle low entropy system.
2005-03-09 08:30:47 +00:00
Eric Andersen
8cc0443740
fix grammar
2005-03-08 17:29:28 +00:00
Eric Andersen
a319b8a598
Fixup gcc 3.3.3 and 3.3.4 builds with patches backported
...
from stuff I added to gcc-3.3.5
2005-03-08 06:48:38 +00:00
Eric Andersen
d9cdbbe959
Support building fakeroot for use on the host system, i.e. for
...
munging permissions on tarballs...
2005-03-07 21:19:15 +00:00
Eric Andersen
b2e6d54be3
ncurses build with make -jN, N>1 seems racey
2005-03-07 06:57:35 +00:00
Eric Andersen
43d24f250f
gcc 3.4.0 also needs to not emit embedded pic relocs for mips
2005-03-02 12:54:47 +00:00
Eric Andersen
cbe848f9b6
Deal with it when binutils is being somewhat troublesome
2005-03-02 12:33:58 +00:00
Eric Andersen
cd2388d5b3
Fix things the other way round. Instead of restoring the mips
...
embedded pic support into binutils, instead fixup gcc to not emit
any embedded pic relocations.
2005-03-02 12:30:29 +00:00
Eric Andersen
5968b7e4de
bother. Fix the filename
2005-03-02 11:17:51 +00:00
Eric Andersen
a0ce935a2a
117_mips_symbolic_link is from debian
2005-03-02 11:15:13 +00:00
Eric Andersen
df31643d0d
450-mips-restore-embedded-pic is I believe the minimum necessary to get gcc
...
3.3.x to compile again on mips. As was, compiling gcc 3.3.x for mips would
cause gcc to blow up whining about combining symbols from different segments,
since stock binutils no longer supports the PC relative expressions emitted by
gcc 3.3.x for mips when generating embedded PIC code.
2005-03-02 11:15:05 +00:00
Eric Andersen
1bd8374691
Always use CFLAGS_FOR_BUILD for using CC_FOR_BUILD
2005-03-02 08:57:32 +00:00
Eric Andersen
75e551047f
kill off support for gdb 5.3
2005-03-02 08:55:16 +00:00
Eric Andersen
8cbab86501
simplify target language selection to remove nasty nested ifeq
2005-03-02 07:30:26 +00:00
Eric Andersen
e076bd4b33
teach BR2_INSTALL_LIBSTDCPP to actually install libstdc++
2005-03-02 07:07:22 +00:00
Eric Andersen
8855700d83
Fix Soekris net4521 kernel config location
2005-03-01 17:43:36 +00:00
Eric Andersen
225bc402b0
bridge and pcmcia need a compiled up linux kernel
2005-03-01 17:33:31 +00:00
Eric Andersen
183e72f23c
On mips, default to 4k pages to make binaries smaller
2005-03-01 16:31:31 +00:00
Mike Frysinger
8bdef6dd22
use tested patch from upstream
2005-03-01 02:49:42 +00:00
Mike Frysinger
74d1a95f1f
3.3.5 needs arm big endian lovin too
2005-03-01 02:48:11 +00:00
Joakim Tjernlund
bb352e9616
Added support for gdb 6.3. Rediffed 100-uclibc-conf.patch to fix
...
obvious rejects.
2005-02-27 23:47:35 +00:00
Ned Ludd
e3b1e1479e
- The installed root/usr/sbin/dropbear was not getting stripped. stripping saves about 35K
2005-02-25 22:01:00 +00:00
Mike Frysinger
60d43f2627
ext2 was renamed, update config option
2005-02-25 04:24:36 +00:00
Eric Andersen
4dcfc9dc0f
Add support for libelf
2005-02-25 03:22:54 +00:00
Eric Andersen
a777f26c32
pdinoto writes:
...
This patch adds an option in GCC config to compile Objective-C language support
in the toolchain. It is disabled by default, so it is not intrusive.
2005-02-25 02:38:28 +00:00
Eric Andersen
989fc8ef59
scott writes in http://bugs.uclibc.org/view.php?id=41
...
this patch adds the package 'readline' which is the GNU readline library used
to get/save history with text input applications.
2005-02-25 02:36:58 +00:00
Eric Andersen
2e9a20f61c
gtj writes in http://bugs.uclibc.org/view.php?id=55
...
The version of mconf used by buildroot doesn't handle "menuconfig" correctly.
Instead of displaying the proper submenu, it just displays the menuconfig
option itself again.
This patch adds the proper code to mconf. Only 6 lines of code.
2005-02-25 02:32:25 +00:00
Eric Andersen
ac39d3b13f
Patch from ralphs adding microperl, per
...
http://bugs.uclibc.org/view.php?id=123
2005-02-25 02:27:54 +00:00
Eric Andersen
2460dadf07
Trivial updates
2005-02-25 01:30:13 +00:00
Eric Andersen
7e94594783
rename patches to avoid any confision as to patch order
2005-02-25 00:57:48 +00:00
Eric Andersen
15c40c9722
This doesn't need ncurses headers installed in the target
2005-02-24 22:26:06 +00:00
Eric Andersen
970731e1ec
target/device/Soekris/net4521/linux.mk should only be used when
...
BR2_TARGET_SOEKRIS_NET4521 is enabled.
2005-02-24 19:38:09 +00:00
Eric Andersen
a6cfd28490
Update to ISC dhcp 3.0.2
2005-02-24 19:36:18 +00:00
Eric Andersen
487f8c9d03
fixup kernel compile
2005-02-22 08:46:49 +00:00
Eric Andersen
1c299aa38f
refer to busybox as well
2005-02-21 22:13:13 +00:00
Eric Andersen
93c151a3a7
typo
2005-02-21 22:05:27 +00:00
Eric Andersen
a9d6aed933
Add a website
2005-02-21 21:16:29 +00:00
Eric Andersen
f5bafe8162
rename
2005-02-21 21:15:21 +00:00
Mike Frysinger
c1f119b500
2.15.94.0.2.2 has been released
2005-02-19 20:54:44 +00:00
Mike Frysinger
65993ce772
old
2005-02-19 20:54:15 +00:00
Eric Andersen
bca6ae25ab
make valgrind compile with newer kernel headers
2005-02-19 02:49:43 +00:00
Eric Andersen
eb86ef270a
Do not squash perms, just owner
2005-02-18 23:58:16 +00:00
Eric Andersen
02242b9f3d
move stuff around a little bit more
2005-02-18 19:32:18 +00:00
Eric Andersen
bca14a7528
I need this bit too
2005-02-17 21:08:20 +00:00
Eric Andersen
5b02c77f21
more example device support
2005-02-17 19:01:52 +00:00
Eric Andersen
b8d48d66b3
Update toolchain with some cvs additions from the debian package
2005-02-17 18:52:22 +00:00
Eric Andersen
9fb8ba75ff
fixup a couple of typos
2005-02-17 18:51:52 +00:00
Eric Andersen
c123fc3ccf
move more stuff around for better board support
2005-02-17 18:49:52 +00:00
Eric Andersen
970e888983
more changes towards better board support
2005-02-17 18:22:12 +00:00
Eric Andersen
bb15c2215e
more changes towards better board support
2005-02-17 18:21:20 +00:00
Eric Andersen
7d0b7649c9
shuffle things around
2005-02-17 17:29:57 +00:00
Eric Andersen
2b7460e362
Move stuff around
2005-02-17 17:17:48 +00:00
Eric Andersen
e58927e0e4
Move device table to
2005-02-17 17:07:29 +00:00
Eric Andersen
29704897cd
Add the new device directory
2005-02-17 17:05:47 +00:00
Eric Andersen
70087a75db
Whitespace
2005-02-17 03:00:46 +00:00
Eric Andersen
79f5f1e867
Make target stuff last so it can override everything else
2005-02-17 03:00:29 +00:00
Eric Andersen
0cd5b3c5f8
add dhcpdump
2005-02-16 21:34:41 +00:00
Eric Andersen
cbe260d167
HPA's Trivial File Transfer Protocol (tftp) server.
2005-02-16 21:17:18 +00:00
Eric Andersen
298bf4d52d
provide a runlevel
2005-02-16 21:16:17 +00:00
Eric Andersen
499d3b9983
cleanup whitespace
2005-02-16 19:48:43 +00:00
Eric Andersen
9cc9476c35
more dhcp updates
2005-02-16 19:48:03 +00:00
Eric Andersen
2506ab7fc3
the deleting part of 'svn mv' doesnt seem to work. I must
...
be doing something wrong.
2005-02-16 19:14:32 +00:00
Eric Andersen
5043633f08
rename dhcp_relay to dhcp
2005-02-16 19:09:35 +00:00
Eric Andersen
3cbcad5500
remove
2005-02-16 19:08:57 +00:00
Eric Andersen
af166567d0
rename dhcp_relay to dhcp
2005-02-16 19:08:33 +00:00
Eric Andersen
85168e9d22
Rework things a bit to build the server, client, etc
2005-02-16 19:05:09 +00:00
Eric Andersen
4bd45df3f9
cleanup whitespace
2005-02-16 18:42:19 +00:00
Eric Andersen
6970a92158
give uclibc and busybox config files consistant variable names
2005-02-15 22:48:08 +00:00
Eric Andersen
f4649ed254
doh. The first hunk of my patch was redundant
2005-02-15 09:44:16 +00:00
Eric Andersen
587277d8a0
Fix it so that owners and permissions specified in device table
...
entires are not squashed.
2005-02-15 09:26:57 +00:00
Eric Andersen
d7d604bb94
This file is now obsolete. kill it.
2005-02-13 06:41:09 +00:00
Eric Andersen
351c7b64b9
cleanup install target a bit
2005-02-12 04:32:48 +00:00
Eric Andersen
66adf26aa4
We need to calculate filesystem size right when we run genext2fs.
...
As was, size was calculated right when 'make' was run, at which
point the rootfs may well be empty...
2005-02-12 04:32:17 +00:00
Eric Andersen
ec3977300f
update default config
2005-02-12 00:26:45 +00:00
Eric Andersen
e7dd14f373
make it compile
2005-02-12 00:26:27 +00:00
Eric Andersen
d2b724eb7c
kill the older wtools
2005-02-12 00:25:57 +00:00
Eric Andersen
2caf7941bf
What is 'wtools'? Give it its proper name 'wireless-tools'
2005-02-12 00:25:16 +00:00
Eric Andersen
402920471f
What is 'wtools'? Give it its proper name 'wireless-tools'
2005-02-12 00:23:18 +00:00
Eric Andersen
601b1a1ad1
cleanup using a variable before it was defined
2005-02-11 21:32:35 +00:00
Eric Andersen
dab038a04a
fixup use of a variable before it is set
2005-02-11 21:02:07 +00:00
Eric Andersen
1a35a66350
Fix some silly bugs: a variable for gcc was used before it was defined, remove
...
'.svn' not 'CVS' from the install, add 2.4.29 kernel headers as the default.
2005-02-11 20:52:06 +00:00
Eric Andersen
aba5e68975
remove 'mke2fs' and instead add the properly named 'e2fsprogs'
2005-02-11 20:42:52 +00:00
Eric Andersen
8f144a058a
remove obsolete .cvsignore file
2005-02-11 18:49:30 +00:00
Eric Andersen
33b3c22173
remove obsolete .cvsignore file
2005-02-11 18:30:18 +00:00
Eric Andersen
7fbccfad21
Update to check notifications
2005-02-11 02:39:50 +00:00
Eric Andersen
1ee40e9db0
update copyright (mainly to check post-commit notifications)
2005-02-11 02:29:58 +00:00
Eric Andersen
d06645d8ed
There is no need to have a separate 'Makefile.in' file in the
...
general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
2005-02-10 03:06:39 +00:00
Mike Frysinger
040f60b3ea
menuconfig -> config
2005-02-10 00:59:47 +00:00
Mike Frysinger
cdd46741aa
menuconfig -> config
2005-02-10 00:59:22 +00:00
Mike Frysinger
4584c0df4a
touchups
2005-02-10 00:45:43 +00:00
Eric Andersen
6fa2c16be9
Fix broken config menu
2005-02-09 19:40:19 +00:00
Mike Frysinger
18e57618d7
touchup description to look like all the others
2005-02-09 19:15:06 +00:00
Mike Frysinger
cd0a84da7e
allow users to generate tarballs of the target filesystem
2005-02-09 16:06:06 +00:00
Mike Frysinger
80e5aaa56b
touchups
2005-02-09 16:05:07 +00:00
Mike Frysinger
3c865f37e7
add URL for more info
2005-02-09 16:04:44 +00:00
Mike Frysinger
7df31469e8
version bump
2005-02-09 14:36:48 +00:00
Mike Frysinger
9821ecdb77
version bump
2005-02-09 14:34:27 +00:00
Eric Andersen
21c7c4c26b
test file, no longer needed
2005-02-08 00:17:56 +00:00
Eric Andersen
302ea19e5e
test #13
2005-02-08 00:14:41 +00:00
Eric Andersen
0745a9da0a
test 12
2005-02-07 23:56:14 +00:00
Eric Andersen
e293091377
test 11
2005-02-07 23:51:26 +00:00
Eric Andersen
16ba3b949b
test 10
2005-02-07 23:34:54 +00:00
Eric Andersen
af76297d4a
test 9
2005-02-07 23:29:39 +00:00
Eric Andersen
65d5be1532
test 7
2005-02-07 23:26:03 +00:00
Eric Andersen
49b8c57d42
test 6
2005-02-07 23:21:41 +00:00
Eric Andersen
44971ae988
test 5
2005-02-07 23:20:35 +00:00
Eric Andersen
63080161f7
test 4
2005-02-07 23:17:48 +00:00
Eric Andersen
387f864ff9
test 3
2005-02-07 23:11:43 +00:00
Eric Andersen
d040a8d3de
foo
2005-02-07 23:06:20 +00:00
Eric Andersen
c85dc7f5f1
test
2005-02-07 23:04:54 +00:00
Eric Andersen
957a598c9e
Fix grammar
2005-02-07 23:01:20 +00:00
Eric Andersen
de23d7d1a4
Small wording change
2005-02-07 22:31:56 +00:00
Eric Andersen
15b26aeee9
update copyright
2005-02-07 22:19:26 +00:00
Eric Andersen
c9f0039ea6
Update linux kernel
2005-02-02 16:27:50 +00:00
Mike Frysinger
f557b5981c
update openssh by Douglas Campos
2005-01-30 04:14:08 +00:00
Mike Frysinger
876cbada9e
default ldconfig to non-static
2005-01-27 07:09:31 +00:00
Mike Frysinger
a93da840ba
ver bump
2005-01-27 07:09:14 +00:00
Eric Andersen
76adf60ddb
Update version and patch for ioctls I happen to use
2005-01-23 11:31:48 +00:00
Eric Andersen
e30cf26cff
Patch from scott: http://bugs.uclibc.org/view.php?id=42
...
0000042: add subversion (svn) support to buildroot
This patch adds support for subversion to checkout files, much like how CVS
already works. It uses 'SVN' macro in makefiles.
2005-01-23 11:20:30 +00:00
Eric Andersen
675837a507
Patch from acmay: http://bugs.uclibc.org/view.php?id=47
...
0000047: ARM BigEndian does not allow Soft Float
When ARMEB is selected for the arch I am unable to select soft float support.
The toolchain/Config.in does not have a depend for armeb, it just has arm.
The attached patch should cover it.
2005-01-23 11:18:02 +00:00
Eric Andersen
dda90723ce
Patch from gtj: http://bugs.uclibc.org/view.php?id=40
...
0000040: Adds options to jffs2 filesystem creation
Brings jffs2 up to the 20041007 build level so it will compile with both 2.4
and 2.6 kernels.
Adds ability to specify eraseblock and pad sizes, permissions squash,
big/little endian and device table in the configuration.
Also adds capability to copy the resulting image to a secondary location like
a tftp server's root directory.
mtd.patch adds capabilities of the previously attached patch plus allows you to
compile a version of the utilities to run on the target system.
So now there's a set of config options under package to compile the utils for
distribution to the target and a set of config options under target to create a
jffs2 filesystem.
2005-01-23 11:16:11 +00:00
Eric Andersen
7be239c03f
Patch from acmay: http://bugs.uclibc.org/view.php?id=50
...
0000050: gdb_server and gdb_client fixes and split
Here is a patch with 2 issues.
gdbserver does not depend on ncurses (just the full gdb needs it)
Split out gdb client config option, to be separate from gdbserver. If you
build gdb client for the host once it does not need to be rebuilt when the rest
of libs change. So I build it and save it off.
2005-01-23 11:09:40 +00:00
Eric Andersen
da7381c869
Bump version to 1.28, per recommendation from solar
2005-01-23 11:06:15 +00:00
Eric Andersen
5e2ccd8007
Patch from pdinoto: http://bugs.uclibc.org/view.php?id=33
...
0000033: [PATCH] libpng: New download site
This patch changes the URL to download libpng, since the actual seems to be
offline or lack that particular file
2005-01-23 11:05:24 +00:00
Eric Andersen
4f4becaf9d
Fix from pdinoto: http://bugs.uclibc.org/view.php?id=31
...
0000031: [PATCH] fakeroot: Update to version 1.2.2
Use new version. Previous is not longer available (at least in debian archive)
2005-01-23 11:03:41 +00:00
Eric Andersen
62071ed437
Patch from pdinoto :
...
0000036: [PATCH] udhcpc: Allow build w/o PCMCIA
This patch makes missing PCMCIA config files non-fatal to allow using udhcpc
without pcmcia-cs package
2005-01-23 10:55:41 +00:00
Eric Andersen
0a87bc7b58
Patch from gtj -- http://bugs.uclibc.org/view.php?id=39
...
0000039: Adds options to ext2 filesystem creation
Adds ability to specify block and inode counts, reserved blocks, permissions
squash and device table in the configuration.
Also adds capability to gzip output and to copy the resulting image to a
secondary location like a tftp server's root directory.
2005-01-23 10:53:06 +00:00
Eric Andersen
ceb4d070f9
Patch from pdinoto: http://bugs.uclibc.org/view.php?id=30
...
This patch corrects bzip2 Makefile modification when BR2_LARGEFILE is n
Seems like a small typo
2005-01-23 10:48:46 +00:00
Eric Andersen
c91afbb53c
patch from pdinoto: http://bugs.uclibc.org/view.php?id=35
...
This patch changes the path used as dependency for liblzo, which appears to be
pointing to $(STAGING_DIR)/usr prefix while the package is actually installed
with prefix ${STAGING_DIR}
2005-01-23 10:46:45 +00:00
Eric Andersen
3dae4a22aa
Patch from gtj: http://bugs.uclibc.org/view.php?id=29
...
Make certain the correct include files are used
2005-01-23 10:43:14 +00:00
Eric Andersen
f5eddf31dd
Apply patch from nawawi: http://bugs.uclibc.org/view.php?id=57
2005-01-23 10:38:49 +00:00
Eric Andersen
1a2048464b
Philip Rakity writes:
...
Hi Eric,
I writing privately since I have not heard from Mike for 2 weeks about
a one line patch to the gcc Makefile.in to allow the extra gcc options
to be passed in. The patch is below and without it -- gcc extra's like
--with-cpu=xscale
do not work.
The patch is as follows:
2005-01-23 10:28:04 +00:00
Ned Ludd
c9faab9104
- version bump. bug #34
2005-01-19 23:10:13 +00:00
Mike Frysinger
044f0783a5
clean up & import packages by gtj
...
libpcap: http://bugs.uclibc.org/view.php?id=20
tcpdump: http://bugs.uclibc.org/view.php?id=21
2005-01-18 00:28:09 +00:00
Mike Frysinger
c2180b4196
George Joseph writes:
...
Package/Bridge:
corrects the "kernel-includes" parameter to configure
2005-01-17 23:28:35 +00:00
Eric Andersen
268771fe4c
fixup util-linux compile
2005-01-12 04:56:20 +00:00
Eric Andersen
6ea1a70ee1
Fix broken patches so they actually apply
2005-01-11 19:03:48 +00:00
Mike Frysinger
b715166993
merge some updates from George Joseph
2005-01-11 03:05:11 +00:00
Mike Frysinger
a9884680fc
merge some updates from George Joseph
2005-01-11 02:32:37 +00:00
Mike Frysinger
62e38f9220
version bump
2005-01-11 02:12:56 +00:00
Mike Frysinger
d83035d048
more bash patches
2005-01-11 01:05:55 +00:00
Eric Andersen
f6514c8b88
Fixup dropbearmulti build and install
2005-01-10 10:04:08 +00:00
Eric Andersen
a559adb2fe
These patches do not appear to be needed (and break the build)
...
with the new tar version.
2005-01-10 10:03:35 +00:00
Eric Andersen
c456f3dd23
Update config
2005-01-09 08:01:03 +00:00
Eric Andersen
4d9db8e9ec
dropbear-0.44 is out
2005-01-09 08:00:20 +00:00
Mike Frysinger
272bd2d988
new tar
2005-01-05 15:29:37 +00:00
Eric Andersen
b0d088bf4c
minor cleanups. ncurses make install doesn't like make -jN, N>1
2005-01-03 04:38:13 +00:00
Eric Andersen
a161b51c54
Thomas Petazzoni writes:
...
ello,
Enclosed is a small documentation update. It adds a section that answers
a very often asked question : "How to use the uClibc toolchain generated
by Buildroot".
Erik, could you apply it if you agree with the modifications ?
Thanks,
Thomas
2004-12-28 19:15:20 +00:00
Eric Andersen
b5a211c68e
When both busybox and coreutils and/or util-linux are selected,
...
make certain that it is coreutils and/or util-linux that actually
gets their utilities installed.
-Erik
2004-12-27 21:49:53 +00:00
Eric Andersen
3d7a187f76
If both bash and busybox are selected, make certain bash wins
...
the fight over who gets to own the /bin/sh symlink
-Erik
2004-12-27 21:46:32 +00:00
Eric Andersen
c0ca7f4bdc
Update to latest CVS version of genext2fs
...
http://cvs.sourceforge.net/viewcvs.py/genext2fs/
which includes my device table stuff
2004-12-27 21:26:16 +00:00
Mike Frysinger
fdb390e971
move docs to subdir
2004-12-27 19:01:52 +00:00
Mike Frysinger
6d9728e843
more help updates from Tom Cameron
2004-12-26 07:36:59 +00:00
Mike Frysinger
450d6150c4
add homepage
2004-12-26 07:16:38 +00:00
Mike Frysinger
0333aa2d67
merge help descriptions written by Tom Cameron
2004-12-24 09:39:23 +00:00
Mike Frysinger
ab798b88d9
merge help descriptions written by Tom Cameron
2004-12-24 09:23:11 +00:00
Mike Frysinger
5d05aa8ed6
use target cflags
2004-12-24 06:39:42 +00:00
Mike Frysinger
875161d012
use target cflags
2004-12-24 06:33:33 +00:00
Mike Frysinger
30f12ce407
use target cflags
2004-12-24 06:26:19 +00:00
Mike Frysinger
06d9abcfd2
use target cflags and update to 4.2.0
2004-12-24 06:25:25 +00:00
Eric Andersen
0d052ec07f
Update default uClibc config
2004-12-23 00:05:32 +00:00
Eric Andersen
6b25358ff7
Fix typo noticed by Pawel Foremski
2004-12-22 22:19:46 +00:00
Mike Frysinger
a2890fa0ae
psm: also need to touchup libiberty/configure now
2004-12-22 20:05:11 +00:00
Mike Frysinger
e5b51d4f3b
update to 5.2.1
2004-12-22 05:29:13 +00:00
Mike Frysinger
aaca1aa0d5
fix dependency so ldd isnt always rebuilt
2004-12-22 05:22:03 +00:00
Mike Frysinger
74afafce2b
dont output which
2004-12-22 05:21:41 +00:00
Mike Frysinger
9a3cc345e1
Philip Rakity <prakity@yahoo.com>: I forgot to mention that the makefile in genextfs has
...
one error that the macosx ld program detects -- this
is the duplicate -o option
2004-12-22 02:03:12 +00:00
Mike Frysinger
1f10a86ade
binutils 2.15.94.0.2
2004-12-21 07:25:44 +00:00
Eric Andersen
6ecb13295f
stylesheet for docs
2004-12-20 19:38:13 +00:00
Eric Andersen
32fcf718f8
Documentation written by Thomas Petazzoni
2004-12-20 19:35:20 +00:00
Mike Frysinger
f336cfc9db
use which to locate apps (useful for non-Linux systems like OS X)
2004-12-19 15:43:03 +00:00
Mike Frysinger
c71b9520a6
Martin Herren writes:
...
here is a small patch to add libpng to buildroot.
It's the first application which i integrated in the buildroot build
system, so i welcome any comments, feedbacks and/or improvements about
it. I tested it using directfb on a arm/pxa platform, and as far as i
could test it it seems to work.
2004-12-14 01:18:23 +00:00
Eric Andersen
752cc448d1
pppd's install target doesn't like 'make -j'
2004-12-11 13:07:00 +00:00
Eric Andersen
08a47d8446
pciutils doesn't like 'make -j'
2004-12-11 13:04:28 +00:00
Eric Andersen
8cdb866d85
openssl doesnt like 'make -j'
2004-12-11 13:03:52 +00:00
Eric Andersen
8e5fb3fb4a
Add initial BR2_JLEVEL support, with some exceptions for apps that
...
have broken 'make -j' support
2004-12-11 13:01:10 +00:00
Eric Andersen
c7bf26e6d7
Kill off old unused JLEVEL junk
2004-12-11 11:23:44 +00:00
Eric Andersen
bf38723fce
Don't fail for existing dirs
2004-12-11 10:35:18 +00:00
Eric Andersen
747b16dd2b
Add some more phonys
2004-12-11 10:33:19 +00:00
Eric Andersen
a22bafc958
Don't nuke STAGING_DIR and TARGET_DIR
2004-12-11 10:31:14 +00:00
Eric Andersen
ba7c48f306
Add an option to allow people to relocate the toolchain
2004-12-11 10:25:40 +00:00
Eric Andersen
8af392736e
Patch from Karsten Kruse:
...
Hi,
two small patches for package/libfloat/Config.in and
package/microwin/Config.in to make the packages appear in make
(menu)config.
2004-12-11 10:01:37 +00:00
Eric Andersen
070e7c147b
Patch from Volmat Alain adding SH3/SH3EB SH4EB support
2004-12-11 09:56:58 +00:00
Eric Andersen
bd432c18f2
do not inadvertantly create files
2004-12-11 09:55:56 +00:00
Mike Frysinger
a434ced16c
err patch has already been merged
2004-12-01 02:29:36 +00:00
Ned Ludd
f7e0855182
use correct STRIP in wtools Makefile when cross-building
2004-11-23 22:58:57 +00:00
Ned Ludd
5f3f78f32b
wtools-28_pre3 update from the author Jean Tourrilhes. This version is the first to officially support multicall
2004-11-23 22:01:21 +00:00
Mike Frysinger
db0dd7a25b
2.15.94.0.1 released
2004-11-23 04:33:56 +00:00
Mike Frysinger
f63daa4790
patch is still needed
2004-11-22 23:02:36 +00:00
Ned Ludd
243c9fd4a8
wireless-tools update from Jean Tourrilhes. uclibc mailing list
2004-11-18 14:45:27 +00:00
Mike Frysinger
35bb510b1e
From Karsten Kruse: openssh requires zlib
2004-11-18 02:21:22 +00:00
Mike Frysinger
ce74d2d8c1
add gcc 3.3.5/3.4.3 options
2004-11-17 22:24:02 +00:00
Mike Frysinger
8128836d22
copy 3.4.2 and remove patches no longer needed
2004-11-17 22:00:05 +00:00
Mike Frysinger
e28078875e
add some help text
2004-11-17 21:58:09 +00:00
Mike Frysinger
274f4a8319
direct copy from 3.3.4
2004-11-17 21:51:48 +00:00
Mike Frysinger
300f6c2781
fix config scripts for sh
2004-11-13 23:34:27 +00:00
Mike Frysinger
52c9508f27
add which
2004-11-11 14:28:17 +00:00
Mike Frysinger
db13d321d6
portmap
2004-11-11 14:25:10 +00:00
Mike Frysinger
b4176386f4
add help desc
2004-11-11 14:17:45 +00:00
Mike Frysinger
559efa969b
add help text
2004-11-11 14:16:28 +00:00
Mike Frysinger
9c8f058487
move ver number into a var
2004-11-11 14:15:16 +00:00
Eric Andersen
71f799e085
Disable busybox ar
2004-11-06 07:02:56 +00:00
Manuel Novoa III
d8bbb722f0
Fix 2.14.90.0.8 / 2.15 selection.
2004-11-05 21:04:13 +00:00
Mike Frysinger
214b27914d
new version
2004-11-02 06:35:31 +00:00
Manuel Novoa III
b1e76dbbad
Sometime around 2.4.22-23, the mips pt_regs.h fields were reordered, breaking
...
coredump handling by gdb for current kernels. Update the hardcoded constants
to reflect the change.
2004-10-31 20:48:12 +00:00
Manuel Novoa III
d657698096
Upstream bug fix.
2004-10-31 20:43:24 +00:00
Manuel Novoa III
be20459e0a
Integrate some patches extracted from gcc-3.4_3.4.2-3.diff.
2004-10-31 20:42:27 +00:00
Manuel Novoa III
ce2722a8f2
Integrate some debian patches, extracted from binutils_2.15-4.diff.
2004-10-31 20:41:07 +00:00
Eric Andersen
46b489fb9b
Jan Lana writes:
...
Hi,
package/ncurses/ncurses.mk doesn't create root/usr/include directory before installation.
There is a simple patch.
- Jenda
2004-10-27 20:09:27 +00:00
Eric Andersen
e241d62082
Be certain ncurses is enabled when depended upon
2004-10-27 18:52:06 +00:00
Tim Riker
788ddd9c45
nuke sources/ - you might want to move sources/dl/ to dl/ to avoid redownloading the world
2004-10-27 18:13:38 +00:00
Tim Riker
aabea2803d
use fs type as file extension
2004-10-27 18:12:49 +00:00
Ned Ludd
aafe69e2c5
less depends on ncurses
2004-10-27 16:46:16 +00:00
Ned Ludd
035ddca8cb
fakeroot 1.1.2 is no longer available, updated to 1.1.5. Reported by Karsten Kruse uclibc ml
2004-10-27 16:44:12 +00:00
Ned Ludd
feb2dd9754
force boa to use $(STRIP) vs the host strip. Reported by Thomas Petazzoni on uclibc ml
2004-10-27 16:41:19 +00:00
Manuel Novoa III
05d9d7c58b
Allow selection of specific (supported) versions... specificly the 2.6.8
...
headers with the (mostly mips related) cleanup patch.
2004-10-27 08:55:52 +00:00
Manuel Novoa III
1f3d636953
Enforce openssl dependency.
2004-10-27 08:44:32 +00:00
Mike Frysinger
99f63de9aa
security version bump with build fixes from nedd
2004-10-26 15:04:15 +00:00
Eric Andersen
3bc8257dc7
doh
2004-10-26 08:50:08 +00:00
Eric Andersen
19958ff951
Update to the latest linux-libc-headers
2004-10-25 21:23:18 +00:00
Eric Andersen
e4d80d266d
Update linux kernel to the latest and greatest
2004-10-21 22:16:29 +00:00
Mike Frysinger
c7c896649b
make sure build uses $TARGET_CFLAGS instead of stupid -O3
2004-10-21 15:08:17 +00:00
Mike Frysinger
e0952c6140
fix uninstall target so it doesnt delete the *hosts* flex :x
2004-10-21 13:56:21 +00:00
Mike Frysinger
a6f3251e0f
version update
2004-10-21 13:23:41 +00:00
Eric Andersen
dbfd77f671
Kristian Hoffmann writes:
...
TARGET_LANGUAGES wasn't being set correctly if you enable GCJ or C++ in
the buildroot config. It looks like INSTALL_LIBSTDCPP and INSTALL_LIBGCJ
were renamed to BR2_INSTALL_... in the config system, but not in the gcc
and ccache makefiles.
-Kristian
2004-10-19 19:20:38 +00:00
Mike Frysinger
8500fcd5fd
fix binutils_target-clean
2004-10-19 15:53:48 +00:00
Mike Frysinger
5c803fba27
fix the gcc_target-clean target
2004-10-19 15:46:20 +00:00
Mike Frysinger
134f256d2f
convert patches to -p1 format
2004-10-19 14:31:15 +00:00
Mike Frysinger
dfd5b4d38f
force patches to be converted -p1
2004-10-19 14:30:48 +00:00
Eric Andersen
184e18660c
Fixup obvious bug
2004-10-18 22:16:28 +00:00
Eric Andersen
e775253e3a
Apply compressed patches as well
2004-10-18 21:51:44 +00:00
Eric Andersen
ba7aa868b8
Remove the non-compressed copy of this patch
2004-10-18 21:49:41 +00:00
Mike Frysinger
4ae49294a4
bash-3.0
2004-10-18 21:04:48 +00:00
Mike Frysinger
a72e82f6dc
allow for overriding the default -p1 arguement to patch
2004-10-18 20:57:31 +00:00
Eric Andersen
d9e09adac2
Patch from Thomas Lundquist to fix a thinko
2004-10-18 06:51:22 +00:00
Mike Frysinger
72c7cc0c24
update to a version of e2fsprogs that builds with sh4, make sure build uses $TARGET_CFLAGS, and compile only the misc subdir since we will be using just mke2fs/badblocks
2004-10-15 14:40:59 +00:00
Mike Frysinger
3c1e10bc1f
do some touching to sync timestamps
2004-10-15 14:39:40 +00:00
Manuel Novoa III
56239e49a6
Build the uClibc utils with the uClibc-targeted toolchain.
...
While the host utils are also built, they are not currently installed.
2004-10-15 08:26:30 +00:00
Eric Andersen
fb1c67c1e7
Will McCammon writes:
...
make fails for busybox 1.0.0 on fedora core 2
because the default behavior of wget is to create
a directory structure of the remote download
server on the local filesystem. in which case,
tar cannot find successfully downloaded files in
/buildroot/sources/dl. patch attached.
2004-10-15 07:11:54 +00:00
Mike Frysinger
cc388f0b0a
fix installing of libproc.so on 64bit systems (like amd64) and fix the clean target so it works
2004-10-15 05:03:35 +00:00
Eric Andersen
12c460a016
fix valgrind dependancies
2004-10-15 02:27:38 +00:00
Mike Frysinger
1eda52851f
help text
2004-10-14 20:33:45 +00:00
Mike Frysinger
5284494abe
findutils help
2004-10-14 20:15:14 +00:00
Mike Frysinger
6a42235512
add portage support
2004-10-14 20:13:24 +00:00
Mike Frysinger
57b2dfdb2f
nano URL
2004-10-14 20:13:12 +00:00
Mike Frysinger
d5c5eced97
add some help text
2004-10-14 19:57:18 +00:00
Eric Andersen
35e4b4d4ab
Update socat to a current version that is actually present
2004-10-14 19:24:37 +00:00
Eric Andersen
125dfedc19
Be certain make is happy and will not keep trying to reinstall
2004-10-14 19:24:09 +00:00
Mike Frysinger
1f0de5217c
fix building of procps on mips systems
2004-10-14 18:17:33 +00:00
Mike Frysinger
19c0f7c429
use $TARGET_CFLAGS
2004-10-14 17:28:57 +00:00
Eric Andersen
3f8f415a2a
Teach rsync to compile
2004-10-14 09:57:31 +00:00
Eric Andersen
c3da0d8281
Update a few packages
2004-10-14 09:39:25 +00:00
Mike Frysinger
e2578ec3c5
Kristian Hoffmann:
...
Attached is a (trivial) patch to fix a reference to an undefined variable
'IPROUTE2_SOURCE_URL' that prevents the source from being downloaded
correctly.
2004-10-14 02:59:44 +00:00
Eric Andersen
12352ccefb
Update to a working url and current version
2004-10-13 19:43:02 +00:00
Eric Andersen
042bb97d17
teach boa to compile
2004-10-13 19:42:34 +00:00
Mike Frysinger
c04d0fca9a
busybox 1.00
2004-10-13 18:37:16 +00:00
Mike Frysinger
a1649ac84d
update ignore
2004-10-12 03:08:13 +00:00
Mike Frysinger
4e809df67f
more updates for python
2004-10-12 00:06:48 +00:00
Mike Frysinger
663a55ca28
use $TARGET_CFLAGS
2004-10-11 21:23:34 +00:00
Mike Frysinger
ee1a9d8b2e
use M4_VER
2004-10-11 20:42:53 +00:00
Mike Frysinger
93b92d42a9
use $TARGET_CFLAGS
2004-10-11 20:39:52 +00:00
Mike Frysinger
669c766261
use $TARGET_CFLAGS
2004-10-11 20:33:27 +00:00
Mike Frysinger
9a8d02b02f
latest tar needs fixes from cvs
2004-10-11 19:55:27 +00:00
Mike Frysinger
cfc584d677
use $(TARGET_CFLAGS)
2004-10-11 15:52:09 +00:00
Mike Frysinger
3263c5a67f
-xvf -> $(TAR_OPTIONS)
2004-10-11 14:01:07 +00:00
Eric Andersen
bedab4c26f
depend on ncurses
2004-10-10 01:16:29 +00:00
Eric Andersen
e697a16e5a
Andrew May writes:
...
A few more little ones.
busybox fdisk with large files should be removed without large files.
gdbtarget/gdb_client got mixed up in the Makefile.in.
I think gdbtarget should have a depend on ncurses but I am not
sure if it should go in the config or in the .mk.
It may be nice to split out the server and client.
uclibc.mk was checking BR2_SOFT_FLOAT for true not y.
2004-10-10 01:12:46 +00:00
Eric Andersen
581bc450f5
Fixup SOFT_FLOAT handling
2004-10-09 21:28:56 +00:00
Eric Andersen
bb05a9ad46
Make the TAR_VERBOSITY option a bit more sane
2004-10-09 21:19:47 +00:00
Eric Andersen
bad6428272
Don't use a string to do the job of a bool
2004-10-09 21:12:25 +00:00
Mike Frysinger
0a19191eb8
Thomas Lundquist: have the makefiles depend on the correct file
2004-10-09 20:27:29 +00:00
Mike Frysinger
b0842f9a13
Thomas Lundquist: have the makefiles depend on the correct file
2004-10-09 20:18:02 +00:00
Mike Frysinger
612ce732f2
Thomas Lundquist: patch the right dir
2004-10-09 20:10:36 +00:00
Mike Frysinger
fd913d55b9
rsync package
2004-10-09 20:07:08 +00:00
Mike Frysinger
8458eb9441
prune a few more files
2004-10-09 19:48:32 +00:00
Mike Frysinger
55703607e6
make sure we update timestamps
2004-10-09 19:26:10 +00:00
Mike Frysinger
3a7b488366
use $(TAR_VERBOSITY)
2004-10-09 19:05:40 +00:00
Mike Frysinger
1f41bb7738
support tar verbosity
2004-10-09 18:58:04 +00:00
Mike Frysinger
dfca4ee6ae
make sure iproute2 uses target cflags
2004-10-09 18:49:09 +00:00
Mike Frysinger
45d41095b4
update make targets
2004-10-09 18:46:20 +00:00
Mike Frysinger
d47905628e
allow people to enter target optimizations
2004-10-09 18:08:15 +00:00
Mike Frysinger
40fbbbad2a
add support for using busybox snapshot
2004-10-09 18:00:34 +00:00
Mike Frysinger
0b63725463
ignore dl and patches dirs
2004-10-09 17:43:24 +00:00
Mike Frysinger
610dd98a8f
punt little .cvsignore too
2004-10-09 17:35:55 +00:00
Eric Andersen
c7af927d69
update documentation a bit
2004-10-09 06:27:44 +00:00
Eric Andersen
eb85cef2f6
bump version to something existant on alpha.gnu.org
2004-10-09 06:22:28 +00:00
Eric Andersen
f694016136
final step in buildroot facelift
2004-10-09 06:13:40 +00:00
Eric Andersen
ae2792b44c
facelift step number two
2004-10-09 05:47:49 +00:00
Eric Andersen
0134e28071
Add some seperators
2004-10-09 05:33:05 +00:00
Eric Andersen
3f284171c5
Remove obsolete references to SOURCE_DIR
2004-10-09 05:28:18 +00:00
Eric Andersen
275fcee617
Fix it so we once again build the target root_fs
2004-10-09 04:46:15 +00:00
Eric Andersen
4c4768b2f7
Fix it so we once again build the target root_fs
2004-10-09 04:34:21 +00:00
Eric Andersen
6c2a7c0359
Remove references to the obsolete SOURCE_DIR
2004-10-09 04:15:52 +00:00
Eric Andersen
5fc779527a
Remove obsolete reference to SOURCE_DIR
2004-10-09 03:23:27 +00:00
Eric Andersen
5b9497f786
Move the STLport to 2.95 where it belongs
2004-10-09 03:22:43 +00:00
Eric Andersen
44eedc5c44
facelift step number two
2004-10-09 02:49:33 +00:00
Eric Andersen
73f7be8290
Remove the old 'make' directory, and populate the new 'package'
...
directory.
2004-10-09 01:24:28 +00:00
Eric Andersen
0b5ad78369
It would help to include the package specific *.mk makefiles
2004-10-09 01:07:45 +00:00
Eric Andersen
2d523c2317
Major buildroot facelift, step one.
...
-Erik
2004-10-09 01:06:03 +00:00
Mike Frysinger
3c09cf4b5e
prune info/man pages
2004-10-08 21:51:44 +00:00
Mike Frysinger
0efea03fab
update python ... this one should work a lot better than the old one
2004-10-08 21:48:43 +00:00
Mike Frysinger
5226455eb4
make sure we quote cflags
2004-10-08 21:11:14 +00:00
Mike Frysinger
6e3fcf99eb
make sure build uses $TARGET_CFLAGS and the install works
2004-10-08 21:07:31 +00:00
Mike Frysinger
18ebc33f6c
new debian patch
2004-10-08 20:49:07 +00:00
Mike Frysinger
4fc1bac66d
new version and use a variable to hold the version
2004-10-08 20:21:05 +00:00
Mike Frysinger
a6409fede4
use $(DISABLE_NLS) instead of --disable-nls
2004-10-08 20:11:54 +00:00
Mike Frysinger
1dc7f8ff40
delete file rather than letting the makefile try to do it
2004-10-08 20:10:56 +00:00
Mike Frysinger
7b58b2c577
add -pipe to default CFLAGS
2004-10-08 20:09:09 +00:00
Mike Frysinger
5af473bf26
wget !
2004-10-08 20:08:26 +00:00
Mike Frysinger
accbb13b39
new version of less and make sure the build uses $TARGET_CFLAGS
2004-10-08 19:24:54 +00:00
Mike Frysinger
4a2c413273
clean up and use a newer version that actually cross compiles :)
2004-10-08 18:20:15 +00:00
Mike Frysinger
5d9b366a95
new strace
2004-10-08 18:04:26 +00:00
Mike Frysinger
b8cbb9e0c5
new version of sed
2004-10-08 18:02:45 +00:00
Mike Frysinger
f31e65d886
use variable to hold version
2004-10-08 18:02:37 +00:00
Mike Frysinger
eced88398d
nano!
2004-10-08 18:00:32 +00:00
Mike Frysinger
6b73b4b465
distcc ebuild
2004-10-08 17:34:51 +00:00
Mike Frysinger
eed2370812
new version of procps
2004-10-08 17:32:14 +00:00
Mike Frysinger
9882e862ac
new version of findutils
2004-10-08 17:29:47 +00:00
Mike Frysinger
7f3706c697
new version out
2004-10-08 16:03:22 +00:00
Mike Frysinger
381359328f
update so that it actually works ;)
2004-10-08 16:00:05 +00:00
Mike Frysinger
b2e89e7d8c
update make targets to reflect new build system
2004-10-08 15:49:42 +00:00
Mike Frysinger
659b73786f
dont hardcode version #, use a variable
2004-10-08 15:46:00 +00:00
Mike Frysinger
cda805f060
update dnsmasq since older one doesnt exist and had security issues
2004-10-08 15:45:13 +00:00
Mike Frysinger
0be7a5629b
move hardcoded version number into 1 variable and update to 1.2.1
2004-10-08 15:35:45 +00:00
Mike Frysinger
ea9a9f4349
make sure sh4 headers get setup properly
2004-10-08 15:28:30 +00:00
Mike Frysinger
766fa31a21
i dont have mkfs.jffs2 on my system so stop complaining you cant find it
2004-10-08 14:07:55 +00:00
Eric Andersen
46e93c076b
Avoid naming conflicts with 'linux' target
2004-10-05 07:16:53 +00:00
Eric Andersen
ee654b59c3
Always use kernel-headers.
2004-10-05 07:10:07 +00:00
Manuel Novoa III
16a8faf0fa
Add the new binutils and gdb, but don't make them defaults since I haven't
...
really tested them yet.
2004-09-30 01:08:50 +00:00
Manuel Novoa III
9589b3c3cb
Support latest gdb release (untested).
2004-09-30 01:00:37 +00:00
Manuel Novoa III
0649b4cbe2
Support latest binutils release.
2004-09-30 00:58:39 +00:00
Manuel Novoa III
adac1bef9b
Fix ld/emultempl/elf32.em. Found by vapier.
2004-09-30 00:57:12 +00:00
Manuel Novoa III
e29aaa1c6c
Don't include glibc symbol versions in libgcc.
...
Replace mips delay slot patch with upstream fix.
Backport gcc typo fix from cvs to fix powerpc builds with newer binutils.
2004-09-30 00:54:44 +00:00
Manuel Novoa III
b4e0fb5f1b
Fix some config issues.
2004-09-30 00:51:53 +00:00
Manuel Novoa III
b091812481
Don't build libfloat unless we're using gcc 3.3.x.
2004-09-30 00:50:50 +00:00
Tim Riker
d082261161
mkdir can fail
2004-09-27 18:40:39 +00:00
Tim Riker
0955c58c04
mkdir can fail
2004-09-27 18:31:57 +00:00
Tim Riker
c368a59027
ws
2004-09-27 17:34:36 +00:00
Eric Andersen
f598d4fe84
Default to 2.4.27 kernel headers
2004-09-22 17:07:07 +00:00
Manuel Novoa III
bfa9ce0e4c
Add back in support for 3.3.4 soft float toolchains, although arm would
...
require reenabling linking with -lfloat in uClibc.
2004-09-14 11:52:26 +00:00
Manuel Novoa III
693752617d
Aesthetic change... Current gcc cvs removes the unnecessary dependency ref
...
to gthr-gnat.c, so remove it and the unnecesary ref to unwind-dw2-fde.c.
2004-09-11 13:40:29 +00:00
Manuel Novoa III
e722c5e1b3
Fix type noticed by Peter Mazinger.
2004-09-11 12:13:30 +00:00
Manuel Novoa III
ce1dd7b540
Integrate gcc 3.4.2 and add patches from both openembedded (6??-*)
...
and Dan Kegel's crosstools (7??-*).
Use makefile vars for toolchain names in ccache.mk and gdb.mk.
Fix a g++-related symlink issue with ccache.
Change the default to gcc 3.4.2 and binutils 2.15.91.0.2 (now that mips
is building). Let the users go forth and test... ;-)
2004-09-10 18:58:11 +00:00
Manuel Novoa III
cbd2923af7
Peter noticed some bits were missing.
2004-09-10 13:12:25 +00:00
Manuel Novoa III
3d2c3c76a1
Patch by michael tesch <tesch1@gmail.com> ...
...
The real problem, only caused when you have a *.patch file in the
main build directory, is that the Makefiles don't escape the globbing
operator they're passing to patch-kernel.sh. Attached is a patch to
fix that.
2004-09-09 10:50:57 +00:00
Eric Andersen
7e7644913a
latest uClibc config updates
2004-09-08 11:13:50 +00:00
Eric Andersen
cfb3fa3e1c
Add N copies of the arm-textrel.patch
2004-09-08 09:51:04 +00:00
Manuel Novoa III
a53791078f
Looks like this finally gets a more recent version of binutils working
...
on arm in that shared apps seem to work now.
2004-09-03 12:31:47 +00:00
Manuel Novoa III
61a4356034
Fix this to work with the arm big endian patch.
2004-09-03 04:34:37 +00:00
Manuel Novoa III
9ea2c8a65d
Fix a cross compile issue.
2004-09-03 04:12:31 +00:00
Manuel Novoa III
21dbe3a32c
Sigh...
2004-09-03 02:36:10 +00:00
Manuel Novoa III
9efd8d05e4
Change the filenames.
2004-09-03 02:35:45 +00:00
Manuel Novoa III
da2aaed3f7
Add support for armeb.
2004-09-03 02:01:43 +00:00
Manuel Novoa III
8302669882
For now, mimic arm behavior for armeb since that's what uClibc's
...
fix-includes script winds up doing. Fix this later...
2004-09-03 01:24:18 +00:00
Manuel Novoa III
72badc0f65
Oops... remove some makefile debugging bits.
2004-09-03 01:22:26 +00:00
Manuel Novoa III
7dd297b2f2
Should be supported now for gcc 3.4.1.
2004-09-03 01:12:33 +00:00
Manuel Novoa III
3ad3d8a1d8
Update to what I'm currently using. Lots of changes...
...
1) Allow selection of binutils/gcc/gdb/kernel headers to build, although
some of the older tool patches probably need updating.
2) Rework gdb build so that remote debugging now works with gdbserver.
3) Misc. other package updates.3) Misc. other package updates.3) Misc. other package updates.
2004-09-03 00:49:43 +00:00
Eric Andersen
e694138b17
Enable CONFIG_FEATURE_SUID, but disable CONFIG_FEATURE_SUID_CONFIG
...
for the default permission dropping behavior.
-Erik
2004-09-02 22:38:21 +00:00
Eric Andersen
8e1f66876f
new 2.6. kernel headers are out
2004-08-19 05:04:22 +00:00
Eric Andersen
4858a228b8
update to current
2004-08-16 07:06:23 +00:00
Eric Andersen
0f5897ff67
Use relative links
2004-07-29 23:45:17 +00:00
Eric Andersen
8fbd1c9640
Don't use a shared lib for file
2004-07-29 23:44:44 +00:00
Eric Andersen
9647876991
Use relative links
2004-07-28 19:26:04 +00:00
Eric Andersen
deb1dbaffc
Update the 'file' patch
2004-07-28 18:24:54 +00:00
Eric Andersen
8defcb5c65
Tarcisio writes:
...
Hello,
I noticed that file-4.08 does no longer exist at
ftp://ftp.astron.com/pub/file.
I was able to compile a 'buildroot' using file-4.10. I
had to change make/file.mk and sources/file.patch.
Regards,
Tarcisio
2004-07-28 14:56:43 +00:00
Eric Andersen
551da9c7b9
Only install libgcc_s when it is present
2004-07-25 06:58:30 +00:00
Eric Andersen
b181752a34
Install /lib/libgcc_s.so.1
2004-07-20 11:45:10 +00:00
Eric Andersen
9534c0faab
Update to dropbear-0.43
2004-07-20 11:44:25 +00:00
Eric Andersen
ae5d1e6253
Remove the unnecessary USE_UCLIBC_LDSO_0_9_24 option
2004-07-20 11:43:54 +00:00
Eric Andersen
bd66295fa1
Use 2.4.26 final, not a -pre
2004-07-20 11:43:13 +00:00
Eric Andersen
4c475d38d9
Use shared libgcc if possible
2004-07-18 07:40:25 +00:00
Eric Andersen
660cbc883a
Update configs a bit
2004-07-17 05:06:53 +00:00
Eric Andersen
e585a4828b
Fix a silly bug
2004-07-16 11:25:07 +00:00
Eric Andersen
91c645eb5a
enable rdate and hwclock
2004-07-09 10:54:32 +00:00
Eric Andersen
8b295a5fc4
Automatically scale down the image padding size
2004-07-09 10:53:58 +00:00
Eric Andersen
3c4c240d8c
Update binutils. This version works on arm...
2004-07-09 10:37:29 +00:00
Eric Andersen
1b49b76786
Update dropbear and add a setup/start init script for it
2004-07-09 10:36:53 +00:00
Eric Andersen
285b2fa0ae
Erik Karu writes:
...
Hi,
this patch seems to be needed to compile tinyx with
latest buildroot.
Btw, any ideas isn't there anyone else using tinyx if
I'm first to submit this obvious patch?
Cheers,
EK.
2004-06-28 22:28:51 +00:00
Eric Andersen
d385b6e3a2
Minor config updates
2004-06-26 22:58:15 +00:00
Eric Andersen
9bd870547a
Update for the latest linux-libc-headers
2004-06-24 22:05:46 +00:00
Eric Andersen
f56c456ea9
Fixup a stupid bug
2004-06-24 21:44:15 +00:00
Eric Andersen
457fab1aa9
Minor doc update to match reality
2004-06-14 20:22:48 +00:00
Eric Andersen
61950d8563
Use stock gcc 3.3.4
2004-06-14 20:21:27 +00:00
Eric Andersen
64f5435c82
Use newer versions
2004-06-14 20:20:12 +00:00
Eric Andersen
b99df94f1f
A few updates, add some dirs so ifup/ifdown wont complain
2004-06-14 20:04:22 +00:00
Eric Andersen
78dbbe8dde
purge whitespace
2004-06-14 19:19:26 +00:00
Manuel Novoa III
68579669dc
uClibc has a working strtod. coreutils does _not_ have a working strtod
...
configuration test when cross compiling.
2004-05-28 17:50:07 +00:00
Manuel Novoa III
c9fec39d9e
A correction and a clarification.
2004-05-19 16:22:00 +00:00
Eric Andersen
4a8851b78b
Some tedious commentary on the current toolchain patches
2004-05-19 01:43:55 +00:00
Tim Riker
6915e60aa9
http preferred, no?
2004-05-14 16:26:28 +00:00
Eric Andersen
708d89c0f5
bother
2004-05-13 08:57:09 +00:00
Eric Andersen
cf870e3632
Support building procps (since ltp prefers it)
2004-05-13 08:44:09 +00:00
Eric Andersen
d4c937550b
Update to the latest ltp testsuite
2004-05-13 07:53:14 +00:00
Eric Andersen
4917507cbf
Link 'cc' to 'gcc'
2004-05-11 08:53:19 +00:00
Eric Andersen
35a08159d5
Revert to using 2.4.x kernel headers by default, due to public outcry....
2004-05-07 06:11:55 +00:00
Eric Andersen
32daaa2b2f
Chris Wilson writes:
...
i Erik,
I think I found a small bug in your cramfs patch, which I guess you ported
from mkfs.jffs2.c. Therefore this bug might apply to mkfs.jffs2.c as well.
When searching for a file (or device node) to create in a subdirectory,
mkcramfs doesn't remove the parent's path component which it's already
matched. This prevents the sought node from ever being found if it lives
in a subdirectory.
2004-05-06 09:54:36 +00:00
Eric Andersen
6fb11d57cf
be sure the dir is present
2004-05-06 09:09:58 +00:00
Eric Andersen
7037120431
cope with older uClibc versions
2004-05-04 11:55:08 +00:00
Eric Andersen
dce5bb093f
Cope with stock uClibc 0.9.26
2004-05-04 10:40:17 +00:00
Eric Andersen
dc8fab7cc4
Update to strace 4.5.3
2004-05-01 10:12:38 +00:00
Eric Andersen
9db17dcfae
Sigh
2004-04-30 21:04:22 +00:00
Eric Andersen
d893c00f4c
oops
2004-04-30 07:44:39 +00:00
Eric Andersen
cc98b0e9e6
Fix gcc bug 15089
...
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15089
2004-04-30 07:40:10 +00:00
Eric Andersen
4b942c5a54
Avoid a question when possible
2004-04-21 20:04:09 +00:00
Eric Andersen
dbba247380
Default to using the 2.6.x based linux-libc-headers -- yet another
...
thing we don't have to maintain. These seem to be working nicely
and everything now compiles as expected.
2004-04-21 20:03:39 +00:00
Eric Andersen
a61b9c45df
Update to latest valgrind
2004-04-21 19:54:31 +00:00
Eric Andersen
63914bb2ac
Use busybox to provide login etc by default
2004-04-21 19:53:08 +00:00
Eric Andersen
ffbca758f2
Sync with the latest from Debian testing
2004-04-20 19:48:37 +00:00
Eric Andersen
a3613a6013
Sync up binutils with current Debian testing
2004-04-20 07:47:29 +00:00
Eric Andersen
3be179fa53
Goetz Bock writes:
...
Hi Erik,
as I was unable to find a buildroot mailing list, i just send this small
patch to you.
It's required to make ntp build on my system and only copy ntpdate into
the target directory.
2004-04-16 14:32:59 +00:00
Eric Andersen
404e07c2e0
Stick the cache in its own empty dir
2004-04-16 01:39:25 +00:00
Eric Andersen
4da30416ed
Missed a link
2004-04-13 21:25:39 +00:00
Eric Andersen
31fc530ad1
Split off the C++ stuff and only install when INSTALL_LIBSTDCPP
...
is enabled
2004-04-13 20:47:35 +00:00
Eric Andersen
082d86f0ce
Make ifup/ifdown shutup
2004-04-12 22:22:53 +00:00
Eric Andersen
6fddec3f4f
building uml is not supported
2004-04-12 21:38:31 +00:00
Eric Andersen
583877d944
Provide sane defaults
2004-04-12 21:38:09 +00:00
Eric Andersen
0da2e559f6
Due to alphabetizing, the uml stuff was pulled in after uclibc.mk
...
causing problems. Newer uml messes up sigcontext.h and is a pain
to build anyways. So kill it for now. It is trivial to build for
stock i386 and then boot the generated root_fs using uml.
2004-04-12 21:33:59 +00:00
Eric Andersen
a64ef2ba32
Fix ccache build for target
2004-04-12 20:11:49 +00:00
Eric Andersen
379217a412
Fix openvpn build deps
2004-04-09 10:31:53 +00:00
Eric Andersen
0f73c57e91
oops
2004-04-09 10:16:59 +00:00
Eric Andersen
adba648902
support ccache for the build as well as the target
2004-04-09 09:36:26 +00:00
Manuel Novoa III
2dc0f565c5
Fix so TARGET_CFLAGS is respected in the build.
2004-04-04 21:23:00 +00:00
Manuel Novoa III
c83d41f086
dnsmasq.mk handles both 1.18 and 2.x, where 2.x is selected unless TARGETS
...
contains dnsmasq1.
2004-04-04 02:40:36 +00:00
Manuel Novoa III
1169162ab7
Ok... this is a bit painful. Both dnsmasq1 (1.18) and dnsmasq (2.6) share
...
a make target (the dnsmasq binary in root). So I made 2.6 the "default".
It is _not_ enough to do "make dnsmasq1"... You must actually add dnsmasq1
to TARGETS if you want the older version. Better approaches welcome.
Also, the config patch for 2.6 fixes the outdated/broken handling of uClibc
by the dnsmasq config.h file.
2004-04-04 02:33:03 +00:00
Eric Andersen
9f8739658f
Turn off CONFIG_ASH_RANDOM_SUPPORT by default
2004-04-01 07:20:39 +00:00
Manuel Novoa III
8f6ec3d521
Update to latest and modify patch so it builds.
2004-04-01 04:23:18 +00:00
Manuel Novoa III
f0ebe8ab21
Silly little patch to add an option to force root/root ownership in the
...
generated file system.
2004-03-30 05:46:10 +00:00
Manuel Novoa III
e5da55522e
The stale sources problem strikes again.
2004-03-25 20:15:51 +00:00
Eric Andersen
973f50f45c
Use cannonical gnu.org site for gcc 3.3.x
2004-03-25 10:51:58 +00:00
Eric Andersen
4bda7c0831
fix a stupid search-n-replace bug
2004-03-24 22:01:22 +00:00
Eric Andersen
0ae47fceb3
Update kernel to 2.4.26-pre5
2004-03-21 01:58:59 +00:00
Eric Andersen
d5696cdc4e
Update to openssh-3.8p1
2004-03-19 10:00:57 +00:00
Manuel Novoa III
c845910178
Update for latest bug fix.
2004-03-19 08:27:45 +00:00
Eric Andersen
02655d8661
Remove perl. It doesn't work, and seems to be a support
...
problem magnet. So kill it.
2004-03-18 21:02:52 +00:00
Manuel Novoa III
2a6ec4edcd
Update from .39 to .41 and change to using the muilt-binary version instead
...
of 3 seperate binaries.
2004-03-18 06:57:20 +00:00
Manuel Novoa III
4005c7790c
Forgot to update version to 3.3.3.
2004-03-13 19:32:27 +00:00
Robert Griebl
827f1fc218
Switch to the C locale before greping for an english text.
2004-03-13 00:01:08 +00:00
Manuel Novoa III
1ffd497d7e
Patch from "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>, with
...
some minor adjustments.
2004-03-11 17:35:09 +00:00
Manuel Novoa III
4c8e1eb4cc
Add lzo support.
2004-03-11 17:14:28 +00:00
Manuel Novoa III
af08b68982
Enable pthread support plus some minor tweaks to dependencies.
2004-03-11 17:10:44 +00:00
Manuel Novoa III
061d7b04fa
Patch by "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>, with some
...
minor adjustments.
2004-03-11 17:08:35 +00:00
Manuel Novoa III
5875ffa3fe
Patch from "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>.
...
Provides a script for yacc in terms of bison instead of a symlink.
2004-03-11 08:03:44 +00:00
Eric Andersen
7f9a4aa5fc
Begin to sortof make this work...
2004-03-10 08:11:05 +00:00
Manuel Novoa III
6b2ca0199e
Missed a bugfix patch. Also, allow multiple patches.
2004-03-06 22:57:23 +00:00
Eric Andersen
b228a0ca96
Per comment from Ross Miller, update to ppp-2.4.1 final rather
...
than a no-longer-present beta version
2004-03-06 19:35:46 +00:00
Manuel Novoa III
99905641d1
Use BUILD_SHARED to reduce total size.
2004-03-05 19:18:22 +00:00
Manuel Novoa III
7fcfe00ec1
Update to 1.2.9. Allow patches (openwrt). Fix buildroot kernel location.
...
Fix install behavior.
2004-03-05 19:17:21 +00:00
Manuel Novoa III
effb53d44b
Pass TARGET_CFLAGS to the tinylogin Makefile in the manner expected.
2004-03-05 19:13:13 +00:00
Manuel Novoa III
fa12d4c658
Update non-snapshot to pre8. Also pass TARGET_CFLAGS to the busybox
...
Makefile in the manner expected.
2004-03-05 19:12:02 +00:00
Manuel Novoa III
a7ac3d61c7
Add squashfs stuff. This is used by openwrt, which also uses devfs.
...
NOTE: The mksquashfs util does not support a device table!
2004-03-05 19:09:57 +00:00
Manuel Novoa III
9c12805bf3
Make it possible to use the (modified) 0.9.24 ldso code. This is a
...
temporary work around for my openwrt stuff since the current (.26+)
code still isn't working in some cases... for me at least.
2004-03-05 19:06:24 +00:00
Manuel Novoa III
de40cc62a0
Add dnsmasq1 (currently 1.18). Eventually I'll also add dnsmasq2.
...
The patch makes it respect current uClibc ipv6 configuration.
2004-03-05 19:03:17 +00:00
Manuel Novoa III
6cf315cd23
Clean up makefile. Don't install (legacy?) brctld app since debian doesn't.
...
Fix paths. Add a patch to respect CFLAGS. Fix buildroot kernel location.
2004-03-05 18:59:41 +00:00
Manuel Novoa III
e8676aedf3
Need to use CFLAGS_FOR_BUILD instead of CFLAGS. (upstream bug)
2004-03-05 18:56:25 +00:00
Manuel Novoa III
93703bf40f
Revert back to binutils .6 since .8 broke things on arm.
...
Also, explicitly set the CFLAGS for the build system since otherwise
the TARGET_OPTIMIZATION flags were used. This was tripping up a mipsel
build where it tried to use -mips2 when building for i386.
2004-03-01 06:28:02 +00:00
Eric Andersen
156c36d9b4
Disable autologin
2004-02-27 22:16:43 +00:00
Eric Andersen
7db7bdf689
Patch from Lauri Leukkunen adding knobs controlling whether
...
host binaries are stripped or not
2004-02-27 19:26:55 +00:00
Eric Andersen
486640aadb
Patch from Lauri Leukkunen:
...
Control the HOSTCC for the uclibc configuration procedure
2004-02-27 19:24:22 +00:00
Manuel Novoa III
27a666fa3a
I don't remember if 2.95 creates .la files are not... but we'll remove
...
any just to be safe.
2004-02-27 07:49:44 +00:00
Manuel Novoa III
8b56ff58ba
We need to remove the *.la files or libtool gets confused in the rootfs.
2004-02-27 07:47:54 +00:00
Eric Andersen
5a5e720c21
bother
2004-02-27 06:00:45 +00:00
Eric Andersen
ab45e76df2
sigh
2004-02-27 05:34:31 +00:00
Eric Andersen
2491944b16
Doh!
2004-02-27 00:39:54 +00:00
Eric Andersen
ae43b56d6a
Better deal with arches like mips that have odd kernel dir naming
2004-02-27 00:26:57 +00:00
Eric Andersen
c9d7729914
I've put together an updated set of kernel headers, so use that.
2004-02-18 19:06:54 +00:00
Manuel Novoa III
04eadcdcc2
Update binutils from 2.14.90.0.6 to 2.14.90.0.8.
...
Update from gcc 3.3.2 to 3.3.3.
Test builds done for i386 and mipsel (3.3.3) and i386 (2.95).
Soft float support not yet tested with 3.3.3.
2004-02-18 08:28:28 +00:00
Manuel Novoa III
08b2ca64df
Upgrade since 2.5.4 has a configuration bug which builds with largefiles
...
but doesn't set the correct feature macro. This resulted in fseeko not
being prototyped and patch failing on some platforms.
2004-02-16 01:18:43 +00:00
Manuel Novoa III
5f7a6e37e7
Should have added this a long time ago.
2004-02-11 06:44:47 +00:00
Manuel Novoa III
18cefb81d1
Use --enable-sjlj-exceptions when configuring gcc so that exception handling
...
works for dynamicly linked executables. Only tested so far on i386 with
gcc 3.3.2. But combined with the latest ldso updates, I can now get a
dynamicly linked java helloworld app to run.
Add a config toggle for building gcj and libgcj. The build runs fine
through gcc-final but currently requires hand interventions to build
gcc-target. Again, only tested so far on i386.
2004-02-11 03:32:34 +00:00
Eric Andersen
0209686130
Update to the February ltp-full-20040206 testsuite
2004-02-06 22:52:14 +00:00
Eric Andersen
05c5b52eef
Add a check to ensure the proper utilities are installed before
...
trying to build binutils, lest folks get cryptic error msgs later.
-Erik
2004-02-06 10:16:11 +00:00
Manuel Novoa III
1e1355a2c1
Fix a cut-n-paste bug. Monotonous editing strikes again.
2004-02-06 07:39:02 +00:00
Eric Andersen
bc4c9e3099
Bump bb to -pre7
2004-02-06 01:19:47 +00:00
Eric Andersen
5684054ebb
Update buildroot per the new snapshot situation with busybox.
...
The old busybox 0.60.x series is no longer used/supported.
-Erik
2004-01-31 08:33:26 +00:00
Eric Andersen
23e3dd4079
Be consistant and use DISABLE_NLS for binutils
2004-01-30 22:15:17 +00:00
Eric Andersen
ef407d3df8
Remove USE_LINUX_UCLIBC option, since that is now the only
...
supported way of building toolchains
2004-01-29 23:21:00 +00:00
Eric Andersen
65eb36c4e9
Kill off the old gcc/binutils stuff
2004-01-29 23:13:49 +00:00
Eric Andersen
563a74609b
Fixup grep build
2004-01-28 23:11:00 +00:00
Manuel Novoa III
a3f9025ded
Fix libstdc++-v3/configure.target to set the config/os dir correctly
...
when building inside a native uClibc environment.
2004-01-24 19:43:36 +00:00
Eric Andersen
78fe4bffde
As noted by Joakim Tjernlund, we should force ln to overwrite
...
existing symlinks.
2004-01-20 17:51:43 +00:00
Manuel Novoa III
d9dc2a87f3
Change to work with the i386-linux-uclibc toolchain instead.
2004-01-17 01:55:52 +00:00
Manuel Novoa III
93e576b799
Get soft float working for gcc 3.3.2. Support for arm, mips, mipsel, powerpc.
2004-01-16 19:08:39 +00:00
Manuel Novoa III
2d472b2334
Remove unnecessary dependency.
2004-01-15 15:59:43 +00:00
Manuel Novoa III
3800e33016
Minor cleanup.
2004-01-15 11:01:37 +00:00
Manuel Novoa III
0f92b01988
Oops... forgot --with-headers when building the cross compilers. So the
...
version of limits.h under gcc-lib was incorrect.
2004-01-14 19:05:27 +00:00
Manuel Novoa III
7138a96044
Build gdb with <arch>-linux-uclibc explicitly (when necessary) in case it
...
needs to be aware. To do this, we grab a (patched) copy of config.sub
from gcc.
Also specify some configure vars which aren't tested when cross compiling.
2004-01-14 12:12:17 +00:00
Manuel Novoa III
953aa99185
Oops.
2004-01-14 10:33:00 +00:00
Manuel Novoa III
9168e83809
Enable building <arch>-linux-uclibc toolchains. Note that, due to config
...
issues for applications, we also create staging_dir/bin/<arch>-linux-*
symlinks which allows us to configure most apps with target=<arch>-linux.
gcc 3.3.2 libstdc++ now correctly identifies uclibc locale support.
There are still some issues (mainly related to wide char time strings
and wcsftime) to be addressed, but those are on hold until the uClibc
locale internals are reworked once again.
With the new stuff, we can also build gcc 2.95 and STLport again, although
the native gcc build for the target is failing.
Archs supported (some archs not yet tested):
2.95 - i386, arm, mips*, powerpc.
3.3.2 - Hopefull all for which uClibc has shared lib support.
2004-01-14 10:03:44 +00:00
Eric Andersen
073534b925
Update ltp to the latest version. Current results:
...
$ grep FAIL logfile
fcntl18 2 FAIL : Test F_GETLK64: for errno EFAULT FAILED
fcntl18 0 INFO : Block 2 FAILED
fcntl18 2 FAIL : Test F_GETLK64: for errno EFAULT FAILED
fcntl18 0 INFO : Block 2 FAILED
flock03 2 FAIL : Child: Unable to relock file after unlocking, errno 37
flock03 2 FAIL : flock03 Failed
nanosleep02 1 FAIL : Remaining sleep time 4010000 usec doesn't match with the expected 3992631 usec time
nanosleep02 1 FAIL : child process exited abnormally
INFO: pan reported some tests FAIL
$ grep BROK logfile
setgroups04 1 BROK : Unexpected signal 11 received.
swapoff02 1 BROK : Failed to turn on the swap file. skipping the test iteration
swapoff02 2 BROK : Remaining cases broken
swapoff02 3 BROK : Remaining cases broken
2004-01-11 08:01:02 +00:00
Eric Andersen
63bcb19b20
we do not 'ant' to use anything
2004-01-08 09:43:30 +00:00
Eric Andersen
efa01a402f
Document the unwind-dw2-fde stuff a bit better, remove pointless
...
and inadvertant munging of libgcc_s's soname.
2004-01-08 09:41:43 +00:00
Eric Andersen
6a922668ea
Default buildroot to use stock uClibc 0.9.26 till further notice
2004-01-04 06:08:20 +00:00
Eric Andersen
461be88906
Mount devpts properly
2004-01-03 11:09:19 +00:00
Eric Andersen
72cfde1f99
Fix some more ltp bugs
2004-01-03 09:50:23 +00:00
Eric Andersen
60983a8faa
A bit more tateful this time
2004-01-02 06:58:36 +00:00
Eric Andersen
81036b2f80
Patch the patch...
2004-01-02 06:49:18 +00:00
Eric Andersen
54b24c221e
Update the ltp patch with a few bug fixes...
2004-01-02 06:29:00 +00:00
Eric Andersen
449168b8d0
Update for the latest uClibc
2003-12-30 11:25:21 +00:00
Eric Andersen
df169b191c
Slightly newer ltp test
2003-12-29 23:19:46 +00:00
Eric Andersen
5d45d795c0
Update default config
2003-12-28 22:08:19 +00:00
Eric Andersen
6366b3737c
remove trailing whitespace
2003-12-28 22:07:59 +00:00
Eric Andersen
bae87f8eec
Fixup the build of the hostap utils, use the kernel hostap
...
stuff for the driver modules.
2003-12-28 22:07:35 +00:00
Eric Andersen
de44010390
Add support for openvpn
2003-12-28 22:06:25 +00:00
Manuel Novoa III
4d1a51bd5b
uClibc has handled YESSTR/NOSTR for some time, so kill that part of the
...
patch as well.
2003-12-27 23:43:58 +00:00
Manuel Novoa III
69cf4bbec3
With the libpthread fix, part of the patch is no longer required.
2003-12-27 23:42:47 +00:00
Manuel Novoa III
f823ba682e
Update.
2003-12-25 04:26:51 +00:00
Eric Andersen
43a47bf7db
some non-tabs snuck in
2003-12-20 00:22:39 +00:00
Eric Andersen
8410fed7a7
bump kernel to 2.4.23, and update the default patch set to match
2003-12-20 00:05:53 +00:00
Eric Andersen
f02886e2f0
Fixup the regex used for iptables so it actually works
2003-12-20 00:02:13 +00:00
Eric Andersen
60f17faa10
Bump pcmcia version
2003-12-20 00:01:42 +00:00
Eric Andersen
fc686e3dfe
Fixup the "older than" (test -ot) tests for older bash
...
versions when one of the files is missing
2003-12-20 00:01:23 +00:00
Eric Andersen
0af92f5e6f
Paul Fox writes:
...
hi erik --
bash versions 2.04.11 and 2.04.21 (at least -- they're the only
non-2.05 versions i have) seem to get the "older than" (test -ot)
answer wrong if one of the files is missing.
this patch explicitly bypasses the test if the "older" file is missing.
paul
2003-12-19 23:59:04 +00:00
Eric Andersen
21a6d6102a
update dropbear
2003-12-19 07:58:02 +00:00
Eric Andersen
ccf8da71af
cope with latest busybox insmod options
2003-12-11 02:32:07 +00:00
Eric Andersen
dd7945ca8e
Support older apps by disabling UNIX98PTY_ONLY
2003-12-10 20:11:09 +00:00
Eric Andersen
f71ea4dbd9
Contributed by Jeff Simpson. This doesn't actually work yet,
...
and will need considerably more effort to make python properly
cross compile. More of a placeholder for now....
2003-12-03 22:58:26 +00:00
Eric Andersen
3a77de39df
Add in mpg123 support, contributed by Jeff Simpson, with fixes
...
by me....
2003-12-03 22:56:58 +00:00
Eric Andersen
d066b80a09
Fixup util-linux so it actually compiles
2003-12-03 22:49:02 +00:00
Eric Andersen
435a4f723a
Prevent install from following symlinks and overwriting bin/busybox
2003-12-03 17:18:41 +00:00
Manuel Novoa III
8e34cf6f85
Oops... we do want insmod support, but we don't need tape support.
2003-12-03 02:31:15 +00:00
Manuel Novoa III
189b1d5432
Change uClibc stdio BUFSIZ to 4k.
...
Update busybox config for new snapshot.
2003-12-03 02:25:12 +00:00
Manuel Novoa III
77050ddd2b
If building without large file support, hack the Makefiles appropriately.
2003-12-03 01:16:29 +00:00
Manuel Novoa III
ce917cf621
Add support for cris, adapted from a patch I found on the web.
...
http://lists.zynot.org/pipermail/zynot-commit/2003-September/000347.html
2003-12-03 00:28:25 +00:00
Manuel Novoa III
c0642e9a07
Add some extra slack space. mips rootfs generation was failing because
...
to small a size was used (probably a result of my using reiserfs).
2003-12-02 21:46:46 +00:00
Eric Andersen
bfda40a58f
Default to building ccache for the target
2003-12-02 19:20:12 +00:00
Manuel Novoa III
d279110f14
Remove the broken handling of libgcc_s.
2003-12-02 18:55:21 +00:00
Manuel Novoa III
c09a799cf6
Remove the USE_UCLIBC_TOOLCHAIN config option, since that's all we support.
...
Add some comments in Makefile about support for various archs.
Disable buildroot large file for cris, since uClibc currently disables it.
2003-11-30 20:21:47 +00:00
Manuel Novoa III
5c0bbc6177
Apparently, we don't need to specify KERNEL_SRC.
2003-11-29 23:56:43 +00:00
Manuel Novoa III
061e83c0d3
Erik moved the kernel headers and forgot to update this.
2003-11-29 19:27:20 +00:00
Manuel Novoa III
b6e2231fa3
Various fixes. Should now build when cross compiling and install correctly.
2003-11-29 19:19:10 +00:00
Manuel Novoa III
bbf2a9074b
Remove libgcc_eh hack. Things now build as they are supposed to.
2003-11-25 14:45:40 +00:00
Manuel Novoa III
ce6884732d
Use ARCH... not TARGET_ARCH in the mipsel test.
2003-11-24 23:23:16 +00:00
Manuel Novoa III
196f87ce84
Fix the condition for applying the i386 soft float patch.
2003-11-24 20:50:12 +00:00
Manuel Novoa III
3c79729137
Use else.
2003-11-24 15:55:50 +00:00
Manuel Novoa III
4a66db29af
Handle the case of no shared libgcc -- sh4 for instance.
2003-11-22 07:01:52 +00:00
Manuel Novoa III
2c4877ced6
Bug fix by Goetz Bock <bock+uclibc@blacknet.de>
2003-11-21 03:50:39 +00:00
Manuel Novoa III
43678bcac4
Oops... check in the file version this time.
2003-11-21 02:30:18 +00:00
Manuel Novoa III
2192a03c91
Fix some soft float make variables.
2003-11-21 02:28:21 +00:00
Manuel Novoa III
ec2faf7df9
Make sure the necessary directories exist.
2003-11-21 01:17:09 +00:00
Manuel Novoa III
728164e5f7
Ouch! Cut-n-paste strikes again!
2003-11-20 21:17:54 +00:00
Eric Andersen
de19fac457
mention mipsel
...
Make soft float easier to enable/disable
2003-11-20 20:14:25 +00:00
Manuel Novoa III
bc0ed0d97a
Fix missing line continuation.
2003-11-20 18:52:56 +00:00
Eric Andersen
7e3b1dd126
Add some quoting to handle unusual host compiler naming
2003-11-20 13:49:14 +00:00
Manuel Novoa III
545d9674b0
Contributed by Greg Haerr <greg@censoft.com>.
2003-11-20 00:56:41 +00:00
Manuel Novoa III
963c24ed82
Erik moved the kernel headers to a different directory, but didn't create
...
the directory first.
2003-11-19 19:29:00 +00:00
Eric Andersen
d8eea2531a
move kernel headers to live with the toolchain
2003-11-19 17:21:23 +00:00
Eric Andersen
5dca1b41e0
revert this stuff...
2003-11-19 17:20:03 +00:00
Eric Andersen
4f889ada56
automatically detect if we have a usable version of sed
...
installed. If not, we will now build our own version.
2003-11-19 17:17:56 +00:00
Manuel Novoa III
93b677ea42
Turn on HAS_FPU by default. If soft float support is configured in the
...
buildroot Makefile, HAS_FPU will be turned of by uclibc.mk.
TODO: Implement a buildroot options for no float support at all.
2003-11-18 19:58:46 +00:00
Eric Andersen
84c9011766
Fix some more perl -> sed conversion problems
2003-11-18 17:56:52 +00:00
Eric Andersen
6b4ce4ee0d
minor perl to sed conversion issue
2003-11-18 17:24:41 +00:00
Eric Andersen
79c815622a
Change 'sed -ie' to 'sed -i -e' to avoid littering the build
...
with lots of unwanted backup files with the letter "e" appended.
-Erik
2003-11-18 07:18:26 +00:00
Manuel Novoa III
5dc91b6520
Ouch... Revert this. It was a stray from helping someone look 2.2 issues.
2003-11-17 01:33:04 +00:00
Manuel Novoa III
50e1da8698
Fix most things when large file support is not configured.
...
Mostly submitted by Thomas Lundquist <lists@zelow.no >.
2003-11-17 01:31:38 +00:00
Manuel Novoa III
8162065d96
Fix most things when large file support is not configured.
2003-11-17 01:29:27 +00:00
Manuel Novoa III
7bfc5d37f4
Note that the OPTIMIZE_FOR_CPU setting is broken, and save both the
...
users _and_ us some grief.
2003-11-16 04:54:06 +00:00
Eric Andersen
5343886e9e
Fix a perl to sed conversion error
2003-11-14 09:44:08 +00:00
Eric Andersen
e1a124005c
Update the default busybox config
2003-11-13 12:10:58 +00:00
Eric Andersen
1fb4219528
Cope with changes I made to the uClibc install_dev target
2003-11-13 12:05:12 +00:00
Eric Andersen
f975451ca2
Fix a minor perl -> sed conversion casulty
2003-11-13 06:16:59 +00:00
Eric Andersen
620dd7c5fd
By popular demand, use 'sed' rather than 'perl' for doing
...
search and replace stuff. Hopefully we do not have any
perl specific regexs that will be broken by this change,
but it seems to be working thus far anyways,
2003-11-13 06:02:20 +00:00
Eric Andersen
192bace39e
oops
2003-11-13 00:14:59 +00:00
Eric Andersen
1492bff085
Support building 'less'
2003-11-12 22:43:51 +00:00
Eric Andersen
0fee9e90c2
Thomas Cameron writes:
...
this patch fixes the source file downloads when executing a "make source", and
a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch
against the current CVS sources, and includes my previous patch.
2003-11-12 09:31:12 +00:00
Eric Andersen
e150f3921b
Kill off --with-lib-path, since --with-sysroot is sufficient,
...
and at least for arm soft-float adding --with-lib-path is actually
breaking things.
2003-11-12 09:25:27 +00:00
Manuel Novoa III
f76193d6cb
Fix locale-enabled gdb build.
2003-11-12 06:07:21 +00:00
Manuel Novoa III
3b738ef6dd
Make sure we prompt for MMU setting if unknown.
2003-11-11 21:26:17 +00:00
Eric Andersen
6e05374b6d
Default to having an MMU, which must be explictly overridden on
...
a per arch basis
2003-11-11 21:18:47 +00:00
Manuel Novoa III
28f3840eb8
Slight cleanup, now that the locale option is handled in the main Makefile.
2003-11-11 06:54:15 +00:00
Manuel Novoa III
98dd5fd7a8
I broke the libstdc++ locale-enabled build when I hid the definition
...
of locale_t. Since I don't want to expose this, for the moment add
some nasty casts to reference the necessary pointer fields for the
ctype information.
2003-11-11 06:53:22 +00:00
Manuel Novoa III
eab54b6a73
Update.
2003-11-11 06:50:11 +00:00
Manuel Novoa III
f08097dd63
Move uclibc-configured target forward so arch prompt happens sooner.
...
When locale support is desired, pass the correct option to gcc configure.
2003-11-11 06:49:26 +00:00
Eric Andersen
2394ee58a9
Fix a build problem found while building for arm soft-float
2003-11-11 01:46:50 +00:00
Eric Andersen
2068d63d6b
Bump up version number
2003-11-10 13:14:11 +00:00
Eric Andersen
53eff10d14
oops
2003-11-08 02:18:03 +00:00
Eric Andersen
b451d1dc68
Update the ltp testsuite
2003-11-07 23:52:10 +00:00
Eric Andersen
383964a677
Revert to binutils-2.14.90.0.6, since binutils-2.14.90.0.7
...
seems to have problems with building as canadian cross...
-Erik
2003-11-07 12:35:50 +00:00
Eric Andersen
7764261c52
Patch from Peter S. Mazinger to keep the LINUX_DIR path
...
in just one place
2003-11-07 10:45:18 +00:00
Eric Andersen
ad982c6a47
patch from Peter S. Mazinger to remove a redundant entry
2003-11-07 10:43:53 +00:00
Eric Andersen
b79a9c069a
Ok, things appear to be working now...
2003-11-07 05:45:07 +00:00
Eric Andersen
78207e6cb6
$(STAGING_DIR)/include is not a binutils problem
2003-11-07 05:38:43 +00:00
Eric Andersen
977c7bd5ae
make sure we have a directory before trying to install symlinks
2003-11-07 05:23:30 +00:00
Eric Andersen
d30258309f
Oops! Don't disable all float support!
2003-11-07 04:56:03 +00:00
Eric Andersen
225802fc60
With a bit of luck, buildroot should work now
2003-11-07 04:50:28 +00:00
Eric Andersen
495279039a
Make sure the config system asks stuff when it should, and doen't
...
ask when it shouldn't...
2003-11-07 04:50:00 +00:00
Eric Andersen
24314c704f
Update binutils version. Reportly fixes big endian arm...
2003-11-06 09:31:13 +00:00
Eric Andersen
d399514752
A bit more wiggling to prevent asking about the target
...
architecture when possible, since we already know the
correct answer.
2003-11-05 01:34:17 +00:00
Eric Andersen
55b7ab982f
Yet more adaption for arches such as mipsel. Do not provide
...
defaults for endianness. Either it will be automaticly correct
(such as for i386), or we need to prompt.
2003-11-05 01:27:22 +00:00
Eric Andersen
2a1f90c518
Translate arch to use uClibc friendly naming (i.e. mipsel -> mips)
2003-11-05 01:10:48 +00:00
Eric Andersen
5f7b7e144b
Peter S. Mazinger writes:
...
Hello!
perl (WCHAR) changes .conf instead of .config
Peter
2003-11-04 20:44:02 +00:00
Eric Andersen
a49329139d
Set TARGET_ARCH also
2003-11-04 14:00:41 +00:00
Eric Andersen
5833504dad
minor changes to accomodate the config system updates
2003-11-04 13:56:00 +00:00
Eric Andersen
9d82281e67
Update the uClibc config
2003-11-04 13:26:33 +00:00
Eric Andersen
31869eaac8
The version of grep we use is has not yet been restored to
...
the gnu download site. Use the source from the debian site
instead.
2003-11-03 10:02:53 +00:00
Eric Andersen
19b58108f8
The version of libtool we use is has not yet been restored to
...
the gnu download site. Use the source from the debian site
instead.
2003-11-03 10:00:08 +00:00
Manuel Novoa III
0079e8b3d2
Make sure the root/etc/init.d directory is there.
2003-11-02 02:09:13 +00:00
Manuel Novoa III
e93cda4d39
Make sure the root/usr/lib directory is there.
2003-11-02 02:05:46 +00:00
Eric Andersen
06d2c51856
do not build valgrind for non-i386
2003-11-01 05:59:43 +00:00
Eric Andersen
b1f39829cd
strace 4.5 builds properly for mipsel, and does not use sys_errlist,
...
so we no longer need to patch anything.
-Erik
2003-11-01 05:57:07 +00:00
Manuel Novoa III
d632d42b34
Enable building soft float buildroot for gcc 3.3. Currently works for
...
i386 (limited to 64 bit long double... same as double), arm (libfloat),
mips, and mipsel.
Enable cross compiling a native gcc 3.3 toolchain to run on the target.
Misc rootfs cleanups... strip some things that weren't, eliminate duplicate
libs, move openssl shared libs out of /lib, reduce size of libssl.so
by dynamicly linking with libcrypto.so, fix dropbear compile on mips.
2003-11-01 05:34:41 +00:00
Eric Andersen
b5f7712c83
Oops. I did not intend to leave debugging and such enabled by default.
2003-10-24 04:02:54 +00:00
Eric Andersen
f24f81977c
Update default busybox config
2003-10-22 23:37:01 +00:00
Manuel Novoa III
933dfd1a69
Update to latest version.
2003-10-22 19:24:50 +00:00
Eric Andersen
bc9faa3363
Stock buildroot is not supposed to build gcc_target
2003-10-22 06:44:40 +00:00
Eric Andersen
74c1635746
this should fixup some of those pesky build problems...
2003-10-22 06:32:20 +00:00
Eric Andersen
3c913b59bf
Upgrade valgrind
2003-10-19 07:36:18 +00:00
Eric Andersen
83b95bdb42
Cope with the new RUNTIME_PREFIX
2003-10-18 11:51:50 +00:00
Eric Andersen
02bf5816b5
Add support for 'make -j3' so make to run stuff in parallel
2003-10-18 11:09:54 +00:00
Eric Andersen
08e8565328
do not use a perl, just use a patch
2003-10-18 06:47:18 +00:00
Eric Andersen
58b9b541b9
Update to gcc 3.3.2
2003-10-18 03:16:18 +00:00
Eric Andersen
70c7a84283
support using ccache within the target system
2003-10-16 01:05:02 +00:00
Eric Andersen
058f423237
simplify things a little bit
2003-10-15 07:04:19 +00:00
Eric Andersen
a9ea376897
bump version
2003-10-15 07:01:52 +00:00
Eric Andersen
ba9a1bc12c
Do not overwrite ldconfig with /bin/true anymore
2003-10-14 05:53:15 +00:00
Eric Andersen
01917d0e05
Update to dropbear 0.38
2003-10-11 17:52:16 +00:00
Eric Andersen
de51377181
Use a local copy of the source when building gcc-target (since
...
we hacked up the source used to build the cross compiler).
Fix the crt1.o not found problems. It turns out gcc was thinking
it was acting as a cross compiler, which is clearly not what we
want here.
With this, everything seems to be working nicely for both C
and C++.
2003-10-08 02:46:12 +00:00
Eric Andersen
1ffc9aa94a
Minor cleanup, remove some unnecessary stuff
2003-10-08 02:43:49 +00:00
Eric Andersen
2646751bd2
Add a bit more stuff to the default busybox config
2003-10-07 10:53:20 +00:00
Eric Andersen
976f46b798
Update included kernel version
2003-10-07 10:52:23 +00:00
Eric Andersen
736c85a8b9
update dropbear release location
2003-10-06 17:14:42 +00:00
Eric Andersen
c1846604ed
Add the linux test project test suite. The 'make install' step is currently
...
broken, since I've not worked out how I want to handle that step (it wants to
run as root).
2003-10-06 08:06:02 +00:00
Eric Andersen
1d669278d8
Update file
2003-10-03 01:27:09 +00:00
Eric Andersen
3f43ecc428
enable ftw by default
2003-10-03 01:26:05 +00:00
Eric Andersen
f056ca7b18
Update to non-vulnerable version
2003-10-01 07:30:19 +00:00
Eric Andersen
0554f62a4e
fixup i386 as well
2003-09-30 20:59:17 +00:00
Eric Andersen
a008b17002
Fix the build when host arch == target arch
2003-09-30 20:32:37 +00:00
Eric Andersen
c2ea490757
With this, buildroot builds w/o needing the magic symlink,
...
and properly cross compiles. Wohoo, time to ship...
-Erik
2003-09-30 05:23:18 +00:00
Eric Andersen
626312a278
Fixup gcc_target build.
2003-09-27 01:13:47 +00:00
Eric Andersen
91a2680a50
Fixup the binutils_target build
2003-09-27 01:11:27 +00:00
Eric Andersen
a0aef7c41b
This should at least build. I think.
2003-09-26 21:18:46 +00:00
Eric Andersen
15418c9c2c
Update dropbear to the latest and greatest
2003-09-26 21:04:12 +00:00
Eric Andersen
9c5021ebc9
The openssl build was broken
2003-09-26 21:02:57 +00:00
Eric Andersen
597bc47dd2
Update the default busybox config
2003-09-26 20:52:30 +00:00
Eric Andersen
c72f740e64
Needs this to compile
2003-09-14 11:44:28 +00:00
Eric Andersen
f1a6e06ae7
Fix thinko
2003-09-14 11:43:09 +00:00
Eric Andersen
6663336f38
Use more consistant naming
2003-09-14 11:42:02 +00:00
Eric Andersen
cb7d5b81c9
Rework toolchain build to make it much more modular and
...
remove the redundant redundancy.
2003-09-14 11:38:35 +00:00
Eric Andersen
5f92f5c9e9
enable getopt for fakeroot
2003-09-14 11:34:26 +00:00
Eric Andersen
dde95efe4a
Teach dropbear to depend on zlib
2003-09-12 00:25:27 +00:00
Eric Andersen
4b51328693
Alex King writes:
...
Dropbear have bumpeed their version to 0.36, and 0.35 is not where
buildroot expects it (they seem to have removed that version.)
2003-09-12 00:24:32 +00:00
Eric Andersen
f0f965bd2c
Add in a default config to make it easy for people that want
...
to enable uClibc's locale support.
2003-09-12 00:04:22 +00:00
Eric Andersen
306861203d
remove stuff already in binutils-2.14.90.0.6
2003-09-11 12:55:16 +00:00
Eric Andersen
79a631349f
Lets give binutils-2.14.90.0.6 a try, shall we?
2003-09-11 12:39:47 +00:00
Eric Andersen
9dcfa9a6f5
Fix silly typos
2003-09-11 12:24:06 +00:00
Eric Andersen
afcbe6fc3d
Make installing libstdc++ optional
2003-09-11 10:40:12 +00:00
Eric Andersen
4b97e3fdb1
Add support for fakeroot
2003-09-11 09:41:16 +00:00
Eric Andersen
59759b8f44
Default to using the kernel-headers package. mention dropbear.
...
Make rootfs be rootfs_$(ARCH)
2003-09-10 13:04:12 +00:00
Eric Andersen
a2368356e7
Fixup gcc_target build so it does not require the magic
...
/lib/ld-uClibc.so.0 symlink allowing target stuff to run
on the build host.
-Erik
2003-09-10 11:20:23 +00:00
Eric Andersen
523f6566a9
Update the default uClibc config for 0.9.21
2003-09-10 09:10:27 +00:00
Eric Andersen
804307fb8d
Default to using uClibc 0.9.21
2003-09-10 09:09:22 +00:00
Eric Andersen
def1702549
Make gcc 2.95 build
2003-09-09 21:53:38 +00:00
Eric Andersen
9115ee5c19
Fixup broken tabs
2003-09-05 09:12:56 +00:00
Eric Andersen
2279207edd
Make some more things compile
2003-09-04 23:48:03 +00:00
Eric Andersen
fba6a22e57
Patch from Bruce Edge to add raidtools
2003-09-04 20:25:57 +00:00
Eric Andersen
47c35f2fc0
teach glib to cross compile
2003-09-04 08:15:44 +00:00
Eric Andersen
a9ade645c6
Set CC_FOR_HOST
2003-09-04 03:32:17 +00:00
Eric Andersen
4e335944d7
Make sure cross building binutils works
2003-09-03 23:05:45 +00:00
Eric Andersen
5c13146145
Fixup strace so it compiles
2003-09-03 07:28:50 +00:00
Manuel Novoa III
0e956fc164
Add support for enabling use of libintl.
...
Add support for libstd++ in full locale mode, and remove the need for
config hacks when using uClibc stub locale support.
TODO --
gdb intl support is still broken.
uClibc should auto-download the pregenerated locale data
2003-09-03 07:18:18 +00:00
Eric Andersen
2aaceb3dd6
Fixup binutils cross builds
2003-09-03 06:09:43 +00:00
Eric Andersen
92cecf265e
Make sure binutils does not leak system libraries into the build.
...
patch from mjn3 to prevent gcc using broken include paths
2003-09-02 12:22:02 +00:00
Eric Andersen
c9e50edded
Update for disabling wordexp
2003-09-01 20:14:40 +00:00
Eric Andersen
80bf917e67
"Letss Thry thatt again..."
2003-08-31 06:21:51 +00:00
Eric Andersen
8296a7925d
doh!
2003-08-31 06:18:05 +00:00
Eric Andersen
ec6044d424
This should be significantly less broken... Might even work. ;-)
2003-08-31 06:16:24 +00:00
Eric Andersen
30563ccc18
This patch is not needed with gcc 3.3.1
2003-08-23 01:48:15 +00:00
Eric Andersen
2009ee7ce0
Revert strace to a stable version that actually compiles
2003-08-22 12:56:12 +00:00
Eric Andersen
526a46c481
unset CONFIG_LAST
2003-08-22 12:51:59 +00:00
Eric Andersen
43a91ad55a
cleanup strip command a bit
2003-08-22 12:51:15 +00:00
Eric Andersen
8dfe0ab6c8
remove some leftover garbage
2003-08-22 12:49:54 +00:00
Eric Andersen
541ecb8d06
Make binutils not leak libraries
2003-08-22 12:47:39 +00:00
Eric Andersen
772128bd40
fix all uses of sys_nerr and sys_errlist[]
2003-08-20 14:57:21 +00:00
Eric Andersen
7c6a2b226c
Fix gdb to not use sys_errlist[] and sys_nerr,
2003-08-20 14:38:31 +00:00
Eric Andersen
a703554ec6
It now builds w/o a /lib/ld-uClibc.so.0 symlink! Perhaps cross
...
building the whole darn thing is now possible!
-Erik
2003-08-20 14:30:11 +00:00
Eric Andersen
d9540bda1f
Fix ncurses so it properly compiles
2003-08-19 06:37:00 +00:00
Manuel Novoa III
f068e6fd03
Make the whole usr/local/lib/iptables path.
2003-08-19 02:47:19 +00:00
Eric Andersen
9d92d8c890
Update default busybox config
2003-08-18 23:06:31 +00:00
Eric Andersen
16a89eb07d
Doh!
2003-08-17 11:23:26 +00:00
Eric Andersen
9a392d0a79
Update dropbear to the latest and greatest, fixing a
...
security problem
2003-08-17 10:22:03 +00:00
Eric Andersen
188cfe5f4f
Update valgrind
2003-08-17 10:20:48 +00:00
Eric Andersen
fbd3555948
Update to binutils-2.14.90.0.5 and gcc-3.3.1
2003-08-17 10:11:51 +00:00
Eric Andersen
22997c4763
Update for the latest and greatest uClibc
2003-08-17 09:58:08 +00:00
Eric Andersen
47adb53620
I missed a spot
2003-08-10 10:12:30 +00:00
Eric Andersen
f8185c07aa
oops. don't default to a dev version of gcc
2003-08-09 23:11:57 +00:00
Eric Andersen
9050d7e72a
Be sure to install libstdc++ and libgcc_s
2003-08-09 23:10:32 +00:00
Eric Andersen
b7b51909ba
Cope with some autoconf wierdness
2003-08-07 06:07:54 +00:00
Eric Andersen
9a192d7813
I wrote this patch some time ago, seems I forgot to commit it.
...
This fixes a serious bug in diethotplug, and fixes the install
locations.
-Erik
2003-08-01 03:38:04 +00:00
Eric Andersen
669f7d88b3
Patch from Michael Shuler. Update to version 1.2.8 and remember to
...
copy all the required shared libs -- without them iptables dosen't
do very much.
2003-07-27 04:00:50 +00:00
Eric Andersen
9fe57b89a9
Patch from Dean Matsen to fix broken telnet format strings.
2003-07-24 05:52:03 +00:00
Eric Andersen
09665b98bf
oops. Fixup target to correctly download and use gcc 3.3
2003-07-21 19:22:15 +00:00
Eric Andersen
6a9a1c6301
Fixup valgrind build
2003-07-14 09:13:51 +00:00
Eric Andersen
79815f7b45
Update to valgrind 1.9.6
2003-07-13 22:27:37 +00:00
Eric Andersen
cd1f5c2fd3
Omit specifying kernel version
2003-07-13 22:19:47 +00:00
Eric Andersen
2a87d1ac0e
Set current uClibc stable version to 0.9.20
2003-07-01 05:23:04 +00:00
Eric Andersen
55b2ef0fc2
Strip the perl binary
2003-06-28 03:13:23 +00:00
Eric Andersen
1369474734
Add support for building perl
2003-06-28 02:02:47 +00:00
Eric Andersen
4948206d1e
Don't overwrite /bin/busybox with patch
2003-06-27 19:01:12 +00:00
Eric Andersen
7620b05a7d
add UCLIBC_HAS_TM_EXTENSIONS
2003-06-27 12:04:44 +00:00
Eric Andersen
5e7ac2deab
Fixup arm and mips builds
2003-06-27 01:51:07 +00:00
Eric Andersen
b59314bff7
Add patch by default
2003-06-26 05:18:23 +00:00
Eric Andersen
d35e981e64
Update coreutils to 5.0
2003-06-25 21:22:00 +00:00
Eric Andersen
793161ad1c
Fix binutils path
2003-06-23 22:43:36 +00:00
Eric Andersen
c314ac957e
Fix the binutils dir
2003-06-23 21:40:29 +00:00
Eric Andersen
2ae1136ed5
Revert to binutils 2.13.2.1, since .14 seems to have some problems
...
with cross compiling
2003-06-23 21:34:49 +00:00
Eric Andersen
aa5091d50c
Add support for the Dropbear SSH server
2003-06-23 21:05:54 +00:00
Eric Andersen
ded9ff0bcc
As noted by Michael Labuschke, ntp is a gzip archive...
2003-06-23 06:47:34 +00:00
Eric Andersen
4e10e4af18
Switch to using gcc 3.3
2003-06-21 08:02:11 +00:00
Eric Andersen
d2c5ead12f
Remove a bit of garbage
2003-06-20 20:51:41 +00:00
Eric Andersen
299149e4aa
Add in my default set of 2.4.21 kernel patches
2003-06-20 20:48:11 +00:00
Eric Andersen
7c7119fc69
Teach openssh to configure itself and start running sshd on boot
2003-06-20 20:31:15 +00:00
Eric Andersen
80e368b2b8
Start networking on boot, and setup a default set of network
...
interfaces (just loopback for now).
2003-06-20 20:18:25 +00:00
Eric Andersen
7c9afbdbdc
Add an sshd user so ssh priv seperation can work
2003-06-20 20:15:20 +00:00
Eric Andersen
c901cef1e6
Use tmpfs, not ramfs
2003-06-20 20:14:26 +00:00
Eric Andersen
067bf089f4
Start vtun much later in the boot process
2003-06-20 20:13:45 +00:00
Eric Andersen
c54d7f45ac
Fix broken dependancy
2003-06-20 20:13:08 +00:00
Eric Andersen
12c383b56d
run depmod after building pcmcia and after hostap
2003-06-20 12:15:27 +00:00
Eric Andersen
4cc06f8ea8
Fixup iproute so it compiles up properly. Use the debian
...
source as the .ru site has availability problems
2003-06-14 05:56:59 +00:00
Eric Andersen
b5e4e1ff9e
Ok, I'm an idiot. Fix the url.
2003-06-14 04:38:37 +00:00
Eric Andersen
2b1a309976
Update default busybox config
2003-06-14 02:13:51 +00:00
Eric Andersen
faeb67b1a0
Default to 2.4.21
2003-06-14 00:49:08 +00:00
Eric Andersen
d38a1eee41
Patch from Tim Riker:
...
dd nfs stuff for fast mount -t nfs -o nolock support - glytchbinary
2003-06-14 00:47:20 +00:00
Eric Andersen
922fb354eb
Default to using a single fast sourceforge mirror
2003-06-14 00:46:16 +00:00
Eric Andersen
26cbc57359
Upgrade strace to version 4.4.98
2003-06-12 22:32:59 +00:00
Eric Andersen
7137dda19e
Add in ttcp support
2003-06-11 07:27:45 +00:00
Eric Andersen
5d5cef059a
Be sure the /etc/default dir exists
2003-06-10 03:02:26 +00:00
Eric Andersen
aa231db935
Yet another pcmcia update. Hopefully it will work properly
...
for everyone this time around.
2003-06-09 21:24:15 +00:00
Eric Andersen
8ce201b4d7
Fixup cross-compile patch
2003-06-09 20:58:44 +00:00
Eric Andersen
add0cec283
Update pcmcia-cs to version 3.2.4
2003-06-09 18:28:53 +00:00
Eric Andersen
c43ce0fe82
Do not disable pcmcia
2003-06-06 01:32:15 +00:00
Eric Andersen
33770acd9c
Fixup vtun init script and install tun device
2003-06-05 18:39:49 +00:00
Eric Andersen
fedfb7d03e
Fix init script install
2003-06-05 17:57:27 +00:00
Eric Andersen
e56cd7a764
Fix the binary name and path
2003-06-05 08:27:41 +00:00
Eric Andersen
19109125e8
support vtun
2003-06-05 08:19:53 +00:00
Eric Andersen
bc9fb854fe
Make absolutely certain no host libraries can ever sneak
...
into the build process. Binutils was letting things sneak
in which caused ugly problems.
2003-06-05 06:37:42 +00:00
Eric Andersen
2e312fabc6
Fixup a couple of thinko. Use the specified kernel compiler when compiling
...
pcmcia modules. And use the correct kernel source.
2003-06-05 02:35:46 +00:00
Eric Andersen
fd9a6c1786
Fixup a case where system libs could sneak into the link process
...
due to collect2 making wrong assumptions.
2003-06-05 02:21:44 +00:00
Eric Andersen
abcac7f79b
Fixup a case where system libs could sneak into the link process
...
due to collect2 making wrong assumptions.
2003-06-04 21:39:44 +00:00
Eric Andersen
14b1c7d4f7
Ignore unwanted stuff
2003-06-04 21:04:26 +00:00
Eric Andersen
b40cf76736
Add needed patch
2003-06-04 21:03:24 +00:00
Eric Andersen
c70d248704
Cleanup method for excluding header files
2003-06-04 21:01:33 +00:00
Eric Andersen
26da803f90
mention iproute2 and netsnmp
2003-06-04 20:49:24 +00:00
Eric Andersen
ef9d12c6ca
Cleanup pcmcia a bit (such as removing the X11 binary it installs)
...
and use the pcmcia default init script rather than including a
default one in the target_skeleton.
2003-06-04 20:47:18 +00:00
Eric Andersen
e33a8dbf70
Support net-snmp for those into that sortof thing
2003-06-04 20:45:47 +00:00
Eric Andersen
de7fb2ccf9
Update default busybox config
2003-06-04 20:45:14 +00:00
Eric Andersen
7846979f86
Build pci and plx drivers
2003-06-04 20:43:31 +00:00
Eric Andersen
8373f89889
Update user mode Linux target
2003-06-04 20:37:41 +00:00
Eric Andersen
bbc2e6dd5a
default to ramfs, not tmpfs
2003-06-04 20:36:38 +00:00
Eric Andersen
0f991230aa
Build the 'tc' binary
2003-06-04 18:36:51 +00:00
Eric Andersen
b55b16a32a
Use flex_2.5.4a-24.diff.gz from stable
2003-05-15 22:15:06 +00:00
Eric Andersen
48f0851644
Little logic cleanup
2003-04-28 02:12:40 +00:00
Eric Andersen
d906413ad9
Update gcc to version 3.2.3. Fix the openssh patch
2003-04-26 02:59:09 +00:00
Eric Andersen
1c8e0b4771
Patch from Bruno Randolf to fix openssh cross-compile to not
...
use the host system's 'strip' command and thereby break the
target binaries.
2003-04-25 19:58:35 +00:00
Eric Andersen
fcc33c3ede
Fix it so it actually works
2003-04-21 08:07:52 +00:00
Eric Andersen
9abaf4a7ea
Fixup a bug with symlink handling noticed by Wolfgang Denk
...
-Erik
2003-04-14 23:46:41 +00:00
Eric Andersen
ec59e37f4d
make coreutils compile faster
2003-03-31 20:01:12 +00:00
Eric Andersen
bb5e7c5f0f
support building gettext
2003-03-24 19:36:42 +00:00
Eric Andersen
d8d1f8a65b
Create a more multi-user friendly set of device perms
2003-03-24 19:09:22 +00:00
Eric Andersen
6c1f9834b3
Upgrade to 3.1.2
2003-03-21 19:38:40 +00:00
Eric Andersen
9c636934a0
Do not blindly strip all symbols from from all libs. libpthread
...
needs its symbols for pthread debugging to work. Let it be a
local decision.
2003-03-13 20:30:07 +00:00
Eric Andersen
5b89b722a2
Patch from Dana Soward so it works properly
2003-03-10 20:49:53 +00:00
Eric Andersen
18e7cb41a1
Implement bzip2
2003-03-10 20:48:19 +00:00
Eric Andersen
c970910138
Support gzip
2003-03-10 19:34:38 +00:00
Eric Andersen
867b5c77c3
Add util-linux, from Claus Rosenberger, with minor changes from me
2003-03-10 17:58:07 +00:00
Eric Andersen
0811c2d516
Claus Rosenberger reported that hostname is supposed to be in /bin
2003-03-10 17:45:39 +00:00
Eric Andersen
1c6aad3440
work around deficiencies in GNU tar that prevented several
...
items from actually being installed
2003-03-06 18:24:00 +00:00
Eric Andersen
55de6e5b69
Make certain coreutils gets installed.
2003-03-06 17:44:29 +00:00
Eric Andersen
e08cade737
run autoconf
2003-03-05 23:02:58 +00:00
Eric Andersen
ba23073bde
Oops. I was building for the host arch, not the target. duh.
2003-03-05 23:01:28 +00:00
Eric Andersen
db5a6bf46e
Update version of file
2003-03-05 16:47:49 +00:00
Eric Andersen
996495c569
Don't mess with the headers files installed by uClibc
2003-03-05 12:07:24 +00:00
Eric Andersen
b350859976
Update default config
2003-03-05 12:06:45 +00:00
Eric Andersen
f41e5368e7
missed a spot
2003-03-04 21:00:40 +00:00
Eric Andersen
82e6f7d125
Fake up an arm-linux source-tree
2003-03-04 21:00:20 +00:00
Eric Andersen
cc16cd656a
Make things compile once again
2003-03-04 20:16:42 +00:00
Eric Andersen
ff80500aa2
don't depend on symlinks
2003-03-04 20:16:15 +00:00
Eric Andersen
1fc3f2f3de
Rework things to ensure we are cross compiling. Teach problematic
...
apps like openssh to cross compile. This eliminates the need for
the magic ld-uClibc.so.0 symlink in /lib
2003-03-04 19:16:19 +00:00
Eric Andersen
36830baea2
Add in a GNU_HOST_NAME
2003-03-04 07:56:11 +00:00
Eric Andersen
5eb4604cae
Change a few defaults
2003-03-04 07:14:03 +00:00
Eric Andersen
c89e7d4bfe
Update to uClibc 0.9.19
2003-03-03 21:33:17 +00:00
Eric Andersen
1e879f1876
Fixup db target
2003-03-01 22:00:42 +00:00
Eric Andersen
7775f655a9
Add a patch for better debugging of staticly linked threaded apps.
...
-Erik
2003-03-01 20:02:34 +00:00
Eric Andersen
aaadf67723
Fixup stupid compile error
2003-02-26 00:42:43 +00:00
Eric Andersen
d9d8e42cb9
Update tar version. Minor fix for gcc includes when NOT
...
building a bootstrapping toolchain.
2003-02-23 08:54:13 +00:00
Eric Andersen
68671dcc61
Fixup gcc_target so it works for people that don't wish to
...
build a gcc toolchain to bootstrap the system and instead
want to use uClibc's gcc wrapper.
2003-02-19 10:41:54 +00:00
Eric Andersen
0954f3b8e9
Fix dependancy on zlib
2003-02-19 09:59:24 +00:00
Eric Andersen
a5c2354153
Fixup 'make source' target
2003-02-19 08:56:04 +00:00
Eric Andersen
c8eea31d3f
Add support for bridge-utils, thanks to Michael Shuler
2003-02-19 07:07:53 +00:00
Eric Andersen
ed3524a06b
Per discussion with Christian MICHON, revert to version 1.35
2003-02-18 18:47:57 +00:00
Eric Andersen
1cde9aa1cd
Add in /lib/cpp symlink
2003-02-17 12:16:29 +00:00
Eric Andersen
d8c849445d
Add --disable-perl-regexp
2003-02-17 01:21:33 +00:00
Eric Andersen
3460bef669
Sigh
2003-02-15 22:58:44 +00:00
Eric Andersen
bbe35d4817
Fix pcmcia startup. Add grep
2003-02-15 12:36:32 +00:00
Eric Andersen
039a17c489
oops
2003-02-15 10:42:54 +00:00
Eric Andersen
befb097e10
Fix a few problems noticed by Peter S. Mazinger
2003-02-15 10:23:19 +00:00
Eric Andersen
a50c4277de
Fixup pcmcia initialization
2003-02-14 12:21:10 +00:00
Eric Andersen
b2c6fe8f78
Remove unwanted docs
2003-02-14 12:20:38 +00:00
Eric Andersen
370fb2a3ce
Remove usr/bin
2003-02-12 19:49:55 +00:00
Eric Andersen
08a3992f33
Be extra pedantic about the PATH
2003-02-12 18:47:09 +00:00
Eric Andersen
949ce4989c
Ignore the toolchain_build dir
2003-02-12 15:26:11 +00:00
Eric Andersen
cdd7d014ea
Make sure we find ranlib and ar
2003-02-12 15:18:12 +00:00
Eric Andersen
b447635792
Not 100MB by default
2003-02-12 14:36:57 +00:00
Eric Andersen
31aefeff58
cut and paste leftovers
2003-02-12 14:29:59 +00:00
Eric Andersen
ec28a35331
dont use ftp
2003-02-12 14:19:49 +00:00
Eric Andersen
6e2b8acbcb
Update uClibc version
2003-02-12 13:57:46 +00:00
Eric Andersen
9cb6fac8df
Fixup ldconfig symlink
2003-02-12 12:43:44 +00:00
Eric Andersen
289395d555
Fix dependancies
2003-02-12 12:43:15 +00:00
Eric Andersen
de8577632e
List a few additional targets for building a dev system
2003-02-12 10:45:37 +00:00
Eric Andersen
089db85919
Add support for several new utilities
2003-02-12 10:40:28 +00:00
Eric Andersen
d4ef2a6a25
Update toolchains a bit forther so that after blowing away the 'build'
...
directory we do not need to rebuild the toolchain (which now is built under
'toolchain_build'). Should help prevent a bunch of unnecessary toolchain
rebuilds.
-Erik
2003-02-12 10:39:09 +00:00
Eric Andersen
de2ae8dcf3
Update makefile
2003-02-12 09:59:22 +00:00
Eric Andersen
0e740cf577
fix URLs
2003-02-12 09:26:13 +00:00
Eric Andersen
d108fa86c9
Fixup the target path
2003-02-12 09:10:22 +00:00
Eric Andersen
d322f37644
Lots and lots of changes
2003-02-12 08:10:40 +00:00
Eric Andersen
e03eb9438e
Update for the latest
2003-02-11 00:18:42 +00:00
Eric Andersen
65f6db929a
Update to version 4.5.6
2003-02-07 13:45:53 +00:00
Eric Andersen
7cb14e358f
Fixup a really stupid typo
2003-02-06 23:01:07 +00:00
Eric Andersen
1bf1972968
Update to gcc 3.2.2 by default. Move a mips patch to be more obvious.
...
Update the default uClibc config.
2003-02-06 19:57:05 +00:00
Eric Andersen
9278a0bb9b
Fix a stupid typo
2003-02-05 22:41:35 +00:00
Eric Andersen
fb0c9ec541
Fix naming problem
2003-02-05 22:33:23 +00:00
Eric Andersen
95ff38838b
teach libtool to use the correct system compiler
2003-02-05 10:43:44 +00:00
Eric Andersen
9cee91877f
rename patch
2003-02-04 22:45:52 +00:00
Eric Andersen
edf9538cba
Fix typo, kill now unneeded stlport.mk
2003-02-04 22:45:26 +00:00
Eric Andersen
71c6fb5111
Update default config
2003-02-04 12:42:11 +00:00
Eric Andersen
18e33c254e
Support building a gcc-2.95 toolchain instead
2003-02-04 12:37:32 +00:00
Eric Andersen
39eb7da878
Be extra sure that /etc/init.d/S30pcmcia is executable
2003-02-04 10:35:13 +00:00
Eric Andersen
aef9023647
Update to dhcp-3.0pl2
2003-02-04 10:34:33 +00:00
Eric Andersen
7254ee77e5
Be really cereful to ensure udhcp.script is executable
2003-02-03 12:46:30 +00:00
Eric Andersen
fa7f8b8eca
Add dhcp relay daemon
2003-02-03 12:29:48 +00:00
Eric Andersen
45923fa7d3
Fix regex
2003-01-31 23:35:08 +00:00
Eric Andersen
5076c0e956
Fix stlport so it works
2003-01-30 23:36:15 +00:00
Eric Andersen
4508ca9bf6
Fix for an optimization bug that shows up on xscale.
...
Problem report and patch from
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=8896
2003-01-30 19:39:51 +00:00
Eric Andersen
97395255e4
udhcp doesn't depend on pcmcia
2003-01-30 15:52:44 +00:00
Eric Andersen
7c128e7882
Update openssl version
2003-01-30 15:52:12 +00:00
Eric Andersen
2e49a0662f
depend on pcmcia
2003-01-30 15:17:44 +00:00
Eric Andersen
bc8a54a38b
Include code for downloading firmware images
2003-01-30 15:09:01 +00:00
Eric Andersen
79bdb4e406
Fix c++ header installation
2003-01-28 11:33:24 +00:00
Eric Andersen
d54c228444
update to uClibc 0.9.17
2003-01-25 10:12:52 +00:00
Eric Andersen
67bb056044
oops
2003-01-25 10:05:37 +00:00
Eric Andersen
4995f2104f
Update newt and slang targets
2003-01-25 07:55:15 +00:00
Eric Andersen
26a203ac33
Update default busybox config
2003-01-24 16:52:05 +00:00
Eric Andersen
8569617411
Fixup bash cross compile
2003-01-24 13:06:27 +00:00
Eric Andersen
31f08cf32d
Doh! Fix missing line for gdbserver.
2003-01-24 01:07:29 +00:00
Eric Andersen
386eb10771
fixup strace build
2003-01-23 17:02:44 +00:00
Eric Andersen
1f9147a365
Fixup gdbserver build. Patch from acmay
2003-01-23 04:35:27 +00:00
Eric Andersen
8460ba59fb
Fix an obvious typo
2003-01-23 01:18:58 +00:00
Eric Andersen
1b560cace2
Leave the final gcc build with disable shared to make things
...
simpler. This just makes the build faster, since all we want
at this point is the gcc and g++ binaries...
2003-01-22 13:45:14 +00:00
Eric Andersen
44f94d6171
Update busybox default config
2003-01-22 11:13:03 +00:00
Eric Andersen
5867ff49d7
use the correct strip tool for host and target binaries
2003-01-22 11:11:35 +00:00
Eric Andersen
235a05b0c0
sigh. We need to disable-shared for the initial compiler build
...
or it won't build.
2003-01-22 00:15:51 +00:00
Eric Andersen
ce5155afa7
This should work
2003-01-21 16:29:56 +00:00
Eric Andersen
aa7f4e37ce
dont assign MAKE
2003-01-21 14:22:41 +00:00
Eric Andersen
3b456adc64
Dont remove /lib/libgcc_s.so. Build shared lib support on rev 1 of
...
gcc. use the correct strip
2003-01-21 14:20:20 +00:00
Eric Andersen
113b797576
Update default busybox config
2003-01-21 08:49:53 +00:00
Eric Andersen
e58ab15f9d
Fix compiler install
2003-01-21 08:31:35 +00:00
Eric Andersen
15bb59a8fc
Fix gdb so it works
2003-01-21 08:31:09 +00:00
Eric Andersen
e0e8d6e481
Fix it so header files and static libs install properly
2003-01-21 07:34:29 +00:00
Eric Andersen
9816f94292
Ok, I think it really works now. :)
2003-01-21 06:42:01 +00:00
Eric Andersen
c1701b3e17
pcmcia update
2003-01-21 06:41:00 +00:00
Eric Andersen
075eb13aa9
Minor fixes
2003-01-20 22:52:19 +00:00
Eric Andersen
b4366afb50
Just use the default pcmcia script
2003-01-20 22:14:15 +00:00
Eric Andersen
fdafbe1f4e
Several more dependancy cleanups
2003-01-20 19:24:02 +00:00
Eric Andersen
7fcf2836bc
Update from Michael Shuler
2003-01-20 07:02:31 +00:00
Eric Andersen
7be2f52176
Update default bb config
2003-01-20 00:04:33 +00:00
Eric Andersen
d941e095d8
Don't really need this patch
2003-01-20 00:04:15 +00:00
Eric Andersen
803b723fc4
Don't make fs's be 100 MB by default
2003-01-20 00:03:29 +00:00
Eric Andersen
1f4c1d842d
It's just another brick in the wall. Except its supposed to be -Wall
2003-01-20 00:01:58 +00:00
Eric Andersen
09f705d814
Make it actually work...
2003-01-19 11:24:32 +00:00
Eric Andersen
9741a49e59
several updates for wireless and firewall stuff,
...
thanks to Michael Shuler
2003-01-19 07:49:24 +00:00
Eric Andersen
a9bfe856cf
Change from using "TARGET_CC1" to just plan "TARGET_CC"
...
which is a bit more sensible.
2003-01-19 06:07:22 +00:00
Eric Andersen
b885ae776f
Update stlport patch
2003-01-19 05:57:16 +00:00
Eric Andersen
8d4ef78e41
Update udhcp. Make sure /usr/share/udhcpc/default.script
...
is executable
2003-01-19 05:47:22 +00:00
Eric Andersen
83bb3ab9f2
Fixup a couple of little buglets that snuck in
2003-01-19 01:14:11 +00:00
Eric Andersen
cc93d0f9a7
Fixup default compiler architecture
2003-01-19 00:57:37 +00:00
Eric Andersen
f5bc3784a2
Fix zlib build
2003-01-19 00:57:10 +00:00
Eric Andersen
56ef2cc914
More bugfixes
2003-01-19 00:09:44 +00:00
Eric Andersen
6361a39873
For now, remove "--target" so gcc will compile. grumble.
2003-01-18 23:17:47 +00:00
Eric Andersen
460fc8a7ee
Bwahahahahaa. cut and paste strikes again.
2003-01-18 22:53:57 +00:00
Eric Andersen
34b86305ef
Fix filename
2003-01-18 22:41:02 +00:00
Eric Andersen
b1c7fa327e
Add a default config script
2003-01-18 22:40:26 +00:00
Eric Andersen
075633e2ca
A few cflags and comment fixups
2003-01-18 22:39:31 +00:00
Eric Andersen
54e098e40b
Mention how people can update things
2003-01-18 21:52:46 +00:00
Eric Andersen
7129da009c
Merge a bunch of stuff over from the tuxscreen buildroot, with
...
many updates to make things be more consistant.
-Erik
2003-01-18 21:27:22 +00:00
Eric Andersen
f7070772fa
No longer needed
2003-01-18 18:21:33 +00:00
Eric Andersen
f87052a0f0
Update openssh version to 3.5p1
2003-01-18 18:20:48 +00:00
Eric Andersen
e2aa142df8
Lost the .us since the US mirrors are terribly unreliable
2003-01-18 00:27:44 +00:00
Eric Andersen
2732cf976d
Heh. Don't force everyone's fs to 100 mb.
2003-01-17 09:31:16 +00:00
Eric Andersen
bbf595671c
Fix gdb compile
2003-01-17 09:30:37 +00:00
Eric Andersen
52c8b672bd
Fix m4 so it compiles once again....
...
-Erik
2003-01-17 09:02:04 +00:00
Eric Andersen
5dbea59f53
more minor installation cleanups
2003-01-17 08:51:21 +00:00
Eric Andersen
a413a043f7
update handling of 'make'
2003-01-17 08:09:39 +00:00
Eric Andersen
cd5135a432
This makes configuring cpu types a bit nicer.
2003-01-17 08:07:39 +00:00
Eric Andersen
ef7784a62d
standardize handling of GNU configure scripts
...
-Erik
2003-01-17 08:03:59 +00:00
Eric Andersen
8e081ea611
be sure include dir is present
2003-01-17 04:50:35 +00:00
Eric Andersen
382187f014
JNote that valgrind is x86 only
2003-01-17 04:45:35 +00:00
Eric Andersen
db597c47f3
Update uClibc default config
2003-01-17 04:41:05 +00:00
Eric Andersen
2fc6cd6a24
Cleanup the mess in the ext2 target
2003-01-17 04:32:44 +00:00
Eric Andersen
27bc59d488
Support building jffs2 filesystems. Update top level
...
makefile accordingly
2003-01-17 04:31:36 +00:00
Eric Andersen
f541cb7fdc
Support building cramfs filesystems
2003-01-17 04:22:53 +00:00
Eric Andersen
049fd2354b
Avoid installing into a nonexistant dir
2003-01-17 03:46:57 +00:00
Eric Andersen
effd2aa39d
Fixup ncurses installation of terminfo data
...
-Erik
2003-01-16 22:04:22 +00:00
Eric Andersen
9a9de8dec9
Be sure things are built and installed just once
2003-01-15 10:41:02 +00:00
Eric Andersen
4edbe2caa6
Support using an existing kernel
2003-01-15 10:20:58 +00:00
Eric Andersen
f876efd349
Update valgrind to 1.0.4
2003-01-15 09:52:30 +00:00
Eric Andersen
ec0a71bd70
Update slang version
2003-01-15 06:43:29 +00:00
Eric Andersen
72f51a4788
Update coreutils build
2003-01-15 06:42:59 +00:00
Eric Andersen
c5d472649e
Fixup directory name
2003-01-15 06:42:02 +00:00
Eric Andersen
11e2ed09ab
Revert to 1.6.3
2003-01-15 06:41:27 +00:00
Eric Andersen
97634a5916
Fix unstable busybox compile (forgot 'make oldconfig')
2003-01-14 20:00:04 +00:00
Eric Andersen
61d1ee8615
Fix genext2fs so it will run on system where char is unsigned
2003-01-10 14:18:00 +00:00
Eric Andersen
74a189fdc9
Fixup the busybox config and make it sane
2003-01-10 14:17:03 +00:00
Eric Andersen
e349a4e64c
This seems to be sufficient for now...
2003-01-10 06:01:58 +00:00
Eric Andersen
ba8bc4951b
Use ftp for tinylogin
2003-01-10 06:01:09 +00:00
Eric Andersen
42d56af2a7
Update busybox configuration mechanism. Support building busybox unstable
...
-Erik
2003-01-10 06:00:39 +00:00
Eric Andersen
db09d33132
Use a snapshot since I screwed up addgroup in the 1.4 release
2003-01-10 01:22:53 +00:00
Eric Andersen
e88863dc6f
fix a few little thinkos...
2003-01-10 01:22:05 +00:00
Eric Andersen
d3b355102f
Fix a stupid typo
2003-01-10 00:55:13 +00:00
Eric Andersen
24613cbec1
Add missing unctrl.h header
2003-01-09 20:28:10 +00:00
Eric Andersen
aaba7b8d9e
Change --disable-shared to --enable-shared so libstdc++ will
...
build shared libs.
2003-01-09 18:24:17 +00:00
Eric Andersen
e064d44a2f
gdb wasn't working. Don't build a cross gdb for now.
...
-Erik
2003-01-09 18:23:20 +00:00
Eric Andersen
b7d4f49c61
Support more build system junk
...
-Erik
2003-01-09 02:34:10 +00:00
Eric Andersen
529820d7cd
Be extra careful about the target utils
2003-01-08 21:34:59 +00:00
Eric Andersen
e4ee6a76ce
Fix header file install
...
-Erik
2003-01-08 21:34:23 +00:00
Eric Andersen
1cbf64c83c
Make the directory before touching files in it...
2003-01-08 20:36:58 +00:00
Eric Andersen
27353b65dc
A few more little defaults
2003-01-08 20:13:41 +00:00
Eric Andersen
a8b901c70d
Dependancy update
2003-01-08 18:31:05 +00:00
Eric Andersen
7564033f20
Mention the new ncurses-headers zlib-headers openssl-headers targets
2003-01-08 18:22:25 +00:00
Eric Andersen
e402401ff8
Fixup ncurses terminfo-dir. Fixup the ncurses-headers
...
zlib-headers openssl-headers targets. Modularize the
enable-multilib settings
-Erik
2003-01-08 18:17:28 +00:00
Eric Andersen
3597007db3
typo
2003-01-08 02:37:03 +00:00
Eric Andersen
0cea77f961
Add an optional ncurses-headers target to install target header files
...
-Erik
2003-01-08 02:29:25 +00:00
Eric Andersen
446eb7ed8b
Update user-mode linux version
2003-01-07 23:48:40 +00:00
Eric Andersen
bf6a3886eb
update gdb version
2003-01-07 23:41:58 +00:00
Eric Andersen
3a70952d99
more build updates
2003-01-07 21:00:41 +00:00
Eric Andersen
5455b5e03f
Shuffle so binutils is unpacked/built first
2003-01-06 15:40:38 +00:00
Eric Andersen
9518cdc661
Fixup gawk build
2003-01-06 15:33:34 +00:00
Eric Andersen
0a9fc7d780
Update genext2fs for filesystems greater than 8 MB.
...
-Erik
2003-01-06 15:30:53 +00:00
Eric Andersen
cb8292f024
Update to tinylogin 1.4
2003-01-03 11:40:33 +00:00
Eric Andersen
7df4ec34f6
Finx kernel dependancy problem
2003-01-03 09:28:19 +00:00
Eric Andersen
03c3fa2505
Update makefile
2003-01-03 06:44:03 +00:00
Eric Andersen
2105aeec62
Text update
2003-01-02 11:49:22 +00:00
Eric Andersen
e8b26df508
Update ncurses so it cross compiles properly
...
-Erik
2003-01-02 08:43:57 +00:00
Eric Andersen
ed90513d09
Update the toolchain build, per the latest in the standalone
...
toolchain builders
-Erik
2003-01-01 17:36:39 +00:00
Eric Andersen
1dc53e1ebf
Clean and update the uclibc toolchain build, and sync up with the
...
current standalone toolchain builder Makefiles
-Erik
2002-12-31 15:43:10 +00:00
Eric Andersen
1fff941219
Fixup non-x86 openssl build
2002-12-30 09:47:45 +00:00
Eric Andersen
a9572b162b
Default for x86
2002-12-28 06:54:12 +00:00
Eric Andersen
416af4663e
Fix it so this:
...
touch /tmp/cvs/buildroot/build/linux-2.4.20/.dist
Aborting. '/tmp/cvs/buildroot/sources/kernel-patches' is not a directory.
make: *** [/tmp/cvs/buildroot/build/linux-2.4.20/.dist] Error 1
doesn't happen any more
2002-12-28 04:05:46 +00:00
Eric Andersen
e6b6dceed3
Fix build
2002-12-28 03:55:36 +00:00
Eric Andersen
c5eab029dd
Fix breakage
2002-12-17 07:09:09 +00:00
Eric Andersen
04d74ab556
When not building a toolchain, use the native compiler
2002-12-17 02:26:49 +00:00
Eric Andersen
b8a2361d0a
Fixup the defaults
2002-12-12 01:57:57 +00:00
Eric Andersen
98b6fb27b3
Support building regular kernels
2002-12-10 23:26:31 +00:00
Eric Andersen
be4cf785bd
Update the default config
2002-12-07 10:37:41 +00:00
Eric Andersen
0b90e17e63
scrub this
2002-12-06 04:32:19 +00:00
Eric Andersen
c930dbf89b
Some updates...
2002-12-06 04:30:19 +00:00
Eric Andersen
03c53f24c2
Stick with gcc 3.2 for now.
2002-11-21 10:29:33 +00:00
Eric Andersen
7794775aa4
Be even more careful -- avoid using 'which'
2002-11-21 09:04:50 +00:00
Eric Andersen
7b3014ef3f
Update to the newly released gcc 3.2.1
...
-Erik
2002-11-21 08:56:14 +00:00
Eric Andersen
b2a0d22166
Fixup g++ to prevent gcc_target having a missing
...
dl_iterate_phdr symbol. Add a target 'cc' link to gcc.
-Erik
2002-11-21 05:17:40 +00:00
Eric Andersen
dc77b4789d
Adjust uClibc for latest options...
2002-11-21 00:49:23 +00:00
Eric Andersen
6ee9cf546b
Oops. Kill the man and info noise
2002-11-21 00:43:25 +00:00
Eric Andersen
5bd337821d
reenable findutils for now
2002-11-21 00:35:14 +00:00
Eric Andersen
7baf062afc
Fixup findutils so it builds and installs properly
2002-11-21 00:34:50 +00:00
Eric Andersen
569dc15256
For now, don't build findutils.
2002-11-21 00:25:10 +00:00
Eric Andersen
8a2597eaba
Make use of wget consistant by using a WGET variable
2002-11-20 23:16:10 +00:00
Eric Andersen
674022331d
Another addition from Jon Nelson
2002-11-18 23:20:10 +00:00
Eric Andersen
1805718d2e
Doh! Disable debugging
2002-11-18 23:04:26 +00:00
Eric Andersen
6eb2f7aaa7
Kill IMAGE_SIZE reference
2002-11-18 22:20:23 +00:00
Eric Andersen
173c607210
Update boa from Jon Nelson
2002-11-18 22:12:38 +00:00
Eric Andersen
a88a16700e
Some updates from Andrew May adding gdbserver and adjusting gdb
...
in the hope of better cross-compiling support
2002-11-15 09:41:03 +00:00
Eric Andersen
7843196520
Add udhcp, cleanup a few other loose ends.
...
-Erik
2002-11-15 02:55:17 +00:00
Eric Andersen
cad581084a
Add some new options
2002-11-14 12:16:04 +00:00
Eric Andersen
2534b31214
Some more toolchain building cleanups
2002-11-14 12:10:18 +00:00
Eric Andersen
1792b840c8
Fixup gcc_target so it now works. Wohoo! We now have a fully
...
working standalone uClibc development environment. :)
-Erik
2002-11-14 11:09:41 +00:00
Eric Andersen
a5d910833e
Fixup gcc-target so it actually works...
2002-11-14 09:06:52 +00:00
Eric Andersen
1800964779
Update buildroot for uClibc 0.9.16
...
-Erik
2002-11-12 21:31:16 +00:00
Eric Andersen
99ba66f344
Leave wchar off
2002-10-29 15:00:03 +00:00
Eric Andersen
60fe526df8
Support some features
2002-10-29 14:59:37 +00:00
Eric Andersen
e4dcb5e1f2
Cleanup
2002-10-29 14:58:13 +00:00
Eric Andersen
b9488559b5
Update to busybox 0.60.5
...
-Erik
2002-10-27 06:23:59 +00:00
Eric Andersen
77bf6fb0e6
Add several new components working towards a fully sandboxed buildsystem
...
-Erik
2002-10-23 12:54:42 +00:00
Eric Andersen
63db64a0ac
Update things to be a tad more current
2002-10-23 07:56:48 +00:00
Eric Andersen
6e3e6690ce
A patch from Arne Jonsson to calculate fs size, with adjustments by me.
2002-10-23 07:56:20 +00:00
Eric Andersen
f4ffeeae71
Fixup the build dependancies
2002-10-23 07:50:49 +00:00
Eric Andersen
ee598dd2de
Fix the /dev/fd* entries. Add /dev/ptmx. Properly support the
...
devpts filesystem.
-Erik
2002-10-22 20:35:30 +00:00
Eric Andersen
365aac205d
Add openssl and openssh. Fix up UML kernel build.
2002-10-17 08:55:05 +00:00
Eric Andersen
f2f69f70b9
Update uml version
2002-09-30 21:39:23 +00:00
Eric Andersen
e15704c988
Remember to strip things
2002-09-17 20:47:49 +00:00
Eric Andersen
4ab6f8144e
Make stlport work once again
2002-09-09 14:19:38 +00:00
Eric Andersen
5a9f7f2b9c
build toolchain by default
2002-08-28 22:38:39 +00:00
Eric Andersen
f952c942fb
Update to uClibc 0.9.15. decouple kernel, toolchain, and uClibc.
...
-Erik
2002-08-28 21:28:19 +00:00
Eric Andersen
c75e4a1f62
Update to uClibc 0.9.14
2002-08-12 14:27:53 +00:00
Eric Andersen
27f3bc3198
Update toolchain
2002-08-10 10:21:47 +00:00
Eric Andersen
e03b6ce52a
Add berkeley db support
2002-08-10 08:51:42 +00:00
Eric Andersen
ec2adbefa6
Update toolchain to 0.9.13
2002-08-10 08:21:19 +00:00
Eric Andersen
e4023a3094
Fix perms for /etc
2002-08-07 15:24:09 +00:00
Eric Andersen
985b15b18b
Fix perms for /dev/tty
2002-08-07 15:17:13 +00:00
Eric Andersen
fc5ce36326
Fix logf/log support when doing C++
2002-07-31 20:05:44 +00:00
Eric Andersen
8e4e9eb65c
Update to valgrind 1.0.0
2002-07-29 06:40:55 +00:00
Eric Andersen
cd85ea1375
Use gcc-3.1.1
2002-07-28 10:41:45 +00:00
Eric Andersen
6318885fcd
Lets try that again...
2002-07-27 09:13:00 +00:00
Eric Andersen
3aff447b61
Update valgrind, make it compile
...
-Erik
2002-07-27 08:54:01 +00:00
Eric Andersen
d30b9abaeb
Fix the native toolchain build
2002-07-23 23:52:53 +00:00
Eric Andersen
80014e7fac
fix 'make clean'
2002-07-23 23:51:46 +00:00
Eric Andersen
7dbaf9a4c7
Fixup broken URLs
2002-07-12 02:41:03 +00:00
Eric Andersen
c994e72081
Some more updates
...
-Erik
2002-07-03 10:46:13 +00:00
Eric Andersen
95f81a5a55
A number of updates
2002-07-03 10:44:59 +00:00
Eric Andersen
5c2d0eab68
Minor tweeks
2002-06-10 15:32:56 +00:00
Eric Andersen
e9ee5c432d
A bit of scrubbing
2002-05-31 11:22:31 +00:00
Eric Andersen
fe3de6b67a
Don't hard code for arm
...
-Erik
2002-05-31 10:49:53 +00:00
Eric Andersen
8461e82560
remove silly echoing
2002-05-31 10:45:43 +00:00
Eric Andersen
50c50af468
Make it work
2002-05-31 10:43:51 +00:00
Eric Andersen
371c7c8ad9
Minor cleanups
2002-05-31 10:43:28 +00:00
Eric Andersen
27548406e8
Some more little bits of joy
2002-05-31 10:43:00 +00:00
Eric Andersen
2181513aee
Fixup the make install step
2002-05-29 14:26:13 +00:00
Eric Andersen
dd0dc99166
Support gdb
...
-Erik
2002-05-29 14:24:11 +00:00
Eric Andersen
6387962e30
Add some toys for people to play with
2002-05-23 19:21:23 +00:00
Eric Andersen
2fcdc3786d
makefile to build zlib
...
-Erik
2002-05-11 05:48:55 +00:00
Eric Andersen
bcc73c75bd
Change some defaults.
2002-05-08 09:45:36 +00:00
Eric Andersen
27f7064f68
Re-enable tinylogin. Makes life simpler that way...
2002-05-08 09:38:15 +00:00
Eric Andersen
23c4a0f7ac
Turn off tinylogin by default
2002-05-08 09:22:50 +00:00
Eric Andersen
757d7df4f4
Add in a sample of how to build a library vs uClibc
2002-05-03 09:52:44 +00:00
Eric Andersen
82d5d3224c
Update busybox
2002-05-03 09:51:16 +00:00
Eric Andersen
875ee0b34d
Doh. messed it up again.
2002-05-03 09:49:33 +00:00
Eric Andersen
4498a0caf8
Use 'make install_target_utils' not 'make install_utils'
2002-05-03 09:44:19 +00:00
Eric Andersen
cbc0bd16eb
Update to busybox 0.60.3
2002-04-27 21:55:51 +00:00
Eric Andersen
8262508fc4
With this update, everything now works as expected.
...
-Erik
2002-04-26 22:01:43 +00:00
Eric Andersen
085ba9f451
Update tinylogin version. Update how busybox snapshot is selected.
...
-Erik
2002-04-26 21:20:45 +00:00
Eric Andersen
08782ae7d8
Major rework
2002-04-26 11:45:55 +00:00
Jon Nelson
057adc1c84
use slightly more portable unpack constructs
2002-01-12 03:05:56 +00:00
Jon Nelson
e1be1eadee
some more cleanups. This one works pretty well
2002-01-06 18:54:35 +00:00
Jon Nelson
c79e99824e
not working 100% just yet, but getting closer
2002-01-05 20:26:15 +00:00
Jon Nelson
4d1404f76f
General cleanup of boa.mk and busybox.mk
2002-01-05 20:06:55 +00:00
Eric Andersen
412b1b0c45
Fix cross compile uClibc installs to the staging dir
2002-01-03 09:04:41 +00:00
Eric Andersen
8d54a97b64
Use cannonical locations
2002-01-03 08:09:38 +00:00
Eric Andersen
9ddc03dcd5
Move uml kernel to 2.4.17
2002-01-03 07:50:00 +00:00
Jon Nelson
c38dccccfd
Fix buglet whereupon $(LINUX_DIR)/.configdone was copied *after*
...
configuration rather than before.
Try a different approach to avoid version-specific uClibc issues,
using '-nt' (newer than) test, and files
$(UCLIBC_DIR)/.installed{,runtime}
2002-01-03 04:51:43 +00:00
Eric Andersen
339f2f492e
Use target_skeleton dir to store conf files and init scripts under
...
version control
-Erik
2001-12-22 01:17:09 +00:00
Eric Andersen
c6ad6c8fb6
Fix broken /dev/hdg minor numbers
2001-12-22 01:05:45 +00:00