summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* libnfs: new packageMaxime Hadjinlian2014-01-193-0/+28
| | | | | | | | | | | nfs userspace implementation. This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli <ebsi4711@gmail.com> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: gimli <ebsi4711@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libcdio: new packageMaxime Hadjinlian2014-01-193-0/+30
| | | | | | | | | | | The GNU Compact Disc Input and Control library. This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli <ebsi4711@gmail.com> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: gimli <ebsi4711@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libbluray: new packageMaxime Hadjinlian2014-01-193-0/+38
| | | | | | | | | | | | LIBBLURAY is a client library for accessing bluray disks. This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli <ebsi4711@gmail.com> [Peter: zlib+bzip2 not needed, freetype+libxml optional] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: gimli <ebsi4711@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* urg: make sdl support optionalSamuel Martin2014-01-192-6/+7
| | | | | | | | | | Only enable SDL support if SDL and SDL_net are already enabled in the configuration. [Peter: drop SDL comment] Signed-off-by: Samuel Martin <s.martin49@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* transmission: use <PKG>_INSTALL_INIT_SYSV infra instead of custom hookSamuel Martin2014-01-191-7/+7
| | | | | | | [Peter: only install if _DAEMON is enabled] Signed-off-by: Samuel Martin <s.martin49@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* transmission: add url in Config.inSamuel Martin2014-01-191-0/+2
| | | | | | [Peter: use homepage rather than trac as pointed out by Yann] Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* eigen: add C++ toolchain dependencySamuel Martin2014-01-191-0/+4
| | | | | | | | | | As said in its help text, eigen heavily uses C++ features. So, explicit this dependency in the Config.in. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/linux-firmware: add iwlwifi 3160 and 7260 firmware filesYann E. MORIN2014-01-192-0/+22
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/linux-firmware: bumpYann E. MORIN2014-01-191-1/+1
| | | | | 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-01-191-1/+1
| | | | | | | Bump to linux-3.10.27, plus a slew of RPi-specific fixes. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/rpi-userland: bumps for misc fixes and improvementsYann E. MORIN2014-01-191-1/+1
| | | | | | | | A slew of fixes and improvements, specially directed toward, but not limited to, the sample codes. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/rpi-firmware: bump for misc fixes/improvementsYann E. MORIN2014-01-191-1/+1
| | | | | | | | | | | | | Bring a slew of fixes and improvements to: - boot hang - camera zoom, night mode - MJPEG decoder/encoder - video decoder/encoder - dispmanx (3D engine) - documentation Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* netstat-nat: add license informationAxel Lin2014-01-191-0/+2
| | | | | Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ffmpeg: Bump version to 1.2.5Bernd Kuhls2014-01-171-1/+1
| | | | | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Revert "prevent recursion in %_defconfig rules"Yann E. MORIN2014-01-171-4/+0
| | | | | | | | | | | | | | | | This reverts commit 94dd02f5d0ce89549a82a99c56602e1c4a73bae7. The change breaks defconfigs from BR2_EXTERNAL, both for in-tree and out-of-tree builds. Besides, the problem reported in 94dd02f could not be reproduced. I can read French, and I suspect a relative path was used for either BR2_EXTERNAL or O. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Jérémy Rosen <jeremy.rosen@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* luasocket: fix build with uClibc without IPv6Francois Perrad2014-01-171-0/+217
| | | | | | | see http://autobuild.buildroot.net/results/698/6989e71bf50946d62b696dbe07e8f00679b6aad9/ Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* socketcand: bump version and remove obsolete patchYegor Yefremov2014-01-172-26/+1
| | | | | | | | The latest socketcand revision replaced 'cp -n' with proper 'install command. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sconeserver: needs NPTLBaruch Siach2014-01-171-0/+6
| | | | | | | | Fixes http://autobuild.buildroot.net/results/fb8/fb8d071411b571780806792b7436d20f62a9a0f7/. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gst-ffmpeg: Use internal libav instead of external ffmpegBernd Kuhls2014-01-163-6/+130
| | | | | | | | | | | | | | | External ffmpeg 1.2.4 is incompatible, gst-ffmpeg suggests to always use internal libav. Adding one patch: Fixes compiling with gcc-4.7: gst-ffmpeg-0.10.13_gcc47.patch (taken from Slackware) Fixes http://autobuild.buildroot.net/results/ab8/ab8ec4904020ceb848a1e50f1865f594f46b8295/ http://autobuild.buildroot.net/results/f0a/f0a420015a92ebb8868c41c0dbf82cf27b2bdd0f/ Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mpc: bump to version 1.0.2Gustavo Zacarias2014-01-161-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* weston: fix fbdev backend.eric.le.bihan.dev@free.fr2014-01-161-0/+46
| | | | | | | | | | | | | | | | | | | | The compilation of the program weston-launcher is currently disabled, so the only way to launch Weston (on framebuffer) is to execute (as root): $ openvt -c 2 -s -- weston \ --backend=/usr/lib/weston/fbdev-backend.so \ --tty=2 \ --log=/tmp/weston.log Unfortunately you will only end up with a black screen. The reason is given in the log file: /dev/tty2 is already in graphics mode, is another display server running? Here is the fix from upcoming version 1.4. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sysprof: bump versionPeter Korsgaard2014-01-164-54/+1
| | | | | | And drop patches now upstream. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux: bump to version 3.12.8Gustavo Zacarias2014-01-161-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* linux-headers: bump 3.{4, 10, 12}.x stable versionsGustavo Zacarias2014-01-161-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lvm2: cleanup: remove the unused variable LVM2_BINSFabio Porcedda2014-01-161-11/+0
| | | | | | | | The LVM2_BINS variable is a leftover of the commit 564e0c7e655f4cbb225427230cf3b22be0575653. Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* git: bump to version 1.8.5.3Jerzy Grzegorek2014-01-161-1/+1
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: fix white spacesJerzy Grzegorek2014-01-167-11/+11
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* rt-tests: disable NPTL is missingBaruch Siach2014-01-161-4/+6
| | | | | | | | Fixes http://autobuild.buildroot.net/results/8aa/8aaa4b56a53241b7342fede568fbc72a7656cc38/. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* vlc: add udev supportSimon Dawson2014-01-161-1/+7
| | | | | Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* tvheadend: disable when NPTL is missingBaruch Siach2014-01-161-1/+6
| | | | | | | | Fixes http://autobuild.buildroot.net/results/0ae/0ae5c5158215a48d4d4849f52837bbe4b36db381/. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* vlc: add libmodplug supportSimon Dawson2014-01-161-1/+7
| | | | | | | | | Commit 0a5d5240157f1df80d2457db2a153821f56997d8 added a libmodplug package to Buildroot; this means that libmodplug support can now be enabled for the vlc package. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* busybox: udhcpc script: suppress useless error messageBaruch Siach2014-01-161-1/+1
| | | | | | | | | Suppress the following error: route: SIOCDELRT: No such process Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gob2: bump to version 2.0.20Jerzy Grzegorek2014-01-161-1/+2
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* gob2: rename patches to add sequence numbersJerzy Grzegorek2014-01-161-0/+0
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/linux-firmware: Add cxgb4 firmwareJeremy Kerr2014-01-162-0/+11
| | | | | | | This change adds firmware for the Chelsio T4 1Gb/10Gb ethernet cards. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/linux-firmware: Add bnx2x firmwareJeremy Kerr2014-01-162-0/+18
| | | | | | | | | Add revision 17 of the Broadcom NetXtreme II 10Gb ethernet driver. We also add an ethernet submenu for the firmware selection. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/linux-firmware: Fix "firmwares" pluralJeremy Kerr2014-01-161-2/+2
| | | | | | | | Minor nit: Like "hardware", "software" and "sheep", the plural of "firmware" is "firmware". Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* usb_modeswitch_data: bump to version 20131113Axel Lin2014-01-161-1/+1
| | | | | | | | | | | | 20131113: Added devices: Quanta 1KR / USB-lte 7410, Quanta MobileGenie 4G lte, AVM Fritz!Wlan USB N v2, Alcatel-sbell ASB TL131 TD-LTE, Vodafone K4305, K5150, K4201, K4202 and K4606; ZTE MF821D (Variant), ZTE MF70, ZTE MF60, Haier EVDO Rev. A; several cleanups and fixes. Special thanks to Lars Melin for many device contributions and corrections! Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libmodplug: bump to version 0.8.8.4Maxime Hadjinlian2014-01-161-1/+1
| | | | | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* arch: add support for "jaguar" AMD CPU optimisationsAdrien Béraud2014-01-153-5/+18
| | | | | | | | | | | | | AMD Jaguar ( https://en.wikipedia.org/wiki/Jaguar_%28microarchitecture%29 ) is suddenly a popular architecture since it is used in the PS4 and the XBox One. Many embedded systems are also likely to use it in the next years. This patch adds support for GCC architecture-specific optimisations and tuning for these CPUs. These optimizations are available with GCC 4.8+. Signed-off-by: Adrien Beraud <adrien.beraud@savoirfairelinux.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libfcgi: needs mmuGustavo Zacarias2014-01-151-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/93a/93a7f816b5c70a247491063ca733b537ee7aec65/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* psplash: use git repositoryLucas De Marchi2014-01-151-3/+3
| | | | | | | | | | psplash doesn't see a new release for quite some time. The lattest commits brought some nice bug fixes and a feature that allows to easily customize the splash image. [Peter: COPYING file no longer available] Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* toolchain-external: Fix ld.so naming with uClibc and EABIhf.Stefan Sørensen2014-01-151-1/+1
| | | | | | | | | Currently ld-linux-armhf.so.* is added to external libs when using an EABIhf toolchain, but this naming is not used by uClibc. Fix by adding a check for glibc. Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* protobuf-c: Don't require protobuf on target.Stefan Sørensen2014-01-152-2/+1
| | | | | | | | protobuf-c only requires protobuf when building the protoc compiler, hence protobuf can be dropped from the target dependencies. Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libmodplug: new packageMaxime Hadjinlian2014-01-153-0/+24
| | | | | | | | | | MOD music file decoder. This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli <ebsi4711@gmail.com> [Peter: fix toolchain comment + file header. Add _LICENSE_FILES] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* busybox: udhcpc script: create resolv.confBaruch Siach2014-01-151-0/+1
| | | | | | | | | Eliminate the following error message on every boot: grep: /etc/resolv.conf: No such file or directory Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mmc-utils: new packageSébastien Szymanski2014-01-153-0/+30
| | | | | | | | mmc-utils provides tools to manipulate mmc device registers. [Peter: drop uninstall, move to filesystem and flash utilities] Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* mpd: add more gcc exclusionsGustavo Zacarias2014-01-151-1/+4
| | | | | | | | | | | | The codesourcery powerpc toolchains also include a gcc that's too old for mpd to build properly. Fixes: http://autobuild.buildroot.net/results/be0/be0aff9814ded4ba74999283530b805af01992da/ Also add toolchain comment exclusion for avr32 & sparc since it won't be available anyway. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* busybox 1.22.0: add line edit patchGustavo Zacarias2014-01-151-0/+12
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: fix STRIP_none handlingNoam Camus2014-01-151-0/+2
| | | | | | | It was with reversed logic Signed-off-by: Noam Camus <noamc@ezchip.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud