]> rtime.felk.cvut.cz Git - coffee/buildroot.git/log
coffee/buildroot.git
6 years agonfs-utils: don't test if the binary exists in the init script
Carlos Santos [Mon, 16 Apr 2018 02:29:32 +0000 (23:29 -0300)]
nfs-utils: don't test if the binary exists in the init script

The test doesn't make sense. It just exits without any error if the
binary doesn't exist, which is silly.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agonetwork-manager: don't test if the binary exists in the init script
Carlos Santos [Mon, 16 Apr 2018 02:29:31 +0000 (23:29 -0300)]
network-manager: don't test if the binary exists in the init script

The test doesn't make sense. It just exits without any error if the
binary doesn't exist, which is silly.

Replace the NETWORKMANAGER_BIN variable, which was used only once, by
the full path of the binary file.

Drop the now useless variables prefix, exec_prefix and sbindir.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agonetsnmp: don't test if the binaries exist in the init script
Carlos Santos [Mon, 16 Apr 2018 02:29:30 +0000 (23:29 -0300)]
netsnmp: don't test if the binaries exist in the init script

The test doesn't make sense. It just exits without any error if the
binary doesn't exist, which is silly.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agonetplug: don't test if the binary exists in the init script
Carlos Santos [Mon, 16 Apr 2018 02:29:29 +0000 (23:29 -0300)]
netplug: don't test if the binary exists in the init script

The test doesn't make sense. It just exits without any error if the
binary doesn't exist, which is silly.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoneard: don't test if the binary exists in the init script
Carlos Santos [Mon, 16 Apr 2018 02:29:28 +0000 (23:29 -0300)]
neard: don't test if the binary exists in the init script

The test doesn't make sense. It just exits without any error if the
binary doesn't exist, which is silly.

Replace the DAEMON variable, which was used only once, by the full path
of the binary file.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agompd: don't test if the binary exists in the init script
Carlos Santos [Mon, 16 Apr 2018 02:29:27 +0000 (23:29 -0300)]
mpd: don't test if the binary exists in the init script

The test doesn't make sense. It just exits without any error if the
binary doesn't exist, which is silly.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agomodem-manager: don't test if the binary exists in the init script
Carlos Santos [Mon, 16 Apr 2018 02:29:26 +0000 (23:29 -0300)]
modem-manager: don't test if the binary exists in the init script

The test doesn't make sense. It just exits without any error if the
binary doesn't exist, which is silly.

Drop the MODEMMANAGER_BIN variable, which was never initialized.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agohaveged: don't test if the binary exists in the init script
Carlos Santos [Mon, 16 Apr 2018 02:29:25 +0000 (23:29 -0300)]
haveged: don't test if the binary exists in the init script

The test doesn't make sense. It just exits without any error if the
binary doesn't exist, which is silly.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoeudev: don't test if the binary exists in the init script
Carlos Santos [Mon, 16 Apr 2018 02:29:24 +0000 (23:29 -0300)]
eudev: don't test if the binary exists in the init script

The test doesn't make sense. It just exits with error code 5 if the
binary doesn't exist, which is silly. Buildroot installs both udevd and
its init script as part of the same package. But if it ever happens for
some reason, the error message "/sbin/udevd: No such file or directory"
in the start case should be pretty clear.

Replace the UDEV_BIN variable, which was used only once, by the full
path of the binary file.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agodnsmasq: don't test if the binary exists in the init script
Carlos Santos [Mon, 16 Apr 2018 02:29:23 +0000 (23:29 -0300)]
dnsmasq: don't test if the binary exists in the init script

The test doesn't make sense. It just exits without any error if the
binary doesn't exist, which is silly.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agodmraid: don't test if the binary exists in the init script
Carlos Santos [Mon, 16 Apr 2018 02:29:22 +0000 (23:29 -0300)]
dmraid: don't test if the binary exists in the init script

The test doesn't make sense. It just exits without any error if the
binary doesn't exist, which is silly.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agodhcpcd: don't test if the binary exists in the init script
Carlos Santos [Mon, 16 Apr 2018 02:29:21 +0000 (23:29 -0300)]
dhcpcd: don't test if the binary exists in the init script

The test doesn't make sense. It just exits without any error if the
binary doesn't exist, which is silly.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agodbus: don't test if the binary exists in the init script
Carlos Santos [Mon, 16 Apr 2018 02:29:20 +0000 (23:29 -0300)]
dbus: don't test if the binary exists in the init script

