[OE-core] [PATCH] initramfs-framework: support kernel cmdline with double quotes

2020-09-13 Thread Christophe GUIBOUT
It avoids init to crash when kernel cmdline contains a string with spaces inside, like that: dyndbg="file drivers/usb/core/hub.c +pltf" Signed-off-by: Christophe Guibout --- .../initrdscripts/initramfs-framework/init | 13 + 1 file changed, 13 insertions(+) diff --git a/met

Re: [OE-core] [PATCH] qemu: always define unknown_lock_type

2020-09-13 Thread Yu, Mingli
On 9/14/20 2:02 PM, Khem Raj wrote: On 9/13/20 10:44 PM, Yu, Mingli wrote: On 9/14/20 1:26 PM, Khem Raj wrote: On 9/13/20 6:50 PM, Yu, Mingli wrote: On 9/10/20 6:41 PM, Ross Burton wrote: On Thu, 10 Sep 2020 at 04:03, Yu, Mingli wrote: +Upstream-Status: Submitted [qemu-devel maili

Re: [OE-core] [PATCH] qemu: always define unknown_lock_type

2020-09-13 Thread Khem Raj
On 9/13/20 10:44 PM, Yu, Mingli wrote: > > > On 9/14/20 1:26 PM, Khem Raj wrote: >> >> >> On 9/13/20 6:50 PM, Yu, Mingli wrote: >>> >>> >>> On 9/10/20 6:41 PM, Ross Burton wrote: On Thu, 10 Sep 2020 at 04:03, Yu, Mingli wrote: > +Upstream-Status: Submitted [qemu-devel mailing lis

Re: [OE-core] [PATCH] qemu: always define unknown_lock_type

2020-09-13 Thread Yu, Mingli
On 9/14/20 1:26 PM, Khem Raj wrote: On 9/13/20 6:50 PM, Yu, Mingli wrote: On 9/10/20 6:41 PM, Ross Burton wrote: On Thu, 10 Sep 2020 at 04:03, Yu, Mingli wrote: +Upstream-Status: Submitted [qemu-devel mailing list] https://lists.nongnu.org/archive/cgi-bin/namazu.cgi?query=unknown_lock

Re: [OE-core] [PATCH] qemu: always define unknown_lock_type

2020-09-13 Thread Khem Raj
On 9/13/20 6:50 PM, Yu, Mingli wrote: > > > On 9/10/20 6:41 PM, Ross Burton wrote: >> On Thu, 10 Sep 2020 at 04:03, Yu, Mingli wrote: >>> +Upstream-Status: Submitted [qemu-devel mailing list] >> >> https://lists.nongnu.org/archive/cgi-bin/namazu.cgi?query=unknown_lock_type&submit=Search%21&idx

[OE-core][zeus][PATCH V2] procps: fix the top command crash issue

2020-09-13 Thread Zhixiong Chi
Avoid a potential SEGV during program termination. Backported the patch form: https://gitlab.com/procps-ng/procps.git commit d37f85c269fbb6e905802ffdbce0ba4173ba21a9 commit ed34b1228ed08fbfdbf6f1a61ca7ca62448ccd86 Signed-off-by: Zhixiong Chi --- ...ntial-SEGV-during-program-terminatio.patch | 61

[OE-core] [PATCH] go: Update to 1.15.2 minor release

2020-09-13 Thread Khem Raj
This is bug fix release on 1.15 stable version Signed-off-by: Khem Raj --- meta/recipes-devtools/go/go-1.15.inc | 4 ++-- ...{go-binary-native_1.15.1.bb => go-binary-native_1.15.2.bb} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtool

[OE-core] [PATCH v2] qemu: always define unknown_lock_type

2020-09-13 Thread Yu, Mingli
From: Mingli Yu When use gcc 10.1.0 and debug build is enabled, there comes below build failure: | /usr/lib/gcc/x86_64-wrs-linux/10.1.0/../../../../x86_64-wrs-linux/bin/ld.bfd: /mnt/build/tmp/work/x86_64-linux/qemu-system-native/5.1.0-r0/qemu-5.1.0/fsdev/qemu-fsdev-throttle.c:25: undefined re

[OE-core] [PATCH] oeqa/runtime: add test for matchbox-terminal

2020-09-13 Thread jay . shen . teoh
From: TeohJayShen This test is checking that the terminal application is able to run. The click_terminal_icon_on_X_desktop manual test case from oeqa/manual/bsp-hw can be replace by this runtime test. Signed-off-by: TeohJayShen --- meta/lib/oeqa/runtime/cases/terminal.py | 18 +++

[OE-core] [PATCH v2] cve-check: use ALLOWLIST

2020-09-13 Thread Lee Chee Yang
From: Lee Chee Yang use allowlist instead of whitelist. Replace CVE_CHECK_PN_WHITELIST with CVE_CHECK_PN_ALLOWLIST. Replace CVE_CHECK_WHITELIST with CVE_CHECK_ALLOWLIST. Signed-off-by: Lee Chee Yang --- meta/classes/cve-check.bbclass| 47 ++- .../openssl/openssl

[OE-core] [PATCH v2] tcmode-default: Drop gcc-cross-initial, gcc-crosssdk-initial references

2020-09-13 Thread Douglas via lists.openembedded.org
Further to 5b2fd1c724 Also a few remaining references in comments and in distro_alias.inc Signed-off-by: Douglas Royds --- meta/conf/distro/include/distro_alias.inc | 4 meta/conf/distro/include/tcmode-default.inc | 2 -- meta/conf/layer.conf| 2 +- 3 files change

Re: [OE-core][zeus][PATCH] procps: fix the top command crash issue

2020-09-13 Thread Zhixiong Chi
Hi, Please ignore this rr, I will resend the V2. Thanks. On 2020/9/11 下午2:58, Zhixiong Chi wrote: > Avoid a potential SEGV during program termination. > Backported the patch form: > https://gitlab.com/procps-ng/procps/-/commit/d37f85c269fbb6e905802ffdbce0ba4173ba21a9 > > Signed-off-by: Zhixiong

Re: [OE-core] [PATCH] qemu: always define unknown_lock_type

2020-09-13 Thread Yu, Mingli
On 9/10/20 6:41 PM, Ross Burton wrote: On Thu, 10 Sep 2020 at 04:03, Yu, Mingli wrote: +Upstream-Status: Submitted [qemu-devel mailing list] https://lists.nongnu.org/archive/cgi-bin/namazu.cgi?query=unknown_lock_type&submit=Search%21&idxname=qemu-devel&max=20&result=normal&sort=score doesn'

[OE-core] [PATCH v2 3/4] oeqa/weston: Fix tests to run with systemd

2020-09-13 Thread Khem Raj
Currently, weston tests fail when using systemd, fix it by providing transient unit file and inject it via systemd-run, which generates a service file automatically and launches another weston instance to test if it can launch a nested instance. Use systemctl stop to end the service and cleanup, in

[OE-core] [PATCH v2 1/4] weston-init: Do not use fbdev backend

2020-09-13 Thread Khem Raj
This works ok with latest weston/kernel to use drm backend Signed-off-by: Khem Raj --- v2: No change meta/recipes-graphics/wayland/weston-init/qemuall/weston.ini | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 meta/recipes-graphics/wayland/weston-init/qemuall/weston.ini diff --git a

[OE-core] [PATCH v2 4/4] core-image-weston: Bump qemu memory to 512M

2020-09-13 Thread Khem Raj
It needs openGL and launching two weston instances during weston ptest needs > 256M ram to work Signed-off-by: Khem Raj --- v2: No change meta/recipes-graphics/images/core-image-weston.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/

[OE-core] [PATCH v2 2/4] weston-init: Select drm/fbdev backends for qemu machines

2020-09-13 Thread Khem Raj
qemux86/x86_64/aarch64 supports drm backend well, therefore enable it on these qemu machines, other qemu machines should be defaulting to fbdev, if its not qemu then leave it empty Signed-off-by: Khem Raj --- v2: No change meta/recipes-graphics/wayland/weston-init.bb | 9 +

Re: [OE-core] [PATCH 2/2] core-image-weston: Bump qemu memory to 512M

2020-09-13 Thread Richard Purdie
Hi Khem, On Sat, 2020-09-12 at 21:49 -0700, Khem Raj wrote: > It needs openGL and launching two weston instances during weston > ptest > needs > 256M ram to work > > Signed-off-by: Khem Raj > --- > meta/recipes-graphics/images/core-image-weston.bb | 2 ++ > 1 file changed, 2 insertions(+) > >

Re: [OE-core] [PATCH] libubootenv: upgrade 0.3 -> 0.3.1

2020-09-13 Thread Stefano Babic
On 12.09.20 15:37, Pierre-Jean Texier via lists.openembedded.org wrote: This is a bugfix release which includes the following changes: 824551a Prepare 0.3.1 ca6aaa1 Fix file reading/writing when the environment is in EEPROM a031dea Fix regression in UBI volume support c91c150 Define SOVERSION

[OE-core] OE-core CVE metrics for dunfell on Sun 13 Sep 2020 12:15:01 AM HST

2020-09-13 Thread Steve Sakoman
Branch: dunfell New this week: CVE-2020-12829: qemu https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-12829 * CVE-2020-15704: ppp https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-15704 * CVE-2020-24977: libxml2 https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-24977 *

[OE-core] OE-core CVE metrics for master on Sun 13 Sep 2020 12:00:01 AM HST

2020-09-13 Thread Steve Sakoman
Branch: master New this week: CVE-2020-24553: go-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-24553 * Removed this week: CVE-2011-3970: libxslt-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2011-3970 * CVE-2013-2617: curl-native https://web.nvd.nist.gov/view/v

Re: [OE-core] [PATCH] core-image-sato: qemumips use 512 mem

2020-09-13 Thread Richard Purdie
On Sat, 2020-09-12 at 20:59 -0700, akuster wrote: > From: Armin Kuster > > Fixes: > > WARNING: core-image-sato-sdk-1.0-r0 do_testimage: Couldn't login into > serial console as root using blank password > WARNING: core-image-sato-sdk-1.0-r0 do_testimage: The output: > root > <<< run_serial(): com

[OE-core] [PATCH] populate_sdk_ext: Do not assume local.conf will always exist

2020-09-13 Thread Khem Raj
Some distros may not have local.conf, and use auto.conf or site.conf alone to describe distro config metadata, therefore make code robust to not fail eSDK builds for such setups Signed-off-by: Khem Raj --- meta/classes/populate_sdk_ext.bbclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deleti