buildroot.git
8 years agopackage/kodi: Remove dependency for BR2_STATIC_LIBS from sub packages
Bernd Kuhls [Sat, 20 Feb 2016 22:09:15 +0000 (23:09 +0100)]
package/kodi: Remove dependency for BR2_STATIC_LIBS from sub packages

Kodi itself already depends on !BR2_STATIC_LIBS, there is no need to
duplicate this as reverse dependencies in sub options which depend on
Kodi.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi: reorder select/depends
Bernd Kuhls [Sat, 20 Feb 2016 22:09:14 +0000 (23:09 +0100)]
package/kodi: reorder select/depends

>From [1]:
"Even though the ordering has absolutely no consequences in Kconfig, it
is not logical (when reading). It is more logical and far easier to
understand when depends come first, followed by the selects."

Also, the Config.in example in the manual suggests to use this coding
style [2].

[1] http://lists.busybox.net/pipermail/buildroot/2015-October/142955.html
[2] http://buildroot.uclibc.org/downloads/manual/manual.html#writing-rules-config-in

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi: not available using a musl-based toolchain
Bernd Kuhls [Sat, 20 Feb 2016 22:09:13 +0000 (23:09 +0100)]
package/kodi: not available using a musl-based toolchain

The build stops with
configure: error: unsupported host (i586-buildroot-linux-musl)
due to musl not being supported in
https://github.com/xbmc/xbmc/blob/Isengard/m4/xbmc_arch.m4

Removing this obstacle will show that musl is really not being
supported, the build will fail:

In file included from emu_msvcrt.cpp:64:0:
emu_msvcrt.h:93:3: error: ‘__off64_t’ does not name a type
   __off64_t dll_lseeki64(int fd, __off64_t lPos, int iWhence);
   ^
emu_msvcrt.h:94:3: error: ‘__off_t’ does not name a type
   __off_t dll_lseek(int fd, __off_t lPos, int iWhence);
   ^

I know these problems are fixable and the voidlinux projects seems to
have done it already for 15.2-Isengard:
https://github.com/voidlinux/void-packages/tree/99f74705bc6520297d689fae4bcc9606c71ad34f/srcpkgs/kodi/patches

For Jarvis-16.0 these patches have to be rebased at a later stage.
For now block the Kodi package with musl-based toolchains to avoid
build errors.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi: enable samba support with uClibc toolchain
Bernd Kuhls [Sat, 20 Feb 2016 22:09:12 +0000 (23:09 +0100)]
package/kodi: enable samba support with uClibc toolchain

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi: bump version to 16.0-Jarvis
Bernd Kuhls [Sat, 20 Feb 2016 22:09:11 +0000 (23:09 +0100)]
package/kodi: bump version to 16.0-Jarvis

Add two new hard dependencies:

- libdcadec
https://github.com/xbmc/xbmc/commit/0997117a659a09e7b1c5bcb110f3526ea16698be

- libcrossguid
https://github.com/xbmc/xbmc/commit/6f8171f53992fc2eaabf71f6fa47ebed1da0d43d

Kodi moved to C++11 so we need gcc >= 4.7:
https://github.com/xbmc/xbmc/pull/6412

wavpack support was removed in favour of ffmpeg:
https://github.com/xbmc/xbmc/commit/7916902c9e6f7a523265594f3ad7f921f93f1cd4

Enabled giflib support by default.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-platform: bump version, add hash
Bernd Kuhls [Sat, 20 Feb 2016 22:09:10 +0000 (23:09 +0100)]
package/kodi-platform: bump version, add hash

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/libcec: bump version, add hash
Bernd Kuhls [Sat, 20 Feb 2016 22:09:09 +0000 (23:09 +0100)]
package/libcec: bump version, add hash

Also remove patch committed upstream.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/libplatform: bump version, add hash
Bernd Kuhls [Sat, 20 Feb 2016 22:09:08 +0000 (23:09 +0100)]
package/libplatform: bump version, add hash

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-screensaver-rsxs: new package
Bernd Kuhls [Sat, 20 Feb 2016 22:09:07 +0000 (23:09 +0100)]
package/kodi-screensaver-rsxs: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/kodi-visualisation-goom: new package
Bernd Kuhls [Sat, 20 Feb 2016 22:09:06 +0000 (23:09 +0100)]
package/kodi-visualisation-goom: new package

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/lz4: only use PREFIX for host installation
Thomas Petazzoni [Mon, 29 Feb 2016 22:17:06 +0000 (23:17 +0100)]
package/lz4: only use PREFIX for host installation

As noted by Peter Korsgaard, using DESTDIR=$(HOST_DIR) and PREFIX=/usr
for the host installation is useless and actually incorrect (the
pkg-config file contains incorrect paths). Instead, using
PREFIX=$(HOST_DIR)/usr is simpler, and actually correct.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoConfig.in.legacy: fix separator for 2016.05 legacy options
Thomas Petazzoni [Mon, 29 Feb 2016 22:11:38 +0000 (23:11 +0100)]
Config.in.legacy: fix separator for 2016.05 legacy options

Since we opened up the next branch, a number of options have been
added to Config.in.legacy. However, they are located under the "legacy
options removed in 2016.02", which is not correct. This commit fixes
that by adding the "legacy options removed in 2016.05" header, and
restoring the one related to 2016.02 at the right location.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoglibc: remove version 2.21
Gustavo Zacarias [Mon, 22 Feb 2016 12:07:24 +0000 (09:07 -0300)]
glibc: remove version 2.21

Mask out glibc for sparc as well since it's no longer available.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/systemd: add optional support for quotacheck
Gabe Evans [Thu, 25 Feb 2016 21:55:22 +0000 (21:55 +0000)]
package/systemd: add optional support for quotacheck

Signed-off-by: Gabe Evans <gabe@hashrabbit.co>
[Thomas: rewrap Config.in help text.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/systemd: add optional support for bootchart
Gabe Evans [Thu, 25 Feb 2016 21:55:21 +0000 (21:55 +0000)]
package/systemd: add optional support for bootchart

Signed-off-by: Gabe Evans <gabe@hashrabbit.co>
[Thomas: rewrap Config.in help text.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/systemd: add optional support for vconsole
Gabe Evans [Thu, 25 Feb 2016 21:55:20 +0000 (21:55 +0000)]
package/systemd: add optional support for vconsole

Signed-off-by: Gabe Evans <gabe@hashrabbit.co>
[Thomas: rewrap Config.in help text.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/systemd: add optional support for binfmt
Gabe Evans [Thu, 25 Feb 2016 21:55:19 +0000 (21:55 +0000)]
package/systemd: add optional support for binfmt

Signed-off-by: Gabe Evans <gabe@hashrabbit.co>
[Thomas: rewrap Config.in help text.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/systemd: fix wrong capitalization
Thomas Petazzoni [Mon, 29 Feb 2016 21:51:57 +0000 (22:51 +0100)]
package/systemd: fix wrong capitalization

Reported-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/systemd: remove networkd depends from timesyncd
Gabe Evans [Thu, 25 Feb 2016 21:55:17 +0000 (21:55 +0000)]
package/systemd: remove networkd depends from timesyncd

systemd-timesyncd can function without systemd-networkd.

Signed-off-by: Gabe Evans <gabe@hashrabbit.co>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/systemd: explicitly --enable-microhttpd
Gabe Evans [Thu, 25 Feb 2016 21:55:16 +0000 (21:55 +0000)]
package/systemd: explicitly --enable-microhttpd

Signed-off-by: Gabe Evans <gabe@hashrabbit.co>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
[Thomas: fix commit title.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/systemd: add --enable/disable-libcurl
Gabe Evans [Thu, 25 Feb 2016 21:55:15 +0000 (21:55 +0000)]
package/systemd: add --enable/disable-libcurl

Signed-off-by: Gabe Evans <gabe@hashrabbit.co>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/systemd: add --enable/disable-zlib
Gabe Evans [Thu, 25 Feb 2016 21:55:14 +0000 (21:55 +0000)]
package/systemd: add --enable/disable-zlib

Signed-off-by: Gabe Evans <gabe@hashrabbit.co>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/systemd: add --enable/disable-lz4
Gabe Evans [Thu, 25 Feb 2016 21:55:13 +0000 (21:55 +0000)]
package/systemd: add --enable/disable-lz4

Signed-off-by: Gabe Evans <gabe@hashrabbit.co>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/systemd: add --enable/disable-bzip2
Gabe Evans [Thu, 25 Feb 2016 21:55:12 +0000 (21:55 +0000)]
package/systemd: add --enable/disable-bzip2

Signed-off-by: Gabe Evans <gabe@hashrabbit.co>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/systemd: remove BR2_PACKAGE_SYSTEMD_ALL_EXTRAS
Gabe Evans [Thu, 25 Feb 2016 21:55:11 +0000 (21:55 +0000)]
package/systemd: remove BR2_PACKAGE_SYSTEMD_ALL_EXTRAS

The option was a bit misleading since it only selected additional
libraries without --enable/disabling any features. Including all of them
here would add a lot of bloat so instead, it is replaced with notes
detailing which features each library enables.

Signed-off-by: Gabe Evans <gabe@hashrabbit.co>
[Thomas:
 - slightly tweak Config.in help text, as suggested by Arnout.
 - add Config.in.legacy handling for BR2_PACKAGE_SYSTEMD_ALL_EXTRAS,
   as suggested by Arnout.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/lz4: bump version to r131
Gabe Evans [Thu, 25 Feb 2016 21:55:10 +0000 (21:55 +0000)]
package/lz4: bump version to r131

systemd v228 requires lz4 >= 125

Signed-off-by: Gabe Evans <gabe@hashrabbit.co>
[Thomas: only pass PREFIX=/usr at install time instead of using
LZ4_MAKE_OPTS, and also pass it for the host installation.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolibasplib: bump version and change source location
Stanislav Vasic [Mon, 29 Feb 2016 10:19:23 +0000 (11:19 +0100)]
libasplib: bump version and change source location

Signed-off-by: Stanislav Vlasic <svlasic@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolirc-tools: also install to staging
Schenk, Michael [Mon, 29 Feb 2016 05:46:06 +0000 (06:46 +0100)]
lirc-tools: also install to staging

This commit adds LIRC_TOOLS_INSTALL_STAGING = YES to the lirc-tools
package to get the library headers into sysroot, which is needed to
develop lirc based applications.

Signed-off-by: Michael Schenk <michael.schenk@albistechnologies.com>
[Thomas: rework commit log.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoopenssh: bump to version 7.2p1
Gustavo Zacarias [Mon, 29 Feb 2016 11:59:32 +0000 (08:59 -0300)]
openssh: bump to version 7.2p1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolvm2: bump to version 2.02.144
Gustavo Zacarias [Mon, 29 Feb 2016 11:59:49 +0000 (08:59 -0300)]
lvm2: bump to version 2.02.144

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agocryptsetup: bump to version 1.7.1
Gustavo Zacarias [Mon, 29 Feb 2016 11:59:48 +0000 (08:59 -0300)]
cryptsetup: bump to version 1.7.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoxerces: enable parallel builds
Gustavo Zacarias [Mon, 29 Feb 2016 15:27:25 +0000 (12:27 -0300)]
xerces: enable parallel builds

It seems to be in place for historical reasons since it seems to build
just fine on my test rigs.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoqt5tools: new package
Peter Seiderer [Sat, 20 Feb 2016 22:08:03 +0000 (23:08 +0100)]
qt5tools: new package

- host programs: lconvert, lrelease and lupdate
- target programs: pixeltool, qtdiag, qtpath and qtplugininfo

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agomsr-tools: new package
Vincent Stehlé [Sun, 28 Feb 2016 21:12:58 +0000 (22:12 +0100)]
msr-tools: new package

The MSR Tools project provides utilities to access x86 processor MSRs
and CPU ID directly.

https://01.org/msr-tools

Signed-off-by: Vincent Stehlé <vincent.stehle@intel.com>
Cc: Yegor Yefremov <yegorslists@googlemail.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
[Thomas:
 - rewrap Config.in help text
 - use $(TARGET_MAKE_ENV) when calling $(MAKE).]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agogcc: remove 4.5.x
Gustavo Zacarias [Wed, 24 Feb 2016 20:25:50 +0000 (17:25 -0300)]
gcc: remove 4.5.x

It's been deprecated for some time now.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
[Thomas: move option to Config.in.legacy, as noticed by Peter.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoscreen: bump to version 4.3.1
Ricardo Martincoski [Sun, 28 Feb 2016 00:01:11 +0000 (21:01 -0300)]
screen: bump to version 4.3.1

Patch files 0001 to 0005 were rebased.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agogstreamer: add missing plugin hash files
Carlos Santos [Fri, 26 Feb 2016 11:42:05 +0000 (08:42 -0300)]
gstreamer: add missing plugin hash files

Hash files for

  - gst-dsp
  - gst-omapfb
  - gst-plugin-x170

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agodsp-tools: add hash file
Carlos Santos [Fri, 26 Feb 2016 11:41:47 +0000 (08:41 -0300)]
dsp-tools: add hash file

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoutil-linux: add option for lsblk
Thomas Petazzoni [Thu, 25 Feb 2016 20:30:49 +0000 (21:30 +0100)]
util-linux: add option for lsblk

This commit adds an option to the util-linux package that allows to
build the lsblk utility.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoconfigs/arm_foundationv8: bump to Linux 4.4.3
Masahiro Yamada [Fri, 26 Feb 2016 11:40:13 +0000 (20:40 +0900)]
configs/arm_foundationv8: bump to Linux 4.4.3

Bump to the latest kernel with DT path adjustment because Linux
commit ca5b34100c57 ("dts, arm64: Move dts files to vendor subdirs")
moved the DT file to the vendor sub-directory.

This commit was tested with the latest model (FVP v8 Foundation
Platform 9.5 build 41), so I updated the instruction in readme.txt
corresponding to it.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agonano: bump to version 2.5.3
Gustavo Zacarias [Fri, 26 Feb 2016 16:39:58 +0000 (13:39 -0300)]
nano: bump to version 2.5.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolinux-backports: bump to version 4.4.2-1
Petr Vorel [Fri, 26 Feb 2016 07:56:19 +0000 (08:56 +0100)]
linux-backports: bump to version 4.4.2-1

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopandabord: use genimage to generate sdcard image
Peter Korsgaard [Fri, 26 Feb 2016 14:55:43 +0000 (15:55 +0100)]
pandabord: use genimage to generate sdcard image

And drop the manual sdcard generation description from the readme.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoconfigs: pandaboard: bump u-boot to 2016.01 and kernel to 4.4.3 and use ext4
Peter Korsgaard [Thu, 25 Feb 2016 23:11:55 +0000 (00:11 +0100)]
configs: pandaboard: bump u-boot to 2016.01 and kernel to 4.4.3 and use ext4

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoconfigs: pandaboard: bump u-boot to 2015.10 and kernel to 4.3
Sergio Prado [Tue, 9 Feb 2016 18:14:52 +0000 (16:14 -0200)]
configs: pandaboard: bump u-boot to 2015.10 and kernel to 4.3

VFPv3 and NEON was enabled and a readme.txt file was added.

Fixes bug #7580.

Tested on Pandaboard ES.

[Peter: use EABIhf]
Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/util-linux: remove patch for uClibc support
Romain Naour [Sun, 21 Feb 2016 18:14:12 +0000 (19:14 +0100)]
package/util-linux: remove patch for uClibc support

This patch is not needed anymore since the uClibc support has been removed from
Buildroot. This patch was needed for uClibc <= 0.9.33 support.

The only remaining supported external toolchain using uClibc 0.9.33 is the
2014R1 bfin toolchain. But all features that needs mkostemp() require fork() [1].
So, we can safely remove the patch.

[1] http://lists.busybox.net/pipermail/buildroot/2016-February/153414.html

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agodt: new package
Gustavo Zacarias [Wed, 27 Jan 2016 11:40:38 +0000 (08:40 -0300)]
dt: new package

Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
[Thomas: use <pkg>_STRIP_COMPONENTS = 2, which allows to get rid of
the <pkg>_SUBDIR usage, and make things a bit simpler.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agogst-omapfb: Move download link away from Google Code
Alan Ott [Mon, 22 Feb 2016 12:23:26 +0000 (09:23 -0300)]
gst-omapfb: Move download link away from Google Code

Google Code is being shut down. The google code site which hosts the
source .tar.gz references github/felipec, which has a gst-omapfb
repository with the same code as the tar.gz previously referenced.

Change the GST_OMAPFB_SITE to this github repo.

Signed-off-by: Alan Ott <alan@softiron.co.uk>
Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agogst-dsp: Move download link away from Google Code
Alan Ott [Mon, 22 Feb 2016 12:23:25 +0000 (09:23 -0300)]
gst-dsp: Move download link away from Google Code

Google Code is being shut down. The google code site which hosts the
source .tar.gz references github/felipec, which has a gst-dsp repository
with the same code as the tar.gz previously referenced.

Change the GST_DSP_SITE to this github repo.

Signed-off-by: Alan Ott <alan@softiron.co.uk>
Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agodsp-tools: Move download link away from Google Code
Alan Ott [Mon, 22 Feb 2016 12:23:24 +0000 (09:23 -0300)]
dsp-tools: Move download link away from Google Code

Google Code is being shut down. The google code site which hosts the
source .tar.gz references github/felipec, which has a dsp-tools repository
with the same code as the tar.gz previously referenced.

Change the DSP_TOOLS_SITE to this github repo.

Signed-off-by: Alan Ott <alan@softiron.co.uk>
Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agolibcap: enable extended attribute support
Gustavo Zacarias [Wed, 24 Feb 2016 14:26:31 +0000 (11:26 -0300)]
libcap: enable extended attribute support

This is required for capability support in files, via fakeroot.

Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoattr: cleanup pointless indentation
Gustavo Zacarias [Wed, 24 Feb 2016 14:26:30 +0000 (11:26 -0300)]
attr: cleanup pointless indentation

Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoattr: add host variant
Gustavo Zacarias [Wed, 24 Feb 2016 14:26:29 +0000 (11:26 -0300)]
attr: add host variant

This is required for host-libcap for extended attributes support, which
leads to capabilities support as well.

Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoacl: cleanup pointless indentation
Gustavo Zacarias [Mon, 22 Feb 2016 17:25:11 +0000 (14:25 -0300)]
acl: cleanup pointless indentation

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agozmqpp: bmp to version 4.1.2
Gustavo Zacarias [Wed, 24 Feb 2016 17:38:48 +0000 (14:38 -0300)]
zmqpp: bmp to version 4.1.2

Drop 0001-add-cstdlib-header-to-ensure-EXIT_FAILURE-presence.patch since
it's already upstream.

Rebase shared/static build patches - these look unnecessary if we switch
to cmake-package, however it seems to require the zmq package switches
to cmake-package as well since static library naming looks different,
which might be a problem for users.

Also set the minimum required version of gcc to 4.7.x since the code now
requires c++1x.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/iptuils: bump version to 3a86a2542c6fe29413c439bebeae11ec8a57ec7c
Martin Bark [Thu, 25 Feb 2016 13:23:35 +0000 (13:23 +0000)]
package/iptuils: bump version to 3a86a2542c6fe29413c439bebeae11ec8a57ec7c

Remove 0001-ping-link-against-libm.patch as this has been fixed upstream.
See https://github.com/iputils/iputils/pull/42 and
https://github.com/iputils/iputils/commit/a5ddb78

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/iputils: add support for libgcrypt
Martin Bark [Thu, 25 Feb 2016 13:23:34 +0000 (13:23 +0000)]
package/iputils: add support for libgcrypt

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/iputils: add support for nettle
Martin Bark [Thu, 25 Feb 2016 13:23:33 +0000 (13:23 +0000)]
package/iputils: add support for nettle

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/iputils: removed dependency on openssl
Martin Bark [Thu, 25 Feb 2016 13:23:32 +0000 (13:23 +0000)]
package/iputils: removed dependency on openssl

iputils does not have to be built with openssl so remove selecting
BR2_PACKAGE_OPENSSL and make the dependency optional

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agouboot-tools: add option for dumpimage
Paulo Zaneti [Thu, 25 Feb 2016 14:19:01 +0000 (11:19 -0300)]
uboot-tools: add option for dumpimage

The tool dumpimage extracts data from U-Boot images.
U-Boot added dumpimage tool on release 2014.01.
This commit allows installation on target and host.

Signed-off-by: Paulo Zaneti <paulo.zaneti@datacom.ind.br>
Tested-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agompd: bump to version 0.19.13
Gustavo Zacarias [Thu, 25 Feb 2016 12:17:36 +0000 (09:17 -0300)]
mpd: bump to version 0.19.13

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/ca-certificates: bump version to 20160104
Martin Bark [Thu, 25 Feb 2016 10:14:52 +0000 (10:14 +0000)]
package/ca-certificates: bump version to 20160104

The following certificate authorities were added (+):
+ "CA WoSign ECC Root"
+ "Certification Authority of WoSign G2"
+ "Certinomis - Root CA"
+ "OISTE WISeKey Global Root GB CA"
+ "TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H5"
+ "TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H6"

The following certificate authorities were removed (-):
- "A-Trust-nQual-03"
- "Buypass Class 3 CA 1"
- "ComSign Secured CA"
- "Digital Signature Trust Co. Global CA 1"
- "Digital Signature Trust Co. Global CA 3"
- "SG TRUST SERVICES RACINE"
- "TC TrustCenter Class 2 CA II"
- "TC TrustCenter Universal CA I"
- "TURKTRUST Certificate Services Provider Root 1"
- "TURKTRUST Certificate Services Provider Root 2"
- "UTN DATACorp SGC Root CA"
- "Verisign Class 4 Public Primary Certification Authority - G3"

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoolimex_a20_olinuxino_*: remove old SD writing instructions
Luca Ceresoli [Tue, 23 Feb 2016 00:24:33 +0000 (01:24 +0100)]
olimex_a20_olinuxino_*: remove old SD writing instructions

Now that all the boards have been converted to use genimage, the old
instructions on how to partition and write an SD card are useless.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoolimex_a20_olinuxino_lime2: update to use genimage
Luca Ceresoli [Tue, 23 Feb 2016 00:24:32 +0000 (01:24 +0100)]
olimex_a20_olinuxino_lime2: update to use genimage

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Jan Viktorin <viktorin@rehivetech.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoolimex_a20_olinuxino_lime: update to use genimage
Luca Ceresoli [Tue, 23 Feb 2016 00:24:31 +0000 (01:24 +0100)]
olimex_a20_olinuxino_lime: update to use genimage

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Francois Perrad <fperrad@gmail.com>
Tested-by: Francois Perrad <fperrad@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoolimex_a20_olinuxino_micro: update to use genimage
Luca Ceresoli [Tue, 23 Feb 2016 00:24:30 +0000 (01:24 +0100)]
olimex_a20_olinuxino_micro: update to use genimage

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoifupdown: bump to version 0.8.10
Gustavo Zacarias [Wed, 24 Feb 2016 21:25:02 +0000 (18:25 -0300)]
ifupdown: bump to version 0.8.10

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agodebianutils: bump to version 4.7
Gustavo Zacarias [Wed, 24 Feb 2016 21:25:01 +0000 (18:25 -0300)]
debianutils: bump to version 4.7

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolibnss: bump to version 4.22.1
Gustavo Zacarias [Wed, 24 Feb 2016 20:33:08 +0000 (17:33 -0300)]
libnss: bump to version 4.22.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolibnspr: bump to version 4.12
Gustavo Zacarias [Wed, 24 Feb 2016 20:33:07 +0000 (17:33 -0300)]
libnspr: bump to version 4.12

Drop 0003-enable-internal-getproto-functions-for-musl.patch since it's
no longer required (tested via a flickcurl build with libnss against
mips-musl).

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoolimex_a20_olinuxino_micro: remove redundant defconfig lines
Luca Ceresoli [Tue, 23 Feb 2016 00:24:29 +0000 (01:24 +0100)]
olimex_a20_olinuxino_micro: remove redundant defconfig lines

These defconfig options are set to their default values, so they are
redundant and can be removed without effect.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoolimex_a20_olinuxino_micro: initialize the network with DHCP
Luca Ceresoli [Tue, 23 Feb 2016 00:24:28 +0000 (01:24 +0100)]
olimex_a20_olinuxino_micro: initialize the network with DHCP

To allow a more complete "out-of-the-box" startup with the defconfig,
enable automatic network configuration of eth0 using DHCP.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoolimex_a20_olinuxino_micro: bump u-boot to 2016.01
Luca Ceresoli [Tue, 23 Feb 2016 00:24:27 +0000 (01:24 +0100)]
olimex_a20_olinuxino_micro: bump u-boot to 2016.01

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoolimex_a20_olinuxino_micro: bump linux to 4.4.2
Luca Ceresoli [Tue, 23 Feb 2016 00:24:26 +0000 (01:24 +0100)]
olimex_a20_olinuxino_micro: bump linux to 4.4.2

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoolimex/a20_olinuxino: update readme.txt with lime2 info
Luca Ceresoli [Tue, 23 Feb 2016 00:24:25 +0000 (01:24 +0100)]
olimex/a20_olinuxino: update readme.txt with lime2 info

[Peter: fix typo, s/AllWinner/Allwinner/]
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agosysstat: bump to version 11.2.1.1
Gustavo Zacarias [Wed, 24 Feb 2016 18:33:01 +0000 (15:33 -0300)]
sysstat: bump to version 11.2.1.1

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agogcc: mark 4.7.x as deprecated
Gustavo Zacarias [Wed, 24 Feb 2016 18:00:39 +0000 (15:00 -0300)]
gcc: mark 4.7.x as deprecated

We're already using 4.9.x as default, and have 4.8.x on the lower side
together with 5.x (5.3.0) on the higher side.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agosdparm: bump to version 1.10
Gustavo Zacarias [Wed, 24 Feb 2016 13:38:16 +0000 (10:38 -0300)]
sdparm: bump to version 1.10

0000-makefile-remove-host-headers-include.patch is upstream so remove it
and drop autoreconf.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopython-rpi-gpio: new package
Ian Haylock [Sat, 9 Jan 2016 09:24:56 +0000 (09:24 +0000)]
python-rpi-gpio: new package

Signed-off-by: Ian Haylock <haylocki@yahoo.co.uk>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/glibc: set --enable-kernel to match kernel
Sam bobroff [Thu, 28 Jan 2016 03:51:23 +0000 (14:51 +1100)]
package/glibc: set --enable-kernel to match kernel

Glibc is currently configured without any "--enable-kernel" option.
This causes it to use the oldest possible kernel API, slowing it down
and preventing it from using any kernel features from later versions.

Since we are likely building a kernel and matching glibc together,
backwards compatability is probably unnecessary so this patch
unconditionally configures glibc with --enable-kernel set to
BR2_TOOLCHAIN_HEADERS_AT_LEAST.

Signed-off-by: Sam Bobroff <sam.bobroff@au1.ibm.com>
Tested-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopackage/sqlite: add optional support for libedit
Bernd Kuhls [Mon, 8 Feb 2016 19:56:41 +0000 (20:56 +0100)]
package/sqlite: add optional support for libedit

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoconfigs: add Boundary Devices i.MX7 Nitrogen7 support
Gary Bisson [Mon, 22 Feb 2016 22:42:20 +0000 (23:42 +0100)]
configs: add Boundary Devices i.MX7 Nitrogen7 support

This board is using a different kernel and u-boot branch than the
other Boundary Devices platforms since NXP forked the 3.14 kernel to add
i.MX7 support (see imx_3.14.38_6ul7d_beta branch).
Next kernel version, 3.14.52, will be the same for all i.MX platforms.

https://boundarydevices.com/product/nitrogen7/

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agolinux-headers: mark EOL versions deprecated
Gustavo Zacarias [Mon, 22 Feb 2016 17:54:58 +0000 (14:54 -0300)]
linux-headers: mark EOL versions deprecated

Follow the upstream EOL cycle and mark 4.3 as deprecated for 2016.05.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoConfig.in: Add BR2_DEPRECATED_SINCE_2016_05
Gustavo Zacarias [Mon, 22 Feb 2016 17:54:57 +0000 (14:54 -0300)]
Config.in: Add BR2_DEPRECATED_SINCE_2016_05

In preparation for new deprecated features/symbols.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agocantarell: bump to version 0.0.23
Gustavo Zacarias [Mon, 22 Feb 2016 17:19:18 +0000 (14:19 -0300)]
cantarell: bump to version 0.0.23

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoqt53d: enable assimpsceneparser plugin
Peter Seiderer [Sun, 21 Feb 2016 21:01:28 +0000 (22:01 +0100)]
qt53d: enable assimpsceneparser plugin

- add hint to help text
- add assimp dependency
- always install the gltf (and any future) sceneparser to target.

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
[Thomas: update commit message as suggested by Arnout.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agosamba4: bump to version 4.3.5
Gustavo Zacarias [Tue, 23 Feb 2016 17:34:02 +0000 (14:34 -0300)]
samba4: bump to version 4.3.5

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agodocs/manual: add "python-package CFFI backend" section
Yegor Yefremov [Mon, 22 Feb 2016 09:20:59 +0000 (10:20 +0100)]
docs/manual: add "python-package CFFI backend" section

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
[Thomas: formatting/redaction tweaks.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agomusl: bump to version 1.1.14
Gustavo Zacarias [Mon, 22 Feb 2016 11:40:21 +0000 (08:40 -0300)]
musl: bump to version 1.1.14

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoafboot-stm32: new package
Lee Jones [Mon, 22 Feb 2016 18:59:15 +0000 (18:59 +0000)]
afboot-stm32: new package

This is a _very_ small bootloader for STM32 platforms.

At submission afboot-stm32 supports the following boards:

  stm32429i-eval
  stm32746g-eval
  stm32f429i-disco
  stm32f469i-disco

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
[Thomas: fix commit title, add dependency on BR2_arm.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoharfbuzz: bump to version 1.2.0
Gustavo Zacarias [Mon, 22 Feb 2016 02:19:41 +0000 (23:19 -0300)]
harfbuzz: bump to version 1.2.0

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoboard/firefly_rk3288: Update ARM variant and fix kernel repo
Ezequiel García [Sun, 21 Feb 2016 13:12:11 +0000 (10:12 -0300)]
board/firefly_rk3288: Update ARM variant and fix kernel repo

This commit updates the two firefly_rk3288 defconfigs recently
added. First we switch to the ARM cortex-A17 core. Second,
we switch the kernel github access from SSH to HTTPS, which
is suitable for anonymous access.

Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agoarch/arm: add the cortex A17 variant supported by gcc 5.x
Ezequiel García [Sun, 21 Feb 2016 13:12:10 +0000 (10:12 -0300)]
arch/arm: add the cortex A17 variant supported by gcc 5.x

Add the Cortex A17 variant. This core is considered a replacement
of the Cortex A12 and is supported by gcc 5 / binutils 2.25+

Suggested-by: Ross Green <greenfross@netscape.net>
Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 years agopackage/multicat: Add package
Julian Scheel [Wed, 27 Jan 2016 08:40:11 +0000 (09:40 +0100)]
package/multicat: Add package

multicat is a simple and efficient multicast and transport stream manipulation
tool.

Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoejabberd: add reason for autoreconf
Frank Hunleth [Sun, 21 Feb 2016 22:00:10 +0000 (17:00 -0500)]
ejabberd: add reason for autoreconf

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoejabberd: bump to version 16.01
Frank Hunleth [Sun, 21 Feb 2016 22:00:09 +0000 (17:00 -0500)]
ejabberd: bump to version 16.01

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoejabberd: convert patches to git format
Frank Hunleth [Sun, 21 Feb 2016 22:00:08 +0000 (17:00 -0500)]
ejabberd: convert patches to git format

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agoerlang-fast_tls: remove unused package
Frank Hunleth [Sun, 21 Feb 2016 22:16:27 +0000 (17:16 -0500)]
erlang-fast_tls: remove unused package

This package was added in error when updating ejabberd dependencies. It
is not used.

Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agocrudini: new package
Zoltan Gyarmati [Sat, 30 Jan 2016 22:46:10 +0000 (23:46 +0100)]
crudini: new package

Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8 years agopython-iniparse: new package
Zoltan Gyarmati [Sat, 30 Jan 2016 22:46:09 +0000 (23:46 +0100)]
python-iniparse: new package

Signed-off-by: Zoltan Gyarmati <mr.zoltan.gyarmati@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>