summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* php-ssh2: new packageGustavo Zacarias2014-02-123-0/+35
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* php-yaml: new packageGustavo Zacarias2014-02-123-0/+35
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* php-zmq: new packageGustavo Zacarias2014-02-123-0/+52
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* php: fix for external extensionsGustavo Zacarias2014-02-122-3/+47
| | | | | | | | | | Adjust phpize and php-config to make them work for cross-compiled external extensions. While at it also fix dl* issues that prevent said extensions from loading. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-libav: bump versionPeter Korsgaard2014-02-121-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-plugins-bad: bump versionPeter Korsgaard2014-02-121-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-plugins-ugly: bump versionPeter Korsgaard2014-02-121-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-plugins-good: bump versionPeter Korsgaard2014-02-121-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-plugins-base: bump versionPeter Korsgaard2014-02-121-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gstreamer1: bump versionPeter Korsgaard2014-02-121-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* connman: bump versionPeter Korsgaard2014-02-111-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* usb_modeswitch_data: bump to version 20140129Axel Lin2014-02-111-1/+1
| | | | | | | | 20140129: Minor bug fix in configs 19d2:0149 and 19d2:2000 (Lars Melin reported) Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* usb_modeswitch: bump to version 2.1.0Axel Lin2014-02-111-1/+1
| | | | | | | | | | | | | Version 2.1.0, 2014/01/28 ATTENTION: -I flag meaning reversed, default is to skip SCSI inquiry; introduction of StandardEject, replacing many MessageContents with the same function, reducing size of device config files, and always including the 'Allow Medium Removal' before ejecting (thanks to Lars Melin for the idea); fix in "bulk_read", removing bogus CSW request (report from "Sonya@zte") Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* f2fs-tools: bump to version 1.3.0Axel Lin2014-02-111-1/+1
| | | | | | | | | This version includes: - add f2fstat tool - critical bug fix on nat bitmaps Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* kickoff 2014.05 development cyclePeter Korsgaard2014-02-111-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Update for 2014.02-rc1Peter Korsgaard2014-02-114-9/+22
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* CHANGES: update with recent changesPeter Korsgaard2014-02-111-16/+16
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sdl: fix autoreconf timing issueMaxime Hadjinlian2014-02-111-17/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Context: The autobuilders were failing on the symbol _XData32 being in conflicts. A patch had been added to SDL to add a check to the configure.in Problem: Sometimes, the build would fail, because of an _XData32 symbol being in conflicts eventhrough the patch was here. What was happening: Following the classic buildroot workflow: - Extract - [...] - Apply 001 patch, which touches configure.in AND configure - Apply 002 patch, which touches configure.in - Invoke autogen.sh - [...] Right before running autogen.sh, we have configure.in which is more recent than configure, which is fine. We then, execute autogen.sh which, basically, runs autoconf. If your machine was lighty loaded, the time difference between configure.in and configure was really tiny (ms order), which seems to be neglected by autoconf. The results was that the configure was *NOT* generated. And our second patch was not taken into account. If your machine was under heavy load, the time difference between the two files would have been greater and then *maybe* picked up by autoconf. And then the configure file was re-generated. When the 0001 patch was introduced, SDL package did *NOT* run it's autogen.sh, which is why it touches also the configure. This came later, causing this behavior. Fixes: http://autobuild.buildroot.net/results/d1c/d1c36f634dbf6b6e5d18444c2a23dfd129202b80/ Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libsigsegv: disable for ARCAnton Kolesov2014-02-111-0/+1
| | | | | | | | | | Fixes http://autobuild.buildroot.net/results/5cd/5cd051937a9471f7fb47363e868cb4b61d788d75/build-end.log The ARC uClibc port doesn't provide ucontext_i.sym file required to enable context manipulation routines that libsigsegv needs. Signed-off-by: Anton Kolesov <anton.kolesov@synopsys.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* rpcbind: uses fork(), needs MMUThomas Petazzoni2014-02-111-0/+3
| | | | | | | | | Fixes: http://autobuild.buildroot.net/results/d7c/d7c788749b54275154cc3934a7a32385cd72be61/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Makefile.legacy: fix recursive invocation with BUILDROOT_DL_DIR and _CONFIGArnout Vandecappelle2014-02-112-3/+12
| | | | | | | | | | | | | | | | | | The legacy support for the old BUILDROOT_DL_DIR and BUILDROOT_CONFIG breaks down when make is invoked recursively - which is done in a few cases, e.g. silentoldconfig, external-defs, ... These targets always give a legacy error. For BUILDROOT_DL_DIR, this is fixed by making sure that the original value of BR2_DL_DIR taken from the environment is also exported again. For BUILDROOT_CONFIG, this is fixed with an additional comparison of the environment variable's value with the fake value that we introduce ourselves. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jpeg-turbo: fix "jpegtran" spelling in target-install hookDanomi Manchego2014-02-111-1/+1
| | | | | | | | Use correct bin name so that JPEG_TURBO_REMOVE_USELESS_TOOLS fixup actually removes it. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libjpeg: fix "jpegtran" spelling in target-install hookDanomi Manchego2014-02-111-1/+1
| | | | | | | | Use correct bin name so that LIBJPEG_REMOVE_USELESS_TOOLS fixup actually removes it. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* CHANGES: update with recent changesPeter Korsgaard2014-02-101-26/+33
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/raspberrypi: remove packages not strictly requiredYann E. MORIN2014-02-101-2/+0
| | | | | | | | rpi-userland and libcoffi are not strictly required to boot up the Raspberry Pi, so remove them from the defconfig. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/raspberrypi: bump kernel versionYann E. MORIN2014-02-101-1/+1
| | | | | | | Bump from rpi-3.10.27 to rpi-3.10.29. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* cpanminus: remove itFrancois Perrad2014-02-103-88/+0
| | | | | | | cpanminus was marked as broken, now it becomes useless with the Perl infrastructure. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* perl: remove useless patchFrancois Perrad2014-02-101-16/+0
| | | | | | | | | The Perl infrastructure uses a host version of Module-Build (see previous commit "host-perl-module-build: new package"). The target version is never used, so no need to patch it. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* host-perl: export and rename PERL5LIBFrancois Perrad2014-02-102-8/+5
| | | | | | | | | | The official Perl documentation refers only to PERL5LIB. PERLLIB is obsolete, we don't need to be compatible with Perl4. PERL5LIB is used in all environment, so it is simpler to just export it. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* beaglebone: change to zImageAnders Darander2014-02-101-0/+1
| | | | | | | | The default U-Boot configuration is now to use a zImage instead of uImage. Signed-off-by: Anders Darander <anders@chargestorm.se> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* beaglebone: update to latest U-BootAnders Darander2014-02-101-1/+1
| | | | | | | | | | | Update to the default version of U-Boot, at this time 2013.10. Tested with an old uEnv.txt (i.e. using uImage) and with the currently prefered zImage. Signed-off-by: Anders Darander <anders@chargestorm.se> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* am33x-cm3: update to latest versionAnders Darander2014-02-102-7/+12
| | | | | | | | | | | | | | This goes hand-in-hand with the kernel update. The version is taken from meta-ti. The new kernel version, 3.12, requires a newer PM FW. This should correspond to v05.00.00.02, though that tag has not been pushed... Signed-off-by: Anders Darander <anders@chargestorm.se> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* beaglebone: update to TI 3.12 kernelAnders Darander2014-02-102-35/+74
| | | | | | | | | | | | | | | | Git repo version is taken from meta-ti. It's a 3.12.10 kernel with TI's own patches on top. The defconfig has been kept rather close to our old defconfig. The kernel has been boot-tested using an NFS-root. Apart from the kernel change, the linux headers has also been updated from 3.8.12 to 3.12.10. [Peter: drop UEVENT_HELPER_PATH setting] Signed-off-by: Anders Darander <anders@chargestorm.se> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* madplay: fixes build when toolchain has locale supportJulien Boibessot2014-02-102-1/+2
| | | | | | | | | | | Otherwise build fails in intl/relocatable.c with: ./relocatable.c: In function 'libintl_relocate': ./relocatable.c:402:40: error: 'INSTALLPREFIX' undeclared (first use in this function) ./relocatable.c:402:40: note: each undeclared identifier is reported only once for each function it appears in [Peter: drop redundant 'else' part] Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libtorrent: disable on ARC archAnton Kolesov2014-02-102-0/+6
| | | | | | | | | | | | | Libtorrent has dependencies on atomic operations. However ARC GCC doesn't implement those at the moment so package should be disabled. Rtorrent depends on libtorrent. This fixes: http://autobuild.buildroot.net/results/51414e22c8ea47c38df20d864526a370c5a895d7/ Signed-off-by: Anton Kolesov <anton.kolesov@synopsys.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* barebox: bump to version 2014.02.0Fabio Porcedda2014-02-101-2/+2
| | | | | Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* docs/news.html: add report from FOSDEM meetingPeter Korsgaard2014-02-091-0/+11
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux: don't automatically set uevent_helper with mdev /dev managementThomas De Schampheleire2014-02-091-2/+0
| | | | | | | | | | | | | | | | | | | When mdev /dev management is chosen in the buildroot configuration, the Linux configuration is updated automatically to set option CONFIG_UEVENT_HELPER_PATH to "/sbin/mdev". However, the help text of this option explicitly recommends not setting this option due to large performance impact during boot (experienced first hand by the reporter ánd author). The mdev startup script S10mdev already sets the helper during userspace boot, which will make sure mdev is working correctly. Fixes bug #6596: https://bugs.busybox.net/show_bug.cgi?id=6596 Reported-by: Andreas Koop <andreas.koop@zf.com> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* CHANGES: update with recent changesPeter Korsgaard2014-02-091-43/+81
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* infra: replace BUILDROOT_CONFIG with BR2_CONFIGArnout Vandecappelle2014-02-098-22/+34
| | | | | | | | | | | | | | | To make the naming consistent (all user-visible options should be prefixed with BR2_). An entry is added to Makefile.legacy to warn users who have set BUILDROOT_CONFIG but not BR2_CONFIG. Still export BUILDROOT_CONFIG but pointing to some phony value, to make sure that scripts that still use it fail in a predictable way. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Jérémy Rosen <jeremy.rosen@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* vlc: fix typo when setting VLC_CONF_ENVSamuel Martin2014-02-091-1/+1
| | | | | | | | Fixes: http://autobuild.buildroot.org/results/917/917c26656557d50f869639162ec7e9d0f3399824/build-end.log Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* vlc: fix glx supportSamuel Martin2014-02-091-0/+7
| | | | | | | | | | | glx support is provided by the mesa3d package; so, enable it only when mesa3d is part of the package selection. Fixes: http://autobuild.buildroot.org/results/9b4/9b46021ea0064850ce8f1adcb5455d6da5bff459/build-end.log Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* kexec: fix build failureSamuel Martin2014-02-091-0/+28
| | | | | | | | | | | Add patch retrived from upstream and fixing undefined bzImage_support_efi_boot build failure. Fixes: http://autobuild.buildroot.org/results/c35/c3525dd25a37db7a976c7019901160e449363b5d/build-end.log Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* kexec: rename patch to add sequence numberSamuel Martin2014-02-091-0/+0
| | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* trace-cmd: needs mmuRomain Naour2014-02-091-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/0b7/0b73c684b3d7edcd818cb113fda534e552028d58/build-end.log Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* trace-cmd: disable on avr32Romain Naour2014-02-091-0/+1
| | | | | | | | | | AVR32 does not have TLS support. Fixes: http://autobuild.buildroot.net/results/e24/e24af3ceb125da50f0f5cbffb0e3ca091c68af33/build-end.log Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* infra: replace BUILDROOT_DL_DIR with BR2_DL_DIR.Arnout Vandecappelle2014-02-096-13/+31
| | | | | | | | | | | To make the naming consistent (all user-visible options should be prefixed BR2_). An entry is added to Makefile.legacy to warn users who have set BUILDROOT_DL_DIR but not BR2_DL_DIR. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* kmod: really pass --disable-manpagesPeter Korsgaard2014-02-091-3/+3
| | | | | | | | | The line below overwrites KMOD_CONF_OPT, so move the --disable-manpages options below. Fixes http://autobuild.buildroot.net/results/842/842131307c171e1bc5a1e918996d53b00ddb1be3/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pkg-autotools: fixup pkg_CONFIGURE_CMDS after DISABLE_DOCUMENTATION removalPeter Korsgaard2014-02-091-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* infra: remove separate definition of DISABLE_DOCUMENTATIONThomas De Schampheleire2014-02-082-11/+6
| | | | | | | | | Since we now always disable documentation on target, there is no need to have a separate variable DISABLE_DOCUMENTATION anymore. Suggested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud