summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* uclibc: arc: bump to arc-4.8-R3 releaseAnton Kolesov2014-04-291-1/+1
| | | | | | Signed-off-by: Anton Kolesov <Anton.Kolesov@synopsys.com> Cc: Alexey Brodkin <Alexey.Brodkin@synopsys.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* util-linux: bump to version 2.24.2Gustavo Zacarias2014-04-293-45/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* imlib2: uses dlopen(), not available in static casesThomas Petazzoni2014-04-293-0/+12
| | | | | | | | | | | | | | | | | According to the imlib2 people, if you don't support dlopen(), you have a "crap box": image.h:16:4: warning: #warning "your crap box doesn't define RTLD_LOCAL !?" So, let's disable imlib2 when doing static linking. Fixes: http://autobuild.buildroot.net/results/b5e/b5ee859409cd626b769e8a159026e60ec6f29180/ [Peter: fix imlib2 comment as pointed out by Thomas] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* samba4: disable for avr32Gustavo Zacarias2014-04-291-0/+1
| | | | | | | | | | The toolchain is not up to the task, fixes: http://autobuild.buildroot.net/results/21f/21f5fd1fc8415abff1d1178843586956ef1fd1e3/ Also AVR32s are low on resources (RAM, no proper storage port, most of them short of flash) to handle it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qt 4.8.x : bump version to 4.8.6Sagaert Johan2014-04-292-146/+1
| | | | | | Dropped upstream patch fix-polyline-drawing.patch Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireshark: security bump to version 1.10.7Gustavo Zacarias2014-04-291-1/+1
| | | | | | | Fixes CVE-2014-2907 / WNPA-SEC-2014-06. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* upstream glibc 2.18/2.19 works fine with microblazeWaldemar Brodkorb2014-04-282-13/+1
| | | | | | | | | There is no need for Xilinx Git. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* use default gcc 4.8.2 for microblazeWaldemar Brodkorb2014-04-282-13/+3
| | | | | | | | | | Upstream gcc 4.8.2 works fine for microblaze, no need for Xilinx Git. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* use default binutils for microblazeWaldemar Brodkorb2014-04-282-13/+7
| | | | | | | | | | | Upstream binutils 2.24 works fine for microblaze, no need for Xilinx Git. [Peter: disable older versions as suggested by Gustavo] Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lsof: needs mmuGustavo Zacarias2014-04-281-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/f03/f03fd887cfb353149d88c97afa380bd95d6315f1/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ofono: add init scriptJerônimo Lopes2014-04-282-0/+26
| | | | | Signed-off-by: Jerônimo Lopes <lopesjeronimo@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ofono: bump to version 1.14Jerônimo Lopes2014-04-281-1/+1
| | | | | Signed-off-by: Jerônimo Lopes <lopesjeronimo@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* connman: bump to version 1.23Jerônimo Lopes2014-04-281-1/+1
| | | | | Signed-off-by: Jerônimo Lopes <lopesjeronimo@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* htop: bump to version 1.0.3Gustavo Zacarias2014-04-283-3/+4
| | | | | | [Peter: also update upstream URL in Config.in] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libcgicc: bump to version 3.2.14Gustavo Zacarias2014-04-281-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dtc: don't treat warnings as errorsBaruch Siach2014-04-281-5/+9
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/c1e/c1e0764f27e6c842a2a324b7b2dc5052ff10f13b/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* iproute2: fix build without threadsBaruch Siach2014-04-281-2/+2
| | | | | | | | | | | arpd link command lists -pthread explicitly. Disable arpd when threads are not supported. Fixes: http://autobuild.buildroot.net/results/88e/88eac71e674f773439b953956af3ded71465cf9e/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* picocom: needs MMUBaruch Siach2014-04-281-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/570/57053f429f59cc7c064bb37a1d6d5a635324cd41/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libdrm: Explain dependency on xorg in KconfigBernd Kuhls2014-04-271-0/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux: bump to version 3.14.2Gustavo Zacarias2014-04-271-2/+2
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: bump 3.{4,10,14}.x seriesGustavo Zacarias2014-04-271-3/+3
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* bustle: fix static buildBaruch Siach2014-04-271-1/+6
| | | | | | | | | | Use pcap-config to list optional libpcap dependencies needed for static link. Fixes: http://autobuild.buildroot.net/results/569/56987b9c39376d2443b96160485f4fd8eefda9bb/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* filemq: bump git snapshotBaruch Siach2014-04-271-2/+2
| | | | | | | | | | | | | For API compatibility with czmq version 2.2.0. Fixes: http://autobuild.buildroot.net/results/971/971e2f88a533cc829516b1cf426f6b1c27d0d82b/ Also, switch to github helper. Cc: Simon Dawson <spdawson@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* evemu: fix make-event-names.py for python3 syntaxPeter Seiderer2014-04-271-0/+162
| | | | | Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* czmq: fix license after version bumpPeter Korsgaard2014-04-261-2/+2
| | | | | | | czmq is now under the MPLv2.0 license. For more details, see https://github.com/zeromq/czmq/commit/eabe063c2588cde0af90e Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* czmq: bump version to v2.2.0Simon Dawson2014-04-261-1/+1
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libtpl: bump version to v1.6.1Simon Dawson2014-04-261-1/+1
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ltp-testsuite: does not build on NIOS IIThomas Petazzoni2014-04-261-0/+3
| | | | | | | | | Fixes: http://autobuild.buildroot.org/results/1ae/1aef491ec016ddd601446164c5b97ce480e755e6/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ltp-testsuite: re-enable on AArch64Thomas Petazzoni2014-04-261-4/+0
| | | | | | | | | Since the bump of ltp-testsuite to a more recent version, the support for AArch64 is now working correctly, so we can remove the exclusion of this architecture from the ltp-testsuite package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gdb: not available on NIOS IIThomas Petazzoni2014-04-261-2/+2
| | | | | | | | | | | | The mainline gdb does not have support for NIOS II, even just for gdbserver. Fixes: http://autobuild.buildroot.org/results/e57/e57aa016d6a73e59c404a7eb43c7bf5c16cbcbdc/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uboot: bump to version 2014.04Alexey Brodkin2014-04-261-2/+2
| | | | | | | | Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* evemu: use sysroot provided input.h file (instead of host system version)Peter Seiderer2014-04-262-0/+34
| | | | | | | | | Add patch for src/make-event-names.py to use sysroot provided input.h instead of hard coded '/usr/include/linux/input.h' (host system version) one. Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* acpid: add patch to fix build failure with external uClibc toolchainsThomas Petazzoni2014-04-251-0/+40
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Revert "acpid: unavailable for external uClibc toolchains"Thomas Petazzoni2014-04-251-3/+0
| | | | | | | This reverts commit ec6aaa4706d6826aca4e48ea65bbebbd893f76d6. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* evemu: bump version to 1.2.0Peter Seiderer2014-04-253-1/+45
| | | | | | [Peter: add patches for modern kernel headers and to disable tests] Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ne10: bump version to 1.0.0Baruch Siach2014-04-243-6/+38
| | | | | | | | | | | | | | | | | | Switch to github helper while at it. Depend on BR2_ARM_FPU_NEON || BR2_ARM_FPU_NEON_VFPV4 so that the toolchain wrapper will add -mfpu=neon, and avoid the following error: .../include/arm_neon.h:32:2: error: #error You must enable NEON instructions (e.g. -mfloat-abi=softfp -mfpu=neon) to use arm_neon.h Note that this error doesn't show in the build-end.log referenced below because of the log lines limit. Fixes: http://autobuild.buildroot.net/results/a2c/a2ca3fe245e410a738f4b10631a1414696a0edea/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* acpid: unavailable for external uClibc toolchainsGustavo Zacarias2014-04-241-0/+3
| | | | | | | | | | External non-patched uClibc toolchains lack the MSG_CMSG_CLOEXEC definition, so does internal uClibc <0.9.33, so exclude it for those scenarios. Fixes: http://autobuild.buildroot.net/results/6d4/6d471942788fa05f324649ab15e6ca382e46df9c/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* pkg-cmake.mk: replace "echo -en" with printfSamuel Martin2014-04-241-1/+1
| | | | | | | | | printf is POSIX-compliant, echo -e is not. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Cc: Arnout Vandecappelle <arnout@mind.be> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mpd: bump to version 0.18.10Gustavo Zacarias2014-04-241-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dnsmasq: bump versionPeter Korsgaard2014-04-241-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* toolchain: enable internal for aarch64Gustavo Zacarias2014-04-241-1/+1
| | | | | | | | | Enable the internal toolchain backend for aarch64. Tested with arm_foundationv8_defconfig and ARMs foundation v8 emulator. Both glibc & eglibc work. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gcc: enable for aarch64Gustavo Zacarias2014-04-241-5/+6
| | | | | | | Only version 4.8+ supports it so keep it narrowed down. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* binutils: disable <2.24 for aarch64Gustavo Zacarias2014-04-241-6/+6
| | | | | | | | | | | | | | Versions lower than 2.24 fail to build a working kernel as in: Freeing unused kernel memory: 184K (ffffffc00059a000 - ffffffc0005c8000) init[1]: unhandled level 2 translation fault (11) at 0x00000008, esr 0x92000006 pgd = ffffffc876403000 [00000008] *pgd=00000008f6ea0003, *pmd=0000000000000000 [Peter: adjust commit message] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/gcc: disable libsanitizer for uClibcGustavo Zacarias2014-04-241-0/+5
| | | | | | | | | | | libsanitizer requires wordexp() support which we lack in our current default uClibc configurations (and it's fat & big). Hence disable it when the toolchain is uClibc-based. It only affects gcc 4.9+ since it's default on now for supported platforms. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* arm: update processor typesGustavo Zacarias2014-04-242-6/+13
| | | | | | | | Update the arm processor types: add the cortex A12 variant supported by gcc 4.9.x Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* toolchain: add gcc 4.9 seriesGustavo Zacarias2014-04-247-0/+213
| | | | | | | | | | Add the recently released gcc 4.9.0. Use 4.8.2 patches and remove those that no longer apply/are needed (mostly PR fixes and xtensa). libmudflap was removed upstream. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: bump 3.{12,13}.x seriesGustavo Zacarias2014-04-241-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* proftpd: fix largefile file size printingPeter Korsgaard2014-04-241-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | The configure script uses AC_TRY_RUN to detect if it can use the %llu format string for printing the file size, which doesn't work when cross compiling. We unfortunately cannot AUTORECONF the package, so instead patch configure to force it on if we know we support it. E.G.: dd if=/dev/zero of=/home/ftp/file bs=1M seek=8000 count=1 1+0 records in 1+0 records out total 1032 -rw-r--r-- 1 root root 8389656576 Jan 1 00:00 file ncftp / > ls -l -rw-r--r-- 0 0 8389656576 Jan 1 00:00 file VS: ncftp / > ls -l -rw-r--r-- 0 0 4094689280 Jan 1 00:00 file Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* proftpd: bump versionPeter Korsgaard2014-04-243-2/+56
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst1-libav: bump versionPeter Korsgaard2014-04-241-1/+1
| | | | | | | | Bug reports fixed in this release: * 727779 : avdec_h264, matroskademux: crash while seeking (1.2 regression) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud