[OE-core] runqemu nographic and hvc0

2020-03-12 Thread Marko, Peter
Hi, I'm trying to boot my own qemu image on zeus branch with "runqemu nographic /path/to/extracted/rootfs" but I have problem that console is flooded with process '/sbin/getty 115200 hvc0' (pid 383) exited. Scheduling for restart. starting pid 385, tty '': '/sbin/getty 115200 hvc0' I'm using yoct

Re: [OE-core] [v5][PATCH] busybox: update to 1.28.4

2018-06-11 Thread Marko, Peter
On 06/11/2018 04:43 PM, akuster808 wrote: > On 06/11/2018 01:45 AM, Peter Kjellerstedt wrote: >> -Original Message- >> From: openembedded-core-boun...@lists.openembedded.org >> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf >> Of Armin Kuster >> Sent: den 11 juni 2018

[OE-core] [PATCH] sqlite3: upgrade 3.23.0 -> 3.23.1

2018-05-14 Thread Marko, Peter
Signed-off-by: Marko Peter --- meta/recipes-support/sqlite/{sqlite3_3.23.0.bb => sqlite3_3.23.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/sqlite/{sqlite3_3.23.0.bb => sqlite3_3.23.1.bb} (59%) diff --git a/meta/recipes-support/

Re: [OE-core] [PATCH 0/2] busybox updating

2017-10-04 Thread Marko, Peter
Can be that You're using old defconfig from different layer (e.g. meta-poky) via bbappend? Peter On 10/04/2017 06:13 PM, Burton, Ross wrote: > On 4 October 2017 at 12:56, Andrej Valek > wrote: > > I have unpacked the rpm package over command "rpm -qp --scrip

Re: [OE-core] [pyro][PATCH] staging: add missing import errno to staging_populate_sysroot_dir

2017-08-24 Thread Marko, Peter
> Fixes error "Exception: NameError: name 'errno' is not defined" > during build-sysroots.bb:do_build_target_sysroot > > Signed-off-by: Marko, Peter > Signed-off-by: Richard Purdie Sorry for this sign off, I was cherry picking instead of patching. I can se

[OE-core] [pyro][PATCH] staging: add missing import errno to staging_populate_sysroot_dir

2017-08-24 Thread Marko, Peter
Fixes error "Exception: NameError: name 'errno' is not defined" during build-sysroots.bb:do_build_target_sysroot Signed-off-by: Marko, Peter Signed-off-by: Richard Purdie --- meta/classes/staging.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/st

Re: [OE-core] [PATCH] staging: add missing import errno to staging_populate_sysroot_dir

2017-08-24 Thread Marko, Peter
Could this be queued also to pyro branch? It's commit ID b1e482ae20b9c714f4089d4da6470d041242e441 Thanks, Peter > Fixes error "Exception: NameError: name 'errno' is not defined" > during build-sysroots.bb:do_build_target_sysroot > > Signed-off-by

Re: [OE-core] ✗ patchtest: failure for staging: add missing import errno to staging_populate_sysroot_dir

2017-08-23 Thread Marko, Peter
>* Issue Series does not apply on top of target branch >[test_series_merge_on_head] > Suggested fixRebase your series on top of targeted branch > Targeted branch master (currently at b1e482ae20) Richie is faster than patchwork :-) Master head commit b1e482ae20 is actually patc

[OE-core] [PATCH] staging: add missing import errno to staging_populate_sysroot_dir

2017-08-23 Thread Marko, Peter
Fixes error "Exception: NameError: name 'errno' is not defined" during build-sysroots.bb:do_build_target_sysroot Signed-off-by: Marko, Peter --- meta/classes/staging.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/staging.bbclass b/meta/classes/s

Re: [OE-core] [PATCH v2 4/4] cve-check-tool: fix crash on exceptions

2017-06-07 Thread Marko, Peter
> the commit shortlog does not match what the patch is doing, unless the new > replaced function is the one avoiding exceptions.. The fixed issue is tracked under https://github.com/ikeydoherty/cve-check-tool/issues/60 It says "crash on bad pointer free". It fixes crash when freeing invalid poin

Re: [OE-core] [PATCH 1/5] cve-check: honor RM_OLD_IMAGE flag

2017-06-05 Thread Marko, Peter
> +if d.getVar('RM_OLD_IMAGE') == "1": > +os.remove(os.path.realpath(manifest_link)) I have been working with Krogoth and ported my changes to master. It seems this flag is no longer supported, thus this commit is wrong (or good only for backporting to Krogoth)