Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs/: announce move to git | Peter Korsgaard | 2009-05-03 | 7 | -99/+85 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | Config.in: we're now on git | Peter Korsgaard | 2009-05-01 | 1 | -1/+1 |
| | |||||
* | docs/lists.html: mention gmane interface to list | Peter Korsgaard | 2009-04-30 | 1 | -1/+3 |
| | |||||
* | Make sure AVR32 defconfigs use u-boot 2008.10 (only known version to work ↵ | Thiago A. Corrêa | 2009-04-30 | 2 | -47/+50 |
| | | | | properly) | ||||
* | Undeprecate u-boot 2008.10 since this is the last version known to work with ↵ | Thiago A. Corrêa | 2009-04-30 | 1 | -1/+0 |
| | | | | JFFS2 fs and AVR32 | ||||
* | target/device: fix busybox version / .config in defconfigs | Peter Korsgaard | 2009-04-29 | 6 | -14/+14 |
| | |||||
* | vim: regenerate the configure.patch | Wade Berrier | 2009-04-29 | 1 | -832/+861 |
| | |||||
* | Improve Qt embedded target_dir install handling and granularity. This saves ↵ | Thiago A. Corrêa | 2009-04-29 | 2 | -28/+152 |
| | | | | me 600k on jffs2 compressed fs for avr32. | ||||
* | Fix atngw100_defconfig busybox config location | Thiago A. Corrêa | 2009-04-29 | 1 | -40/+45 |
| | |||||
* | package/: remove obsolete qte package | Peter Korsgaard | 2009-04-29 | 4 | -562/+0 |
| | |||||
* | toolchain/uClibc: 0.9.30.1 arm linuxthreads fix | Peter Korsgaard | 2009-04-29 | 1 | -0/+177 |
| | | | | Reported by Michael Roth <mroth@nessie.de>. Identical to the 0.9.30 patch. | ||||
* | package/multimedia/gstreamer: bump version | Peter Korsgaard | 2009-04-29 | 6 | -78/+8 |
| | | | | Patch by Sven Neumann <s.neumann@raumfeld.com>, closes #101. | ||||
* | Fix issues in shared-mime-info | Thomas Petazzoni | 2009-04-29 | 2 | -6/+5 |
| | | | | | | | | * Properly indent Config.in * Remove unneeded SHARED_MIME_INFO_INSTALL_STAGING_OPT definition Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | docs/buildroot.html: fix typo | Peter Korsgaard | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | Add the shared-mime-info package | Thomas Petazzoni | 2009-04-29 | 4 | -0/+100 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | Add libxml2 for the host | Thomas Petazzoni | 2009-04-29 | 1 | -0/+46 |
| | | | | | | | | | | | | 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> | ||||
* | New section on external toolchain usage | Thomas Petazzoni | 2009-04-28 | 1 | -1/+38 |
| | |||||
* | Documentation cleanups | Thomas Petazzoni | 2009-04-28 | 1 | -41/+30 |
| | | | | | | | | | | | | * 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. | ||||
* | toolchain/gdb: remove empty dirs (git-svn issue) | Peter Korsgaard | 2009-04-28 | 0 | -0/+0 |
| | |||||
* | toolchain/gdb: remove ancient deprecated versions | Peter Korsgaard | 2009-04-28 | 31 | -4311/+0 |
| | | | | | They shouldn't be used anymore, needs havily patching (6.3 has more than 200k patches) and no one tests them with current toolchains. | ||||
* | toolchain/gdb: remove broken snapshot support | Peter Korsgaard | 2009-04-28 | 9 | -366/+0 |
| | |||||
* | package/openssl: fix uninstall | Peter Korsgaard | 2009-04-28 | 1 | -0/+8 |
| | |||||
* | package/openssl: STRIP_STRIP_ALL should be used for binaries | Peter Korsgaard | 2009-04-28 | 1 | -1/+1 |
| | |||||
* | package/openssl: also strip libraries with _OPENSSL_BIN is enabled | Peter Korsgaard | 2009-04-28 | 1 | -3/+3 |
| | |||||
* | package/openssl: make sure TARGET_CFLAGS are used | Peter Korsgaard | 2009-04-28 | 1 | -1/+3 |
| | | | | | | | | 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) | ||||
* | Older versions of 'find' don't have the '-delete' option | Wade Berrier | 2009-04-28 | 1 | -4/+4 |
| | | | | Use find's '-print0' and 'xargs -0' as an equivalent alternative. | ||||
* | toolchain/kernel-headers: bump 2.6.29 version | Peter Korsgaard | 2009-04-28 | 1 | -1/+1 |
| | |||||
* | toolchain/gcc: java needs largefile support | Peter Korsgaard | 2009-04-27 | 1 | -0/+1 |
| | |||||
* | toolchain/gcc: fix java support | Peter Korsgaard | 2009-04-27 | 2 | -5/+9 |
| | | | | Not runtime tested, but now it atleast builds. | ||||
* | toolchain/gcc: disable tls support | Peter Korsgaard | 2009-04-27 | 1 | -0/+3 |
| | | | | Fixes libstdc++ linking with gcc 4.4.x | ||||
* | libglib2: bump version | Peter Korsgaard | 2009-04-27 | 1 | -2/+2 |
| | | | | Patch by Sven Neumann <s.neumann@phase-zero.de>, closes #279. | ||||
* | package: add libsoup package | Peter Korsgaard | 2009-04-26 | 3 | -0/+41 |
| | | | | Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #35. | ||||
* | samba: fix build with ipv6 support is disabled | Peter Korsgaard | 2009-04-26 | 1 | -0/+1 |
| | | | | Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #285 | ||||
* | busybox: 1.14.0 dhcp fix | Peter Korsgaard | 2009-04-26 | 1 | -0/+12 |
| | |||||
* | toolchain/uClibc: 0.9.30.1 getaddrinfo fix for intfs without address | Peter Korsgaard | 2009-04-24 | 1 | -0/+13 |
| | | | | From uClibc r24336. | ||||
* | package/multimeda: add taglib package | Peter Korsgaard | 2009-04-23 | 3 | -0/+41 |
| | | | | Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #283. | ||||
* | directfb: bump version | Peter Korsgaard | 2009-04-23 | 2 | -1/+1 |
| | | | | Based on patch by Sven Neumann <s.neumann@phase-zero.de>, closes #281. | ||||
* | Update to 4.5.1 | Thiago A. Corrêa | 2009-04-23 | 1 | -2/+3 |
| | |||||
* | dbus-glib: workaround Kconfig issue with select | Peter Korsgaard | 2009-04-23 | 1 | -1/+4 |
| | | | | | Kconfig gets confused about the selects and thinks there's a recursive dependency around expat, so implement an alternative solution instead. | ||||
* | package/qtopia4: fix GPL download URL | Peter Korsgaard | 2009-04-23 | 1 | -1/+1 |
| | | | | Patch by Will Newton <will.newton@gmail.com> | ||||
* | toolchain/gcc: add 4.4.0 | Peter Korsgaard | 2009-04-23 | 6 | -0/+149 |
| | |||||
* | dbus-glib: host compilation needs libglib2 and expat | Peter Korsgaard | 2009-04-23 | 1 | -1/+1 |
| | |||||
* | dbus-glib: needs expat | Peter Korsgaard | 2009-04-23 | 2 | -1/+2 |
| | | | | | Even though dbus can use libxml2 for XML support, dbus-glib cannot - So make sure expat is available. | ||||
* | toolchain/gcc: fix PR 32044 patch | Peter Korsgaard | 2009-04-23 | 3 | -576/+561 |
| | | | | Somehow the patch was a patch adding a patch instead of the patch itself. | ||||
* | toolchain: add BR2_USE_SSP option for stack protection support | Peter Korsgaard | 2009-04-22 | 4 | -6/+29 |
| | | | | Using the support in uClibc. | ||||
* | toolchain/gcc: don't enable libssp support | Peter Korsgaard | 2009-04-22 | 3 | -2/+6 |
| | | | | | 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. | ||||
* | dbus: fix rebuild if /var/lib is a symlink to /tmp for target | Peter Korsgaard | 2009-04-21 | 1 | -0/+5 |
| | | | | /tmp/dbus will end up being a recursive symlink to itself on the build host. | ||||
* | Workaround problem with configure for x86 crosscompile to x86 under linux. | Thiago A. Corrêa | 2009-04-20 | 1 | -0/+17 |
| | |||||
* | busybox: 1.14.0 fixes | Peter Korsgaard | 2009-04-18 | 4 | -28/+38 |
| | |||||
* | cups: add -source target | Peter Korsgaard | 2009-04-18 | 1 | -0/+2 |
| |