- Feb 04, 2018
-
-
Bernd Kuhls authored
Upstream changed to URL of the source tarball and removed SHA1SUMS. Added license hash. Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Zoltan Gyarmati authored
As in the inital 3.17 version bump patch the iSync config option was not added, the iSync driver was implicitly enabled in the gpsd config as default, and due to a bug in the gpsd build setup, this caused several autobuild issues which are fixed by this. This commit adds both the Buildroot config option and the gpsd patch which was also sent to and accepted in upstream. Fixes: http://autobuild.buildroot.net/results/555b4bdd1707aa21e6d3014e30b635c96c5efffc http://autobuild.buildroot.net/results/cfc14a2c471c63ecc4c95c12b8e00ed7656acfd2 http://autobuild.buildroot.net/results/2104e15526bd6f467f0d56dee10b5fa46e2c71dd http://autobuild.buildroot.net/results/610b3f898b396c1def682b809482408c2c4555bc ... and many more. Signed-off-by:
Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com> Reviewed-by:
Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-
Scott Fan authored
According to the following guide: https://developer.toradex.com/knowledge-base/build-u-boot-and-linux-kernel-from-source-code#iMX_6_Based_Modules_ApalisColibri_iMX6 The official final 2.7 version released at 2018-01-04, see the following link: https://developer.toradex.com/software/linux/linux-software/release-details Signed-off-by:
Scott Fan <fancp2007@gmail.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Yann E. MORIN authored
Currently, we refer to the latest version of the image, which means we can't guarantee any reproducibility. Also, it measn we can't have a separate images for the maintenance branches (especially the LTS) and master. Update the comment in the Dockerfile to create and push tagged images. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Yann E. MORIN authored
Since we're now using a specific base image tag, we need to also use a specific, stable repository to get additional packages from for this image. As such, use the Debian snapshot that matches the base image. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Yann E. MORIN authored
Currently, we are using debian:stable, which is subject to change with time, as new stable versions of Debian are released/updated. Use the latest tagged stable release, stretch-20171210 as of today, as the base distribution to use. This will ease reproducible builds in the future. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Yann E. MORIN authored
This image is not built very often, and when it is, it is important to see what's going on, so don't be silent when installing packages from the distro, and since that can take a bit of time it thus serves as progress report... Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Yann E. MORIN authored
The official documentation [0] suggests limiting the number of layers generated from a dockerfile. A layer is created for each RUN (and COPY and ADD) command. But we are only ever interested in the final image, so the intermediate layers are useless to us. Limit the number of RUN commands to limit the number of generated layers. [0] https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#minimize-the-number-of-layers Reported-by:
Peter Korsgaard <peter@korsgaard.com> Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Danomi Manchego authored
Signed-off-by:
Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Danomi Manchego authored
Signed-off-by:
Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Gwenhael Goavec-Merou authored
Fixes line size in Config.in, trailing whitespace after # and empty line Fixes: - https://gitlab.com/buildroot.org/buildroot/-/jobs/50971692 Signed-off-by:
Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Reviewed-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Fabrice Fontaine authored
Fixes trailing whitespace after MIT Fixes: - https://gitlab.com/buildroot.org/buildroot/-/jobs/50971692 Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Acked-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Adam Duskett authored
If OpenSSL is selected, --enable-openssl-random should be explicitly enabled for consistency with the disable case. [Peter: tweak commit text] Signed-off-by:
Adam Duskett <aduskett@gmail.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Carlos Santos authored
Otherwise, explicitly disable it, so that the configure script does not misdetect a system-installed libedit for example. Also, add a profile snippet enabling line editing, Emacs style. [Peter: move DASH_INSTALL_PROFILE inside conditional, ensure /etc/profile.d exists] Change-Id: I68c6dbbafa95e266860329cb9c7ff5519fda5bf8 Signed-off-by:
Carlos Santos <casantos@datacom.ind.br> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Joseph Kogut authored
GConf fails to build when BR2_STATIC_LIBS=y. Fixes: http://autobuild.buildroot.net/results/ad8a9b082006f0334010c9c4dc5a90c2071df121/ Signed-off-by:
Joseph Kogut <joseph.kogut@gmail.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Gwenhael Goavec-Merou authored
Remi is a GUI library for Python applications which transpiles an application's interface into HTML to be rendered in a web browser. This removes platform-specific dependencies and lets you easily develop cross-platform applications in Python! https://github.com/dddomodossola/remi/tree/master Signed-off-by:
Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Reviewed-by:
Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Pierre CROKAERT authored
Fix gdk-pixbuf broken by host package moved to /lib instead of /usr/lib Regression occured following commit 19ba17ee (Globally replace $(HOST_DIR)/usr/lib with $(HOST_DIR)/lib). The host package loader.cache now refer to $(HOST_DIR)/lib, and the target one should refer to /usr/lib. Fix it by adjusting the sed invocation. [Peter: extend commit message] Signed-off-by:
Pierre CROKAERT <pct@crookies.net> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
- Feb 03, 2018
-
-
Peter Korsgaard authored
These versions are very old and no longer supported according to https://www.kernel.org/category/releases.html , so drop them and add legacy entries. Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Petr Vorel authored
Signed-off-by:
Petr Vorel <petr.vorel@gmail.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Petr Vorel authored
handle new dependency to Jansson (since 1.10.0). [Peter: unconditionally disable ovs support as suggested by Thomas] Signed-off-by:
Petr Vorel <petr.vorel@gmail.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Peter Seiderer authored
The isc assertions from the bundled bind dns library are using the __FILE__ macro for debug messages (see dhcp-4.3.5/bind/bind-9.9.9-P3/lib/isc/include/isc/assertions.h). Disabling the assertions gains: - reproducible builds (no build time paths in the executable) - space saving on the target: dhcpd: 1.9M -> 1.6M dhcrelay: 1.6M -> 1.3M Signed-off-by:
Peter Seiderer <ps.report@gmx.net> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Fabrice Fontaine authored
safec fork with all C11 Annex K functions This library implements the secure C11 Annex K functions on top of most libc implementations, which are missing from them. https://rurban.github.io/safeclib/ Signed-off-by:
Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Carlos Santos authored
Signed-off-by:
Carlos Santos <casantos@datacom.ind.br> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Andrey Yurovsky authored
Version 1.0.4-5 is no longer available, replace with 1.0.4-6 so ustr can continue to be built. [Peter: use snapshot.debian.org as suggested by Baruch] Signed-off-by:
Andrey Yurovsky <yurovsky@gmail.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Christophe Vu-Brugier authored
Also update the download URL. This patch fixes many autobuild failures because drbd-utils packages older than 8.9.9 are no longer provided by linbit.com. Fixes: http://autobuild.buildroot.net/results/a6d61c7ca8e505509d84869f072d812da79e949a http://autobuild.buildroot.net/results/53ea7cfc57d912377b566474b15a47ffc077b047 http://autobuild.buildroot.net/results/3a6d7a384e6558156695b6ac46754976f4db7652 http://autobuild.buildroot.net/results/0576b80240ba439f7c2842a58e8bd418199e6100 http://autobuild.buildroot.net/results/3f9db30f18b58a6258acb5dfb9301936e5e05bf6 Signed-off-by:
Christophe Vu-Brugier <cvubrugier@fastmail.fm> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Yann E. MORIN authored
We can now do a download without prior registration, so we can drop the requirement for a local, pre-downloaded tarball, now. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Julien CORJON <corjon.j@ecagroup.com> Cc: Antoine Ténart <antoine.tenart@free-electrons.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Yann E. MORIN authored
Commit b857c748 (package/wf111: bump to version 5.2.2-r3) forgot to completely update the archive name for the armv5te variant. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Julien CORJON <corjon.j@ecagroup.com> Cc: Antoine Ténart <antoine.tenart@free-electrons.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Chris Brandt authored
This updated version fixes memory violations, memory leaks, compiler warnings and includes updated documentation on usage. Signed-off-by:
Chris Brandt <chris.brandt@renesas.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Yann E. MORIN authored
Commit 02e5cef1 (system: add option to choose what /bin/sh points to) removed the symlink creation, but forgot to remove the corresponding comment, which is now more puzzling than amusing... Remove the comment. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Romain Naour <romain.naour@gmail.com> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Fabio Estevam authored
Signed-off-by:
Fabio Estevam <festevam@gmail.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Fabio Estevam authored
Signed-off-by:
Fabio Estevam <festevam@gmail.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Mario Lang authored
Now based on 4.9.79 (from 4.9.66). Signed-off-by:
Mario Lang <mlang@blind.guru> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Adam Duskett authored
Also update necessary patches. Signed-off-by:
Adam Duskett <Adamduskett@outlook.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Adam Duskett authored
Signed-off-by:
Adam Duskett <Adamduskett@outlook.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Adam Duskett authored
Signed-off-by:
Adam Duskett <Adamduskett@outlook.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Adam Duskett authored
Signed-off-by:
Adam Duskett <Adamduskett@outlook.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Adam Duskett authored
Also refresh patches and remove 0004-add-false-option-for-tests.patch as it has been added upstream. Signed-off-by:
Adam Duskett <Adamduskett@outlook.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
- Feb 02, 2018
-
-
Evgeniy Didin authored
With this commit we update Linux kernel version to 4.15 and Linux headers version to 4.15. Also patches for arc vdk are removed because these changes were applied in Linux 4.15. Signed-off-by:
Evgeniy Didin <Evgeniy.Didin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Alexey Brodkin <abrodkin@synopsys.com> Cc: arc-buildroot@synopsys.com Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Adam Duskett authored
Additional changes: - Fix ordering of patches. - Update patches to apply cleanly against 7.2.2 - Updates License sha256sum Signed-off-by:
Adam Duskett <aduskett@gmail.com> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-