Re: [OE-core] [[PATCH] cve-check.bbclass: allow skiping non pbn

2021-02-15 Thread akuster
On 2/14/21 11:51 PM, mikko.rap...@bmw.de wrote: > Hi, > > On Sun, Feb 14, 2021 at 11:20:27PM +, akuster wrote: >> I don't see the point in logging native, nativesdk etc. >> The bottom line is the BPN has the issue. > While I agree to some part and do alot of: > > $ cd build/tmp/deploy/cve > $

Re: [OE-core] [[PATCH] cve-check.bbclass: allow skiping non pbn

2021-02-14 Thread Mikko Rapeli
Hi, On Sun, Feb 14, 2021 at 11:20:27PM +, akuster wrote: > I don't see the point in logging native, nativesdk etc. > The bottom line is the BPN has the issue. While I agree to some part and do alot of: $ cd build/tmp/deploy/cve $ less $( grep -l Unpatched * | \ egrep -v -- '-native|-nativesd

[OE-core] [[PATCH] cve-check.bbclass: allow skiping non pbn

2021-02-14 Thread akuster
I don't see the point in logging native, nativesdk etc. The bottom line is the BPN has the issue. Allow folks to filter out those other package name variations via CVE_CHECK_MANIFEST_FILTER Signed-off-by: Armin Kuster --- meta/classes/cve-check.bbclass | 9 + 1 file changed, 9 insertion