summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* website: get rid of 'Related Sites' listPeter Korsgaard2013-10-261-20/+0
| | | | | | | As discussed on the dev day. These sites are not really directly related to Buildroot. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docker: add license infoArnout Vandecappelle2013-10-261-0/+4
| | | | | Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docker: change into generic-packageArnout Vandecappelle2013-10-263-37/+10
| | | | | | | | | | | | | | | | | docker is using autotools-package while it is in fact just a plain make package. Remove docker-1.5-skip-configure.patch which was just a hack to avoid calling the non-existent configure script. Remove docker-1.5-pkgconfig.patch which is not needed when PATH is set appropriately. Add a XLIBPATH option to the command line to avoid linking with /usr/X11R6/lib. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* matchbox-lib: patch up support for libpng 1.5+Gustavo Zacarias2013-10-261-0/+26
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* fbv: patch up support for libpng 1.5+Gustavo Zacarias2013-10-261-0/+24
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libpng: bump to version 1.6.6Gustavo Zacarias2013-10-261-3/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* freetype: bump to version 2.5.0.1Gustavo Zacarias2013-10-261-2/+12
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dnsmasq: bump to version 2.67Gustavo Zacarias2013-10-253-171/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libfreefare: new repositoryArnaud Aujon2013-10-252-2/+2
| | | | | | [Peter: also adjust upstream URL] Signed-off-by: Arnaud Aujon <arnaud.aujon@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gnutls: security bump to version 3.2.5Gustavo Zacarias2013-10-251-1/+1
| | | | | | | Fix for GNUTLS-SA-2013-3. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud