summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* audit: version bumpClayton Shotwell2015-07-227-882/+3
| | | | | | | | Bumping from version 2.4.1 to 2.4.3 to drop patches that have been picked up by the mainline. Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* setools: Disable on Blackfin and NIOS IIClayton Shotwell2015-07-221-0/+5
| | | | | | | | | | | | | | | The setools package is not currently building on either the NIOS II or the Blackfin architectures. Disabling for now. Fixes: http://autobuild.buildroot.net/results/2ee84c0dc027912e059ca4ae518d6f11fd8317a7/ http://autobuild.buildroot.net/results/401e4c48f4d865b2722f284f1038e25c5d420f43/ http://autobuild.buildroot.net/results/e67ef47ea9ff4cbb012d374b3b290fb7bddf7ef3/ [Thomas: add comment explaining the dependencies.] Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* e2fsprogs: remove busybox tune2fs when installing full versionRyan Barnett2015-07-221-0/+14
| | | | | | | | | | | | | | | | | | | Currently, busybox installs a version of tune2fs in /sbin/ while e2fsprogs installs at /usr/sbin/. This causes issues if a user is expecting the to use the full version from a prompt via 'tune2fs' since busybox's tune2fs will be found first from the default path search. Fix this by removing the busybox version of tune2fs when a user has selected the option to install tune2fs from e2fsprogs. [Thomas: don't hijack E2FSPROGS_TARGET_TUNE2FS_SYMLINK for the removal and instead introduce a separate E2FSPROGS_REMOVE_BUSYBOX_APPLETS post install target hook, and do related code re-organization.] Signed-off-by: Ryan Barnett <ryan.barnett@rockwellcollins.com> Reviewed-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* zedboard: Switch to U-Boot 2015.07Jan Viktorin2015-07-222-5/+4
| | | | | | | | The U-Boot v2015.07 is required for successful out-of-the-box build for common Xilinx Zynq boards (including Zedboard). Signed-off-by: Jan Viktorin <viktorin@rehivetech.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qt/qt5webchannel: new packageJulien CORJON2015-07-225-0/+138
| | | | | Signed-off-by: Julien Corjon <corjon.j@ecagroup.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libiio: Add a patch from upstream to fix building without a C++ compilerPaul Cercueil2015-07-221-0/+36
| | | | | | | | | | | This fixes a build issue reported by the autobuilder: http://autobuild.buildroot.net/results/5b0d02aa3bdb4cddb0d316c99fada2e7ba9f9c1d/ [Thomas: add autobuilder reference, as suggested by Baruch.] Signed-off-by: Paul Cercueil <paul.cercueil@analog.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qt/qt5base: Fix big endian image conversionJulien CORJON2015-07-221-0/+34
| | | | | Signed-off-by: Julien Corjon <corjon.j@ecagroup.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openipmi: don't search host library pathBaruch Siach2015-07-222-0/+54
| | | | | | | | | | | | | | Add a patch removing search of host library path. Fixes: http://autobuild.buildroot.net/results/bb9/bb9a5d4f2058765a3630170a11ee087c9c289c3d/ http://autobuild.buildroot.net/results/0b3/0b37f7648bed99bcb1b5bf727171ccc83283d01e/ http://autobuild.buildroot.net/results/5f7/5f7e6b3279d0e78e3298cdfe7db595e5043ff685/ and many more. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* network-manager: bump to version 1.0.4Petr Vorel2015-07-225-70/+90
| | | | | | | | | Dropped unused patches, added upstream proposed patch to fix build error for kernels headers < 3.17. Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Petr Vorel <vorel@jablocom.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/debianutils: improve help textJörg Krause2015-07-221-0/+3
| | | | | | | Add a note about the installed utilities. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* perl: only run finalize hook when necessaryDanomi Manchego2015-07-211-2/+2
| | | | | | | | | | | | | | | | | The PERL_FINALIZE_TARGET always runs, even if perl is not installed. This results in errors from the find command when it fails to find anything, even when doing "make -s": >>> Finalizing target directory find: `...../output/target/usr/lib/perl5/': No such file or directory find: `...../output/target/usr/lib/perl5/': No such file or directory find: `...../output/target/usr/lib/perl5/': No such file or directory This is not helpful for projects that do not select Perl. Silence this by making the hook conditional on package selection. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qt/qt5quick1, qt/qt5script, qt/qt5webkit: tag as legacy compatibilityJulien CORJON2015-07-215-4/+21
| | | | | Signed-off-by: Julien Corjon <corjon.j@ecagroup.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qt/qt5base: reorder patchesJulien CORJON2015-07-214-0/+0
| | | | | Signed-off-by: Julien Corjon <corjon.j@ecagroup.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qt5: bump version to 5.5.0Julien CORJON2015-07-2129-556/+184
| | | | | | | | | | | | | | | | | | | | | QT5BASE_EGLFS_PLATFORM_HOOKS_SOURCES is no longer useful since eglfs does not depend on the device makespecs anymore. Instead, backends are autodetected by configure [1]. We still need specifics include path for rpi eglfs support. 0008-forkd-disable-eventfd-for-uclibc.patch disable missing eventfd in new Qt 3rd party forkd for uClibc toolchains. Remove patches commited in Qt mainline and update pending one [1] https://codereview.qt-project.org/#/c/107548/ Passed test : - Full compilation on ARM/uClibc - Partialy compiled and tested on i.MX6/linaro with OpenGL backend - Partialy compiled but not executed for Raspberry Pi (rpi-userland) Signed-off-by: Julien Corjon <corjon.j@ecagroup.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/redis: Bump version to 3.0.3Martin Bark2015-07-213-30/+8
| | | | | Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* connman: bump to version 1.29Petr Vorel2015-07-212-2/+2
| | | | | Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* fs: build host-mkpasswd when BR2_ROOTFS_USERS_TABLES is usedThomas Petazzoni2015-07-211-1/+1
| | | | | | | | | | | | | | | | | | | The code in fs/common.mk properly triggers the build of host-mkpasswd when at least one package specifies a <pkg>_USERS variable. However, when no selected package specifies a <pkg>_USERS variable but the user uses a custom users table through BR2_ROOTFS_USERS_TABLES, then we forget to build host-mkpasswd, leading to build failures if you don't have mkpasswd installed in your machine. This commit fixes that by taking into account both the package users table and the custom users table when deciding to depend or not on host-mkpasswd. Reported-by: Auke Willem Oosterhoff <oosterhoff@baopt.nl> Cc: Auke Willem Oosterhoff <oosterhoff@baopt.nl> Cc: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* openipmi: new packageBaruch Siach2015-07-214-0/+55
| | | | | | | | | | OpenIPMI provides libraries and command line tools for interacting with IPMI enabled devices. [Thomas: fix indentation.] Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* netsnmp: fix static buildBaruch Siach2015-07-211-1/+2
| | | | | | | | | | | | Exclude the ucd-snmp/dlmod MIB module when building statically. Fixes: http://autobuild.buildroot.net/results/782/7829e74f83c3c4a1f45e049ec9f9d6b00e002c1c/ http://autobuild.buildroot.net/results/5df/5df28482dfa3d7c54d1e4ae3e1d373bd8e9a2265/ http://autobuild.buildroot.net/results/4b7/4b7f3c15a4f4c4f4457e78767f5526c044d6dc1d/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/ffmpeg: bump version to 2.7.1Bernd Kuhls2015-07-205-208/+5
| | | | | | | Removed patches applied upstream. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board: add support for Xilinx zc706Jordi Montagne2015-07-202-0/+83
| | | | | | | | | | | | | | | This is a Xilinx Zynq (xc7z045) development board, based on Xilinx Zynq (xc7z045). This support is based on Avnet Zedboard defconfig/readme. [Thomas: - minor fixes in the readme.txt - rename defconfig from zc706_defconfig to xilinx_zc706_defconfig.] Signed-off-by: Jordi Montagne <jordi.montagne66@gmail.com> Tested-by: Jean Burgat <jeanburgat33@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/glibc: enable lock elision on x86_64 hostsSteven Noonan2015-07-201-0/+1
| | | | | Signed-off-by: Steven Noonan <steven@uplinklabs.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/x11r7/xdriver_xf86-video-siliconmotion: remove autoreconfRomain Naour2015-07-201-1/+0
| | | | | | | | | xdriver_xf86-video-siliconmotion no longer use the git repository. commit: b343bc690e0004ab916eda09d88be9f4210e867b Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xdriver_xf86-video-cirrus: remove autoreconfRomain Naour2015-07-201-1/+0
| | | | | | | | | xdriver_xf86-video-cirrus no longer use the git repository. commit: e45edc34fadcd6e666a123a4ab32a13b37dc3f74 Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/x11r7/xdriver_xf86-video-neomagic: remove autoreconfRomain Naour2015-07-201-1/+0
| | | | | | | | | xdriver_xf86-video-neomagic no longer use the git repository. commit: 560660d06be550aed1f1bfa52bbe58be5fdc387d Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/lttng-tools: remove autoreconfRomain Naour2015-07-201-2/+0
| | | | | | | | | | | | | lttng-tools-2.0-pre15-no-sync-file-range-in-uclibc.patch is gone with the commit fb5d605638c359d008329dd9f8fb6c2c8a2c0537. lttng-tools-no-sync-file-range-in-uclibc.patch is gone with the commit ed692e2dbbf8d4751d39a636dd1119e829bd0f99. There is no need to autoreconf lttng-tools. Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libdvbsi: remove autoreconfRomain Naour2015-07-201-3/+0
| | | | | | | | A configure script is bundled with the archive of the current version. Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libfslparser: remove autoreconfRomain Naour2015-07-201-3/+0
| | | | | | | | autoreconf is not needed anymore with the current version (4.0.2). Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/dhcp: remove autoreconfRomain Naour2015-07-201-2/+0
| | | | | | | | 0001-fix-configure-debug.patch was removed in commit 68e846d3b2875b5e7a79bfb33629bf2793840939 Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/neard: remove autoreconfRomain Naour2015-07-201-1/+0
| | | | | | | | | neard have been bumped several time since autoreconf was added in neard.mk. autoreconf seems not needed anymore. Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/wipe: remove autoreconfRomain Naour2015-07-201-1/+0
| | | | | | | | A configure script is already bundled in the archive. There is no comment why autoreconf was added. Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/stress: remove autoreconfRomain Naour2015-07-201-1/+0
| | | | | | | | | | autoreconf is not needed anymore since non-lfs enabler patch has been removed. commit: 415765b5a8861f3b7e86e9786bf903a5a4d09e73 Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/ulogd: remove autoreconfRomain Naour2015-07-201-1/+0
| | | | | | | | | | Autoreconf is not needed anymore since ulogd 2.0.4 where logd-01-pthread-conditional.patch was removed. commit: 010745a955b6cf4c979588fafdb7506460038e0f Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* core/pkg-kconfig: do not always silence oldconfigYann E. MORIN2015-07-201-2/+2
| | | | | | | | | | | | | | | When debugging packages that use the pkg-kconfig infrastructure, it is sometime interesting to see the exact command line that is being executed when running oldconfig. But currently, those command lines are prefixed with '@' which makes them silent, always. Instead, use $(Q) so they are silent by default, and verbose with V=1. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* core/pkg-generic: host variants inherits target's override-srcdirYann E. MORIN2015-07-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | When a package has both a target and a host variants, and there is an override-srcdir set for the target variant, the host variant should inherit the target's override-srcdir, unless explicitly set, like we do for all other target-variant properties. However, do not override it if expressly set to empty (i.e. when the user wants to override only the target variant). Also, as we do for the other variables, the target variant never inherits from the host variant. Reported-by: Mike <mikez@OpenPlayer.org> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Arnout Vandecappelle <arnout@mind.be> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Reviewed-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Tested-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* c-icap-modules: fix license typosJerzy Grzegorek2015-07-201-2/+2
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Revert "busybox: added linux-pam support"Baruch Siach2015-07-201-7/+0
| | | | | | | | | | | | | | | | | | This reverts commit 083aeac94e19cde6abd4b29cf29db589327d8c49. Commit f21b2558a097 (busybox: added linux-pam support, 2015-06-02) added linux-pam support already, no need to do this again. Commit 083aeac94e19 (busybox: added linux-pam support, 2015-07-14) also effectively annulled the build failure fix from commit 98e1848db11e (busybox: PAM support needs thread support, 2015-07-04). Revert it. Fixes: http://autobuild.buildroot.net/results/8df/8df14bde19a41b78aa6422a1649a570914f747ee/ http://autobuild.buildroot.net/results/30d/30dd11b576b590de513031fce5e034353f2f5544/ http://autobuild.buildroot.net/results/de6/de628d84b0ed49be8f5d021c789357b2e66f2b02/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* rpcbind: bump version 0.2.3Aurélien Chabot2015-07-193-10/+11
| | | | | | | | Refreshed patch: 0001-Remove-yellow-pages-support.patch Signed-off-by: Aurélien Chabot <aurelien@chabot.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ejabberd: simplify init script by patching ejabberdctlJohan Oudinet2015-07-192-18/+35
| | | | | | | | Let a user modify environment variables used in ejabberdctl by loading a default configuration file. Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* monkey: fix license typosJerzy Grzegorek2015-07-191-2/+2
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* monkey: remove the default value of the MONKEY_SOURCE variableJerzy Grzegorek2015-07-191-1/+0
| | | | | Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* audit: Add startup scriptClayton Shotwell2015-07-192-0/+84
| | | | | | | | | | | | | | | | The startup script for the audit package did not meet the buildroot standards when the package was initially merged. Adding a compliant startup script for starting the audit daemon along with rotating the logs and other features. [Thomas: - Replace "Failed" by "FAIL" to be consistent with the rest of the init script and other packages - Use $(INSTALL) -D with a complete destination path to avoid having to create /etc/init.d before installing the init script.] Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uboot: mark Freescale i.MX28 specific formats as suchThomas Petazzoni2015-07-191-3/+3
| | | | | | | | It's rather unclear that uboot.sb, uboot.sd and uboot.nand are Freescale i.MX28 specific, so let's make that clear in the prompt of each option, like we do for the Marvell-specific uboot.kwb. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gcc: add support for fortranDavid Kessler2015-07-192-0/+12
| | | | | Signed-off-by: David Kessler <DJKessler@me.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* docs/manual: add U-Boot configurationJörg Krause2015-07-194-2/+16
| | | | | Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot/uboot: add support for the kconfig infrastructureJörg Krause2015-07-192-3/+94
| | | | | | | | | | | | | | | | | | | | With the patchset "kconfig: turnaround into single .config" [http://lists.denx.de/pipermail/u-boot/2015-February/205490.html] U-Boot switched to a single .config file for board configuration. This allows us to use the kconfig-package infrastructure. For providing backward compatibility with older U-Boot version a user choice between the new Kconfig and the legacy build system is introduced. [Thomas: - make use of the legacy build system the default, to not break existing configurations. - add some comments in the code checking all the configuration options, in order to hopefully make it a bit clearer.] Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pkg-infra: munging .la files is not limited to autotools packagesYann E. MORIN2015-07-192-27/+30
| | | | | | | | | | | | | | | | | | | Currently, we're only fixing libtool's .la files for autotools packages, and even more so, only for those that do not define their own _INSTALL_STAGING_CMDS. However, .la files might also be installed by non-autotools packages, like the NVidia GPU binary blob (libGL.la). So, move that code into the global build rule, so all packages get their .la files fixed, whether they be autotools packages or not, and whether they define their own _INSTALL_STAGING_CMDS or not. Also print a message. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/upmpdcli: Add patch to fix OPEN_MAX build errorJörg Krause2015-07-191-0/+32
| | | | | | | | | | | | | | | | | | | | | | When building upmpdcli with certain toolchains using the compiler flag -std=c++0x let gcc not define "linux" or "__linux", but "__linux__". Therefore, the Linux-specific code in closefrom.cpp is not used and the build fails. Fixes: http://autobuild.buildroot.net/results/d66/d660a9409552b3e1ad9e3ed716386fd0a67fd8db http://autobuild.buildroot.net/results/f19/f19e843cdcc968a72919ca3792a90dd40552bd59 http://autobuild.buildroot.net/results/a77/a776001dae51c4dae1f25b3a9bf9a9fe2ca69003 http://autobuild.buildroot.net/results/3e7/3e7590566ed3cc7a1dd412fb66b7b987e847aa25 and many more. Pull request is open on github [1]. [1] https://github.com/medoc92/upmpdcli/pull/15 Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* modem-manager: bump to 1.4.10Yegor Yefremov2015-07-182-2/+2
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libsigsegv: unavailable for powerpc with uclibcGustavo Zacarias2015-07-181-0/+5
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/c5f/c5fef9a89f99e13de9cabe52c2ac1602d85974fe/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud