buildroot.git
9 years agoconfigs: add nitrogen6sx_defconfig for Boundary Devices SoloX board
Gary Bisson [Fri, 11 Sep 2015 10:00:09 +0000 (12:00 +0200)]
configs: add nitrogen6sx_defconfig for Boundary Devices SoloX board

This board is using the exact same kernel and u-boot revision as the
Nitrogen6x. They also share the same u-boot "autoboot" script.

The differences between the two configurations are:
- getty port is ttymxc0 instead of ttymxc1
- uImage load address is 0x80008000
- different device tree

http://boundarydevices.com/product/nit6_solox-imx6/

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agocmake: bump to version 3.3.2
Gustavo Zacarias [Sat, 19 Sep 2015 12:42:11 +0000 (09:42 -0300)]
cmake: bump to version 3.3.2

xtensa patch is upstream so there's no need for it any longer.

Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agocheck: new package
Gustavo Zacarias [Sat, 19 Sep 2015 12:41:51 +0000 (09:41 -0300)]
check: new package

Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agotarget-finalize: remove extra /usr/libexec/{*.a,*.la} files
Herve Codina [Tue, 15 Sep 2015 13:27:06 +0000 (15:27 +0200)]
target-finalize: remove extra /usr/libexec/{*.a,*.la} files

Some packages, sudo for instance, install .a and .la files in
$(TARGET_DIR)/usr/libexec. These files are not needed on target.

This patch refactors the existing "find" invocations in
target-finalize into a single one removing all .a and .la files from
lib, usr/lib and usr/libexec.

[Thomas: rework to use a single "find" invocation, and adjusted the
commit log accordingly.]

Signed-off-by: Herve Codina <Herve.CODINA@celad.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agokompexsqlite: new package
Gustavo Zacarias [Mon, 14 Sep 2015 21:45:15 +0000 (18:45 -0300)]
kompexsqlite: new package

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/luaposix: add patch to fix musl compatibility
Jörg Krause [Mon, 14 Sep 2015 23:22:39 +0000 (01:22 +0200)]
package/luaposix: add patch to fix musl compatibility

Backport patch from upstream to fix musl build error:

```
In file included from ext/posix/posix.c:25:0:
ext/posix/sched.c: In function 'Psched_setscheduler':
ext/posix/sched.c:74:9: error: variable 'sched_param' has initializer but incomplete type
  struct sched_param sched_param = {0};
```

Fixed upstream by commit 11cc8a2973569ec7fb1e7c2466dca0282944b124.

[Thomas: add missing <pkg>_AUTORECONF=YES.]

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/lua-periphery: bump to version 1.0.6
Jörg Krause [Mon, 14 Sep 2015 22:40:35 +0000 (00:40 +0200)]
package/lua-periphery: bump to version 1.0.6

Also remove patch 0001-fix-build-flags.patch. The uCLibc issue is fixed
upstream.

Add patch taken and slighly adopted from the c-periphery package to fix build
issue with musl.

Build was tested with an uCLibc toolchain and a musl toolchain.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agomicropython: Set MICROPY_GCREGS_SETJMP=1 for xtensa and sh
Chris Packham [Fri, 18 Sep 2015 09:19:35 +0000 (21:19 +1200)]
micropython: Set MICROPY_GCREGS_SETJMP=1 for xtensa and sh

These architectures don't have explicit exception handling support in
micropython but can use the setjmp fallback behaviour instead.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agosquid: bump to version 3.5.9
Vicente Olivert Riera [Fri, 18 Sep 2015 11:07:52 +0000 (12:07 +0100)]
squid: bump to version 3.5.9

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agogit: bump to version 2.5.3
Vicente Olivert Riera [Fri, 18 Sep 2015 11:07:51 +0000 (12:07 +0100)]
git: bump to version 2.5.3

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agofile: bump to version 5.25
Vicente Olivert Riera [Fri, 18 Sep 2015 11:07:50 +0000 (12:07 +0100)]
file: bump to version 5.25

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/tvheadend: bump version
Bernd Kuhls [Sat, 19 Sep 2015 10:34:39 +0000 (12:34 +0200)]
package/tvheadend: bump version

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/libva-intel-driver: bump to version 1.6.1
Bernd Kuhls [Sat, 19 Sep 2015 10:34:38 +0000 (12:34 +0200)]
package/libva-intel-driver: bump to version 1.6.1

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/libva: bump to version 1.6.1
Bernd Kuhls [Sat, 19 Sep 2015 10:34:37 +0000 (12:34 +0200)]
package/libva: bump to version 1.6.1

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopackage/libdrm: bump to version 2.4.65
Bernd Kuhls [Sat, 19 Sep 2015 10:34:35 +0000 (12:34 +0200)]
package/libdrm: bump to version 2.4.65

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolibcddb: new package
Julien Boibessot [Fri, 31 Jul 2015 09:31:01 +0000 (11:31 +0200)]
libcddb: new package

Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agomicrozed: add Avnet Microzed support
Davide Viti [Wed, 16 Sep 2015 07:35:11 +0000 (09:35 +0200)]
microzed: add Avnet Microzed support

Changes are based on Zedboard: Xilinx does not provide a specific DTS
for Microzed in the kernel tree. It is suggested [1] to use the
zynq-zed.dts and change the RAM size

