summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* openssl: remove invalid quotes around x86_64Peter Korsgaard2009-07-291-1/+1
| | | | | | Thanks for Thomas for noticing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssl: fix arch handlingPeter Korsgaard2009-07-292-4/+5
| | | | | | | | | 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>
* xorg: update CHANGES after bug fixThomas Petazzoni2009-07-281-0/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xorg: add a new cross-compile fix for libXt 1.0.6Thomas Petazzoni2009-07-282-1/+30
| | | | | | | | | | | | 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>
* xorg: bump version of xutil/macros to 1.2.2Thomas Petazzoni2009-07-284-24/+17
| | | | | | | | | | | | | 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>
* xorg: bump X.org server version to 1.5.3Thomas Petazzoni2009-07-281-1/+1
| | | | | | | | 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>
* xorg: bump libXt to 1.0.6Thomas Petazzoni2009-07-282-53/+1
| | | | | | | | | 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>
* Merge branch 'xconfig-documentation' of ↵Peter Korsgaard2009-07-273-6/+21
|\ | | | | | | git://git.busybox.net/~tpetazzoni/git/buildroot
| * documentation: mention the new xconfig interfaceThomas Petazzoni2009-07-272-6/+20
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * Makefile: add the xconfig target to the help of the main MakefileThomas Petazzoni2009-07-271-0/+1
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | ctorrent: new packageOlaf Rempel2009-07-274-0/+26
|/ | | | | | | | | | | | | | | 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>
* package: replace mkdosfs with dosfstoolsMike Crowe2009-07-276-55/+99
| | | | | | | | | | | | | 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>
* Merge branch 'kconfig-update' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2009-07-2733-1454/+1384
|\
| * xconfig: Save the configuration properly in qconfThomas Petazzoni2009-07-272-2/+20
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * xconfig: Change titlebar to Buildroot ConfigurationThomas Petazzoni2009-07-272-3/+17
| | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * config: Add support for xconfigAlper Yildirim2009-07-274-6/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * config: Update package/config to Kconfig 2.6.30Alper Yildirim2009-07-2731-1450/+1311
| | | | | | | | | | | | | | Update the package/config stuff with the code available in the Linux kernel 2.6.30. Signed-off-by: Alper Yildirim <ayildirim@aselsan.com>
* | mplayer: Update mplayer to version 1.0rc2.Will Newton2009-07-278-481/+159
| | | | | | | | | | | | | | | | | | | | | | 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>
* | xf86-video-intel: Fixed cross-compile patch to apply to version 2.4.2Maurice van der Pot2009-07-271-23/+19
| | | | | | | | | | Signed-off-by: Maurice van der Pot <griffon26@kfk4ever.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | Merge branch 'qt' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2009-07-2710-718/+720
|\ \
| * | qt: the GUI module requires the network module to work properlyThomas Petazzoni2009-07-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | qt: fix build with external toolchainThomas Petazzoni2009-07-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | qt: put the Qt options into a submenuThomas Petazzoni2009-07-251-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | qt: rename qtopia4 to qtThomas Petazzoni2009-07-2510-716/+716
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | docs: describe BR2_ROOTFS_POST_BUILD_SCRIPTDaniel Mack2009-07-271-0/+17
| | | | | | | | | | | | | | | Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | Update CHANGES with recent improvementsThomas Petazzoni2009-07-271-0/+10
| | | | | | | | | | | | | | | | | | Mention X.org and external toolchain improvements in the CHANGES file. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* | | toolchain: Clean up locale support menuWill Newton2009-07-272-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | toolchain/uClibc: add patch to rename getline to get_line in unifdef.cPavel Roskin2009-07-272-0/+58
| | | | | | | | | | | | | | | | | | | | | 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>
* | | target/iso9660: fix mkisofs build for !i686Peter Korsgaard2009-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | | Use HOST_ARCH instead of hardcoded i686. The build still could use some cleanup though. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | target/iso9660: needs a linux kernelPeter Korsgaard2009-07-272-0/+5
| | | | | | | | | | | | | | | | | | Closes #403. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | target/device/xtensa: only override makedevs target for xtensa buildsPeter Korsgaard2009-07-261-0/+3
| | | | | | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | bmon: new packageGustavo Zacarias2009-07-267-0/+97
| | | | | | | | | | | | | | | | | | | | | Closes #389. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | netstat-nat: new packageGustavo Zacarias2009-07-264-0/+20
| | | | | | | | | | | | | | | | | | | | | Closes #3597. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | libnl: new packageGustavo Zacarias2009-07-264-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | kernel-headers: bump 2.6.27.x stable versionPeter Korsgaard2009-07-261-1/+1
| | | | | | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | target/Makefile.in: remove hurd referencePeter Korsgaard2009-07-261-2/+0
| | | | | | | | | | | | | | | | | | Missed by b6192fb9752a. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | Add support for custom post-build scriptDaniel Mack2009-07-252-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | package/gnuconfig: xtensa patchPeter Korsgaard2009-07-251-0/+44
| | | | | | | | | | | | | | | | | | | | | New file missing from cd0b1ce3b Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | target/device/KwikByte: remove unused 2.6.20 configPeter Korsgaard2009-07-251-1218/+0
| | | | | | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | target/: remove hurd kernel placeholderPeter Korsgaard2009-07-253-56/+0
| | | | | | | | | | | | | | | | | | | | | Incomplete and unlikely to get completed in the near future - Pretty much like hurd itself. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | target/Config.in: remove reference to target/linux/Config.in.experimentalPeter Korsgaard2009-07-251-1/+0
| | | | | | | | | | | | | | | | | | File doesn't exist any more. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | toolchain/uclibc: xtensa patchesPeter Korsgaard2009-07-258-0/+345
| | | | | | | | | | | | | | | | | | | | | New files missing from 58050c28. Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | linux-advanced: remove unused ancient kernel versionsPeter Korsgaard2009-07-252-44/+0
| | | | | | | | | | | | | | | | | | More than 2 years old, and no in tree users. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | kernel-headers: bump 2.6.30.x stable versionPeter Korsgaard2009-07-251-1/+1
| | | | | | | | | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | | Merge branch 'xorg' of git://git.busybox.net/~tpetazzoni/git/buildrootPeter Korsgaard2009-07-2540-140/+138
|\ \ \
| * | | xorg: remove the XSERVER variableThomas Petazzoni2009-07-2420-31/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | xorg: remove references to non-existing configuration optionsThomas Petazzoni2009-07-241-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | xorg: use BR2_PACKAGE_XORG instead of BR2_PACKAGE_XSERVER_noneThomas Petazzoni2009-07-2410-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | xorg: remove reference to non-existing BR2_PACKAGE_XSERVER_noneThomas Petazzoni2009-07-241-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| * | | xorg server: remove dependenciesThomas Petazzoni2009-07-242-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>