The test doesn't make sense. It just exits without any error if the
binary doesn't exist, which is silly.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agobind: don't test if the binary exists in the init script
Carlos Santos [Mon, 16 Apr 2018 02:29:19 +0000 (23:29 -0300)]
bind: don't test if the binary exists in the init script

The test doesn't make sense. It just exits without any error if the
binary doesn't exist, which is silly.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agosqlite: avoid use of unsupported -Ofast CFLAGS
Joshua Henderson [Fri, 13 Apr 2018 20:22:34 +0000 (13:22 -0700)]
sqlite: avoid use of unsupported -Ofast CFLAGS

sqlite3 refuses to be built with -ffast-math (a side effect of -Ofast) when it
falls back to implementing its own isnan() function.

sqlite3.c: In function ‘sqlite3IsNaN’:
sqlite3.c:28554:3: error: #error SQLite will not work correctly with the -ffast-math option of GCC.

To work around this, when -Ofast is used replace with -O3.

Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agophp: remove Blackfin patch
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:37 +0000 (21:50 +0200)]
php: remove Blackfin patch

And renumber remaining patches.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agowayland: remove Blackfin patch
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:36 +0000 (21:50 +0200)]
wayland: remove Blackfin patch

And renumber remaining patch.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agop7zip: remove Blackfin patch
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:35 +0000 (21:50 +0200)]
p7zip: remove Blackfin patch

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agolibsepol: remove Blackfin patch
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:34 +0000 (21:50 +0200)]
libsepol: remove Blackfin patch

And renumber remaining patches.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agolibsemanage: remove Blackfin patch
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:33 +0000 (21:50 +0200)]
libsemanage: remove Blackfin patch

And renumber the remaining patch.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agolibpng: remove Blackfin patch
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:32 +0000 (21:50 +0200)]
libpng: remove Blackfin patch

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agolibselinux: remove Blackfin patch
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:31 +0000 (21:50 +0200)]
libselinux: remove Blackfin patch

And renumber the remaining patches.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoicu: remove Blackfin patch
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:30 +0000 (21:50 +0200)]
icu: remove Blackfin patch

And renumber remaining patches.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agographite2: remove Blackfin related patch
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:29 +0000 (21:50 +0200)]
graphite2: remove Blackfin related patch

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agogdb/7.10: remove Blackfin patch
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:28 +0000 (21:50 +0200)]
gdb/7.10: remove Blackfin patch

And renumber remaining patches

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agogdb: remove Blackfin patch
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:27 +0000 (21:50 +0200)]
gdb: remove Blackfin patch

And renumber remaining patches.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoffmpeg: remove Blackfin related patch
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:26 +0000 (21:50 +0200)]
ffmpeg: remove Blackfin related patch

And renumber remaining patches.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agocairo: remove Blackfin related patch
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:25 +0000 (21:50 +0200)]
cairo: remove Blackfin related patch

And renumber the remaining patches.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage: remove Blackfin related code
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:24 +0000 (21:50 +0200)]
package: remove Blackfin related code

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agobinutils: remove Blackfin patches
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:23 +0000 (21:50 +0200)]
binutils: remove Blackfin patches

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agogcc: remove Blackfin patches
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:22 +0000 (21:50 +0200)]
gcc: remove Blackfin patches

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agotoolchain, gcc, gdb, binutils, uclibc: remove Blackfin code
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:21 +0000 (21:50 +0200)]
toolchain, gcc, gdb, binutils, uclibc: remove Blackfin code

This commit removes Blackfin related code from all toolchain code and
components.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agolinux: remove Blackfin related code
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:20 +0000 (21:50 +0200)]
linux: remove Blackfin related code

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoboot/uboot: remove Blackfin related code
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:19 +0000 (21:50 +0200)]
boot/uboot: remove Blackfin related code

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoarch: drop BR2_BINFMT_FLAT_SEP_DATA support
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:18 +0000 (21:50 +0200)]
arch: drop BR2_BINFMT_FLAT_SEP_DATA support

This was only used by Blackfin, so there's no good reason to keep it.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoarch: remove Blackfin architecture
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:17 +0000 (21:50 +0200)]
arch: remove Blackfin architecture

The Blackfin architecture has for a long time been complicated to
maintain, with poor support in upstream binutils/gcc. As of April
2018, the Blackfin architecture has been dropped from the upstream
Linux kernel. Also, the Analog Device engineer who used to be in touch
with the Buildroot community also privately said we should drop the
support for this architecture, which Analog Devices is no longer
using, promoting and maintaining.

The BR2_BINFMT_FLAT_SEP_DATA option becomes unselectable, it will be
removed in a future commit.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoconfigs/gdb_bfin_bf512: remove defconfig
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:16 +0000 (21:50 +0200)]
configs/gdb_bfin_bf512: remove defconfig

As we are about to remove the Blackfin architecture, remove the only
defconfig that was using this CPU architecture.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agosupport/config-fragments/autobuild: remove Blackfin configuration
Thomas Petazzoni [Thu, 5 Apr 2018 19:50:15 +0000 (21:50 +0200)]
support/config-fragments/autobuild: remove Blackfin configuration

In preparation for the removal of the Blackfin architecture, drop the
autobuilder toolchain configuration that was testing Blackfin.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agozeromq: add libunwind as an optional dependency
Asaf Kahlon [Sun, 15 Apr 2018 19:39:57 +0000 (22:39 +0300)]
zeromq: add libunwind as an optional dependency

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agonetwork-manager: support a defaults file in the init script
Carlos Santos [Fri, 13 Apr 2018 16:00:27 +0000 (13:00 -0300)]
network-manager: support a defaults file in the init script

Sometimes it is useful to pass some parameters to NetworkManager when it
starts (e.g. --log-level) instead of editting NetworkManager.conf. Allow
the user add a file with a NETWORKMANAGER_ARGS variable containing such
flags. This is simpler than overriding the whole startup script (e.g. by
means of a rootfs overlay).

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoswupdate: bump to version 2018.03
Jörg Krause [Fri, 13 Apr 2018 06:34:37 +0000 (08:34 +0200)]
swupdate: bump to version 2018.03

Remove upstream patches:
  * 0001-compat.h-introduce-compatibility-header.patch
  * 0002-Fix-build-if-DOWNLOAD-is-set-but-no-JSON.patch

Update note about bundled modified version of mongoose 6.11.

Update licenses. Some files are LGPL-2.1+ now. Remove Public Domain as the
relevant bundled sqlite3 code was removed some time age.

Regenerated the .config file by doing:

```
make swupdate-menuconfig
make swupdate-update-config
```
.. and removing the paths for the build options manually.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoethtool: bump to version 4.15
Baruch Siach [Fri, 13 Apr 2018 04:51:49 +0000 (07:51 +0300)]
ethtool: bump to version 4.15

Add the LICENSE file to license files.

Cc: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoalsa-utils: bump version to 1.1.6
Jörg Krause [Fri, 13 Apr 2018 07:28:25 +0000 (09:28 +0200)]
alsa-utils: bump version to 1.1.6

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoalsa-lib: bump to version 1.1.6
Jörg Krause [Fri, 13 Apr 2018 07:28:24 +0000 (09:28 +0200)]
alsa-lib: bump to version 1.1.6

Regenerate patches using git as patch 0002 didn't applu and the others
were fuzzy.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
[Thomas: fix authorship in patches, order of SoB and use git
format-patch -N to avoid numbering]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoconfigs/liteboard: Bump Linux to 4.16.2
Marcin Niestroj [Fri, 13 Apr 2018 10:09:29 +0000 (12:09 +0200)]
configs/liteboard: Bump Linux to 4.16.2

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoconfigs/liteboard: Bump U-Boot to 2018.03
Marcin Niestroj [Fri, 13 Apr 2018 10:09:28 +0000 (12:09 +0200)]
configs/liteboard: Bump U-Boot to 2018.03

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agovalgrind: allow selection on aarch64
Anssi Hannula [Fri, 13 Apr 2018 12:13:14 +0000 (15:13 +0300)]
valgrind: allow selection on aarch64

valgrind works fine on aarch64, so allow selecting it on that
architecture.

Signed-off-by: Anssi Hannula <anssi.hannula@bitwise.fi>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agosystemd: add compatibility symlink for 'shutdown'
Anssi Hannula [Fri, 13 Apr 2018 12:18:30 +0000 (15:18 +0300)]
systemd: add compatibility symlink for 'shutdown'

In addition to the 'halt', 'poweroff', 'reboot' symlinks pointing to
systemctl, add 'shutdown'.

Signed-off-by: Anssi Hannula <anssi.hannula@bitwise.fi>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agolibcap-ng: fix compilation without pthread.h
Fabrice Fontaine [Sun, 15 Apr 2018 08:18:49 +0000 (10:18 +0200)]
libcap-ng: fix compilation without pthread.h

Fixes:
 - http://autobuild.buildroot.net/results/6132f33fb282fda3c39deb292784b9006c9e7872

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[Thomas: add missing AUTORECONF = YES, since we're now patching
configure.ac]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agozeromq: patch configure.ac to check for ldaddr on when checking libunwind
Asaf Kahlon [Sun, 15 Apr 2018 18:15:55 +0000 (21:15 +0300)]
zeromq: patch configure.ac to check for ldaddr on when checking libunwind

configure.ac can fail the build when there's no dynamic library support,
since it cannot find dladdr which is needed only when we have libunwind.
Therefore, configure.ac was patched to check for dladdr only in the libunwind
check section. As a consequence of the patch, ZEROMQ_AUTORECONF was set.

The patch was applied to the zeromq master branch, see:
https://github.com/zeromq/libzmq/commit/c971445025535b9f989ab0b78f5ddd1c026f1878

Fixes:
http://autobuild.buildroot.net/results/2b1aaf7e35651f04a9e9d0269e49c1b0bd87ae29/

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agolinux-headers: bump 4.{4, 9}.x series
Fabio Estevam [Sat, 14 Apr 2018 00:20:41 +0000 (21:20 -0300)]
linux-headers: bump 4.{4, 9}.x series

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agocjson: bump to version 1.7.6
Fabrice Fontaine [Sun, 15 Apr 2018 08:31:43 +0000 (10:31 +0200)]
cjson: bump to version 1.7.6

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoflatbuffers: bump to version 1.9.0
Fabrice Fontaine [Sun, 15 Apr 2018 08:43:43 +0000 (10:43 +0200)]
flatbuffers: bump to version 1.9.0

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agolibglib2: fix gobject with gcc <= 4.7
Fabrice Fontaine [Sun, 15 Apr 2018 08:23:39 +0000 (10:23 +0200)]
libglib2: fix gobject with gcc <= 4.7

Patch under upstream review: https://bugzilla.gnome.org/show_bug.cgi?id=795138

Fixes:
 - http://autobuild.buildroot.net/results/b29a2f868438a2210873ea72f491db63175848be

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agotcf-agent: bump to version 1.7.0
Eugene Tarassov [Thu, 12 Apr 2018 15:13:10 +0000 (08:13 -0700)]
tcf-agent: bump to version 1.7.0

Build issues with MicroBlaze and PPC64 targets are fixed, and the
three patches are upstream.

Signed-off-by: Eugene Tarassov <eugene@largest.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agosquashfs: bump version to e38956b92f738518c29734399629e7cdb33072d3
Peter Seiderer [Mon, 9 Apr 2018 20:04:24 +0000 (22:04 +0200)]
squashfs: bump version to e38956b92f738518c29734399629e7cdb33072d3

- delete patch 0001-musl.patch (superseeded by upstream commit [1])
- disable new zstd support for host/target

[1] https://git.kernel.org/pub/scm/fs/squashfs/squashfs-tools.git/commit/?id=a81678d6a698b8a016f9abac9f3d981281cc52eb

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopixiewps: new package
Guillaume W. Bres [Thu, 12 Apr 2018 13:18:51 +0000 (15:18 +0200)]
pixiewps: new package

Pixie WPS is a C based tool to audit networks against so called "Pixie
Dust" attacks.

Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
[Thomas:
 - fix license, it's GPL-3.0+
 - use PREFIX= instead of prefix= to actually have an effect, and
   install in /usr and not /usr/local
 - remove reference to PIXIEWPS_SUBDIR, which was never defined, and
   was not needed anyway]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoMakefile: take default SOURCE_DATE_EPOCH from repo containing Makefile
James Byrne [Tue, 10 Apr 2018 10:28:12 +0000 (11:28 +0100)]
Makefile: take default SOURCE_DATE_EPOCH from repo containing Makefile

For reproducible builds, SOURCE_DATE_EPOCH will be set to the git commit
date if it is not defined in the environment, but this was done by
explicitly using $(TOPDIR)/.git as the git repository, which would not
give the expected result if Buildroot had been put into a subdirectory
of another repository.

This commit removes that restriction, meaning that the default date will
now be the date of the git commit that contains Makefile, regardless of
what level above Makefile the repository is at. This works because the
current directory when the 'git log' command is executed will always be
the directory containing Makefile (it must be, since TOPDIR is set from
CURDIR).

In general this should be a sensible default, and in cases where a
different date is required SOURCE_DATE_EPOCH can be defined in the
environment before invoking make.

Signed-off-by: James Byrne <james.byrne@origamienergy.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage/mesa3d: add dependency on elfutils for R600 with LLVM
Valentin Korenblit [Wed, 11 Apr 2018 12:57:01 +0000 (14:57 +0200)]
package/mesa3d: add dependency on elfutils for R600 with LLVM

