Re: [OE-core] [v2][PATCH] cve-check: print warning if file is missing

2020-07-27 Thread Richard Purdie
On Mon, 2020-07-27 at 09:05 -0700, akuster808 wrote: > > On 7/27/20 7:47 AM, Richard Purdie wrote: > > On Mon, 2020-07-27 at 06:57 -0700, akuster808 wrote: > > > On 7/27/20 2:39 AM, Richard Purdie wrote: > > > > On Sun, 2020-07-26 at 19:52 -0700, akuster wrote: > > > > > If the "tmp/cve_check"

Re: [OE-core] [v2][PATCH] cve-check: print warning if file is missing

2020-07-27 Thread akuster
On 7/27/20 7:47 AM, Richard Purdie wrote: > On Mon, 2020-07-27 at 06:57 -0700, akuster808 wrote: >> On 7/27/20 2:39 AM, Richard Purdie wrote: >>> On Sun, 2020-07-26 at 19:52 -0700, akuster wrote: If the "tmp/cve_check" file was not create as in the case for -c populate_sdk, just print

Re: [OE-core] [v2][PATCH] cve-check: print warning if file is missing

2020-07-27 Thread Richard Purdie
On Mon, 2020-07-27 at 06:57 -0700, akuster808 wrote: > > On 7/27/20 2:39 AM, Richard Purdie wrote: > > On Sun, 2020-07-26 at 19:52 -0700, akuster wrote: > > > If the "tmp/cve_check" file was not create as in the case for -c > > > populate_sdk, just print a > > > warning instead of dumping a trace

Re: [OE-core] [v2][PATCH] cve-check: print warning if file is missing

2020-07-27 Thread akuster
On 7/27/20 2:39 AM, Richard Purdie wrote: > On Sun, 2020-07-26 at 19:52 -0700, akuster wrote: >> If the "tmp/cve_check" file was not create as in the case for -c >> populate_sdk, just print a >> warning instead of dumping a trace back >> >> --- >> v2] lets include the missing part of the patch

Re: [OE-core] [v2][PATCH] cve-check: print warning if file is missing

2020-07-27 Thread Richard Purdie
On Sun, 2020-07-26 at 19:52 -0700, akuster wrote: > If the "tmp/cve_check" file was not create as in the case for -c > populate_sdk, just print a > warning instead of dumping a trace back > > --- > v2] lets include the missing part of the patch > > Signed-off-by: Armin Kuster > --- >

[OE-core] [v2][PATCH] cve-check: print warning if file is missing

2020-07-26 Thread akuster
If the "tmp/cve_check" file was not create as in the case for -c populate_sdk, just print a warning instead of dumping a trace back --- v2] lets include the missing part of the patch Signed-off-by: Armin Kuster --- meta/classes/cve-check.bbclass | 4 1 file changed, 4 insertions(+) diff