[1] https://forums.xilinx.com/t5/Embedded-Linux/Microzed-default-device-tree-dts/td-p/432856

[Thomas:
 - extend readme.txt to indicate why the same DTB is used for Microzed
   and the Zedboard.
 - add a description + Signed-off-by line in the
   0001-zynq-Create-microzed-specific-U-Boot-environment.patch, by
   re-using the description of the same patch for the Zedboard.]

Signed-off-by: Davide Viti <d.viti@infosolution.it>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agomicropython-lib: new packages
Chris Packham [Wed, 16 Sep 2015 23:29:59 +0000 (11:29 +1200)]
micropython-lib: new packages

Core Python libraries ported to MicroPython.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agomicropython: new package
Chris Packham [Wed, 16 Sep 2015 23:29:58 +0000 (11:29 +1200)]
micropython: new package

Micro Python is a lean and fast implementation of the Python 3
programming language that is optimised to run on a microcontroller.

[Thomas: fix minor typo in Config.in noticed by Vicente.]

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agomplayer: enable building on ARM64
jpinto [Thu, 17 Sep 2015 09:40:27 +0000 (10:40 +0100)]
mplayer: enable building on ARM64

Signed-off-by: Joao Pinto <jpinto@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoconfigs/ci20: add u-boot version 2013.10 (2015-09-15)
David du Colombier [Tue, 15 Sep 2015 15:06:55 +0000 (17:06 +0200)]
configs/ci20: add u-boot version 2013.10 (2015-09-15)

Signed-off-by: David du Colombier <0intro@gmail.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoconfigs/ci20: bump kernel version to 3.18 (2015-09-14)
David du Colombier [Tue, 15 Sep 2015 15:06:54 +0000 (17:06 +0200)]
configs/ci20: bump kernel version to 3.18 (2015-09-14)

Signed-off-by: David du Colombier <0intro@gmail.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agogupnp-av: new package
Rahul Bedarkar [Tue, 15 Sep 2015 08:04:41 +0000 (13:34 +0530)]
gupnp-av: new package

GUPnP A/V reference manual https://developer.gnome.org/gupnp-av/
says latest available stable version is 0.11.2 but there are
couple of bug fixes releases after that in same series. It looks
like manual is not up-to-date. Use latest version 0.11.6
of series 0.11 instead.

Reviewed-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com>
Signed-off-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma@imgtec.com>
Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agogupnp: new package
Rahul Bedarkar [Tue, 15 Sep 2015 08:04:40 +0000 (13:34 +0530)]
gupnp: new package

Reviewed-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com>
Signed-off-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma@imgtec.com>
Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agogssdp: new package
Rahul Bedarkar [Tue, 15 Sep 2015 08:04:39 +0000 (13:34 +0530)]
gssdp: new package

Reviewed-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com>
Signed-off-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma@imgtec.com>
Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agovlc: enable to run as root
Joao Pinto [Wed, 16 Sep 2015 08:26:49 +0000 (09:26 +0100)]
vlc: enable to run as root

A number of embedded systems only include the root user, so this patch
changes the VLC package so that running VLC as root is allowed, like
it is for all other Buildroot packages.

[Thomas: tweak commit log, remove incorrect Tested-by.]

Signed-off-by: Joao Pinto <jpinto@synopsys.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoopenssl: enable parallel build and installation
Ryan Barnett [Wed, 16 Sep 2015 12:06:25 +0000 (07:06 -0500)]
openssl: enable parallel build and installation

This is a patch that is originally based on a patch Thomas P.
submitted for an earlier version of this package. I have adopted this
patch to use the latest available Gentoo parallel patch. I have also
seen about a minute improvement on my build times of openssl.

Part of Thomas P's original message:

On my build server, the current build of OpenSSL takes 1 minutes and
20 seconds. With this commit applied, enabling parallel build and
installation, the build only takes 28 seconds.

All the patches are downloaded from Gentoo.

There is apparently some interest in upstream OpenSSL to enable
parallel build, see for example commit
https://github.com/openssl/openssl/commit/c3f22253b139793ff3b91ff7e6969e180cf06815. This
commit is not part of any OpenSSL release, but we can hope that the
problem will resolved in the future.

Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com>
CC: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
CC: Gustavo Zacarias <gustavo@zacarias.com.ar>
CC: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoopenssl: use git formatted patches
Ryan Barnett [Wed, 16 Sep 2015 12:06:24 +0000 (07:06 -0500)]
openssl: use git formatted patches

Using Git formatted patches makes it easier to adjust the patches when
needed.

[Thomas: remove patch numbering.]

Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com>
CC: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
CC: Gustavo Zacarias <gustavo@zacarias.com.ar>
CC: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolibselinux: use correct definition of ARCH
Vicente Olivert Riera [Wed, 16 Sep 2015 10:10:03 +0000 (11:10 +0100)]
libselinux: use correct definition of ARCH

The Makefile of libselinux performs the following check:

ARCH := $(patsubst i%86,i386,$(shell uname -m))
ifneq (,$(filter i386,$(ARCH)))
TLSFLAGS += -mno-tls-direct-seg-refs
endif

Which means that if the host machine is an x86, then TLSFLAGS will
contain -mno-tls-direct-seg-refs. That command line option causes
libselinux to fail when building it for target architectures where the
compiler doesn't support that option, i.e. MIPS:

mips-img-linux-gnu-gcc: error: unrecognized command line option
‘-mno-tls-direct-seg-refs’

So to fix that problem we can set the ARCH variable to $(KERNEL_ARCH),
and then append it to the LIBSELINUX_MAKE_OPTS.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolttng-tools: Enable aarch64 build
Ben Shelton [Tue, 15 Sep 2015 14:35:21 +0000 (09:35 -0500)]
lttng-tools: Enable aarch64 build

Now that liburcu builds for aarch64, lttng-tools has all its dependencies met
for aarch64, so allow it to build for this architecture.

Signed-off-by: Ben Shelton <benjamin.h.shelton@intel.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolttng-libust: Enable aarch64 build
Ben Shelton [Tue, 15 Sep 2015 14:35:20 +0000 (09:35 -0500)]
lttng-libust: Enable aarch64 build

With aarch64 support added to liburcu, lttng-libust has its dependencies met
for aarch64, so allow it to build for this architecture.

Signed-off-by: Ben Shelton <benjamin.h.shelton@intel.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolttng-libust: Bump version to 2.6.2
Ben Shelton [Tue, 15 Sep 2015 14:35:19 +0000 (09:35 -0500)]
lttng-libust: Bump version to 2.6.2

Signed-off-by: Ben Shelton <benjamin.h.shelton@intel.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoliburcu: Add support for aarch64
Ben Shelton [Tue, 15 Sep 2015 14:35:18 +0000 (09:35 -0500)]
liburcu: Add support for aarch64

Bring over a patch from OpenEmbedded to treat aarch64 like arm in the build
process, which allows the build to succeed.

Signed-off-by: Ben Shelton <benjamin.h.shelton@intel.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoliburcu: Bump version to 0.8.7
Ben Shelton [Tue, 15 Sep 2015 14:35:17 +0000 (09:35 -0500)]
liburcu: Bump version to 0.8.7

Signed-off-by: Ben Shelton <benjamin.h.shelton@intel.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agopython-pyratemp: new package
Steve Calfee [Tue, 15 Sep 2015 16:07:09 +0000 (09:07 -0700)]
python-pyratemp: new package

add python simple template module

Signed-off-by: Steve Calfee <stevecalfee@gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agofaifa: fix musl build issue
Peter Korsgaard [Tue, 15 Sep 2015 06:09:34 +0000 (08:09 +0200)]
faifa: fix musl build issue

Fixes:
http://autobuild.buildroot.net/results/17b/17bde543db253c008079b04c5e341f804160f59c/
http://autobuild.buildroot.net/results/9ee/9eeb9d1497d94dfbda710e8bcdf781bc6d4b8724/

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agogst1-plugins-bad: depend on wayland instead of selecting it for wayland plugin
Peter Korsgaard [Mon, 14 Sep 2015 19:42:52 +0000 (21:42 +0200)]
gst1-plugins-bad: depend on wayland instead of selecting it for wayland plugin

As discussed here:
http://lists.busybox.net/pipermail/buildroot/2015-September/139213.html

It makes more sense to use 'depends on' (and default to y) for a big
dependency like wayland.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agogst1-plugins-bad: depend on directfb instead of selecting it for directfb plugin
Peter Korsgaard [Mon, 14 Sep 2015 19:40:55 +0000 (21:40 +0200)]
gst1-plugins-bad: depend on directfb instead of selecting it for directfb plugin

As discussed here:
http://lists.busybox.net/pipermail/buildroot/2015-September/139213.html

It makes more sense to use 'depends on' (and default to y) for a big
dependency like directfb.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agogst-plugins-bad: depend on directfb instead of selecting it for directfb plugin
Peter Korsgaard [Mon, 14 Sep 2015 19:36:51 +0000 (21:36 +0200)]
gst-plugins-bad: depend on directfb instead of selecting it for directfb plugin

As discussed here:
http://lists.busybox.net/pipermail/buildroot/2015-September/139213.html

It makes more sense to use 'depends on' (and default to y) for a big
dependency like directfb.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/libuv: bump to version 1.7.4
Jörg Krause [Mon, 14 Sep 2015 19:11:23 +0000 (21:11 +0200)]
package/libuv: bump to version 1.7.4

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agobarebox: bump to version 2015.09.0
Fabio Porcedda [Mon, 14 Sep 2015 16:50:04 +0000 (18:50 +0200)]
barebox: bump to version 2015.09.0

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodocs: use lists.buildroot.org to refer to the mailman archives
Peter Korsgaard [Mon, 14 Sep 2015 12:50:40 +0000 (14:50 +0200)]
docs: use lists.buildroot.org to refer to the mailman archives

Now that mailman handles lists.buildroot.org lets use that everywhere in the
documentation as well.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodocs/manual: use bugs.buildroot.org for bugtracker
Peter Korsgaard [Mon, 14 Sep 2015 12:44:48 +0000 (14:44 +0200)]
docs/manual: use bugs.buildroot.org for bugtracker

Now that we have a bugs.buildroot.org CNAME for bugzilla lets use that in
the manual as well.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agostress-ng: Depend on kernel headers >= 3.3
Julien CORJON [Mon, 14 Sep 2015 07:43:45 +0000 (09:43 +0200)]
stress-ng: Depend on kernel headers >= 3.3

perf.c need PERF_COUNT_HW_REF_CPU_CYCLES generic PMU event which
is available only since 3.3 kernel version

Fixes:
  http://autobuild.buildroot.net/results/88909b118dc927f31ed5c3b5f3513734a88085a9
  http://autobuild.buildroot.net/results/dac6a85fdd721b959175caf5629b91dee717c3c6
  http://autobuild.buildroot.net/results/88909b118dc927f31ed5c3b5f3513734a88085a9

Signed-off-by: Julien Corjon <corjon.j@ecagroup.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agowpa_supplicant: fix static link with readline
David du Colombier [Sun, 13 Sep 2015 21:52:46 +0000 (23:52 +0200)]
wpa_supplicant: fix static link with readline

When linking statically, the order of libraries on the
linker command matters, since readline depends on ncurses.

Signed-off-by: David du Colombier <0intro@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolinux-headers: bump 3.18.x series
Gustavo Zacarias [Sun, 13 Sep 2015 23:45:01 +0000 (20:45 -0300)]
linux-headers: bump 3.18.x series

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/libyuv: Fix aarch64 support
Bernd Kuhls [Mon, 7 Sep 2015 17:52:37 +0000 (19:52 +0200)]
package/libyuv: Fix aarch64 support

aarch64 is a NEON-enabled arch according to the source code[1] but the
files containing the NEON-specific functions[2] were not added to the
build using CMake.

Fixes
http://autobuild.buildroot.net/results/c8d/c8d9bff33484b598ff85a26771ce51295bec550d/
http://autobuild.buildroot.net/results/7f3/7f3a09157c4c385434458b6aafec202376e75706/
http://autobuild.buildroot.net/results/991/9917d7bb18305c6a6bcbd9fe2aa986d452f7d4a4/
http://autobuild.buildroot.net/results/6bf/6bf9e48b53f77b8a7bb8a667ea3f63298a4685ce/
http://autobuild.buildroot.net/results/ccf/ccff5d1cb3de8642e3fa24a6b01b31a503df67f9/
http://autobuild.buildroot.net/results/0c5/0c559f1b1b9bc9f2e2a131e34f034ce4e34fa75b/
http://autobuild.buildroot.net/results/bf3/bf324985e9bbcd61196304de1d0313a0e216a0a8/
http://autobuild.buildroot.net/results/d55/d552e5e46c263ff9860192a993ee9ed11d7783a6/
http://autobuild.buildroot.net/results/2d7/2d73ccdfd5d06bd6dfdc4e303fe48a554460fa1c/
http://autobuild.buildroot.net/results/972/97207ed46a519368e242f0621e4363d522e21ee8/
http://autobuild.buildroot.net/results/d84/d84d54d85183296c57c9131d946e4517ddcaa84d/
http://autobuild.buildroot.net/results/c18/c189149b8d2a0242da06ec68863db23cd0fa65b8/
http://autobuild.buildroot.net/results/73a/73a026644179708692c43166a8ffba3ce0e19d95/

[1] https://freeswitch.org/stash/projects/SD/repos/libyuv/browse/include/libyuv/row.h#263
[2] https://freeswitch.org/stash/projects/SD/repos/libyuv/browse/BUILD.gn#101

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolinux-headers: bump 3.10.x / 3.14.x / 4.1.x series
Peter Korsgaard [Sun, 13 Sep 2015 21:26:56 +0000 (23:26 +0200)]
linux-headers: bump 3.10.x / 3.14.x / 4.1.x series

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoblackbox: remove deprecated package
Gustavo Zacarias [Tue, 1 Sep 2015 18:45:32 +0000 (15:45 -0300)]
blackbox: remove deprecated package

Also update legacy as well.
And remove the BR2_DEPRECATED_SINCE_2014_08 symbol since it's unused
now.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolinux-headers: remove deprecated versions 3.{0, 11, 13, 15}
Gustavo Zacarias [Tue, 1 Sep 2015 18:45:31 +0000 (15:45 -0300)]
linux-headers: remove deprecated versions 3.{0, 11, 13, 15}

Remove for the upcoming 2015.11 release, they've been deprecated for a
year now.
Also remove some previously forgotten selection removals in legacy.

[Peter: drop 3.0.x kernel patch]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodhrystone: pass HZ=100 to fix build issue on musl
Peter Korsgaard [Sun, 13 Sep 2015 21:13:20 +0000 (23:13 +0200)]
dhrystone: pass HZ=100 to fix build issue on musl

Fixes:
http://autobuild.buildroot.net/results/1b6cb1b40431bf484db2d99bfdc8237cbae6a9d7/
http://autobuild.buildroot.net/results/20e669d6e4bc3d872a355ef658ddad8f34676624/

musl doesn't provide sys/param.h to figure out the value of HZ, but as we
know we are building for Linux, and on Linux the clock_t values returned
from times(2) are defined in terms of USER_HZ which is always 100, we can
just as well tell dhrystone to use that directly.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/valgrind: disable for static-only builds
Brendan Heading [Tue, 8 Sep 2015 18:52:19 +0000 (19:52 +0100)]
package/valgrind: disable for static-only builds

