Alexander Dahl
  1. Alexander Dahl

buildroot

Public
AuthorCommitMessageCommit dateIssues
Zoltan GyarmatiZoltan Gyarmati
40f0c0c122bquazip: new package[Thomas: - fix indentation of select BR2_PACKAGE_ZLIB in Config.in - rewrap Config.in help text, lines were too long - remove depends on BR2_PACKAGE_QT || BR2_PACKAGE_QT5, since quazip/Config.in is already only included if one of Qt4 or Qt5 is enabled. - remove QUAZIP_SOURCE definition, since its value was the default - add the missing zlib dependency in the .mk file - add spaces ar...
Jan ViktorinJan Viktorin
c139f0cce7dzedboard: Update readme.txt to reflect BOOT.BIN generationSigned-off-by: Jan Viktorin <viktorin@rehivetech.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Jan ViktorinJan Viktorin
4db53c3848dzedboard: Patch default U-Boot environment for zedboardThis patch changes the U-Boot's default environment to boot Zedboard out-of-the-box from SD card. The sdboot procedure tries to load a file system.bit into the Zynq's PL (only if it exists). It is also possible to alter the booting by an uEnv.txt file located on your SD card. The uEnv.txt is a plain text file with <key>=<value> pairs one per line. Signed-off-by: Jan Viktorin <viktorin@rehivet...
Jan ViktorinJan Viktorin
46d6a561be4zedboard: Generate BOOT.BIN automaticallyThe U-Boot v2015.07 builds working SPL without a manual intervention. The BOOT.BIN is generated from the standard SPL so no BR2_TARGET_UBOOT_SPL_NAME redefinition is needed. The SPL requires the u-boot-dtb.img file to boot properly. Signed-off-by: Jan Viktorin <viktorin@rehivetech.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Jan ViktorinJan Viktorin
aabe23f8615boot/uboot: Generate BOOT.BIN file when building for Xilinx ZynqThis commit integrates generation of a bootable image for Xilinx Zynq. The generation is independent on Xilinx flow and utilizes the host-zynq-boot-bin package. The only required step is to generate a proper U-Boot SPL (instead of the FSBL). The SPL generation might work when providing the working ps7_init.c file to U-Boot. However, from U-Boot 2015.07 a set of generic ps7_init.c files is incl...
Jan ViktorinJan Viktorin
ee845a46e2ehost-zynq-boot-bin: new packageThe package provides a Python script that can create the file BOOT.BIN to boot Xilinx Zynq based boards. The script zynq-boot-bin.py is contained in the Xilinx repository of U-Boot (it is not in upstream). [Thomas: - remove appearance of the package in menuconfig, U-Boot will depend on it directly, so there's no need for it to appear in menuconfig - use $(INSTALL) instead of cp for the i...
Alexey BrodkinAlexey Brodkin
07739916943uclibc: run snapshot and ng configs through "savedefconfig"Recently uClibc got support of "savedefconfig" target that allows generation of compact configuration description which only lists differences from default options. That's uClibc commit - http://git.uclibc.org/uClibc/commit/?id=e286a674419d31cb0757dd2f8307d8b4756cf1f9 This change represents post-processing of "uClibc-snapshot.defconfig" and "uClibc-ng.config" with "make savedefconfig" made on...
Eric LimpensEric Limpens
de33b1940dcbluez5_utils: add ability to build sixaxis plugin[Thomas: add missing udev dependency.] Signed-off-by: Eric Limpens <limpens@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Angelo CompagnucciAngelo Compagnucci
7b4c260ef3fpackage/mono: bump to version 4.0.2.5This patch bumps mono to version 4.0.2.5 Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Angelo CompagnucciAngelo Compagnucci
a4e7176a400package/mono-gtksharp3: new packageThis patch adds mono gtksharp3 package for mono. Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Paul CercueilPaul Cercueil
edce14d6d1dlibiio: Bump version to 0.5The package now offers the possibility to install Python and/or C# bindings if the Python and Mono packages are detected. v2: Patch generated with 'git format-patch -M' and fix indentation in libiio.mk v3: Updated libiio.hash file Signed-off-by: Paul Cercueil <paul.cercueil@analog.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Jörg KrauseJörg Krause
b2e8f28efacpackage/luajit: disable for static buildluajit requires dlopen(). Fixes: http://autobuild.buildroot.net/results/20d/20dfb10198f3688f92208591960192ca08280987/ http://autobuild.buildroot.net/results/c3c/c3cfdf8dfb315bf64caa9ed0f362016111fd93ac/ http://autobuild.buildroot.net/results/8cb/8cbf6207ecf7b254aeccd9ec5c07376a044e1f8f/ [Thomas: propagate the new dependency to the sysdig package, which selects luajit.] Signed-off-by: Jörg Kr...
Thomas PetazzoniThomas Petazzoni
6c7d4905584cpio: needs wchar supportSpotted during package review/testing, but forgot to squash it in the original patch. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Alexey BrodkinAlexey Brodkin
eba4aaf053bqt: enable Script and WebKit modules for ARCNow when ARC toolchain also supports NPTL both Qt's Script and WebKit modules could be successfully built and then executed on ARC. [Thomas: fix alphabetic ordering.] Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Clayton ShotwellClayton Shotwell
03d3df31f82cpio: new packageAdding the cpio archive utility for the target and host. Patches have been pulled from ArchLinux and Gentoo to fix CVE issues and compile issues. [Thomas: remove host variant of the package, as discussed during the review of earlier version.] Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Matt WeberMatt Weber
f5f5bd92df7openssh: selinux and pam support[Thomas: in the sed expression, use % as a delimiter instead of /, since the line contains several / that all had to be escaped.] Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Matt WeberMatt Weber
53bf4f72ebadbus: selinux file context support[Thomas: remove S30dbus changes.] Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Matt WeberMatt Weber
e8fb454db64sysvinit: added libselinux dependency[Thomas: - remove the patch from Matthew Weber that did a lot of changes that were not needed: the CFLAGS would not get overridden by Buildroot ones if the Buildroot TARGET_CONFIGURE_OPTS is passed on the left hand-side of make, and the SULOGINLIBS hack needs to be replaced by a proper handling of the libcrypt detection. - added a patch that changes the libcrypt detection lo...
Matt WeberMatt Weber
083aeac94e1busybox: added linux-pam supportSigned-off-by: Matt Weber <matthew.weber@rockwellcollins.com> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Clayton ShotwellClayton Shotwell
b0b3dc5612abusybox: selinux supportAdd a configure option to enable the SELinux support in the busybox configuration from the Buildroot menuconfig. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzon...
Jörg KrauseJörg Krause
b685629b9ccpackage/boost: boost-filesystem needs wcharAlso add reverse dependency for cc-tool. Fixes: http://autobuild.buildroot.net/results/2c7/2c7783b7f3cc28d54d15a7f017442c48244ffd8e/ http://autobuild.buildroot.net/results/2c7/2c7783b7f3cc28d54d15a7f017442c48244ffd8e/ http://autobuild.buildroot.net/results/0dd/0dd3ef96bbd034a41d908cdaa6552b27fda78132/ http://autobuild.buildroot.net/results/34b/34b55b2cd83fd5d87af4a9c15d05094b16ef3960/ and man...
Alexey BrodkinAlexey Brodkin
3720e28d159ARC: allow selection of MMU page sizeModern ARC cores (those sporting MMU of version 3 and 4) allow selection of different page sizes (4, 8 or 16 kB) during ASIC design creation. And it's important to build a toolchain with page size setting that matches hardware. Otherwise user-space applications will fail on execution due to unexpected data layout/alignment etc. [Thomas: slightly improve help text, fix indentation of help text...
Bernd KuhlsBernd Kuhls
daa433bff6dpackage/x11r7/xdriver_xf86-video-ati: Add optional support for glamorxserver_xorg-server depends on libepoxy for glamor support, therefore we use this package as an indicator whether glamor support is present. Fixes https://bugs.busybox.net/show_bug.cgi?id=8171 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
0ebec4d8070package/x11r7/xdriver_xf86-video-ati: Depends on xlib_libXcompositeWhen xserver_xorg-server is built without composite support building this package will fail: radeon_dri2.c: In function 'radeon_dri2_copy_region2': radeon_dri2.c:438:28: error: 'struct _Pixmap' has no member named 'screen_x' off_x = drawable->x - pPix->screen_x; ^ radeon_dri2.c:439:28: error: 'struct _Pixmap' has no member named 'screen_y' off_y = drawable->y - ...
Bernd KuhlsBernd Kuhls
81a2b4d6727package/x11r7/xdriver_xf86-video-ati: Re-wrap dependencies, no code changeSigned-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
f2f2584fad7package/x11r7/xdriver_xf86-video-ati: Remove autoreconfI forgot to remove that line during the last version bump: http://lists.busybox.net/pipermail/buildroot/2015-March/120471.html Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
a3fc0659a6bpackage/x11r7/xdriver_xf86-video-mach64: bump version to 6.9.5Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
b343bc690e0package/x11r7/xdriver_xf86-video-siliconmotion: bump version to 1.7.8Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
ec3eca22e07package/x11r7/xdriver_xf86-video-savage: bump version to 2.3.8Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
560660d06bepackage/x11r7/xdriver_xf86-video-neomagic: bump version to 1.2.9Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
e45edc34fadpackage/x11r7/xdriver_xf86-video-cirrus: bump version to 1.5.3Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
5aef0785ab4package/x11r7/xdriver_xf86-input-libinput: bump version to 0.12.0Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
3f035f39af9package/{mesa3d, mesa3d-headers}: bump version to 10.6.2Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
7697638c09epackage/libinput: bump version to 0.19.0, add locale dependencySince 2015-04-22 libinput needs locale support: http://cgit.freedesktop.org/wayland/libinput/commit/src/libinput-util.c?id=5c671e0375cc03032fcac26efe4a7835a74c8bfc This patch adds the needed dependency also to weston and xdriver_xf86-input-libinput. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
c7845548d89package/x11r7/xproto_xproto: bump version to 7.0.28Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
81e4955f5b5package/x11r7/xkeyboard-config: bump version to 2.15Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
5a22391227fpackage/x11r7/xdriver_xf86-input-vmmouse: bump version to 13.1.0Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
6d52d92319clibnss: security bump to version 3.19.2Fixes: CVE-2015-2730, CVE-2015-2721, and probably others. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>CVE-2015
Gustavo ZacariasGustavo Zacarias
cdec668dcd5dhcpcd: bump to version 6.9.1Patch upstream so drop it. Also use main dhcpcd.c file as license info (it's in the header). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Guido MartínezGuido Martínez
1e9f6047162Makefile: fix performance regression caused by the umask handlingCommit bee5745c introduced an extra level of 'make' when the umask is different from 0022. However, when several targets were specified on the command line, a new make instance would be called for each target. This introduces a huge performance overhead when many targets are specified on the command line. To fix this, use the same approach as used in the mkmakefile script: an addition target o...
Aurélien ChabotAurélien Chabot
abf422ae0a5gptfdisk: bump version 1.0.0Signed-off-by: Aurélien Chabot <aurelien@chabot.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Alexey BrodkinAlexey Brodkin
37d019e81afgcc: fix undefined reference to .tdataThis fix is done in development tree: http://github.com/foss-for-synopsys-dwc-arc-processors/gcc/commit/366cc86e4f8ff6f00f0b731dc6f78d22c7ac9e0a and will be a part of the next release of ARC GNU tools. Once that new release happens this patch must be removed. Fixes: http://autobuild.buildroot.net/results/8b22ac0dc9e3c1cd44f2fdbe5cc99a41cf77f454/ http://autobuild.buildroot.net/results/37e9c3c79...
Jerzy GrzegorekJerzy Grzegorek
f1ea43c60f5imagemagick: bump to version 6.9.1-8Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
9360f9183f8usb_modeswitch: bump to version 2.2.5Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
b0d6d3071b5gcc/libmudflap: also unavailable for gcc 5.xSigned-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
c51697185fdgcc: bump 5.x series to version 5.2.0Also rename the BR2_GCC_VERSION_5_1_X symbol to BR2_GCC_VERSION_5_X to reflect this change to match the new versioning scheme. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Jörg KrauseJörg Krause
2b33dc30b83package/upmpdcli: disable for PowerPC CS toolchainsThose toolchains use gcc <= 4.5, which is too old as they are missing to construct an empty std::shared_ptr with a nullptr (0) as an argument. This is only introduced with gcc-4.6. Fixes: http://autobuild.buildroot.net/results/faf/faf1b071c0a5bd8395d79abf2e6a32169ad7f136 http://autobuild.buildroot.net/results/247/247b3f1ac3d3a9712e9410eef298fce8d885f92c http://autobuild.buildroot.net/results/d...
Alexey BrodkinAlexey Brodkin
1f0e184e402ARC: update tools to arc-2015.06 releaseI'm happy to update GNU tools for ARC cores to the most recent arc-2015.06 release. This release brings following major improvements: * GCC: source update to v4.8.4 * GCC: C ABI compatibility between MetaWare and GNU toolchains * uClibc: support for thread local storage and Native Pthread Library (NPTL) * GDB: updated to version 7.9.1 Also a lot of fixes and improvements has been done, pl...
Thomas De SchampheleireThomas De Schampheleire
51bdd8134c0kmod: remove unnecessary autoreconfCommit 047fea1d4fa33c4c934272a05649907a59186015 removed a patch on kmod that was the reason for autoreconfiguring kmod, but autoreconf itself was not removed. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas De SchampheleireThomas De Schampheleire
15cb98769e4release: remove manual build files from release tarballsThe Buildroot release tarballs inadvertently contain a build/docs directory, containing the manual sources, the generated lists, and manual.text and manual.pdf (but excluding manual.html). This directory is populated as $(BUILD_DIR) (==$(O)/build), while O is set explicitly from the release target to a subdirectory buildroot-xxxx.yy-git/ which was populated with 'git archive'. Since the gener...