summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pkgconf: fix upstream URLThomas Petazzoni2013-10-301-1/+1
| | | | | | | | | | | | The upstream URL has changed to http://rabbit.dereferenced.org/~nenolod/distfiles/, updated the Buildroot pkgconf package accordingly. Fixes #6638. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reported-by: <masrur.macece@gmail.com> Cc: <masrur.macece@gmail.com>
* libcgroup: also needs host-flexGustavo Zacarias2013-10-301-1/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/b43/b43ef442facd5aa136a77db99e57e02cc7e39a94/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* cjson: link with libm, unavailable for staticGustavo Zacarias2013-10-302-1/+4
| | | | | | | | | | | Link with libm as stated in the README, fixes: http://autobuild.buildroot.net/results/57f/57fc124e14263ee2447e20a5b910ed3ae0a5b7db/ Also disable the package for static builds since it doesn't work that way. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* trace-cmd: fix ptrace detectionRomain Naour2013-10-301-0/+36
| | | | | | | | | | | | Ptrace support detection is ignored when CFLAGS is set by buildroot. Use override in Makefile to add -DWARN_NO_PTRACE and -DNO_PTRACE in CFLAGS if ptrace is not available. Fixes: http://autobuild.buildroot.net/results/60e/60ed317d52d93ba2c087aa6ff4f422d760806d89// Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* glibc, toolchain-external: copy libthread_db when gdb is enabledThomas Petazzoni2013-10-302-2/+2
| | | | | | | | | | | | As Samuel Martin noticed, libthread_db is not only needed when cross-gdb+gdbserver is used, but also when the native gdb is used on the target. As a consequence, this patch modifies the glibc package and the external toolchain logic to ensure that libthread_db is copied to the target either when the native gdb or gdbserver is enabled, by relying on the BR2_PACKAGE_GDB option, which is enabled when native gdb and/or gdbserver are enabled. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* toolchain-external: fix visibility and length of Linaro toolchain commentThomas Petazzoni2013-10-301-3/+2
| | | | | | | | | | | | | | | | | Maxime Ripard reported that the Linaro toolchains were not visible when selecting a Cortex-A, but forgetting to set the EABI to EABIhf. While this is expected, Buildroot should normally should a comment in this case. However, the comment is only visible when the selected ARM architecture is not ARMv7 *and* the EABI is not EABIhf. Instead, make the comment visible when either the selected architecture is not ARMv7 *or* when the selected EABI is not EABIhf. While we're at it, reword the comment text so that it actually fits within the limits of the menuconfig screen. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reported-by: Maxime Ripard <maxime.ripard@free-electrons.com> Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
* toolchain-external: add missing symlink for Linaro toolchainsThomas Petazzoni2013-10-301-2/+3
| | | | | | | | | | | | | | | | | In 11ec38b6950 ("toolchain-external: fix Linaro ARM toolchain support"), we fixed the support for Linaro EABIhf toolchains by adding a /lib/arm-linux-gnueabihf -> /lib symbolic link. This is needed because the dynamic loader looks for libraries in /lib/arm-linux-gnueabihf rather than the usual /lib, but Buildroot installs all libraries in /lib. However, we forgot that the dynamic loader also loads libraries from /usr/lib/arm-linux-gnueabihf rather than /usr/lib, so this patch fixes that by adding the necessary symbolic link. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reported-by: Maxime Ripard <maxime.ripard@free-electrons.com> Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
* support/kconfig: fix compile warning because of missing include.Peter Seiderer2013-10-302-7/+16
| | | | | | | | | | | | | | With commit b58bf60b519353e983e372f5627d639e7cc72a7a the libgen.h include was removed from confdata.c, but it is needed for the dirname function declaration. Fixes the following compile warning: ./confdata.c: In function ‘conf_split_config’: ./confdata.c:849:6: warning: assignment makes pointer from integer without a cast Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ext-toolchain: MIPS: Select correct endianness for the targetMarkos Chandras2013-10-303-19/+20
| | | | | | | | | | | | | | Previously, an external-toolchain on a mipsel/mips64el target didn't select the appriopriate endianness but it asked the user to set the correct CFLAGS on his/her own. We fix this by appending "-EL" to the toolchain wrapper options if the user has selected a mipsel/mips64el target. [Thomas: remove unneeded test on BR2_ENDIAN, since mipsel and mips64el are always little-endian, and add the corresponding big endian case.] Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* valgrind: add support for glibc 2.17 and 2.18Phil Eichinger2013-10-302-1/+51
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/f086e65aca220bc9a5869f8fc8c1dca4d87ada7d/ Signed-off-by: Phil Eichinger <phil@zankapfel.net> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* arch/mips: Set BR2_GCC_TARGET_ARCH for MIPSMarkos Chandras2013-10-301-1/+1
| | | | | | | | Set --with-arch instead of --with-tune for MIPS so that the generated code will be optimal for the given MIPS ISA. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* alsamixergui: needs mmuGustavo Zacarias2013-10-281-0/+1
| | | | | | | | Because of the new fl_open_uri() function since the fltk bump using fork(). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* fltk: bump to version 1.3.2Gustavo Zacarias2013-10-287-228/+45
| | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/519/5195f7a8a38a5ba3ce5a0bf2a7649d390e461ee9/ The failure is related to bundled libpng conflicting with system libpng. Which was a problem even before the libpng bump because the bundled version for the previous fltk version has several security vulnerabilities. So disable bundled libraries and use global ones. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libpng: disable toolsGustavo Zacarias2013-10-281-0/+30
| | | | | | | | | They can fail on some odd toolchain configurations because of buildsystem shortcomings and aren't expected to be used in normal scenarios. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qt5base: add tslib pluginEzequiel García2013-10-282-0/+13
| | | | | | | | Add support for Tslib plugin. [Peter: propagate !static dependency / add comment] Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* nano: needs wcharGustavo Zacarias2013-10-281-0/+4
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/317/3177b7d6168eec0620e4a1ade9166c9c84929e6e/ [Peter: add comment when not available] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* device_table_dev.txt: Increase /dev/ttymxc countAbdul Hussain2013-10-281-1/+1
| | | | | | | | Since debug uart on imx6 sabreauto board is ttymxc3. Signed-off-by: Abdul Hussain <hussain.abdul@outlook.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update config.guess and config.sub scripts to latest versions.Jouko Nikula2013-10-275-358/+104
| | | | | | | | | | | | | Current version of config.guess may fail to detect host libc version, which results in problems with configure when building gcc. Current patches are removed. Patch to add support for ps2 is removed as it was discussed on buildroot mailing list that it is no longer needed. [Arnout: drop the 'improve uClibc' patch, update commit message, update to more recent version, update README.] Signed-off-by: Jouko Nikula <jouko.nikula@espotel.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* trace-cmd: use pkg-config instead of python-configRomain Naour2013-10-272-0/+56
| | | | | | | | | | | | | | | | | trace-cmd use python-config to find out which headers and libraries should be used to link against the Python libraries. By default, python-config returns paths that are inappropriate for cross-compilation. This patch replaces python-config with pkg-config as a workaround. Add PYTHON_VERS to build trace-cmd with python2 or python3 Fixes: http://autobuild.buildroot.net/results/980/980875810528ac1dee34b8c268d9b3c40b2e35ec/ Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/opkg: bumping version to 0.2.0Carsten Schoenert2013-10-271-5/+7
| | | | | | | | | | | | | | opkg has released a new version v0.2.0. The opkg community is also on the way to switching completely from subversion to git. The current git repository is placed on Bitbucket and will probably move once again if there will be find a new home for the project. https://bitbucket.org/opkg/opkg The new version 0.2.0 is almost a bugfixing release with a lot of small changes. This patch is adding the license info too. Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com>
* jq: new packageDanomi Manchego2013-10-273-0/+26
| | | | | | | | | | jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. [Peter: fix license, add flex/bison deps, force c99] Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perl: fix on uClibc without IPv6 supportFrancois Perrad2013-10-271-0/+61
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* packages/Config.in: Change entries titlesMaxime Hadjinlian2013-10-271-4/+4
| | | | | | | | | | This patch mostly fix the casing on different entries titles. It also changes the name of "Misc devices firmwares" to a simpler "Firmware". Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* packages/Config.in: Alphabetical entries sortingMaxime Hadjinlian2013-10-271-57/+57
| | | | | | | | | | | | This patch moves : "Filesystem and flash utilities" menu "X applications" category "JSON/XML" menu so they are in alphabetical order with the rest of the file. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* kobs-ng: test kernel version for redefinesSergey Alyoshin2013-10-271-6/+6
| | | | | | | | | | | | | | | | | | | | | kobs-ng failed to build with 2.6.36, because enum tested with #ifndef mtd.c: In function 'mtd_open': mtd.c:696:42: error: 'MTD_FILE_MODE_NORMAL' undeclared (first use in this function) mtd.c:696:42: note: each undeclared identifier is reported only once for each function it appears in mtd.c: In function 'mtd_set_ecc_mode': mtd.c:896:43: error: 'MTD_FILE_MODE_NORMAL' undeclared (first use in this function) mtd.c:914:43: error: 'MTD_FILE_MODE_RAW' undeclared (first use in this function) Do kernel version test before enum redefines. Signed-off-by: Sergey Alyoshin <alyoshin.s@gmail.com> Tested-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* kobs-ng: rename patch to comply to conventionSergey Alyoshin2013-10-271-0/+0
| | | | | | Signed-off-by: Sergey Alyoshin <alyoshin.s@gmail.com> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perl-cross: bump to version 0.8.3Francois Perrad2013-10-272-3/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* webkit: fix build with bison 3.0Arnout Vandecappelle2013-10-271-0/+22
| | | | | | | Apply a patch from upstream. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* webkit: number the patchesArnout Vandecappelle2013-10-277-0/+0
| | | | | Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Revert "berkeleydb: bump to version 6.0.20"Jérôme Pouiller2013-10-271-1/+6
| | | | | | | | | | | | BerkeleyDB has changed its license since version 6. New license (AGPL) may be incompatible with some packages. So we prefer to stick to version 5 This reverts commit 4c478de2e76ffc1d0a6dc413475307fd44a0a595. [Peter: adjust comment as suggested by Yann] Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ccache: expose control interface via 'make ccache-options'Tzu-Jung Lee2013-10-272-0/+20
| | | | | | | | | | | | | | usage: # set cache limit size make CCACHE_OPTIONS="--max-size=5G" ccache-options # zero statistics counters make CCACHE_OPTIONS="--zero-stats" ccache-options [Peter: drop the redundant ifeq] Signed-off-by: Tzu-Jung Lee <tjlee@ambarella.com> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* freetype: explicitly en/disable dependenciesArnout Vandecappelle2013-10-271-4/+16
| | | | | | | | | | | | For the target, add --with/out to configure options as needed. For the host, disable everything. This was triggered by a failing build of the host package because it tried to link the shared library with libbz.a, which isn't compiled with -fPIC. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* skeleton: Update /etc/protocols from Debian JessiePeter Sanford2013-10-271-12/+42
| | | | | | | This update adds IP protocols created in the last 20 years. Signed-off-by: Peter Sanford <psanford@nearbuysystems.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* bind: bump to version 9.6-ESV-R10Gustavo Zacarias2013-10-271-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux: mention 3.x.y kernels in 'custom version' helpThomas De Schampheleire2013-10-271-2/+2
| | | | | | | | (also fix grammatical error versions -> version) Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* defconfigs: update after rename of custom git repo/version optionsThomas De Schampheleire2013-10-2714-48/+48
| | | | | | [Peter: also update cubieboard2, freescale_imx6* and wandboard] Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux/uboot: line-up repository-related configuration optionsThomas De Schampheleire2013-10-272-17/+17
| | | | | | | | | Although the configuration options for custom repository locations and versions are very similar between the linux and uboot packages, there are some minor differences. This patch lines up both packages. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* u-boot: add support for custom Mercurial repositoryThomas De Schampheleire2013-10-273-8/+48
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux: add support for custom Mercurial repositoryThomas De Schampheleire2013-10-273-10/+57
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Remove redundant dollar signs in Config.in filesThomas De Schampheleire2013-10-268-11/+11
| | | | | | | | | | | | | | | Some Config.in(.host) files have constructs like: config FOO_VERSION string default "1.0" if FOO_1_0 default "2.0" if FOO_2_0 default $FOO_CUSTOM_VERSION if FOO_CUSTOM The dollar sign here is not needed and confusing, so can be removed. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Config.in.legacy: add separator to description for usersThomas De Schampheleire2013-10-261-0/+2
| | | | | | | | | | | | | | | When legacy symbols are selected, the menuconfig shows the explanation for users, immediately followed by the line "Legacy options removed in 2013.08". In order to visually keep these apart, we introduce a separator. Note that a line with all spaces is not correctly shown by menuconfig (the width will not be kept at 80 characters, so the output is '*** ***'). A dashed line seemed a logical alternative, and with another dashed line on top, the description becomes a block. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Config.in.legacy: update description for usersThomas De Schampheleire2013-10-261-4/+20
| | | | | | | | | This patch clarifies the message shown to users in the legacy menu. It explicitly mentions the need to save the configuration before disabling the legacy options. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Config.in.legacy: update description for developersThomas De Schampheleire2013-10-261-7/+43
| | | | | | | | | | | | | | | The existing comments in Config.in.legacy are not entirely in-line with current practice. The comments implies that BR2_LEGACY should not be set when the conversion from old-to-new symbol can be done automatically using the appropriate 'select' statements. However, none of the existing legacy options does it this way. Moreover, I think it's intentional that the user is notified of the change, so that the removal of the legacy options in later buildroot versions no longer poses a problem. Additionally, the comments now describe how to handle string options. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qt5base: fix QtGUI build without PNG supportPeter Korsgaard2013-10-261-0/+22
| | | | | | | Patch from upstream bug report: https://bugreports.qt-project.org/browse/QTBUG-33496 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qt5x11extras: new packageFatih Aşıcı2013-10-263-0/+52
| | | | | Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qt5serialport: new packageFatih Aşıcı2013-10-263-0/+51
| | | | | Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qt5sensors: new packageFatih Aşıcı2013-10-263-0/+67
| | | | | Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qt5quickcontrols: new packageFatih Aşıcı2013-10-263-0/+58
| | | | | Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qt5: bump to 5.1.1Fatih Aşıcı2013-10-269-74/+48
| | | | | | | | | | | | | Following patches are removed since they are upstreamed: - qt5base/qt5base-0001-eglconvenience-add-egl-to-CONFIG-to-get-correct-incl.patch - qt5jsbackend/qt5jsbackend-0002-fix-uclibc.patch Remove "-nomake demos" from configure options since "demos" directory is merged into examples. Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Tested-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* freetype: fix host buildPeter Korsgaard2013-10-261-0/+1
| | | | | | | | Fixes http://autobuild.buildroot.net/results/b49/b49c1c502215c7972d61c900e876909c9e79c312/ PNG support has to be explictly disabled now. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud