Alexander Dahl
  1. Alexander Dahl

buildroot

Public
AuthorCommitMessageCommit dateIssues
Yann E. MORINYann E. MORIN
b4ce9a04f05Revert "prevent recursion in %_defconfig rules"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@...
Francois PerradFrancois Perrad
c29fd9001beluasocket: fix build with uClibc without IPv6see http://autobuild.buildroot.net/results/698/6989e71bf50946d62b696dbe07e8f00679b6aad9/ Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Yegor YefremovYegor Yefremov
074a420cf32socketcand: bump version and remove obsolete patchThe 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>
Baruch SiachBaruch Siach
304cb4d512csconeserver: needs NPTLFixes http://autobuild.buildroot.net/results/fb8/fb8d071411b571780806792b7436d20f62a9a0f7/. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
6ea49a23df3gst-ffmpeg: Use internal libav instead of external ffmpegExternal 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 ...
Gustavo ZacariasGustavo Zacarias
1ed7b6c34a4mpc: bump to version 1.0.2Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
eric.le.bihan.dev@free.freric.le.bihan.dev@free.fr
21cb4b35e21weston: fix fbdev backend.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...
Peter KorsgaardPeter Korsgaard
29b6093f717sysprof: bump versionAnd drop patches now upstream. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
5ef0766cde2linux: bump to version 3.12.8Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
8a08bca8d70linux-headers: bump 3.{4, 10, 12}.x stable versionsSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabio PorceddaFabio Porcedda
73ad2735a2elvm2: cleanup: remove the unused variable LVM2_BINSThe 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>
Jerzy GrzegorekJerzy Grzegorek
111331f3d6bgit: bump to version 1.8.5.3Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Jerzy GrzegorekJerzy Grzegorek
0e26991f790package: fix white spacesSigned-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Baruch SiachBaruch Siach
881c487e881rt-tests: disable NPTL is missingFixes http://autobuild.buildroot.net/results/8aa/8aaa4b56a53241b7342fede568fbc72a7656cc38/. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Simon DawsonSimon Dawson
96b7f4e9a91vlc: add udev supportSigned-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Baruch SiachBaruch Siach
56d0da839cetvheadend: disable when NPTL is missingFixes http://autobuild.buildroot.net/results/0ae/0ae5c5158215a48d4d4849f52837bbe4b36db381/. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Simon DawsonSimon Dawson
7284399e553vlc: add libmodplug supportCommit 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>
Baruch SiachBaruch Siach
ce2867352dfbusybox: udhcpc script: suppress useless error messageSuppress 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>
Jerzy GrzegorekJerzy Grzegorek
2b9a268f29agob2: bump to version 2.0.20Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Jerzy GrzegorekJerzy Grzegorek
abed655495egob2: rename patches to add sequence numbersSigned-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Jeremy KerrJeremy Kerr
f6f7c8771f4package/linux-firmware: Add cxgb4 firmwareThis 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>
Jeremy KerrJeremy Kerr
bd483443ec1package/linux-firmware: Add bnx2x firmwareAdd 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>
Jeremy KerrJeremy Kerr
8ac836c5324package/linux-firmware: Fix "firmwares" pluralMinor 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>
Axel LinAxel Lin
0469ab88354usb_modeswitch_data: bump to version 2013111320131113: 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 <axe...
Maxime HadjinlianMaxime Hadjinlian
98e18c3bf4alibmodplug: bump to version 0.8.8.4Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Adrien BéraudAdrien Béraud
a20cb386590arch: add support for "jaguar" AMD CPU optimisationsAMD 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 Berau...
Gustavo ZacariasGustavo Zacarias
613c30c85e0libfcgi: needs mmuFixes: http://autobuild.buildroot.net/results/93a/93a7f816b5c70a247491063ca733b537ee7aec65/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Lucas De MarchiLucas De Marchi
a7f6e2499a1psplash: use git repositorypsplash 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>
Stefan SørensenStefan Sørensen
803a105f90ctoolchain-external: Fix ld.so naming with uClibc and EABIhf.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>
Stefan SørensenStefan Sørensen
e16865a5665protobuf-c: Don't require protobuf on target.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>
Maxime HadjinlianMaxime Hadjinlian
0a5d5240157libmodplug: new packageMOD 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>
Baruch SiachBaruch Siach
f70de348594busybox: udhcpc script: create resolv.confEliminate 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>
Sébastien SzymanskiSébastien Szymanski
84179df8ae1mmc-utils: new packagemmc-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>
Gustavo ZacariasGustavo Zacarias
ab5c9c36ca5mpd: add more gcc exclusionsThe 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>
Gustavo ZacariasGustavo Zacarias
c75e5117b47busybox 1.22.0: add line edit patchSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Noam CamusNoam Camus
e090aeaa87cuclibc: fix STRIP_none handlingIt was with reversed logic Signed-off-by: Noam Camus <noamc@ezchip.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Francois PerradFrancois Perrad
a33152bae51luarocks: use -fPIC for shared libraryFixes: http://autobuild.buildroot.net/results/f28a624f89f4de249a1b7a718f5ae31109ba9171/ http://autobuild.buildroot.net/results/1ead0a162a251d3e7bf8598036fa06c4befeb3d9/ http://autobuild.buildroot.net/results/0544cead086ba51b45dfa1df114787a8f22eaf8d/ http://autobuild.buildroot.net/results/60161d13d596d41dd4059977eb947d72c172f0d5/ http://autobuild.buildroot.net/results/e7e/e7ea6946552f72dc27f23ae...
Simon DawsonSimon Dawson
fae5ac30f0eraspberrypi: tweak readmeMake the readme.txt for the raspberrypi board less misleading regarding the kernel image file name. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Yann E. MORINYann E. MORIN
e532033bff5package/ola: fix check for google.protobufFix the google.protobuf check in an upstreamable way. As suggested by Arnout, use an autoconf ac_cv_have_* variable so we can pass it on the command line. This is generic behaviour for a lot of autoconf internals, so it makes sense to do it this way. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Reviewed-by: Arnout Vandecappelle (Essensium/...
Yann E. MORINYann E. MORIN
573aa4b9541package/ola: bump to 0.8.33Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Spenser GillilandSpenser Gilliland
8bf0f91acc9libsigsegv: fix for microblazeFixes autobuild failure http://autobuild.buildroot.net/results/799/799ac378713d82f9632a2aa925223e21157b1042/build-end.log http://autobuild.buildroot.net/results/ae6/ae6a10ae7cd8f2d2f3891ea9c6e867695ca1acfe/build-end.log http://autobuild.buildroot.net/results/db4/db48622f6c3a998ecec84ec51f21b4a031ab0fb5/build-end.log Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Pe...
Jerzy GrzegorekJerzy Grzegorek
053f8154b03gob2: bump to version 2.0.19Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Sonic ZhangSonic Zhang
46912f15c0cpackage: libpng: don't append prefix to symbol names in the version script fileEven if Blackfin GNU toolchain add prefix '_' to all symbols, symbol prefix is not accepted in the link flag --version-script. Don't append prefix in the symbols in the version script file. Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
0fff2505ebfffmpeg: Add mips related configure options to fix build errorshttp://autobuild.buildroot.net/results/aa5/aa5cb447342af9995d8f198eb0a151fe6e3d5c19// http://autobuild.buildroot.net/results/355/355f56f6b466521e2c4c71f69b06a0ca2a56949b// Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Vicente Olivert RieraVicente Olivert Riera
80882ee6617aiccu: fix undefined reference to clock_* functionsSince glibc 2.17 the clock_* suite functions are available directly in the main C library. For previous versions we still need -lrt to link. Upstream is aware of this problem. Fixes: http://autobuild.buildroot.net/results/c11/c1182b00f9d968e587acba15af4af905b92227f5/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Jerzy GrzegorekJerzy Grzegorek
c4cc84afc60package: unification of use $(subst [._-], [._-], $(<PKG>_VERSION)) macroCurrently, there are five packages which use 'subst' macro to change their version. * Three of them (ebtables, icu, perl) use this macro "in place" : EBTABLES_SITE = http://downloads.sourceforge.net/project/ebtables/ebtables/ebtables-$(subst .,-,$(EBTABLES_VERSION)) ICU_SOURCE = icu4c-$(subst .,_,$(ICU_VERSION))-src.tgz PERL_CROSS_OLD_POD = perl$(subst .,,$(PERL_CROSS_BASE_VERSION)...
Julien BoibessotJulien Boibessot
4950bda10f1configs: bump apf28 module Linux version to latest vanilla stable one (3.12.7)Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Axel LinAxel Lin
0209905c361tinymembench: bump to version 0.3Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Jerzy GrzegorekJerzy Grzegorek
af23b6e128crings: add the version major variableSigned-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Jerzy GrzegorekJerzy Grzegorek
52420e359e6imagemagick: bump to version 6.8.8-2Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>