Alexander Dahl
  1. Alexander Dahl

buildroot

Public
AuthorCommitMessageCommit dateIssues
James KnightJames Knight
6cf1554e715chrony: bump to version 2.2With the new version, documentation is not generated part of the main build. This removes the need to alter the Makefile to remove the invoke on the `chrony.txt` target. Cleanup also explicitly disabling seccomp (since its experimental) and tomcrypt (Buildroot does not have libtomcrypt at this time). [Thomas: use tabs for indentation in the definition of CHRONY_CONF_OPTS.] Signed-off-by: Jame...
Gustavo ZacariasGustavo Zacarias
0d62de9df75harfbuzz: bump to version 1.1.0Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Trent PiephoTrent Piepho
71c75a5ea0esystem: Fix for NFS booting with interface config via DHCPConfiguring the network interface with DHCP via /etc/network/interfaces generally does not work when NFS booting. The DHCP configuration will initially bring the interface down and system then hangs at that point as the root filesystem is no longer accessable. This adds a script to be run via a pre-up line in /etc/network/interfaces. It checks for a NFS root filesystem and if the interface t...
Chris PackhamChris Packham
b981df4fceesyslog-ng: Bump version to 3.7.2Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Ray KinsellaRay Kinsella
167cda0facfboard: readme.txt for Intel Galileo Gen 1/2Created a readme.txt for the Intel Galileo Gen 1/2 that describes, * How to build for the Intel Galileo Gen 1/2 * How to access the console on the Intel Galileo Gen 1/2 Signed-off-by: Ray Kinsella <ray.kinsella@intel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Baruch SiachBaruch Siach
a6bd7ec38d5udisks: make libgudev selection consistentIn all other package the condition for BR2_PACKAGE_LIBGUDEV selection is BR2_INIT_SYSTEMD. Do the same for udisks. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Baruch SiachBaruch Siach
462b1cbfa68package/*: test for BR2_PACKAGE_LIBGUDEV for dependencyMake the case of adding libgudev as a dependency more consistent with all other dependency packages. The <pkg>_DEPENDENCIES variable sets the build order which is conceptually independent of the underlying reason for that dependency. Also, remove the comments in hidapi.mk and udisks.mk. These comments explain why BR2_PACKAGE_LIBGUDEV is selected, so the comments in corresponding Config.in file...
Gustavo ZacariasGustavo Zacarias
d8566397dbcnano: bump to version 2.4.3Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
c20fccf3514dbus: bump to version 1.10.4Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
ec069dcf54cgcr: new package[Thomas: add explicit --with-gtk when gtk is available.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Ray KinsellaRay Kinsella
8715e18e932board: add support for Intel Galileo Gen 2Board support package includes: * Toplevel build root configuration * Github based 3.8.7 Kernel * Upstream 3.8.7 * Linux 3.8.7 Kernel Driver Patches * Linux 3.8.7 configuration * Grub configuration * Init Script to load modules * genimage config to create sdcard image. [Thomas: simplify post-image script since there is now only one call to genimage.] Signed-off-by: Ray Kinsella <ra...
Christophe Vu-BrugierChristophe Vu-Brugier
c3d65a4dad7python3: add patch to fix PEP 3147 issue with automake built packagesPackages built with automake use a `py-compile` helper to byte-compile Python source files. This script uses the "py_compile" module from the standard library. In turn, the compile() function in the "py_compile" module invokes the cache_from_source() function provided by importlib. This commit adds a new patch named "020-importlib-no-pep3147.patch" that changes cache_from_source() and source_f...
Jérôme PouillerJérôme Pouiller
5583d2dbfc1readline: install configuration file from package recipe/etc/inputrc is configuration file for readline. However, until now, it was provided by skeleton. This patch install /etc/inputrc from readline recipe. Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Waldemar BrodkorbWaldemar Brodkorb
4b13641be6aboost: specify architecture variant for sparcInstead of using a patch to specify the architecture variant for sparc, use some Boost configure variables. [Thomas: reword commit log.] Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Jérôme PouillerJérôme Pouiller
29d1f8d1b61skeleton: remove unused /etc/issue/etc/issue is managed with BR2_TARGET_GENERIC_ISSUE. In case BR2_TARGET_GENERIC_ISSUE is set (which is default), /etc/issue is overwritten. In case BR2_TARGET_GENERIC_ISSUE is not set, we don't want /etc/issue exist. Finaly, remove /etc/issue from skeleton. Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Reviewed-by: "Maxime Hadjinlian" <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Kors...
Vicente Olivert RieraVicente Olivert Riera
6267f34afddhidapi: new package[Thomas: - use BR2_INIT_SYSTEMD instead of BR2_PACKAGE_SYSTEMD for the libgudev handling. This is consistent with what we do in libmbim, modem-manager and network-manager. Only udisks is diverging from this by using BR2_PACKAGE_SYSTEMD. - Fix the license info: it is GPLv3 *or* BSD-3c *or* the specific HIDAPI license. Added LICENSE-orig.txt to LICENSE_FILES.] Signed-off-by: Vicent...
Vicente Olivert RieraVicente Olivert Riera
eba26d53d2dltp-testsuite: bump to version 20150903Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Phil EichingerPhil Eichinger
f99baf41ab9swig: use a relative path for the host swig2.0 symlink's targetAn absolute path isn't really necessary and breaks relocating Signed-off-by: Phil Eichinger <phil@zankapfel.net> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Bernd KuhlsBernd Kuhls
b282351c13epackage/pixman: bump version to 0.33.4Removed patches applied upstream. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
de2ea6ad549package/x11r7/xdriver_xf86-input-synaptics: bump version to 1.8.3Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
21d13bd5ffbpackage/x11r7/xdriver_xf86-input-libinput: bump version to 0.15.0Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
5101ea58d52package/libinput: bump version to 1.1.0Also rebased 0001-rename-log_msg-to-libinput_log_msg.patch. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
a458f926bb6package/x11r7/xdriver_xf86-input-evdev: bump version to 2.10.0Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
b27b014846dpackage/x11r7/xkeyboard-config: bump version to 2.16Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
f39fff6d698package/x11r7/xapp_xkbcomp: bump version to 1.3.1Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
daf9b1524d6package/x11r7/xapp_xinput: bump version to 1.6.2Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Baruch SiachBaruch Siach
8058e622b5dcryptsetup: fix hash source linkCc: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
eab50f5aea3package/{mesa3d, mesa3d-headers}: bump version to 11.0.5Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Bernd KuhlsBernd Kuhls
093db034ed4package/ffmpeg: bump version to 2.8.2Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter SeidererPeter Seiderer
67a723248f6fbgrab: bump verstion to 1.3Changelog (see [1] for details): - Added support when active framebuffer is not starting at offset 0 - Fixed broken re-ordering of colors, rgba to argb - Fixed broken path for man page [1] http://fbgrab.monells.se Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
d7f2977eb6blibxmlpp: bump to version 2.40.1Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
5fcd6c4a3aeglibmm: bump to version 2.46.1Adjust pulseview/libsigrok for the gcc >= 4.8 dependency. Line wrap comment depends for pulseview. Drop redundant libsigrok depend on comment for libsigrok++. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
36862c71a82libsigc: bump to version 2.6.2Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter SeidererPeter Seiderer
9fb4a3487f7libevdev: bump version to 1.4.5Changelog (see [1] for details): Only a small fix, the suggested hwdb entry that the touchpad-edge-detector printed used the wrong codes for ABS_X and ABS_Y. Fixed with this release, the output is now suitable for copy/paste into the udev hwdb. [1] http://lists.freedesktop.org/archives/input-tools/2015-November/001227.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by...
Francois PerradFrancois Perrad
3a1998bdb86olimex_a20_olinuxino_lime: bump u-boot to 2015.10Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
7e5d5036686gdk-pixbuf: bump to version 2.32.2Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
7453c4bf601cmake: bump to version 3.4.0Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter KorsgaardPeter Korsgaard
56ad2ea8d58mosquitto: bump to version 1.4.5Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
2a5e86c9ef1libmicrohttpd: bump to version 0.9.46Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
5f11f5d541acryptsetup: bump to version 1.7.0Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
8645710da33exiv2: bump to version 0.25Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Alex SuykovAlex Suykov
1ce38192f0clinux-firmware: adjust Config.in text for mwifiexWith SD, USB and PCI-E variants available for several chips, bus-prefixed entries get mis-aligned badly. Rearrange them to use bus-suffixes instead. Config options and the files themselves remain bus-prefixed. Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Alex SuykovAlex Suykov
1cb8db0b2d3linux-firmware: menu entries for mwifiex blobsFirmware blobs for Marvell WiFi-Ex 8797, 8887, 8897 were already there in linux-firmware tree but relevant options were not in Config.in. Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Fabio PorceddaFabio Porcedda
d977440126ebarebox: bump to version 2015.11.0Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo ZacariasGustavo Zacarias
beec4437a06libsoup: bump to version 2.52.2Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
739d2b41b99libglib2: bump to version 2.46.2Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
2db62b3164bgvfs: bump to version 1.26.2Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
68d351b6f31rrdtool: bump to version 1.5.5Drop the patches since this is a major bump and they're no longer relevant. Introduce the new RRDTOOL_RRDGRAPH option, in previous versions the graphing functionality was bundled with the stats/database backend, however for newer versions this can be disabled. Since it's normally expected functionality the default is yes, however all of the buildroot rrd-using applications can work without thi...
Andrew DonnellanAndrew Donnellan
ae326e33514trinity: bump to version 1.6Bump trinity version to 1.6. Remove backported vt.c missing include patch as it is now included in the upstream release. Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gustavo ZacariasGustavo Zacarias
c835db65fa9alsa-utils: bump to version 1.1.0Also add BAT (Basic Audio Testing) tool option. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>