Fixes:
http://autobuild.buildroot.net/results/3b6/3b6f253f30afaee428ea0fc559be210dcec61dae
http://autobuild.buildroot.net/results/60e/60e5a49360e2ee9482b4d548789f874a6502c429
http://autobuild.buildroot.net/results/5cc/5ccc2e48fa4deb90ab214c82e8921ec494555457
http://autobuild.buildroot.net/results/452/4524184b407bb6f9b55f8f85c8e0b475ff105420

Valgrind ordinarily works by preloading a shared object to replace malloc,
free and friends. Some combinations of toolchain/libc allow this to build
with -static, but others complain.

Since it makes little sense to try to build this on a static-only system,
this patch disables it on static platforms entirely.

[Peter: move comment to top of file to fix menuconfig indentation]
Signed-off-by: Brendan Heading <brendanheading@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agomtd: fix static build with uuid
Baruch Siach [Fri, 11 Sep 2015 04:08:37 +0000 (07:08 +0300)]
mtd: fix static build with uuid

The uuid library might depend on gettext. Use pkg-config to discover uuid
dependencies at build time, and edit Makefile accordingly to avoid missing
symbols when linking statically.

Based on a patch from Vicente Olivert Riera.

Fixes:
http://autobuild.buildroot.net/results/2dd/2ddd714446d9eb75701bd48c117dc5bbbd291a76/
http://autobuild.buildroot.net/results/3af/3af4ef252c8cb2b22134d91ce48e5930c60ec437/
http://autobuild.buildroot.net/results/648/648341fce974e8f016eee57c95d7511a886eef49/

[Peter: drop MTD_MKFSUBIFS_LIBS variable]
Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Tested-by: Gergely Imreh <imrehg@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agotoolchain-external/CodeSourcery MIPS 2015.05: fix lib-names headers
Vicente Olivert Riera [Mon, 17 Aug 2015 09:55:52 +0000 (10:55 +0100)]
toolchain-external/CodeSourcery MIPS 2015.05: fix lib-names headers

The CodeSourcery MIPS 2015.05 toolchain has some missing headers we need
to create manually in order to avoid compilation errors. A bug has been
already reported and fixed upstream, and the fix will be included in the
next release.

Fixes:
  http://autobuild.buildroot.net/results/bea/bea76392dec5c8e1bcea8be990ad109c6d27e947/
  http://autobuild.buildroot.net/results/64f/64f2b6b6e60d5c2d9537ad6891211cda6baaf6d5/
  ...and many more.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoperl: fix static build
Francois Perrad [Sun, 13 Sep 2015 12:56:28 +0000 (14:56 +0200)]
perl: fix static build

see http://autobuild.buildroot.net/results/502/502e6a6280451acc48e5f500e774b2bd04c7229e/

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agognutls: bump to version 3.3.18
Gustavo Zacarias [Sun, 13 Sep 2015 12:18:19 +0000 (09:18 -0300)]
gnutls: bump to version 3.3.18

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agotoolchain-external: clarify the comment about *-gcc-ar... LTO wrappers
Arnout Vandecappelle [Fri, 11 Sep 2015 23:24:20 +0000 (01:24 +0200)]
toolchain-external: clarify the comment about *-gcc-ar... LTO wrappers

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agotoolchain-external: trivial clean up of messages
Arnout Vandecappelle [Fri, 11 Sep 2015 20:57:58 +0000 (22:57 +0200)]
toolchain-external: trivial clean up of messages

Before this commit, the output of the toolchain-external build steps
looked like this (abbreviated for clarity):

>>> toolchain-external undefined Building
>>> toolchain-external undefined Installing to staging directory
>>> toolchain-external undefined Copying external toolchain sysroot to staging...
>>> toolchain-external undefined Building ext-toolchain wrapper
mkdir -p output/host/usr/bin; cd output/host/usr/bin; for i in ...
/usr/bin/gcc -O2 -Ioutput/host/usr/include -DBR_SYSROOT='...
if test -f output/host/usr/bin/i686-pc-linux-gnu-gdb ; then mkdir -p ...
>>> toolchain-external undefined Fixing libtool files
>>> toolchain-external undefined Installing to target
>>> toolchain-external undefined Copying external toolchain libraries to target...
if test -e output/target/lib/ld-uClibc.so.1; then ln -sf ld-uClibc.so.1 output/target/lib/ld-uClibc.so.0 ; fi
if test -e output/target/lib/ld64-uClibc.so.1; then ln -sf ld64-uClibc.so.1 output/target/lib/ld64-uClibc.so.0 ; fi

All the long lines with conditions and loops in them are not usefull,
so put $(Q) in front of them. The line with mkdir can better be split
on a separate line so the cd stands out more. There are two redundant
semicolons that can be removed. The installation of gdbinit could
use an extra message so the user can see what is going on.

After this commit, the toolchain-external build steps look like this:
>>> toolchain-external undefined Building
>>> toolchain-external undefined Installing to staging directory
>>> toolchain-external undefined Copying external toolchain sysroot to staging...
>>> toolchain-external undefined Building ext-toolchain wrapper
/usr/bin/gcc -O2 -Ioutput/host/usr/include -DBR_SYSROOT='...
>>> toolchain-external undefined Installing gdbinit
>>> toolchain-external undefined Fixing libtool files
>>> toolchain-external undefined Installing to target
>>> toolchain-external undefined Copying external toolchain libraries to target...

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agogettext: bump version to 0.19.6
Vicente Olivert Riera [Fri, 11 Sep 2015 13:32:38 +0000 (14:32 +0100)]
gettext: bump version to 0.19.6

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agosamba: bump to version 4.3.0
Gustavo Zacarias [Fri, 11 Sep 2015 20:01:53 +0000 (17:01 -0300)]
samba: bump to version 4.3.0

New patch status: sent upstream.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agomdadm: bump to version 3.3.4
Gustavo Zacarias [Fri, 11 Sep 2015 20:52:48 +0000 (17:52 -0300)]
mdadm: bump to version 3.3.4

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agosquid: bump to version 3.5.8
Gustavo Zacarias [Fri, 11 Sep 2015 20:43:43 +0000 (17:43 -0300)]
squid: bump to version 3.5.8

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoconnman: bump to version 1.30
Gustavo Zacarias [Fri, 11 Sep 2015 20:30:42 +0000 (17:30 -0300)]
connman: bump to version 1.30

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoconntrack-tools: bump to version 1.4.3
Gustavo Zacarias [Fri, 11 Sep 2015 21:23:02 +0000 (18:23 -0300)]
conntrack-tools: bump to version 1.4.3

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolibnetfilter_conntrack: bump to version 1.0.5
Gustavo Zacarias [Fri, 11 Sep 2015 21:23:01 +0000 (18:23 -0300)]
libnetfilter_conntrack: bump to version 1.0.5

Patches upstream so drop them along with autoreconf.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolibtasn1: bump to version 4.6
Gustavo Zacarias [Fri, 11 Sep 2015 22:24:29 +0000 (19:24 -0300)]
libtasn1: bump to version 4.6

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agognupg2: bump version to 2.0.29
Vicente Olivert Riera [Fri, 11 Sep 2015 12:45:32 +0000 (13:45 +0100)]
gnupg2: bump version to 2.0.29

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agolibgcrypt: bump version to 1.6.4
Vicente Olivert Riera [Fri, 11 Sep 2015 12:45:31 +0000 (13:45 +0100)]
libgcrypt: bump version to 1.6.4

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agogit: bump version to 2.5.2
Vicente Olivert Riera [Fri, 11 Sep 2015 11:57:50 +0000 (12:57 +0100)]
git: bump version to 2.5.2

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoutil-linux: show utilities alphabetically ordered
Vicente Olivert Riera [Tue, 1 Sep 2015 13:20:50 +0000 (14:20 +0100)]
util-linux: show utilities alphabetically ordered

The list of util-linux utilities we can find on its Config.in file it
seems to be alphabetically ordered in purpose. However, there are some
of them which are in the wrong place. This patch fixes that.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agoutil-linux: bump version to 2.27
Vicente Olivert Riera [Fri, 11 Sep 2015 13:26:27 +0000 (14:26 +0100)]
util-linux: bump version to 2.27

Removed 0002-program-invocation-short-name.patch since the changes it
does are now upstream:

  https://kernel.googlesource.com/pub/scm/utils/util-linux/util-linux/+/37edac9a0ca83f311279d2e49bacd6ac80310dc8

This release includes a security fix:

CVE-2015-5224 - chfn, chsh file name collision due to incorrect mkstemp
use if compiled without libuser.
[thanks to Qualys Security Advisory team; qualys.com]

Release notes here:

  https://www.kernel.org/pub/linux/utils/util-linux/v2.27/v2.27-ReleaseNotes

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agomesa3d: bump version to 10.6.7
Vicente Olivert Riera [Fri, 11 Sep 2015 13:37:15 +0000 (14:37 +0100)]
mesa3d: bump version to 10.6.7

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agogdb: prevent building the documentation
Vicente Olivert Riera [Thu, 10 Sep 2015 08:56:40 +0000 (09:56 +0100)]
gdb: prevent building the documentation

Force gdb to not build the documentation. This way we avoid depending on
host-texinfo. This is a temporary fix until upstream accepts a proposed
--disable-docs configure option.

Since the documentation will not be build at all, we can remove the
parts related to host-texinfo and MAKEINFO in the gdb.mk file.

Fixes:

  http://autobuild.buildroot.net/results/dd5/dd50ed99abb2c8495def826866b184030953f90e/

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Brendan Heading <brendanheading@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 years agosetools: fix race condition
Vicente Olivert Riera [Thu, 10 Sep 2015 15:58:25 +0000 (16:58 +0100)]
setools: fix race condition

As reported upstream:

  https://github.com/TresysTechnology/setools3/issues/5

setools tries to compile a .c file before being generated and then it
produces an error like this one:

error: policy_scan.c: No such file or directory

Until upstream fixes the problem we can workaround this by using MAKE1
as the SETOOLS_MAKE.

Fixes:

  http://autobuild.buildroot.net/results/119/1196ac448c77320b59b63b6133d2d1af1245bf69/

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agosystem: make systemd's kernel headers comment fit
Arnout Vandecappelle [Thu, 10 Sep 2015 16:55:57 +0000 (18:55 +0200)]
system: make systemd's kernel headers comment fit

The comment line that explains that systemd needs a glibc toolchain and
kernel headers >= 3.10 doesn't fit in the dialog box, which makes it
look as if headers >= 3.1 are needed.

Abbreviate the comment a little by removing an 'an'. It still doesn't
fit completely (only one trailing * is shown), but at least it's
readable.

While we're at it, change the quoting style to " like we always use.

Reported-by: eschu on IRC
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/usbmount: run-parts directory fix
Doug Kehn [Fri, 17 Jul 2015 21:08:32 +0000 (16:08 -0500)]
package/usbmount: run-parts directory fix

usbmount.mk created/installed run-parts scripts in
/etc/usbmount/usbmount.d.  However, usbmount executes run-parts on
/etc/usbmount/mount.d for UDEV add action and on /etc/usbmount/umount.d
for UDEV remove action. Change usbmount.mk to create the directories
referenced by usbmount and install the run-parts scripts appropriately.

Signed-off-by: Doug Kehn <rdkehn@yahoo.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodirectfb-examples: bump to 1.7.0
Thomas Petazzoni [Tue, 1 Sep 2015 22:01:16 +0000 (00:01 +0200)]
directfb-examples: bump to 1.7.0

This commit bumps the directfb-examples package to use the upstream
1.7.0 version.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodirectfb-examples: do not install to staging
Thomas Petazzoni [Tue, 1 Sep 2015 22:01:15 +0000 (00:01 +0200)]
directfb-examples: do not install to staging

DirectFB examples are just examples, there is no reason to install
them to the staging directory.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodirectfb-examples: remove options for each example
Thomas Petazzoni [Tue, 1 Sep 2015 22:01:14 +0000 (00:01 +0200)]
directfb-examples: remove options for each example

For some historical reasons, the directfb-examples package has one
sub-option for each example, and the .mk files go through some great
lengths to install only the needed data files for each example.

This is a bit silly for several reasons:

 * In no other Buildroot package we do offer such a fine-grained
   selection of what the package installs;

 * directfb-examples are examples, they are therefore typically not
   meant to be used on a final production system, but more during
   development or for demonstration. Those are situations where size
   generally isn't that critical (all installed, the package takes 2.4
   MB on the rootfs);

 * Those options and the .mk file logic has to be updated whenever the
   package is bumped;

 * Users can always use a post-build script to keep only the examples
   they are interested in.

All the options are moved to Config.in.legacy. However, we could
debate on whether this is actually useful, since the main option
BR2_PACKAGE_DIRECTFB_EXAMPLES will now install a superset of whatever
was selected before through sub-options.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolinux-fusion: use a more traditional style to define LINUX_FUSION_MAKE_OPTS
Thomas Petazzoni [Tue, 1 Sep 2015 22:01:13 +0000 (00:01 +0200)]
linux-fusion: use a more traditional style to define LINUX_FUSION_MAKE_OPTS

Use a single assignment to define the value of LINUX_FUSION_MAKE_OPTS
instead of a sequence of += assignments.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agolinux-fusion: bump to 9.0.3, use .tar.xz
Thomas Petazzoni [Tue, 1 Sep 2015 22:01:12 +0000 (00:01 +0200)]
linux-fusion: bump to 9.0.3, use .tar.xz

This commit bumps linux-fusion to the latest upstream version, and
switches to use the more space efficient xz-compressed tarball.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agosawman: remove package
Thomas Petazzoni [Tue, 1 Sep 2015 22:01:11 +0000 (00:01 +0200)]
sawman: remove package

This commit removes the sawman package, since the corresponding
functionality has been merged in DirectFB itself since 1.7.x.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodivine: remove package
Thomas Petazzoni [Tue, 1 Sep 2015 22:01:10 +0000 (00:01 +0200)]
divine: remove package

This commit removes the divine package, since the corresponding
functionality has been merged in DirectFB itself since 1.7.x.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodirectfb: add new TIFF option
Peter Seiderer [Tue, 1 Sep 2015 22:01:09 +0000 (00:01 +0200)]
directfb: add new TIFF option

