Re: [oe] [meta-networking][PATCH v3] wireguard: add WireGuard kernel module and tools

2017-05-18 Thread Robert Yang
On 05/19/2017 02:26 AM, Stefan Agner wrote: On 2017-05-18 11:19, Joe MacDonald wrote: [Re: [oe] [meta-networking][PATCH v3] wireguard: add WireGuard kernel module and tools] On 17.05.18 (Thu 10:55) Stefan Agner wrote: On 2017-05-18 00:29, Robert Yang wrote: Hi Stefan, On 04/27/2017 01:30

[oe] [meta-multimedia][PATCH V2 3/3] rygel: Update to 0.34.0

2017-05-18 Thread Khem Raj
Fix build without X Licence is more consistent now see https://github.com/GNOME/rygel/commit/cdcb6bd55efd0c3b7a2fd4ae5c3d8556f69f8402 Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- .../rygel/{rygel_0.28.2.bb => rygel_0.34.0.bb} | 24

[oe] [meta-oe][PATCH 2/3] espeak, espeak-data: Update to 1.48.04 release

2017-05-18 Thread Khem Raj
Disable audio codecs Signed-off-by: Khem Raj --- .../{espeak-data_1.37.bb => espeak-data_1.48.04.bb} | 3 --- meta-oe/recipes-support/espeak/espeak.inc | 6 -- .../espeak/{espeak_1.37.bb => espeak_1.48.04.bb} | 3 ---

[oe] [meta-oe][PATCH 1/3] fwts: Bump SRCREV to latest past 17.03.00 release

2017-05-18 Thread Khem Raj
Helps fixing build issues with gcc7 Signed-off-by: Khem Raj --- meta-oe/recipes-test/fwts/fwts_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-test/fwts/fwts_git.bb b/meta-oe/recipes-test/fwts/fwts_git.bb index

[oe] [meta-oe][PATCH v2] recipes-support: Add handling for libgpiod

2017-05-18 Thread Marek Belisko
libgpiod - C library and tools for interacting with the linux GPIO character device Since linux 4.8 the GPIO sysfs interface is deprecated. User space should use the character device instead. This library encapsulates the ioctl calls and data structures behind a straightforward API.

Re: [oe] [meta-networking][PATCH v3] wireguard: add WireGuard kernel module and tools

2017-05-18 Thread Stefan Agner
On 2017-05-18 11:19, Joe MacDonald wrote: > [Re: [oe] [meta-networking][PATCH v3] wireguard: add WireGuard kernel > module and tools] On 17.05.18 (Thu 10:55) Stefan Agner wrote: > >> On 2017-05-18 00:29, Robert Yang wrote: >> > Hi Stefan, >> > >> > On 04/27/2017 01:30 PM, Stefan Agner wrote: >>

Re: [oe] [meta-networking][PATCH v3] wireguard: add WireGuard kernel module and tools

2017-05-18 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH v3] wireguard: add WireGuard kernel module and tools] On 17.05.18 (Thu 10:55) Stefan Agner wrote: > On 2017-05-18 00:29, Robert Yang wrote: > > Hi Stefan, > > > > On 04/27/2017 01:30 PM, Stefan Agner wrote: > >> WireGuard is an extremely simple yet fast and

[oe] [PATCH] wireguard: bump version to latest snapshot 0.0.20170517

2017-05-18 Thread Stefan Agner
Use the latest available snapshot 0.0.20170517 of WireGuard. Signed-off-by: Stefan Agner --- .../wireguard/wireguard-module_0.0.20170421.bb | 31 -- .../wireguard/wireguard-module_0.0.20170517.bb | 31 ++

Re: [oe] [meta-networking][PATCH v3] wireguard: add WireGuard kernel module and tools

2017-05-18 Thread Stefan Agner
On 2017-05-18 00:29, Robert Yang wrote: > Hi Stefan, > > On 04/27/2017 01:30 PM, Stefan Agner wrote: >> WireGuard is an extremely simple yet fast and modern VPN that utilizes >> state-of-the-art cryptography. It aims to be faster, simpler, leaner, >> and more useful than IPSec, while avoiding the

[oe] [PATCH] xstdcmap: Change libxmu from RDEPENDS -> DEPENDS and unblacklist xstdcmap

2017-05-18 Thread Phoong Stanley Cheong Kwan
From: "Stanley Cheong Kwan, Phoong" The build for xstdcmap was failing in do_configure due to the missing xmu package. The libxmu inside the recipe should have been DEPENDS and not RDEPENDS. Since this is working, xstdcmap is unblacklist-ed from the build.

Re: [oe] [meta-networking][PATCH v3] wireguard: add WireGuard kernel module and tools

2017-05-18 Thread Robert Yang
Hi Stefan, On 04/27/2017 01:30 PM, Stefan Agner wrote: WireGuard is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPSec, while avoiding the massive headache. The recipes add the current

[oe] [meta-qt5] [PATCH] qtquick1: add ptest

2017-05-18 Thread Huang Qiyu
Add ptest for qtquick1 by using provided testsuite. Signed-off-by: Huang Qiyu --- recipes-qt/qt5/qtquick1/run-ptest | 5 + recipes-qt/qt5/qtquick1_git.bb| 26 ++ 2 files changed, 31 insertions(+) create mode 100644