Alexander Dahl
  1. Alexander Dahl

buildroot

Public
AuthorCommitMessageCommit dateIssues
Gustavo ZacariasGustavo Zacarias
1a2be1e89d5ifupdown: bump to version 0.8.13Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
3b2dd72dbeeexfat-utils: bump to version 1.2.4Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
0441029f6cbexfat: bump to version 1.2.4Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
7e8296649a3file: bump to version 5.28Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
1d988e8f543libpng: bump to version 1.6.23Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
92c06ae4775pcre: bump to version 8.39Drop upstream patches and giterize/rebase the other ones. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
9c9f149a216linux-headers: bump 3.10.x seriesSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gilles ChanteperdrixGilles Chanteperdrix
0fee4f51ac6wireshark: remove documentationRemove html and txt documentation from the rootfs as they unlikely to be needed. [Peter: use xargs instead of GNU extensions as suggested by Yann] Signed-off-by: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Baruch SiachBaruch Siach
bf20a49d4c2log4cpp: disable documentation build and installWe don't need the documentation on target. Also fixes: http://autobuild.buildroot.net/results/402/402587fe3ba9d537195ba470cf6f19f25ac246bf/ http://autobuild.buildroot.net/results/ea2/ea257496f51665b0a6b03f31e50744761c5d43da/ http://autobuild.buildroot.net/results/353/3533a32a7de7dae288558f43eb2b068081939e4d/ and many more. Cc: Damien Lanson <damien@kal-host.com> Signed-off-by: Baruch Siach <...
Baruch SiachBaruch Siach
806249cb7a2dhcpcd: security bump to version 6.11.0Fixes CVE-2014-7913: The print_option function in dhcp-common.c in dhcpcd through 6.10.2 misinterprets the return value of the snprintf function, which allows remote DHCP servers to execute arbitrary code or cause a denial of service (memory corruption) via a crafted message. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>CVE-2014
Peter KorsgaardPeter Korsgaard
f6c1bd002ebimlib2: drop unneeded autoreconfThis was forgotten when the patch to Makefile.am was removed in 779676f62d56 (imlib2: security bump to version 1.4.8). Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Jörg KrauseJörg Krause
627d8316a8fpackage/mpd: bump to version 0.19.16Remove fetching upstream patch to fix build with GCC 6 - it's included in the update. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
2024d9a6202opus: drop unneeded autoreconfThis was forgotten when the patch to configure.ac was removed in 218938e470 (opus: bump version to 1.1.1). Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
391bb2a5809package/qwt: bump version to 6.1.3Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
b1d5aa1bc2bpackage/qwt: Fix selecting OpenGL support in qt4A Kconfig option being part of a choice can not be selected directly, so we use the new option BR2_PACKAGE_QT_OPENGL. Fixes http://autobuild.buildroot.net/results/2a8/2a8edb18ab7f8a9e324966282858014e9b5bbea0/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
4303e3e1133qt: enable opengl support by default if availableIf opengl(-es) support is available then it makes sense for Qt to use it by default. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
fc377f23387package/qt: Fix Kconfig for OpenGL supportBR2_PACKAGE_QT_OPENGL_ES was moved to a choice option. This option kind can apparently not be selected by other packages. Therefore this patch introduces a new Kconfig option BR2_PACKAGE_QT_OPENGL which takes care of OpenGL support as such, BR2_PACKAGE_QT_OPENGL_NONE is not needed anymore now. The choice options are now only used to determine the type of OpenGL support. This patch contains the...
Bernd KuhlsBernd Kuhls
0c65b074bc4package/libmicrohttpd: Fix build with !C99 compilersThe code assumes C99 mode for loop variables, so ensure it is used. Fixes http://autobuild.buildroot.net/results/734/734652bbdd7b6b18a8d67a30fe03bed62cd644e7/ http://autobuild.buildroot.net/results/d03/d03d36bfd4a97ff8091a815a45b4670bff992233/ [Peter: fixup/extend commit message] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Yegor YefremovYegor Yefremov
756fc173743python-dataproperty: bump to version 0.3.1Version 0.3.1 makes pytest-runner dependency optional. Fixes: http://autobuild.buildroot.net/results/0c8/0c8e0ceccc2d5f48138ec4f95e57729e33108f59 http://autobuild.buildroot.net/results/eab/eab2d2bf78ac943156a0b8698e63bdf6e63865bf http://autobuild.buildroot.net/results/4d6/4d60c711e9c1da6dd5bb809bbe328e6252d2d747 http://autobuild.buildroot.net/results/ed1/ed1982367fa1531d772d29b35e333b34e5889ce...
Waldemar BrodkorbWaldemar Brodkorb
d7f20b40273gmp: disable ASM for m68k coldfireSome m68k assembly is used inside gmp, so disable it for coldfire. Fixes following autobuild error: http://autobuild.buildroot.net/results/30ac7b7fdaa51c0fe4fcafbbb558d60cb3d9fe51/ Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
3fb83a9e92cfwup: add hash fileSigned-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wojciech NizińskiWojciech Niziński
4fe8f3974fafwup: new packageSigned-off-by: Wojciech Nizinski <niziak@spox.org> [Thomas: - Add missing dependency on wchar - Rewrap Config.in help text - Add missing "depends on BR2_USE_MMU" on the comment about wchar dependency. - Switch to upstream 0.7.0 version - Replace the hook calling autogen.sh by a hook simply creating the m4 directory, which is what prevented <pkg>_AUTORECONF from working. - Add patch ...
Wojciech NizińskiWojciech Niziński
333531f9fd1libsodium: add host variantSigned-off-by: Wojciech Niziński <niziak@spox.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
02b93c2136elibarchive: add host variantThis will be needed for the host variant of the fwup package. We enable zlib support since host-fwup needs it. All other features are explicitly disabled. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Baruch SiachBaruch Siach
494b0a5b6b0gst1-imx: make kernel dependency optionalThe i.MX specific kernel headers are not a hard dependency. Quoting README.md: Without [--kernel-headers], the [ipu.h] header is not found, and elements using the IPU will not be built. Cc: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
55d626c4a1dpackage/libv4l: add optional support for libglulibv4l has optional support for libglu: https://git.linuxtv.org/v4l-utils.git/tree/configure.ac#n166 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
6609cd803a2package/libv4l: add optional support for libgllibv4l has optional support for OpenGL: https://git.linuxtv.org/v4l-utils.git/tree/configure.ac#n160 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
a6af4471f08package/libv4l: add optional support for alsa-libAdd alsa-lib as optional dependency to get a reproducable build. Without this patch configure logs: checking for ALSA... no configure: WARNING: ALSA library not available After this patch alsa-lib was built before libv4l: checking for ALSA... yes Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas...
Bernd KuhlsBernd Kuhls
f16737c3229package/libv4l: qt4 support depends on OpenGLFixes http://autobuild.buildroot.net/results/8fc/8fc8cbc85dacebce5cb6ab13f5ff3b0764117471/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
1662f7dc58dpackage/qt: Add optional support for OpenGLOpenGL support is only available for the desktop variant of Qt4 and not the embedded one: http://code.qt.io/cgit/qt/qt.git/tree/configure#n6612 This patch is needed to fix a compile error with libv4l which depends on OpenGL support if qt4 is used by libv4l as optional dependency. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed...
Matt WeberMatt Weber
a7487bbc25dfmc: added powerpc e6500 supportSigned-off-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Ronak Desai <ronak.desai@rockwellcollins.com> [Thomas: - remove useless indentation.] - calculate FMC_PLATFORM from BR2_PACKAGE_FMLIB_PLATFORM.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas PetazzoniThomas Petazzoni
c0db6f93ef0fmlib: use RM macroSigned-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Matt WeberMatt Weber
b8ff0801473fmlib: add powerpc e6500 supportSigned-off-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Ronak Desai <ronak.desai@rockwellcollins.com> [Thomas: remove existing definition of FMLIB_ARCHTYPE in the .mk file, change QORIQ to QorIQ.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
4fba2da4e63package/cups: add _PRE_CONFIGURE_HOOKS for proper autoconfcups uses only autoconf, also using autoheader is broken: https://github.com/apple/cups/issues/4667#issuecomment-197689571 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Zakharov VladZakharov Vlad
41a077d2b1cuboot: Use "mdbtrick" target when building elf for ARCBy default position independent executables (PIE) are generated when building U-Boot elf target. MetaWare debugger doesn't support PIE (position-independent executable). In order to allow MDB load and run U-Boot elf, we need to do a special trick, called "mdbtrick". This special build target is used to fake generated U-Boot elf by: 1. Reset PIE flag in ELF header 2. Strip all debug in...
Ludovic DesrochesLudovic Desroches
f075afcbd64board/atmel: update documentation with development defconfigsAdd a description of the development defconfig files. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Ludovic DesrochesLudovic Desroches
b3da876258econfigs: atmel: add development rootfs for sama5d3 xplainedThis development defconfig provides tools to test features of the SoC. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Ludovic DesrochesLudovic Desroches
1036a46f91fconfigs: atmel: add sd card development image for sama5d3 xplainedThis development defconfig provides tools to test features of the SoC. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Ludovic DesrochesLudovic Desroches
4b92a34569cconfigs: atmel: add development rootfs for sama5d4 xplainedThis development defconfig provides tools to test features of the SoC. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Ludovic DesrochesLudovic Desroches
d74b67c66beconfigs: atmel: add sd card development image for sama5d4 xplainedThis development defconfig provides tools to test features of the SoC. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Ludovic DesrochesLudovic Desroches
95bbd123468configs: atmel: add sd card development image for sama5d2 xplainedThis development defconfig provides tools to test features of the SoC. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Alistair FrancisAlistair Francis
a95f85fc72axen: new packageAdd support to compile Xen 4.6 and Xen tools for arm32 and arm64 targets. Signed-off-by: Alistair Francis <alistair.francis@xilinx.com> [Thomas: - Remove all "select" from the main Xen option, since the hypervisor can build fine without any additional library. The dependencies have been moved to the "tools" sub-option. - Make sure that at least one of the sub-option is enabled by selec...
Sergey MatyukevichSergey Matyukevich
3f7c3c3c25econfigs: add support for LinkSprite pcDuinoAdd basic support for LinkSprite pcDuino board series including pcDuino, pcDuino-Lite, pcDuino-Lite-WiFi. Tested on pcDuino-Lite-WiFi. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
bd4519bceeapackage/libmicrohttpd: bump version to 0.9.50Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Angelo CompagnucciAngelo Compagnucci
c9b016c61bepackage/monolite: bump to version 140This patch bumps monolite to version 140 Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Angelo CompagnucciAngelo Compagnucci
f238d37bb63package/mono: bump to version 4.4.0.182This patch bumps mono to versione 4.4.0.182. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Yann E. MORINYann E. MORIN
30e572df314package/php: fix date.timezoneIn 5f37843a (php.ini: set date.timezone), the configured timezone was used as the default for PHP. However, BR2_TARGET_LOCALTIME is a string, so is quoted, so it is never empty, so the check for emptynessnever matches. Fix that by q-stripping the value before testing it. Note however that we do not q-strip it before storing it in the php.ini file, because it has to be q-stripped in there. Si...
Erico NunesErico Nunes
c2d8af430d6efibootmgr: new packageA Linux user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager. This application can create and destroy boot entries, change the boot order, change the next running boot option, and more. The only issue found was that it was trying to include headers from the host, so $(STAGING_DIR) has been prepended to the include path so that the package finds the right ...
Erico NunesErico Nunes
562dd6c70a0efivar: new packageefivar contains tools and libraries to manipulate EFI variables. This package has some restrictions to build. It needs uchar.h which apparently does not come in uClibc, and it also needs __bswap_constant_*() definitions which are only present in glibc. So, this package was limited to build with glibc toolchains. Although it probably makes sense mostly on x86, x86-64 and aarch64 architectures,...
Gustavo ZacariasGustavo Zacarias
a907562d7d3make: bump to version 4.2.1Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>