Re: [yocto] gitsm fetcher fixes in thud?

2019-02-11 Thread Khem Raj
On Mon, Feb 11, 2019 at 8:11 PM Scott Murray wrote: > Hi, > > I'm working on upgrading Automotive Grade Linux (AGL) from rocko to thud, > and there's substantial git submodule breakage with the fetcher as it > stands in thud ATM. I've been doing tests with the current gitsm.py from > master

[yocto] gitsm fetcher fixes in thud?

2019-02-11 Thread Scott Murray
Hi, I'm working on upgrading Automotive Grade Linux (AGL) from rocko to thud, and there's substantial git submodule breakage with the fetcher as it stands in thud ATM. I've been doing tests with the current gitsm.py from master with Mark's recent fixes, and it works fine. I'm wondering what the

Re: [yocto] [meta-security][PATCH] xmlsec1: Include libxmlsec1-*.so in the main package

2019-02-11 Thread akuster
series merged. On 1/30/19 1:57 AM, Adrian Bunk wrote: > They can be dynamically loaded with xmlSecCryptoDLLoadLibrary(). > > Signed-off-by: Adrian Bunk > --- > recipes-security/xmlsec1/xmlsec1_1.2.26.bb | 5 + > 1 file changed, 5 insertions(+) > > diff --git

Re: [yocto] [meta-security][PATCHv2] Upgrade scapy to 2.4.2

2019-02-11 Thread akuster
series merged On 1/19/19 3:16 AM, Scott Ellis wrote: > Upstream MANIFEST.in removed doc and test directories > so remove ptest. > > Signed-off-by: Scott Ellis > --- > recipes-security/scapy/files/run-ptest| 4 > recipes-security/scapy/python-scapy.inc | 11 +++ >

Re: [yocto] [meta-security][PATCH] checksec: Remove old script

2019-02-11 Thread akuster
merged On 1/24/19 11:56 PM, Scott Ellis wrote: > Should have been removed in previous patch. > > Signed-off-by: Scott Ellis > --- > recipes-security/checksec/files/checksec.sh | 882 > > 1 file changed, 882 deletions(-) > delete mode 100644

Re: [yocto] Update kernel by package-management

2019-02-11 Thread Mike Looijmans
On 08-02-19 17:02, Mauro Ziliani wrote: > Hi all. > > I know this is a VERY dangerous operation, but I'm curious. Depends on your definition of "dangerous". > Is it possible to upgrade the kernel & dtb from debian package in Yocto? Sure, doing it all the time (from ipk, but that shouldn't

Re: [yocto] How to use same user in two recipes?

2019-02-11 Thread Ulf Samuelsson
Den 2017-10-10 kl. 23:30, skrev Fabien Lahoudere: Hi I want to use the same user in two different recipe. I create the user in recipe A.bb and it works fine. Now I want to use the same user in B.bb so I add DEPENDS = "A" thinking that sysroot will be populated with A.bb users. But when I

[yocto] Yocto Project Unassigned Bugs - Help Needed

2019-02-11 Thread sjolley.yp.pm
All, The triage team meets weekly and does its best to handle the bugs reported into the Bugzilla. The number of people attending that meeting has fallen, as have the number of people available to help fix bugs. One of the things we hear users report is they don't know how to help. We (the

[yocto] [meta-security][PATCH] libwhisker2-perl: fix QA message

2019-02-11 Thread Armin Kuster
WARNING: libwhisker2-perl-2.5-r0 do_package: QA Issue: libwhisker2-perl: Files/directories were installed but not shipped in any package: /usr/share /usr/share/perl /usr/share/perl/5.28.1 /usr/share/perl/5.28.1/LW2.3pm Signed-off-by: Armin Kuster ---

Re: [yocto] Fixing devtool issue with kernel bbhappen do_patch recipe

2019-02-11 Thread Yann CARDAILLAC
Hi, If you need more details about how to reproduce just ask, or if that's not the correct mailing list, I'll be happy to post my message wherever it belongs. Regards, Yann On Mon, Jan 28, 2019 at 1:26 PM Yann CARDAILLAC wrote: > Hi all, > > We found a possible bug with boucman_work as