summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* configs/imx6-sabreauto: Add a new defconfigFabio Estevam2017-10-083-2/+62
| | | | | | | | | | | | | | | Introduce imx6-sabreauto_defconfig that uses mainline U-Boot and mainline kernel. As mainline U-Boot supports SPL, it is possible to boot the same sdcard.img in the three mx6sabreauto variants: imx6q, imx6dl and imx6qp. Also update the readme.txt file to explain how to build an image for mx6sabreauto boards using mainline U-Boot and kernel. Signed-off-by: Fabio Estevam <festevam@gmail.com> [Thomas: regenerate gitlab-ci.yml file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* swig: enable support for Node.js >= 7.xYegor Yefremov2017-10-082-0/+550
| | | | | | | | | | | Recent Node.js versions have removed some depreciated API calls, that swig still relies on. Patches taken from this PR [1] fix this issue. [1] https://github.com/swig/swig/pull/968 Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sdl2: add KMS/DRM video driver supportOlivier Schonken2017-10-082-0/+14
| | | | | Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* imx6-sabresd: Improve the explanation of the fragment fileFabio Estevam2017-10-081-2/+2
| | | | | | | | | | Improve the explanation of the need for using the performance governor. This problem is specific to mx6sabresd board and the Egalax touchscreen running a mainline kernel, so make this clear. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* parted: properly link with libiconvArnout Vandecappelle (Essensium/Mind)2017-10-086-25/+73
| | | | | | | | | | | | | | | parted uses libiconv but doesn't link with it. All the checks are there in configure, but the Makefile.am doesn't add it to the link. Add a patch to fix this. Also add an optional dependency on libiconv, so it is reproducible. While we're at it, regenerate the existing patches on top of v3.2, and make patch 0003 a properly git formatted one. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Cc: srg.venema@gmail.com Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* jose: new packagePeter Korsgaard2017-10-075-0/+34
| | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* eigen: bump to version 3.3.4bradford barr2017-10-072-2/+8
| | | | | | | | Bumped the version to 3.3.4, and added the hashes of the licence files to eigen.hash. Signed-off-by: bradford barr <bradford@density.io> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ltp-testsuite: Bump to version 20170929Petr Vorel2017-10-072-3/+3
| | | | | Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pdbg: bump version to latestJoel Stanley2017-10-073-2/+48
| | | | | | | | | | | | | | | | | | | | | | | | I got this error when attempting to build: aclocal: error: couldn't open directory 'm4': No such file or directory So we now have the post patch hook to ensure the m4 directory is present. In addition, the package now sets a variable with the Git SHA1 so that the binary contains the expected output for --version. Specific configurations of uClibc cause a build failure in pdbg. This commit adds a patch to remove the definition of the offending macro (it is unused in the source). In file included from usr/include/stdio.h:71:0, from libpdbg/fake.c:17: include/bits/uClibc_stdio.h:149:16: error: expected identifier or ‘(’ before ‘;’ token void *__unused; /* Placeholder for codeset binding. */ Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libiio: add support for Python 3.x bindingsBéla Becker2017-10-072-1/+5
| | | | | | | | | Python3 support was added to libiio in version 0.10. This commit adds the option to compile libiio bindings if python3 was selected instead of python. Signed-off-by: Béla Becker <bela.becker@pcbdesign.hu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* odroidc2_defconfig: bump kernel and u-boot versionsPeter Korsgaard2017-10-071-2/+2
| | | | | | | | To the latest commits on the odroidc2-3.14.y / odroidc2-v2015.01 branches. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Acked-by: Dagg <daggs@gmx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/intel-microcode: bump to version 20170707Bernd Kuhls2017-10-072-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/iucode-tool: security bump to version 2.2Bernd Kuhls2017-10-072-3/+3
| | | | | | | | | | | | | | Version 2.1.1 fixed CVE-2017-0357: https://gitlab.com/iucode-tool/iucode-tool/commit/657ce44ac462bcec35a3e12f9e7f53ca92ae62b7 Dropped IUCODE_TOOL_CONF_ENV after version 2.2 added a configure check for libargp: https://gitlab.com/iucode-tool/iucode-tool/commit/b14bed6771e7ab48371b272a0c68dd017767142a Added hash for license file. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/x11r7/xserver_xorg-server: rename patch directory after the last ↵Romain Naour2017-10-077-205/+0
| | | | | | | | | | | | | | | | | | version bump The last bump [1] forgot to rename the patch directory and remove upstream patches. We still need to fix the monotonic clock check which doesn't work when cross-compiling. [1] 436659c55f8d3c6155546cfc666a13c793d992f9 Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Cc: Peter Korsgaard <peter@korsgaard.com> Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/enlightenment: bump to 0.21.10Romain Naour2017-10-072-3/+4
| | | | | | | | | https://www.enlightenment.org/news/e0.21.10_release Add COPYING file hash Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* .gitlab-ci.yml: update with atmel_sama5d27_som1_ek_mmc_dev_defconfigArnout Vandecappelle (Essensium/Mind)2017-10-061-0/+1
| | | | | | | | Commit 95cb1465f09dd7d88cc84d60c735b04e8f4ef244 added the atmel_sama5d27_som1_ek_mmc_dev_defconfig but forgot to update .gitlab-ci.yml. Update it now. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* boarde: icorem6: clarify the common vs. board-specific things in readme.txtArnout Vandecappelle (Essensium/Mind)2017-10-061-10/+5
| | | | | | | | | | | | | | The parts of the readme.txt that specify the board-specific aspects (DTB files, KMS config json file) were a bit confusing. For the DTB files this is solved by putting the board it applies to after the DTB file name. For the json files, this is solved by adding an extra line, so the CinematicExperience-demo is clearly separated from the setting of QT_QPA_EGLFS_KMS_CONFIG. Also remove the 'for all boards' line in the beginning, it doesn't add any value. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* board: icorem6: Add Qt5 configs for 1280x480 LVDS displayJagan Teki2017-10-063-1/+14
| | | | | | | | i.CoreM6 OF C.TOUCH 12 Kit has 1280x480 LVDS display, this patch adds relevant qt5 configs with supports opensource Etnaviv graphical stack. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* engicam: icorem6: Add OF C.TOUCH 12 KitJagan Teki2017-10-063-2/+5
| | | | | | | This patch add support for Open Frame C.TOUCH 12 Kit. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* board: icorem6: Add Qt5 configs for 1280x800 LVDS displayJagan Teki2017-10-063-3/+16
| | | | | | | | i.CoreM6 OF C.TOUCH 10.1 Kit has 1280x800 LVDS display, this patch adds relevant qt5 configs with supports opensource Etnaviv graphical stack. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* engicam: icorem6: Add OF C.TOUCH 10.1 KitJagan Teki2017-10-063-3/+8
| | | | | | | | | | This patch add support for Open Frame C.TOUCH 10.1 Kit. Since the defconfig is no longer only for the starter kit, remove that from BR2_TARGET_GENERIC_ISSUE. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* board: icorem6: Add Qt5 configs for 800x480 LVDS displayJagan Teki2017-10-066-0/+117
| | | | | | | | | | i.CoreM6 Starter Kit has 800x480 LVDS display, this patch adds relevant qt5 configs with supports opensource Etnaviv graphical stack. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> [Arnout: mention the qt5 defconfig in readme.txt, otherwise the demo applications don't exist] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/freeswitch: install to stagingBernd Kuhls2017-10-061-0/+2
| | | | | | | | Needed for upcoming package freeswitch-mod-bcg729. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Arnout: made comment more explicit] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* lbase64: compile with -fPICFrancois Perrad2017-10-061-1/+2
| | | | | | | | | | | | | Some architectures (e.g. x86_64, MIPS, microblaze, or1k) require to build with -fPIC to build a shared library, but the lbase64 build system doesn't add it. Therefore, we add it in CFLAGS. Fixes: http://autobuild.buildroot.net/results/b56/b567096cbfdb89b1895924051265c56204ffb512/ Signed-off-by: Francois Perrad <francois.perrad@gadz.org> [Arnout: write commit log] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* libressl: fix musl build with older kernel headersBaruch Siach2017-10-061-0/+38
| | | | | | | | | | | | | | | | | | | | | | musl provides its own SYS_getrandom definition, but not GRND_NONBLOCK. This breaks the build with kernel headers older than v3.17. Add a patch adding a local definition of GRND_NONBLOCK to fix the build. The following defconfig reproduces the build failure: BR2_x86_pentium_mmx=y BR2_TOOLCHAIN_BUILDROOT_MUSL=y BR2_KERNEL_HEADERS_3_12=y BR2_PACKAGE_LIBRESSL=y The getentropy_linux.c file is in upstream tarball, but not in its git repository. It originates from OpenBSD. For this reason the patch is against the tarball, but not git formatted. Cc: Adam Duskett <aduskett@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> [Arnout: change filename to correspond to how git creates it] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* trinity: undefined UIO_MAXIOV need sys/io.hMatt Weber2017-10-061-0/+40
| | | | | | | | | | | | | | | | | | | | | | | This upstream patch fixes the build error produced by building for powerpc 32bit after the glibc bump to 2.26 with the following internal toolchain config. gcc5.4.0 glibc2.26 bin2.28.1 linux4.1.43 Failure log: CC net/proto-ipv4.o net/proto-ipv4.c: In function ‘ip_setsockopt’: net/proto-ipv4.c:231:49: error: ‘UIO_MAXIOV’ undeclared (first use in this function); did you mean ‘_IO_MAGIC’? so->optlen = rnd() % sizeof(unsigned long)*(2*UIO_MAXIOV+512); ^~~~~~~~~~ _IO_MAGIC Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> [Arnout: add Matthew's Sob to the patch] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* support/testing: fix remaining code styleRicardo Martincoski2017-10-061-2/+2
| | | | | | | | | | Fix the remaining code style warnings from flake8: - properly indent continuation lines; - use proper code to test a parameter is not None. Cc: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* .flake8: add config file for Python code styleRicardo Martincoski2017-10-061-0/+2
| | | | | | | | | | | | | | | We recommend wrapping at 80 columns but we accept 132 columns when it makes more readable. Follow up of discussion at this thread: http://lists.busybox.net/pipermail/buildroot/2017-October/203624.html Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* testing/tests/init: use lowercase method namesRicardo Martincoski2017-10-064-39/+39
| | | | | | | | | | | | | | Use method naming convention from PEP8 as other test cases already do. sed \ -e 's,startEmulator,start_emulator,g' \ -e 's,checkInit,check_init,g' \ -e 's,checkNetwork,check_network,g' \ -i support/testing/tests/init/*.py Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* support/testing: fix code styleRicardo Martincoski2017-10-0621-20/+59
| | | | | | | | | | | Fix the trivial warnings from flake8: - remove modules imported but unused; - use 2 lines before class or module level method; - remove blank line at end of file. Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* support/testing: standardize defconfig fragments styleRicardo Martincoski2017-10-0614-250/+255
| | | | | | | | | | | | | | Change all defconfig fragments to take advantage of "cf3cd4388a support/tests: allow properly indented config fragment". Make each defconfig fragment: - start after a backslash; - be declared as a multi-line string literal; - be indented one level more than the variable that contains it. Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* support/testing: allow to indent ccache defconfig fragmentRicardo Martincoski2017-10-062-4/+3
| | | | | | | | | | | | | | | | | | Move the strip out of leading spaces in defconfig fragments from the BRTest class to the Builder class. It actually postpones the strip out, consequentially allowing test cases to post-process the defconfig in their own __init__ before calling the __init__ method from BRTest. Moving this code to the Builder class also allows any new test class that inherits from BRTest to reuse the same code even if the new class overrides the setUp method. At same time, prepend a newline to the jlevel handling otherwise it would stop working for defconfig fragments that don't end in a newline. Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Cc: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* u-boot: add option to specify config fragmentsPeter Korsgaard2017-10-062-0/+7
| | | | | | | | U-Boot nowadays also uses kconfig, so we can handle config fragments like we do for barebox/busybox/linux. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* mosh: bump to version 1.3.2Peter Korsgaard2017-10-062-3/+6
| | | | | | | And add hashes for the license files while we're at it. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/apache: bump to version 2.4.28Bernd Kuhls2017-10-063-33/+3
| | | | | | | | | Fix for CVE-2017-9798 is included in this release, so this patch is removed. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Update commit log: not a security bump] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* wireguard: bump to version 0.0.20171005Peter Korsgaard2017-10-062-2/+3
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/atmel: addition of the sama5d27 som1 ek boardNicolas Ferre2017-10-063-0/+133
| | | | | | | Add the new SAMA5D27 SOM1 Evaluation Kit with linux4sam_5.7 components. Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/atmel: bump to linux4sam_5.7Nicolas Ferre2017-10-0614-42/+42
| | | | | | | | | Bump at91sam9x5ek, atmel_sama5d2_xplained, atmel_sama5d3_xplained and atmel_sama5d4_xplained all variants to linux4sam_5.7. The 3 foundation components have their tags changed (AT91Bootstrap, U-Boot, Linux kernel). Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/x11r7/xserver_xorg-server: security bump to version 1.19.4Bernd Kuhls2017-10-062-3/+6
| | | | | | | | | | Fixes CVE-2017-13721 & CVE-2017-13723: https://lists.x.org/archives/xorg-announce/2017-October/002809.html Added all hashes provided by upstream. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/x11r7/xkeyboard-config: bump version to 2.22Bernd Kuhls2017-10-062-5/+5
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* wireguard: needs 3.10+ kernelPeter Korsgaard2017-10-051-0/+5
| | | | | | | | | | | The dependency is actually only for the kernel module (and thus on the runtime kernel version rather than kernel headers), but as we don't know the runtime version in kconfig and the user space part doesn't make much sense without the kernel module this will have to do. [Peter: extend commit message, add comment to Config.in as suggested by Arnout, fix off-by-one in comment text] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* cryptsetup: add host variantPeter Korsgaard2017-10-053-0/+19
| | | | | | | E.G. for generating dm-verity hashes or dm-crypt data at build time in a post-image script. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lvm2: add host variantPeter Korsgaard2017-10-051-0/+13
| | | | | | | | This is only for the device-mapper library, so a user selectable Config.in.host option isn't needed. [Peter: add host-pkgconf dependency as pointed out by Arnout] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* shairport-sync: bump to version 3.1.3Jörg Krause2017-10-052-2/+2
| | | | | | | | | | | Fixes a runtime startup issue on SysV init systems: ``` # shairport-sync -d Daemon returned 2 as return value. ``` Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libcurl: security bump to version 7.56.0Peter Korsgaard2017-10-053-45/+3
| | | | | | | | | | Drop upstreamed patch. Fixes CVE-2017-1000254 - FTP PWD response parser out of bounds read: https://curl.haxx.se/docs/adv_20171004.html Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/iprutils: bump version to 2.4.15.1Samuel Mendoza-Jonas2017-10-052-5/+5
| | | | | Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qemu: change to .tar.xz formatPeter Korsgaard2017-10-052-3/+3
| | | | | | | And use the official download location. Suggested-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qemu: security bump to version 2.8.1.1Peter Korsgaard2017-10-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Fixes the following security issues and adds a number of other bigfixes: 2.8.1: Changelog: https://lists.gnu.org/archive/html/qemu-devel/2017-03/msg06332.html CVE-2017-2615 - display: cirrus: oob access while doing bitblt copy backward mode CVE-2017-2620 - display: cirrus: out-of-bounds access issue while in cirrus_bitblt_cputovideo CVE-2017-2630 - nbd: oob stack write in client routine drop_sync 2.8.1.1 Changelog: https://lists.gnu.org/archive/html/qemu-devel/2017-04/msg03460.html CVE-2017-7471 - 9p: virtfs allows guest to change filesystem attributes on host Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* openntpd: fix musl build with older kernel headersBaruch Siach2017-10-051-0/+38
| | | | | | | | | | | | | | | | | | musl provides its own SYS_getrandom definition, but not GRND_NONBLOCK. This breaks the build with kernel headers older than v3.17. Add a patch adding a local definition of GRND_NONBLOCK to fix the build. The getentropy_linux.c file is in upstream tarball, but not in its git repository. It originates from OpenBSD. For this reason the patch is against the tarball, but not git formatted. Fixes: http://autobuild.buildroot.net/results/623/6235ddc095bc1984439e7339d590b11581a3e257/ http://autobuild.buildroot.net/results/648/648e7c91edcf893fa780de9bb44c05f5f842a2e8/ http://autobuild.buildroot.net/results/7da/7da71263a6e9b780031f1f6185c760d11dfc994e/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* vboot-utils: disable static futilityAlex Suykov2017-10-051-0/+30
| | | | | | | | | | | Possibly fixes http://autobuild.buildroot.net/results/fbe/fbe7892539cc1bf18f89d18c6609a5aa747647d0/ http://autobuild.buildroot.net/results/4bc/4bc388618ff02dde26ae09db021434a936c8cc1b/ and similar errors. Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Tested-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
OpenPOWER on IntegriCloud