Gallium R600 needs libelf when mesa is built with llvm support.
Because of this, toolchain must use either uClibc or glibc, as
musl is not currently compatible with elfutils.

This patch solves:
configure: error: r600 requires libelf when using llvm

Fixes:

  http://autobuild.buildroot.org/results/8845ff0f28d3273ebe884126b85cd7c4a905d81b/

Signed-off-by: Valentin Korenblit <valentin.korenblit@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoconfigs/freescale_{p1025twr, t1040d4rdb}: headers version
Vincent Stehlé [Thu, 12 Apr 2018 21:26:06 +0000 (23:26 +0200)]
configs/freescale_{p1025twr, t1040d4rdb}: headers version

The freescale p1025twr and t1040d4rdb defconfigs use a 4.15 series kernel;
specify BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_15 accordingly.

This fixes the following build error:

  Incorrect selection of kernel headers: expected 4.16.x, got 4.15.x

Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net>
Cc: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agotoolchain: Bump ARC tools to arc-2018.03-rc1
Evgeniy Didin [Tue, 10 Apr 2018 16:06:04 +0000 (19:06 +0300)]
toolchain: Bump ARC tools to arc-2018.03-rc1

This commit bumps ARC toolchain to arc-2018.03-rc1.
We want to test how new toolchain-rc1 builds packages,
so we can make fixes before release of toolcain.

ARC GNU tools of version arc-2018.03-rc1 bring some quite significant changes like:
 * Binutils v2.29.51 with additional ARC patches
 * GCC 7.3.1 with additional ARC patches

Please note that it is a release candidate
and it might contain some breakages,
please don't use it for production builds.

Signed-off-by: Evgeniy Didin <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: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agobtrfs-progs: bump to version 4.16
Baruch Siach [Wed, 11 Apr 2018 04:45:16 +0000 (07:45 +0300)]
btrfs-progs: bump to version 4.16

Drop upstream patch.

Add a patch for fixing static build.

Add license information about the newly introduced libbtrfsutil.

Disable the libbtrfsutil python binding. It does not cross compile
nicely.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agosupport/download/dl-wrapper: pass the correct -N option
Thomas Petazzoni [Wed, 11 Apr 2018 08:10:24 +0000 (10:10 +0200)]
support/download/dl-wrapper: pass the correct -N option

${raw_name} is never defined in dl-wrapper, and therefore the value
passed to the -N option is always empty. This causes a problem for the
'cvs' backend, which uses the value of this option as the CVS module
to be downloaded.

If the name of the CVS module is omitted, all the CVS modules from
that CVS repository are downloaded, which creates a tarball with a lot
more contents, and the actual useful contents in a sub-directory,
obviously breaking patches that should be applied, and the entire
build process that follows.

Fixes:

  http://autobuild.buildroot.net/results/fcee0e3d7eeeb373313b1794092c729b1b052348/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agosupport/download/dl-wrapper: fix passing remaining options to helper scripts
Thomas Petazzoni [Wed, 11 Apr 2018 07:31:21 +0000 (09:31 +0200)]
support/download/dl-wrapper: fix passing remaining options to helper scripts

When calling the backend-specific helper scripts, the remaining
options are in ${@}. However, in order to let the helper script know
that those remaining options should not be parsed, but instead passed
as-is to the download tool, they must be separated from the main
options by "--".

Without this, packages that use <pkg>_DL_OPTS, such as the
amd-catalyst package, cannot download their tarball anymore.

Fixes:

  http://autobuild.buildroot.net/results/de818f6e4c8e63d5e8a49c445d10c34eccc40410/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoconfigs/freescale_imx8mqevk: new defconfig
Erik Larsson [Thu, 12 Apr 2018 12:35:25 +0000 (14:35 +0200)]
configs/freescale_imx8mqevk: new defconfig

Signed-off-by: Erik Larsson <karl.erik.larsson@gmail.com>
Signed-off-by: Christopher Dahlberg <crille.dahlberg@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoboard/freescale/common/imx: add i.MX8 genimage template
Erik Larsson [Thu, 12 Apr 2018 20:39:07 +0000 (22:39 +0200)]
board/freescale/common/imx: add i.MX8 genimage template

This commit adds a genimage template file that is used for i.MX8
platforms in the common i.MX post-image script.

Signed-off-by: Erik Larsson <karl.erik.larsson@gmail.com>
Signed-off-by: Christopher Dahlberg <crille.dahlberg@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoboard/freescale/common/imx: add imx8-bootloader-prepare script
Erik Larsson [Thu, 12 Apr 2018 20:36:48 +0000 (22:36 +0200)]
board/freescale/common/imx: add imx8-bootloader-prepare script

This commit adds an imx8-bootloader-prepare.sh script that will be
used by i.MX8 platforms to prepare their bootloader image.

Signed-off-by: Erik Larsson <karl.erik.larsson@gmail.com>
Signed-off-by: Christopher Dahlberg <crille.dahlberg@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoboard/freescale/common/imx: make post-image.sh arm64 compatible
Erik Larsson [Thu, 12 Apr 2018 12:35:23 +0000 (14:35 +0200)]
board/freescale/common/imx: make post-image.sh arm64 compatible

This commit makes the common post-image.sh script used by Freescale
platforms compatible with arm64:

 - Support having DTBs in sub-folders

 - Support a kernel image in the 'Image' format

Signed-off-by: Erik Larsson <karl.erik.larsson@gmail.com>
Signed-off-by: Christopher Dahlberg <crille.dahlberg@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agofirmware-imx: add support for iMX8M firmware
Erik Larsson [Thu, 12 Apr 2018 12:35:22 +0000 (14:35 +0200)]
firmware-imx: add support for iMX8M firmware

Signed-off-by: Erik Larsson <karl.erik.larsson@gmail.com>
Signed-off-by: Christopher Dahlberg <crille.dahlberg@gmail.com>
[Thomas: use an intermediate FIRMWARE_IMX_DDRFW_DIR variable.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage/imx-mkimage: add dependency to host-zlib
Erik Larsson [Thu, 12 Apr 2018 19:32:09 +0000 (21:32 +0200)]
package/imx-mkimage: add dependency to host-zlib

Fixes:

  http://autobuild.buildroot.net/results/00d284b4841c7ec89475d509d5b8a8df8437ee3a/

Signed-off-by: Erik Larsson <karl.erik.larsson@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoreaver: new package
Guillaume W. Bres [Thu, 12 Apr 2018 11:44:33 +0000 (13:44 +0200)]
reaver: new package

Reaver is a tool to audit networks against brute WPS pins attacks.

We use the github.com/t6x fork at the moment because other
versions/repos of this project won't cross-compile, and this fork is
the only one regularly updated and maintained.

Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopicocom: fix build for x86 with musl libc
Baruch Siach [Thu, 12 Apr 2018 16:43:52 +0000 (19:43 +0300)]
picocom: fix build for x86 with musl libc

Since version 3.1 picocom enabled by default custom baud rate support
for x86 targets. This requires the c_ispeed and c_opseed field in struct
termios that musl libc does not provide. Add an upstream patch that
restricts custom baud rates to C libraries that provide the needed
termios fields.

Fixes:
http://autobuild.buildroot.net/results/28e/28ec584484dedfd6ef473dfd9dd24481e27ce2b3/
http://autobuild.buildroot.net/results/912/912493a8f99416524a5897634ae62604436e9b51/
http://autobuild.buildroot.net/results/65d/65d0f449822f296dfe6b9be0e03a5a855f700a9e/

Cc: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agolinux-firmware: add Qualcomm video accelerator and GPU firmware options
Andre Renaud [Wed, 11 Apr 2018 21:39:38 +0000 (09:39 +1200)]
linux-firmware: add Qualcomm video accelerator and GPU firmware options

Signed-off-by: Andre Renaud <andre@ignavus.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agolibgpiod: bump version to v1.0.1
Bartosz Golaszewski [Thu, 12 Apr 2018 15:25:40 +0000 (17:25 +0200)]
libgpiod: bump version to v1.0.1

This is a bugfix release. It contains the following changes since v1.0:

- include Doxyfile in the release tarball
- fix the implicit-fallthrough warnings
- make tests work together with gpio-mockup post v4.16 linux kernel
- use reference counting for line file descriptors to avoid calling
  close() on the same descriptors multiple times

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoconfigs/chiliboard: Bump Linux to 4.16.1
Marcin Niestroj [Wed, 11 Apr 2018 16:28:46 +0000 (18:28 +0200)]
configs/chiliboard: Bump Linux to 4.16.1

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoconfigs/chiliboard: Bump U-Boot to 2018.03
Marcin Niestroj [Wed, 11 Apr 2018 16:28:45 +0000 (18:28 +0200)]
configs/chiliboard: Bump U-Boot to 2018.03

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoxcb-util: bump to version 0.4.0
Danomi Manchego [Thu, 12 Apr 2018 02:23:45 +0000 (22:23 -0400)]
xcb-util: bump to version 0.4.0

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage/llvm: fix typo in llvm.mk
Valentin Korenblit [Thu, 12 Apr 2018 12:02:36 +0000 (14:02 +0200)]
package/llvm: fix typo in llvm.mk

"+=" was missing in -DLLVM_TARGETS_TO_BUILD, so LLVM_CONF_OPTS and
HOST_LLVM_CONF_OPTS before this option weren't being considered.

Signed-off-by: Valentin Korenblit <valentin.korenblit@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agosupport/scripts/fix-rpath: exclude /lib/firmware in the target
Thomas Petazzoni [Thu, 12 Apr 2018 11:50:09 +0000 (13:50 +0200)]
support/scripts/fix-rpath: exclude /lib/firmware in the target

The /lib/firmware directory contains random firmware for various
devices. It happens that some of them might be or appear to be ELF
files, but they shouldn't be checked by fix-rpath. For example, one of
the Qualcomm VPU firmware file appears to be an ELF file, but patchelf
isn't happy about it:

$ ./output/host/bin/patchelf --print-rpath output/target/lib/firmware/qcom/venus-4.2/venus.b00
patchelf: patchelf.cc:387: void ElfFile<Elf_Ehdr, Elf_Phdr, Elf_Shdr, Elf_Addr, Elf_Off, Elf_Dyn, Elf_Sym>::parse() [with Elf_Ehdr = Elf32_Ehdr; Elf_Phdr = Elf32_Phdr; Elf_Shdr = Elf32_Shdr; Elf_Addr = unsigned int; Elf_Off = unsigned int; Elf_Dyn = Elf32_Dyn; Elf_Sym = Elf32_Sym]: Assertion `shstrtabIndex < shdrs.size()' failed.
Aborted (core dumped)

Even though patchelf definitely shouldn't crash, it anyway doesn't
make sense to check ELF files in /lib/firmware, so let's exclude this
directory from our check.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage/llvm: remove $ORIGIN/../lib from RPATH
Valentin Korenblit [Thu, 12 Apr 2018 12:36:28 +0000 (14:36 +0200)]
package/llvm: remove $ORIGIN/../lib from RPATH

AddLLVM.cmake adds $ORIGIN/../lib to the RPATH of llvm binaries.  This
causes a problem when llvm-config built for the host, installed in
STAGING_DIR, is executed under the following conditions:

* Target architecture same as host architecture (normally x86_64)
* Target's libc different from host's libc (normally glibc)

llvm-config will try to link with the target's libc, resulting in:

./llvm-config: error while loading shared libraries: libc.so.0: cannot open shared object file: No such file or directory.

To avoid this, we simply add pass
-DCMAKE_INSTALL_RPATH="$(HOST_DIR)/lib" in HOST_LLVM_CONF_OPTS.

Link to discussion:

  http://lists.busybox.net/pipermail/buildroot/2018-April/218627.html

Fixes:

  http://autobuild.buildroot.net/results/b81c12d529c66a028e2297ea5ce1d6930324fa69/

Signed-off-by: Valentin Korenblit <valentin.korenblit@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agodocs/website: update for 2017.02.11
Peter Korsgaard [Thu, 12 Apr 2018 16:42:04 +0000 (18:42 +0200)]
docs/website: update for 2017.02.11

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agoUpdate for 2017.02.11
Peter Korsgaard [Thu, 12 Apr 2018 16:37:41 +0000 (18:37 +0200)]
Update for 2017.02.11

[Peter: drop Makefile changes]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 8a0e4e865add1079e7cf8336def4f7aab00b2e0c)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agolinux-headers: bump 4.{15, 16}.x series
Fabio Estevam [Thu, 12 Apr 2018 11:11:28 +0000 (08:11 -0300)]
linux-headers: bump 4.{15, 16}.x series

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agolinux: bump default to version 4.16.2
Fabio Estevam [Thu, 12 Apr 2018 11:11:27 +0000 (08:11 -0300)]
linux: bump default to version 4.16.2

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage/x11r7/xdriver_xf86-video-intel: bump version
Bernd Kuhls [Tue, 10 Apr 2018 19:13:26 +0000 (21:13 +0200)]
package/x11r7/xdriver_xf86-video-intel: bump version

Added tarball and license hashes.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage/x264: bump version
Bernd Kuhls [Tue, 10 Apr 2018 19:10:44 +0000 (21:10 +0200)]
package/x264: bump version

Added license hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage/dtv-scan-tables: bump version
Bernd Kuhls [Tue, 10 Apr 2018 19:09:36 +0000 (21:09 +0200)]
package/dtv-scan-tables: bump version

Removed DTV_SCAN_TABLES_FIX_NONASCII_FILENAMES, not needed anymore
after upstream commit
https://git.linuxtv.org/dtv-scan-tables.git/commit/?id=9481e7c283d3bad69a0440b26a75ab0d16ccdf68

Added license hashes.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage/clamav: bump version to 0.100.0
Bernd Kuhls [Tue, 10 Apr 2018 18:33:03 +0000 (20:33 +0200)]
package/clamav: bump version to 0.100.0

Release notes:
http://lists.clamav.net/pipermail/clamav-announce/2018/000031.html

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agopackage/x11r7/xdriver_xf86-input-libinput: bump version to 0.27.1
Bernd Kuhls [Tue, 10 Apr 2018 16:20:40 +0000 (18:20 +0200)]
package/x11r7/xdriver_xf86-input-libinput: bump version to 0.27.1

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoconfigs/mx6cubox: Bump U-Boot and kernel versions
Fabio Estevam [Tue, 10 Apr 2018 20:04:23 +0000 (17:04 -0300)]
configs/mx6cubox: Bump U-Boot and kernel versions

Bump U-Boot version to 2018.03 and kernel to 4.16.1.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoDEVELOPERS: added Eugene Tarassov as developer of tcf-agent
Eugene Tarassov [Tue, 10 Apr 2018 17:12:37 +0000 (10:12 -0700)]
DEVELOPERS: added Eugene Tarassov as developer of tcf-agent

Eugene is project lead of Eclipse TCF project

Signed-off-by: Eugene Tarassov <eugene@largest.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agodocs/website: update for 2018.02.1
Peter Korsgaard [Tue, 10 Apr 2018 13:36:32 +0000 (15:36 +0200)]
docs/website: update for 2018.02.1

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agoUpdate for 2018.02.1
Peter Korsgaard [Mon, 9 Apr 2018 21:51:05 +0000 (23:51 +0200)]
Update for 2018.02.1

[Peter: drop Makefile changes]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 9565a37e0d2aa3c5fb9a4148760c490f2e5226d4)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
6 years agonmap: bump to version 7.70
Baruch Siach [Tue, 10 Apr 2018 11:42:25 +0000 (14:42 +0300)]
nmap: bump to version 7.70

Drop libssh2 configure test fix; the issue is fixed upstream.

Add license file hash.

Cc: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agozsh: bump to version 5.5
Baruch Siach [Tue, 10 Apr 2018 10:55:21 +0000 (13:55 +0300)]
zsh: bump to version 5.5

We now have tar.xz archive again, use that.

Cc: Phil Eichinger <phil.eichinger@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoopenssh: bump to version 7.7p1
Baruch Siach [Tue, 10 Apr 2018 05:44:42 +0000 (08:44 +0300)]
openssh: bump to version 7.7p1

Drop upstream patches, renumber the rest.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agoimx-mkimage: bump to version rel_imx_4.9.51_8mq_ga
Erik Larsson [Tue, 10 Apr 2018 05:34:32 +0000 (07:34 +0200)]
imx-mkimage: bump to version rel_imx_4.9.51_8mq_ga

Signed-off-by: Erik Larsson <karl.erik.larsson@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agodownload/git: more resilient in case of kill
Yann E. MORIN [Mon, 9 Apr 2018 21:56:51 +0000 (23:56 +0200)]
download/git: more resilient in case of kill

In case the git backend gets killed right in-between it finished
initialising the repository, but before it could add the remote,
we'd end up with a repository without the 'origin' remote, so we
would not be able to change its URL.

Another case that may happen (like in the build failure, below),
is that the repository was initialised with a previous version
of Buildroot, before the commit e17719264b (download/git: don't
require too-recent git) was applied, and that trepository was
still lying around...

Fixes:
    http://autobuild.buildroot.org/results/25a/25aae054634368fadb265b97ebe4dda809deff6f/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agocryptopp: bump to version 7.0.0
Fabrice Fontaine [Mon, 9 Apr 2018 21:03:29 +0000 (23:03 +0200)]
cryptopp: bump to version 7.0.0

Remove patch (applied upstream)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
6 years agolibglib2: fix license
Fabrice Fontaine [Mon, 9 Apr 2018 20:21:59 +0000 (22:21 +0200)]
libglib2: fix license

libglib2 is licensed under LGPL-2.1+ and not LGPL-2.0+ since release
2.53.3

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>