[yocto] Cannot build the extensible sdk

2019-02-10 Thread Kristupas Savickas
Hello, I get the following error on thud branch when trying to build the extensible sdk for an image: ERROR: meta-extsdk-toolchain-1.0-r0 do_locked_sigs: Error executing a python function in exec_python_func() autogenerated: The stack trace of python calls that resulted in this

Re: [yocto] [PATCH V2] patchwork: Add a dockerfile for deploy patchwork and patchtest

2019-02-10 Thread Paul Eggleton
Not actively, no. I will try to take a look at your patch this week though. Cheers, Paul On Monday, 11 February 2019 2:17:16 PM NZDT Changqing Li wrote: > Hi, Paul > > Are you maintaining this repo? > > On 2/10/19 2:43 AM, Jose Lamego wrote: > > Hi Randy, > > > > Sorry for the late response.

Re: [yocto] [PATCH V2] patchwork: Add a dockerfile for deploy patchwork and patchtest

2019-02-10 Thread Changqing Li
Hi, Paul Are you maintaining this repo? On 2/10/19 2:43 AM, Jose Lamego wrote: Hi Randy, Sorry for the late response. I'm no longer involved with the Yocto Project. Last word I heard was that point of contact for Patchwork- related work was Paul Eggleton. Hope this helps. Jose Thanks. On

[yocto] [meta-security][PATCH 1/2] scapy: restore ptest by going to github directly

2019-02-10 Thread Armin Kuster
The pypi package removed the tests so go to the git repo directly. Signed-off-by: Armin Kuster --- recipes-security/scapy/files/run-ptest| 4 recipes-security/scapy/python-scapy.inc | 13 ++--- recipes-security/scapy/python-scapy_2.4.2.bb | 2 ++

[yocto] [meta-security][PATCH 2/2] clamav: update llvm to 8.0

2019-02-10 Thread Armin Kuster
ERROR: Nothing PROVIDES 'llvm6.0' Signed-off-by: Armin Kuster --- recipes-security/clamav/clamav_0.99.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/clamav/clamav_0.99.4.bb b/recipes-security/clamav/clamav_0.99.4.bb index 8c2c2fa..1d09ba6 100644 ---