[Thomas: don't enable option by default.]

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodirectfb: add options for divine and sawman
Thomas Petazzoni [Tue, 1 Sep 2015 22:01:08 +0000 (00:01 +0200)]
directfb: add options for divine and sawman

Since DirectFB 1.7.x, the divine (virtual input) and sawman (window
manager) features have been merged in DirectFB itself rather than
being shipped as separate tarballs. This commit creates additional
options to enable those features.

Upcoming commits will get rid of the existing divine and sawman
Buildroot packages.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodirectfb: remove BR2_PACKAGE_DIRECTFB_UNIQUE option
Thomas Petazzoni [Tue, 1 Sep 2015 22:01:07 +0000 (00:01 +0200)]
directfb: remove BR2_PACKAGE_DIRECTFB_UNIQUE option

This option depends on BR2_UNIMPLEMENTED (which does not exist) since
2009. Since BR2_UNIMPLEMENTED does not exist, it was not possible to
enable BR2_PACKAGE_DIRECTFB_UNIQUE, which means that nobody cared
about making it available, and that we don't need to add any
Config.in.legacy handling to remove this option.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodirectfb: remove broken X.org support
Thomas Petazzoni [Tue, 1 Sep 2015 22:01:06 +0000 (00:01 +0200)]
directfb: remove broken X.org support

The BR2_PACKAGE_XSERVER option never existed, so it was never possible
for DirectFB to pass --enable-x11. Moreover, doing this without having
at least some dependency on certain X libraries will clearly not work.

Consequently, let's remove this bogus X.org support, and disable X11
support unconditionally (until someone is interested enough to bring
this back to life).

The option was actually named BR2_PACKAGE_DIRECTFB_XSERVER but was not
used by the .mk file.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodirectfb: do not use inexistant configure options
Peter Seiderer [Tue, 1 Sep 2015 22:01:05 +0000 (00:01 +0200)]
directfb: do not use inexistant configure options

The --disable-sysfs and --disable-explicit-deps options are not
supported by DirectFB anymore, so don't use them.

[Thomas: rework commit log.]

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoqt: fix directfb-1.7.7 compile errors
Peter Seiderer [Tue, 1 Sep 2015 22:01:04 +0000 (00:01 +0200)]
qt: fix directfb-1.7.7 compile errors

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodirectfb: mark as available only for gcc >= 4.5
Thomas Petazzoni [Tue, 1 Sep 2015 22:01:03 +0000 (00:01 +0200)]
directfb: mark as available only for gcc >= 4.5

The new DirectFB version does not build with gcc 4.3 from the Blackfin
toolchain. One of the reason is that va_copy has some issues, which
were fixed in gcc 4.4.0
(https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36799). There are also
some other issues, which were fixed by a patch proposed by Peter
Seiderer at
http://lists.busybox.net/pipermail/buildroot/2015-February/120281.html.

However, it probably doesn't make a lot of sense to carry patches that
are not upstream for such old compilers. Instead, this commit takes
the action of making DirectFB available only on toolchains using gcc
>= 4.5, which was tested with the Arago toolchain. gcc 4.4 could
potentially work, but wasn't tested (it is no longer supported by the
internal toolchain backend, and we don't have any toolchain based on
gcc 4.4), so we take the safe decision of requiring at least gcc 4.5.

[Peter: add comment explaining toolchain dependenc as suggested by Vincente]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agodirectfb: bump to 1.7.7
Thomas Petazzoni [Tue, 1 Sep 2015 22:01:02 +0000 (00:01 +0200)]
directfb: bump to 1.7.7

In addition to doing the bump, this commit changes the --enable-fusion
option to --enable-multi-kernel, as was renamed upstream.

The patches were just refreshed, except
0003-remove-redefinition-of-__typeof__.patch, which was removed since
it was a backport from upstream, and is therefore now part of DirectFB
1.7.7.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/libsoxr: bump to version 0.1.2
Jörg Krause [Thu, 10 Sep 2015 06:32:29 +0000 (08:32 +0200)]
package/libsoxr: bump to version 0.1.2

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoxtables-addons: bump to version 2.8
Gustavo Zacarias [Wed, 9 Sep 2015 21:13:55 +0000 (18:13 -0300)]
xtables-addons: bump to version 2.8

With support for linux kernel 4.2

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/stress-ng: new package
Romain Naour [Wed, 9 Sep 2015 09:53:47 +0000 (11:53 +0200)]
package/stress-ng: new package

[Peter: license is GPLv2+]
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agostunnel: bump to version 5.23
Gustavo Zacarias [Wed, 9 Sep 2015 19:19:34 +0000 (16:19 -0300)]
stunnel: bump to version 5.23

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agoffmpeg: bump to version 2.8
Vicente Olivert Riera [Wed, 9 Sep 2015 14:13:21 +0000 (15:13 +0100)]
ffmpeg: bump to version 2.8

0016-ranlib.patch is not needed anymore since the problem that it fixes
is already handled upstream:

  https://github.com/FFmpeg/FFmpeg/commit/2c77ca459e9c9aceee5ed93f8dd8de09e9fbf8df

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agosunxi-tools: bump version
Peter Korsgaard [Wed, 9 Sep 2015 21:02:18 +0000 (23:02 +0200)]
sunxi-tools: bump version

Among other changes brings A23/A33/A83T/H3 support. The makefile uses
pkg-config to find libusb, so ensure that is available.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agotoolchain-external: finish removal of SH2A toolchains
Thomas Petazzoni [Mon, 7 Sep 2015 21:28:13 +0000 (23:28 +0200)]
toolchain-external: finish removal of SH2A toolchains

Commit c68c365d2937920df1f2062e4821ebb6d21d195e ("toolchain-external:
remove CS sh2 toolchains") removed the definitions of the
BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201103 and
BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH2A_201009, but did not actually
remove the code that was using those options.

So this commit removes the parts of the code that are currently dead
due to this: the definition of the prefix of those toolchains, the
hashes, and the URLs.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/upmpdcli: bump to version 0.12.0
Jörg Krause [Mon, 7 Sep 2015 15:46:30 +0000 (17:46 +0200)]
package/upmpdcli: bump to version 0.12.0

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 years agopackage/libupnpp: bump to version 0.12.1
Jörg Krause [Mon, 7 Sep 2015 15:35:16 +0000 (17:35 +0200)]
package/libupnpp: bump to version 0.12.1

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>