summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* linux: bump default version to 4.10.11Bernd Kuhls2017-04-181-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/linux-headers: bump 3.12.x and 4.{4, 9, 10}.x seriesBernd Kuhls2017-04-181-4/+4
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board/synopsys: remove patch for linux vdk defconfigZakharov Vlad2017-04-181-32/+0
| | | | | | | | | | | | | The patch for linux vdk defconfig introduced ARC_SMP_HALT_ON_RESET config symbol. In fact that is not required as this symbol is enabled by default if ARC_UBOOT_SUPPORT config symbol is set (and it is set in vdk configs). Also this commit fixes build failure, pointed us by Arnout: https://gitlab.com/buildroot.org/buildroot/builds/14419270 Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* trinity: needs __sync_val_compare_and_swap_4Rahul Bedarkar2017-04-181-0/+1
| | | | | | | | | | | syscalls/futex.c uses sync_val_compare_and_swap(). So add dependency on BR2_TOOLCHAIN_HAS_SYNC_4. Fixes: http://autobuild.buildroot.net/results/17f/17f7fe79242a40ff3e588748230de7bf2a010941 Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* php: bump version to 7.1.4Vicente Olivert Riera2017-04-182-2/+2
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* support/test-pkg: run legal-infoYann E. MORIN2017-04-172-4/+16
| | | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* support/test-pkg: calculate toolchain name only onceArnout Vandecappelle2017-04-171-10/+7
| | | | | | | | | | | The toolchain name was calculated in main() for reporting to the user, and again in build_one() for creating the build directory. Calculate it only once, in main(), and pass the build directory as an argument to build_one(). Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libunwind: disable for x86 with uClibc toolchainRomain Naour2017-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | libunwind use sigreturn() while building for x86 [1] but this function is not available with uClibc-ng. This throw a warning during libunwind build: In file included from x86/Los-linux.c:4:0: x86/Gos-linux.c: In function ‘_ULx86_local_resume’: x86/Gos-linux.c:298:7: warning: implicit declaration of function ‘sigreturn’ [-Wimplicit-function-declaration] sigreturn (sc); ^ But any program trying to link against libunwind-generic.so fail to build: [...]usr/lib/libunwind-generic.so: undefined reference to `sigreturn' collect2: error: ld returned 1 exit status Disable libunwind for x86 target when uClibc-ng is used. Fixes: http://autobuild.buildroot.net/results/54a/54afac8148cff5f3c17e83f80917fd9006948fe0//build-end.log [1] http://git.savannah.gnu.org/gitweb/?p=libunwind.git;a=blob;f=src/x86/Gos-linux.c;h=17aebc2974af50eb0bf8292689b2ed22a4c97866;hb=HEAD#l299 Signed-off-by: Romain Naour <romain.naour@gmail.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@free-electrons.com>
* package/efl: add libunwind optional dependencyRomain Naour2017-04-171-0/+4
| | | | | | | | There is no configure option to enable/disable libunwind support. See efl/m4/efl_libunwind.m4 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xenomai: add host-pkgconf dependencyRomain Naour2017-04-171-0/+2
| | | | | | | | | | | Without pkg-config PKG_CHECK_MODULES won't be expanded and ./configure script produces following error message: ./configure: line 13810: syntax error near unexpected token `FUSE,' ./configure: line 13810: ` PKG_CHECK_MODULES(FUSE, fuse)' Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: use SPDX short identifier for license string in commentsRahul Bedarkar2017-04-1714-22/+22
| | | | | | | | | | | We have started using SPDX short identifier for license string in <PKG>_LICENSE variable. But license strings in comments are still using old strings. For consistency, use SPDX short identifier in comments as well. Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ti-cgt-pru: use SPDX short identifier for license stringRahul Bedarkar2017-04-171-2/+1
| | | | | Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sam-ba: use SPDX short identifier for license stringRahul Bedarkar2017-04-171-1/+1
| | | | | Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* which: update homepage URLRahul Bedarkar2017-04-171-1/+1
| | | | | Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mpv: bump version to 0.24.0Bernd Kuhls2017-04-163-2/+41
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mpv: disable cuda supportBernd Kuhls2017-04-161-0/+1
| | | | | | | | | | | | | | mpv wrongly detects cuda being available: Checking for CUDA hwaccel : yes leading to build errors. Fixes http://autobuild.buildroot.net/results/e89/e892a537265ad7259024403a0bb3ca5da85ed096/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* rtl8821au: bump to latestChristian Stewart2017-04-162-3/+4
| | | | | | | | | | We add -Wno-error to not error out on warnings, which would otherwise cause build failures. Signed-off-by: Christian Stewart <christian@paral.in> [Thomas: as suggested by Baruch, use -Wno-error instead of disabling specific warnings.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* trinity: add optional dependency on btrfs-progsBaruch Siach2017-04-161-0/+4
| | | | | | Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* trinity: fix detection of BPF featuresBaruch Siach2017-04-162-1/+3
| | | | | | | | | | | | Add upstream patch to detect presence of the map_flags field in bpf_attr. Fixes: http://autobuild.buildroot.net/results/1d3/1d3dcb908b7bb4559e1103e09907ab043ed44679/ http://autobuild.buildroot.net/results/269/269e1c125094b97dd9dfda0e174d2c9f3b103c3b/ Cc: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* .gitlab-ci.yml: refresh after rename of Synopsys ARC defconfigsArnout Vandecappelle2017-04-161-2/+2
| | | | | Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* phytool: add kernel headers dependencyYegor Yefremov2017-04-161-0/+4
| | | | | | | | | | | phytool includes linux/mdio.h, that is available since kernel 3.7. So add related dependency. Fixes: http://autobuild.buildroot.net/results/e0e/e0eebcb9a694cd5d4c76c40e5dba971e3ac9d7c5/ Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Revert "package/xenomai: disable obstack support"Romain Naour2017-04-161-6/+0
| | | | | | | | | | This reverts commit e87644cb2abb78c5bf3bd0c3c6955c202e798ef2. The issue is now fixed in Xenomai, let use Xenomai obstack support if it's not already available from the libc. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xenomai: build obstack support conditionallyRomain Naour2017-04-162-0/+286
| | | | | | | | | | | | | | | The configure script check whether the underlying libc provides for native obstack support, only building Xenomai replacement code if not. This as been tested against uClibc 1.0.22, and common glibc releases. Backport the patch provided by uptream. Add XENOMAI_AUTORECONF=YES since the patch modify configure.ac. [1] http://xenomai.org/pipermail/xenomai/2017-April/037272.html Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xenomai: bump to version 3.0.4Romain Naour2017-04-164-58/+2
| | | | | | | | | | | Remove upstream patch 0001-testsuite-cyclictest. Announce: http://xenomai.org/pipermail/xenomai/2017-April/037254.html Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Pawel Sikora <sikor6@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/ffmpeg: use BR2_TOOLCHAIN_HAS_LIBATOMICBernd Kuhls2017-04-161-0/+5
| | | | | | | | Fixes http://autobuild.buildroot.net/results/69d/69d33792f2e7ec62bfe593eb4bbc8fb2652d7011/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Revert "package/sdl2: disable altivec built-in function for PowerPC"Romain Naour2017-04-151-10/+0
| | | | | | | | | | | The bug discovered while packaging supertux is now fixed by the previous patch but the issue can still be present in other C++11 package if -std=c++11 is used on PPC with Altivec vectorization. This reverts commit d2903aaf1314b50a8a10ce937d2b33c5c42e463e. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/supertux: fix bug when compiling with PPC altivec vectorizationRomain Naour2017-04-151-0/+21
| | | | | | | | | | | | | | | | | | >From [1]: Acording to a bug report in GCC [2]: "You need to use -std=g++11 or undefine bool after the include of altivec.h as context sensitive keywords is not part of the C++11 standard". So use gnu++11 instead of c++11 only for altivec system. This allow to revert [3] and keep Altivec vectorization. [1] 0024465d8a7b51f7fc7c9e8581072695d869adca [2] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58241#c3 [3] d2903aaf1314b50a8a10ce937d2b33c5c42e463e Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/supertux: new packageRomain Naour2017-04-155-0/+91
| | | | | | | | | | | | | Checked that libphysfs.so.1 is used by supertux2 binary. $ LD_TRACE_LOADED_OBJECTS=1 /usr/bin/supertux2 ... libphysfs.so.1 => /usr/lib64/libphysfs.so.1 Signed-off-by: Romain Naour <romain.naour@gmail.com> [Thomas: - slightly tweak Config.in comment - use SPDX license codes] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xenomai: disable obstack supportRomain Naour2017-04-151-0/+6
| | | | | | | | | | | | | | Obstack support in Xenomai is broken when the libc doesn't support obstack support itself. Make sure we disable obstack support for all libc since it was removed in uClibc-ng since 1.0.21 release and it's always disabled with Glibc. Fixes: http://autobuild.buildroot.net/results/555/555d9cb9cb59fad6353516bed206e1117974e8cd/build-end.log Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Pawel Sikora <sikor6@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/efl: add poppler imageloader optional dependencyRomain Naour2017-04-151-2/+7
| | | | | Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/expedite: bump version for efl 1.19 supportRomain Naour2017-04-152-2/+2
| | | | | | | Required due to eo api changes. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/efl: bump to version 1.19.0Romain Naour2017-04-153-4/+15
| | | | | | | | | | | | | | | | | | | | This new version of the EFL enables systemd support by default, so we have to disable it explicitely for host-efl by adding an additional --disable-systemd option to HOST_EFL_CONF_OPTS. Also handle newly introduced options vnc-server and net-control which brings additional dependencies. Disable them by default. Select wayland-protocol package which is now required to build the efl wayland support [1]. See the release announcement [2]. [1] https://git.enlightenment.org/core/efl.git/commit/?id=55750d41fad6055a549664ae92a34e636d7fb1f0 [2] https://sourceforge.net/p/enlightenment/mailman/message/35785467 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* at91sam9x5ek_mmc_dev_defconfig: increase ext2 filesystem sizeArnout Vandecappelle2017-04-151-0/+1
| | | | | | | | | | | | | | Since commit c6bca8cef0 removed autocalculation of the ext2 filesystem size, the default size is now set to 60MB. However, this is just too small for at91sam9x5ek_mmc_dev_defconfig, which has a lot of extra packages for development. Increase the filesystem size to 120000K, which is a nice and round number and leaves enough space for overhead on a 128MB flash drive. Only 65MB is used. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* firefly_rk3288_demo_defconfig: increase ext2 filesystem sizeArnout Vandecappelle2017-04-151-0/+1
| | | | | | | | | | | | | Since commit c6bca8cef0 removed autocalculation of the ext2 filesystem size, the default size is now set to 60MB. However, this is too small for firefly_rk3288_demo_defconfig. Indeed, the ext2 filesystem contains the mali blob (90MB) and Qt5 (14MB), totalling to 125MB. This is a bit too small to fit comfortably on a 128M flash driver, so increase the size to 250000K (245MB). Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pc_x86_64_bios_defconfig: increase ext2 filesystem sizeArnout Vandecappelle2017-04-151-0/+1
| | | | | | | | | | | | | | | Since commit c6bca8cef0 removed autocalculation of the ext2 filesystem size, the default size is now set to 60MB. However, this is too small for pc_x86_64_bios_defconfig. Indeed, the ext2 filesystem contains the kernel (4MB), the wireless modules (4MB), all firmware for wireless modules (40MB), and the wifi userspace (9MB) and the udev hwdb (5MB) which brings the total to 70MB. Increase the filesystem size to 120000K, which is a nice and round number and leaves enough space for overhead on a 128MB flash drive. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* rpi-firmware: allow to build for aarch64 targetsGaël PORTAY2017-04-151-1/+1
| | | | | | | | The RaspberryPi 3 is based on a AArch64 CPU and requires binaries from this package. Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs/manual: contribute: fix license string for Buildroot licenseRahul Bedarkar2017-04-151-1/+1
| | | | | | | | | | | As per section 12.2 "Complying with the Buildroot license", Buildroot is released under GPL version 2 or (at your option) any later version. But SPDX license string for Buildroot license in section 21.5 "Submitting patches" refers to only GPL version 2. Fix this inconsistency by using correct SPDX identifier. Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libdrm: bump version to 2.4.80Bernd Kuhls2017-04-152-12/+7
| | | | | | | | | | | | Removed AUTORECONF, forgotten in 2.4.77 bump: https://git.buildroot.net/buildroot/commit/package/libdrm?id=137407a7f9a29daf6312a261bd50cf1d6d9622da Also removed host-xutil_util-macros which was only needed for autoreconf: https://git.buildroot.net/buildroot/commit/package/libdrm?id=3284e1e2b4984ac487e04d0d826a49351dc0fc38 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/efl: fix coding style problems reported by check-packageRomain Naour2017-04-141-16/+17
| | | | | Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/efl: remove leftover disable-wayland optionRomain Naour2017-04-141-1/+0
| | | | | | | | | | Wayland support was re-added by [1] but the --disable-wayland option was not removed from EFL_CONF_OPTS. [1] f30eec41f95ed99909eb2c7590d83c12b9142df2 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/hiredis: fix install step for static build onlyRomain Naour2017-04-141-6/+23
| | | | | | | | | | | | | | | | | | | | The previous patch [1] didn't take into acount the static build only scenario. It tries to unconditionally install a shared library. Handle the install step like for bzip2 package: install the shared library only if BR2_SHARED_LIBS or BR2_SHARED_STATIC_LIBS is set and install the static library only if BR2_STATIC_LIBS or BR2_SHARED_STATIC_LIBS is set. [1] 96daacb720cffe1f83259462bef9d3da92925cd9 Fixes: http://autobuild.buildroot.net/results/6be/6be8024dd664af83fcf49ede29c8ad59a37f73d1 Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/raspberrypi3_defconfig: bump version to 4.9.21Martin Bark2017-04-141-1/+1
| | | | | Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/raspberrypi2_defconfig: bump version to 4.9.21Martin Bark2017-04-141-1/+1
| | | | | Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/raspberrypi0_defconfig: bump version to 4.9.21Martin Bark2017-04-141-1/+1
| | | | | Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs/raspberrypi_defconfig: bump version to 4.9.21Martin Bark2017-04-141-1/+1
| | | | | Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/rpi-userland: bump versionMartin Bark2017-04-142-2/+2
| | | | | Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/rpi-firmware: bump versionMartin Bark2017-04-142-2/+2
| | | | | Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/nodejs: bump version to 7.9.0Martin Bark2017-04-142-3/+3
| | | | | | | See https://nodejs.org/en/blog/release/v7.9.0/ Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ffmpeg: fix neon support for aarch64Bernd Kuhls2017-04-141-0/+2
| | | | | | | | | | | | | | | | ffmpeg ported arm 32-bit NEON code to aarch64 as hard dependency: http://ffmpeg.org/pipermail/ffmpeg-devel/2016-November/202733.html Buildroot option BR2_ARM_CPU_HAS_NEON handles only the 32bit case: https://git.buildroot.net/buildroot/commit/?id=0976cd6cd64a128a2ac921e4f35f0e7cbe306692 For aarch64 we need to make sure to pass --enable-neon in order to prevent a link error, fixes http://autobuild.buildroot.net/results/fa4/fa46003249664b1f97f6c18253c84cd3d6fb9cdb/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* busybox: preserve ncurses progs/toolsMatt Weber2017-04-142-5/+12
| | | | | | | | | | | | | | | | | The ncurses package installs a full version of clear and reset(tset) tools. Preserve these by disabling the options in the busybox config file. This removes the need for ncurses to depend on busybox for solely ordering of target install. This commit resolves the following python circular dependency with python. busybox -> libselinux -> python3 -> ncurses -> busybox Fixes: http://autobuild.buildroot.net/results/db1/db1e6f3054092fc5576ccab8e04a3b9d74ca9a8c/ Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> [Thomas: minor tweaks.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud