[OE-core] [PATCH 2/7] python3-pytest-benchmark: move from meta-python

2022-05-17 Thread Yu, Mingli
From: Mingli Yu A pytest fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer. Signed-off-by: Mingli Yu --- .../python/python3-pytest-benchmark_3.4.1.bb | 15 +++ 1 file changed, 15 insertions(+) create mode 100644

[OE-core] [PATCH v2 1/7] python3-cryptography: add python3-pytest-benchmark rdepends

2022-05-17 Thread Yu, Mingli
From: Mingli Yu The new version introduced below change, so add python3-pytest-benchmark to rdepends to fix the gap. 496703c8 Refs #7079 -- added basic scaffholding for benchmarks (#7087) Fixes: # ./run-ptest Free memory: 31.283 GB ERROR: usage: pytest [options] [file_or_dir]

[OE-core] [PATCH 5/7] python3-fields: move from meta-python

2022-05-17 Thread Yu, Mingli
From: Mingli Yu Container class boilerplate killer. Signed-off-by: Mingli Yu --- .../python/python3-fields_5.0.0.bb| 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-fields_5.0.0.bb diff --git

[OE-core] [PATCH 4/7] python3-py-cpuinfo: move from meta-python

2022-05-17 Thread Yu, Mingli
From: Mingli Yu Py-cpuinfo gets CPU info with pure Python. Py-cpuinfo should work without any extra programs or libraries, beyond what your OS provides. It does not require any compilation(C/C++, assembly, et cetera) to use. It works with Python 2 and 3. Signed-off-by: Mingli Yu ---

[OE-core] [PATCH v3] python3-cryptography: remove --benchmark-disable option

2022-05-17 Thread Yu, Mingli
From: Mingli Yu The new version introduced below change, so remove the option to avoid python3-pytest-benchmark rdepends to fix the gap. 496703c8 Refs #7079 -- added basic scaffholding for benchmarks (#7087) Fixes: # ./run-ptest Free memory: 31.283 GB ERROR: usage: pytest [options]

[OE-core] [PATCH] oescripts: change compare logic in OEListPackageconfigTests

2022-05-23 Thread Yu, Mingli
From: Mingli Yu When multilib enabled and add layers/meta-openembedded/meta-oe in conf/bblayers.conf, it reports below error when run oe-selftest. $ oe-selftest -r oescripts [snip] [20:36:33-0700] 2022-05-16 03:36:33,494 - oe-selftest - INFO - RESULTS -

[OE-core] [PATCH] perl: Fix build with gcc-12

2022-06-01 Thread Yu, Mingli
From: Mingli Yu Fix the build failure when debug build is enabled. Add DEBUG_BUILD = "1" in conf/local.conf. $ bitbake perl | In function 'dynprep', inlined from 'S_sortsv_flags_impl' at pp_sort.c:358:20, inlined from 'sortsv_amagic_i_ncmp' at pp_sort.c:572:5: | pp_sort.c:1232:1:

[OE-core] [PATCH] python3-cryptography: add python3-pytest-benchmark rdepends

2022-05-13 Thread Yu, Mingli
From: Mingli Yu The new version introduced below change, so add python3-pytest-benchmark to rdepends to fix the gap. 496703c8 Refs #7079 -- added basic scaffholding for benchmarks (#7087) Fixes: # ./run-ptest Free memory: 31.283 GB ERROR: usage: pytest [options] [file_or_dir]

[OE-core] [kirkstone][PATCH] curl: Upgrade to 7.84.0

2022-07-05 Thread Yu, Mingli
From: Mingli Yu Upgrade to 7.84.0 to fix CVEs [1]. Backport a patch fixing a compile issue where sched.h was not included on certain platforms. [1] https://curl.se/changes.html#7_84_0 Signed-off-by: Mingli Yu --- ...ude-sched.h-if-available-to-fix-buil.patch | 33 ++

[OE-core] [kirkstone][PATCH] vim: 8.2.5083 -> 9.0.0005

2022-07-05 Thread Yu, Mingli
From: Richard Purdie The license checksum changed due to a major version change in the referenced file. Signed-off-by: Richard Purdie (cherry picked from commit 89f34d8aa4f4572d048dbb732ca4c83d443157fb) Signed-off-by: Mingli Yu --- .../vim/{vim-tiny_8.2.bb => vim-tiny_9.0.bb}

[OE-core] [PATCH] vim: not adjust script pathnames for native scripts either

2022-07-08 Thread Yu, Mingli
From: Mingli Yu After the below commit introduced, the shebang size of native scripts is also checked, so rework the patch to fix the gap. 377fe11bc0 insane.bbclass: Make do_qa_staging check shebangs Fixes: ERROR: QA Issue: :

[OE-core] [PATCH] strace: set COMPATIBLE_HOST for riscv32

2022-07-05 Thread Yu, Mingli
From: Mingli Yu Disable the build on riscv32 as it's not supported on riscv32 [1]. [1] https://github.com/strace/strace/commit/69ff62ea5087506ad36a27599db088096db215da Signed-off-by: Mingli Yu --- meta/recipes-devtools/strace/strace_5.18.bb | 3 +++ 1 file changed, 3 insertions(+) diff

[OE-core] [PATCH] curl: Link with libatomic on rv64

2022-07-12 Thread Yu, Mingli
From: Mingli Yu Fixes: undefined reference to `__atomic_exchange_1' Signed-off-by: Mingli Yu --- meta/recipes-support/curl/curl_7.84.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/curl/curl_7.84.0.bb b/meta/recipes-support/curl/curl_7.84.0.bb index

[OE-core] [PATCH v3] python3-cryptography: remove --benchmark-disable option

2022-06-08 Thread Yu, Mingli
From: Mingli Yu The new version introduced below change, so remove the option to avoid python3-pytest-benchmark rdepends to fix the gap. 496703c8 Refs #7079 -- added basic scaffholding for benchmarks (#7087) Fixes: # ./run-ptest Free memory: 31.283 GB ERROR: usage: pytest [options]

[OE-core] [PATCH] ccache: Fix build with gcc-12

2022-06-06 Thread Yu, Mingli
From: Mingli Yu Fix the build failure when debug build is enabled. Add DEBUG_BUILD = "1" in conf/local.conf. $ bitbake ccache | /buildarea/tmp/work/core2-64-poky-linux/ccache/4.6.1-r0/ccache-4.6.1/src/third_party/xxhash.h:3932:1: error: inlining failed in call to 'always_inline'

[OE-core] [PATCH v4] python3-cryptography: remove test_x509.py

2022-06-13 Thread Yu, Mingli
From: Mingli Yu We already have removed --benchmark-disable option to avoid adding python3-pytest-benchmark rdepends. Also remove the case test_x509.py which needs benchmark feature to avoid below failure: file /usr/lib64/python3-cryptography/ptest/tests/bench/test_x509.py, line 9 def

Re: [OE-core] [PATCH] strace: set COMPATIBLE_HOST for riscv32

2022-07-20 Thread Yu, Mingli
Hi Khem, On 7/5/22 21:39, Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] On 7/5/22 3:03 AM, Yu, Mingli wrote: From: Mingli Yu Disable the build on riscv32 as it's not supported on riscv32 [1]. [1] https://github.com/strace/strace/commit

Re: [OE-core] [PATCH] strace: set COMPATIBLE_HOST for riscv32

2022-07-24 Thread Yu, Mingli
Hi Khem, On 7/20/22 20:14, Khem Raj wrote: **[Please note: This e-mail is from an EXTERNAL e-mail address] On Wed, Jul 20, 2022 at 5:35 AM Yu, Mingli <mailto:mingli...@windriver.com>> wrote: Hi Khem, On 7/5/22 21:39, Khem Raj wrote: > [Please note: This e-

Re: [OE-core][kirkstone 01/35] curl: Fix multiple CVEs

2022-07-24 Thread Yu, Mingli
Ping. Thanks, On 7/18/22 22:48, Steve Sakoman wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] From: Robert Joslyn Backport fixes for: * CVE-2022-32205 - https://curl.se/docs/CVE-2022-32205.html * CVE-2022-32206 - https://curl.se/docs/CVE-2022-32206.html *

[OE-core] [kirkstone][PATCH] vim: Upgrade 9.0.0021 -> 9.0.0063

2022-07-25 Thread Yu, Mingli
From: Richard Purdie Pulls in several CVE fixes. Added a patch to avoid timer_create cross compile issue (and submitted upstream). Also submit the race fix upstream. We disable timer_create in the native case since some systems have it and some don't so this makes us consistent. Signed-off-by:

Re: [OE-core] [PATCH] webkitgtk: Update to 2.6.37

2022-09-07 Thread Yu, Mingli
Fail to build on beaglebone-yocto. /build/tmp-glibc/work/cortexa8hf-neon-wrs-linux-gnueabi/webkitgtk/2.36.7-r0/webkitgtk-2.36.7/Source/W ebCore/platform/graphics/filters/FELighting.h:72:41: error: 'LightingData' does not name a type 72 | inline void platformApplyNeon(const

Re: [OE-core] [PATCH v2] grub: Allow build on armv7ve/a with softfp

2022-10-17 Thread Yu, Mingli
It fails on qemuarm during do_configure. | checking for compile options to get strict alignment... -mno-unaligned-access | checking if compiler generates unaligned accesses... no | checking if C symbols get an underscore after compilation... no | checking whether target compiler is working...

[OE-core] [PATCH] grub: disable build on armv7ve/a with hardfp

2022-10-18 Thread Yu, Mingli
From: Mingli Yu The commit(75dbdea940 grub: Allow build on armv7ve/a with softfp) enable build on armv7ve/a with softfp, but it acutally enable build on armv7ve/a with hardfp altogether and result in below build failure: | checking for compile options to get strict alignment...

Re: [OE-core] [PATCH v3] webkitgtk: Fix build on 32bit arm

2022-09-13 Thread Yu, Mingli
Still failed on beaglebone-yocto: /build/tmp-glibc/work/cortexa8hf-neon-wrs-linux-gnueabi/webkitgtk/2.36.7-r0/webkitgtk-2.36.7/Source/W ebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp:38:8: error: standard attributes in middle of decl-specifiers 38 | static alignas(16) short

[OE-core] [kirkstone][PATCH] busybox: add devmem 128-bit support

2022-09-13 Thread Yu, Mingli
From: Mingli Yu Add devmem 128-bit support [1]. [1] https://git.busybox.net/busybox/commit/?id=d432049f288c9acdc4a7caa729c68ceba3c5dca1 Signed-off-by: Mingli Yu --- .../0001-devmem-add-128-bit-width.patch | 128 ++ meta/recipes-core/busybox/busybox_1.35.0.bb | 1 +

[OE-core] [kirkstone][PATCH v2] busybox: add devmem 128-bit support

2022-09-14 Thread Yu, Mingli
From: Mingli Yu Add devmem 128-bit support [1]. [1] https://git.busybox.net/busybox/commit/?id=d432049f288c9acdc4a7caa729c68ceba3c5dca1 Signed-off-by: Mingli Yu --- .../0001-devmem-add-128-bit-width.patch | 128 ++ meta/recipes-core/busybox/busybox/defconfig | 2 +-

Re: [OE-core] [PATCH v3] webkitgtk: Fix build on 32bit arm

2022-09-13 Thread Yu, Mingli
On 9/14/22 11:02, Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] On Tue, Sep 13, 2022 at 7:25 PM Yu, Mingli wrote: Still failed on beaglebone-yocto: /build/tmp-glibc/work/cortexa8hf-neon-wrs-linux-gnueabi/webkitgtk/2.36.7-r0/webkitgtk-2.36.7/Source/W ebCore

Re: [OE-core] [PATCH v2] webkitgtk: Fix build on 32bit arm

2022-09-08 Thread Yu, Mingli
Hi Khem, Thanks for your update! But after apply your patch, there comes below issue: /build/tmp-glibc/work/cortexa8hf-neon-wrs-linux-gnueabi/webkitgtk/2.36.7-r0/webkitgtk-2.36.7/Source/W ebCore/platform/graphics/cpu/arm/filters/FELightingNEON.h:101:22: error: 'JSC::Uint8ClampedArray' {aka

Re: [OE-core] [PATCH] webkitgtk: Update to 2.6.37

2022-09-07 Thread Yu, Mingli
Hi Khem, On 9/8/22 10:19, Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] On Wed, Sep 7, 2022 at 6:43 PM Yu, Mingli wrote: Fail to build on beaglebone-yocto. /build/tmp-glibc/work/cortexa8hf-neon-wrs-linux-gnueabi/webkitgtk/2.36.7-r0/webkitgtk-2.36.7/Source/W

[OE-core] [PATCH] busybox: add devmem 128-bit support

2022-09-18 Thread Yu, Mingli
From: Mingli Yu Add devmem 128-bit support [1]. [1] https://git.busybox.net/busybox/commit/?id=d432049f288c9acdc4a7caa729c68ceba3c5dca1 Signed-off-by: Mingli Yu --- .../0001-devmem-add-128-bit-width.patch | 128 ++ meta/recipes-core/busybox/busybox_1.35.0.bb | 1 +

[OE-core] [PATCH] gcr: add opengl to REQUIRED_DISTRO_FEATURES

2022-12-23 Thread Yu, Mingli
From: Mingli Yu Fixes: $ bitbake gcr ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/oe-core/meta/recipes-gnome/gcr/gcr_4.0.0.bb DEPENDS on or otherwise requires it) gtk4 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'gcr'

Re: [OE-core] [PATCH] gcr: add opengl to REQUIRED_DISTRO_FEATURES

2023-01-06 Thread Yu, Mingli
/openembedded-core/tree/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb Thanks, From: Alexander Kanavin Sent: Thursday, January 5, 2023 14:55 To: Yu, Mingli Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] gcr: add opengl

[OE-core] [PATCH] libportal: add opengl to REQUIRED_DISTRO_FEATURES

2023-01-06 Thread Yu, Mingli
From: Mingli Yu libportal depends on gtk4 which needs opengl DISTRO_FEATURES, so add opengl DISTRO_FEATURES requirement for libportal too. Signed-off-by: Mingli Yu --- meta/recipes-gnome/libportal/libportal_0.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [OE-core] [PATCH] gcr: add opengl to REQUIRED_DISTRO_FEATURES

2023-01-04 Thread Yu, Mingli
Hi Alex, Yes, The setting REQUIRED_DISTRO_FEATURES = "opengl" is in gtk4 recipe. Apart from that, gtk4 depends on libepoxy which also needs opengl distro. Thanks, From: Alexander Kanavin Sent: Friday, December 23, 2022 17:43 To: Yu, Mingli Cc: op

Re: [OE-core] [PATCH] libportal: add opengl to REQUIRED_DISTRO_FEATURES

2023-01-09 Thread Yu, Mingli
providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'libportal', 'gtk4'] [1] https://git.openembedded.org/openembedded-core/tree/meta/recipes-gnome/gtk+/gtk4_4.8.2.bb#n55 Thanks, Alex On Fri 6. Jan 2023 at 11.08, Yu, Mingli <mailto:mingli...@eng.windriver.com>>

[OE-core] [kirkstone][PATCH] yocto-check-layer: Allow OE-Core to be tested

2022-12-11 Thread Yu, Mingli
From: Richard Purdie For unknown reasons we've never seemingly run the check layer script against OE-Core itself. This isn't entirely straightforward as the core layer is a bit of a special case, we can't for example compare signatures against ourselve and we can't remove core from

Re: [OE-core] [PATCH 1/2] xorg-driver-common: add opengl to REQUIRED_DISTRO_FEATURES

2022-12-12 Thread Yu, Mingli
ssing or unbuildable dependency chain was: ['meta-world-pkgdata', 'xf86-input-mouse', 'virtual/xserver', 'virtual/libgbm'] Thanks, From: Alexander Kanavin Sent: Friday, December 9, 2022 17:05 To: Yu, Mingli Cc: openembedded-core@lists.openembedded.org Subject: Re

[OE-core] [PATCH] yocto-check-layer: add skip layer support

2022-12-12 Thread Yu, Mingli
From: Mingli Yu We can define the layers need to check in a file and skip the yocto compliance check if the layer is't defined in the file. Signed-off-by: Mingli Yu --- scripts/yocto-check-layer | 30 ++ 1 file changed, 30 insertions(+) diff --git

[OE-core] [PATCH 2/2] packagegroup-core-x11-xserver: add opengl to REQUIRED_DISTRO_FEATURES

2022-12-05 Thread Yu, Mingli
From: Mingli Yu Fixes: ERROR: Nothing RPROVIDES 'xf86-video-vesa' (but /build/layers/oe-core/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb RDEPENDS on or otherwise requires it) xf86-video-vesa was skipped: missing required distro feature 'opengl' (not in

[OE-core] [PATCH 1/2] xorg-driver-common: add opengl to REQUIRED_DISTRO_FEATURES

2022-12-05 Thread Yu, Mingli
From: Mingli Yu xf86-input-synaptics depends on virtual/xserver which needs opengl DISTRO_FEATURES, so add opengl distro check also for xf86-input-synaptics. Signed-off-by: Mingli Yu --- meta/recipes-graphics/xorg-driver/xorg-driver-common.inc | 2 +- 1 file changed, 1 insertion(+), 1

Re: [OE-core] [PATCH 1/2] xorg-driver-common: add opengl to REQUIRED_DISTRO_FEATURES

2022-12-08 Thread Yu, Mingli
: Monday, December 5, 2022 18:04 To: Yu, Mingli Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH 1/2] xorg-driver-common: add opengl to REQUIRED_DISTRO_FEATURES CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you

[OE-core] [PATCH 2/2] python3: make tkinter avaiable when enabled

2022-11-22 Thread Yu, Mingli
From: Mingli Yu After Python upgrade to 3.11, it requires pkg-config to detect tcl and tk when configure tkinter, so add tcl depends to fix below error. | The necessary bits to build these optional modules were not found: | _tkinter Signed-off-by: Mingli Yu ---

[OE-core] [PATCH 1/2] tcl: correct the header location in tcl.pc

2022-11-22 Thread Yu, Mingli
From: Mingli Yu The patch alter-includedir.patch previouly install the header to /usr/include/tcl8.6, but it doesn't reflect in tcl.pc and the header location still /usr/include in tcl.pc and result in the below configure failure for other packages such as python3 which depends on tcl and uses

[OE-core] [PATCH 1/5] sudo: add selinux and audit PACKAGECONFIG

2022-11-24 Thread Yu, Mingli
From: Mingli Yu Add selinux and audit PACKAGECONFIG logic in selinux layer[1] to conform to yocto compliance. [1] https://git.yoctoproject.org/meta-selinux/commit/?id=31325005e4409e08b7f68eed44a9c4086453e4dd Signed-off-by: Mingli Yu --- meta/recipes-extended/sudo/sudo.inc | 2 ++ 1 file

[OE-core] [PATCH 3/5] util-linux: add selinux PACKAGECONFIG

2022-11-24 Thread Yu, Mingli
From: Mingli Yu Add selinux PACKAGECONFIG logic in selinux layer[1] to conform to yocto compliance. [1] https://git.yoctoproject.org/meta-selinux/commit/?id=31325005e4409e08b7f68eed44a9c4086453e4dd Signed-off-by: Mingli Yu --- meta/recipes-core/util-linux/util-linux_2.38.1.bb | 1 + 1 file

[OE-core] [PATCH 4/5] cronie: add selinux PACKAGECONFIG

2022-11-24 Thread Yu, Mingli
From: Mingli Yu Add selinux PACKAGECONFIG logic in selinux layer[1] to conform to yocto compliance. [1] https://git.yoctoproject.org/meta-selinux/commit/?id=31325005e4409e08b7f68eed44a9c4086453e4dd Signed-off-by: Mingli Yu --- meta/recipes-extended/cronie/cronie_1.6.1.bb | 1 + 1 file

[OE-core] [PATCH 5/5] psmisc: add selinux PACKAGECONFIG

2022-11-24 Thread Yu, Mingli
From: Mingli Yu Add selinux PACKAGECONFIG logic in selinux layer[1] to conform to yocto compliance. [1] https://git.yoctoproject.org/meta-selinux/commit/?id=31325005e4409e08b7f68eed44a9c4086453e4dd Signed-off-by: Mingli Yu --- meta/recipes-extended/psmisc/psmisc.inc | 1 + 1 file changed, 1

[OE-core] [PATCH 2/5] iproute2: add selinux PACKAGECONFIG

2022-11-24 Thread Yu, Mingli
From: Mingli Yu Add selinux PACKAGECONFIG logic in selinux layer[1] to conform to yocto compliance. [1] https://git.yoctoproject.org/meta-selinux/commit/?id=31325005e4409e08b7f68eed44a9c4086453e4dd Signed-off-by: Mingli Yu --- meta/recipes-connectivity/iproute2/iproute2_6.0.0.bb | 1 + 1

[OE-core] [PATCH] yocto-check-layer: add option to skip sublayer

2022-11-28 Thread Yu, Mingli
From: Mingli Yu When do yocto compliance for a layer which contains many sublayers, we may just want to check the top-level layer, so add one option to achieve this. Before the patch: $ yocto-check-layer-wrapper ../layers/meta-cloud-services --dependency ../layers/meta-openembedded

[OE-core] [RFC] How to run yocto compliance against openembedded-core layer

2022-11-30 Thread Yu, Mingli
Hi, There comes below error when run yocto compliance against openembedded-core layer. Any hints? 1, mkdir -p /yocto 2, cd /yocto && git clone git://git.yoctoproject.org/poky 3, cd /yocto/poky && . oe-init-build-env build 4, yocto-check-layer-wrapper ../meta [snip] INFO: Detected layers: ERROR:

Re: [OE-core] [PATCH] libportal: add opengl to REQUIRED_DISTRO_FEATURES

2023-01-30 Thread Yu, Mingli
Ping. Thanks, On 1/9/23 17:10, Alexander Kanavin wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Mon, 9 Jan 2023 at 10:02, Yu, Mingli wrote: Sorry for noise

[OE-core] [PATCH] glslang: branch rename master -> main

2023-01-31 Thread Yu, Mingli
From: Mingli Yu Branch name is changed from master to main. Signed-off-by: Mingli Yu --- meta/recipes-graphics/glslang/glslang_1.3.236.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/glslang/glslang_1.3.236.0.bb

[OE-core] [kirkstone][PATCH] glibc: explicit use the internal __time64_t type

2023-01-18 Thread Yu, Mingli
From: Mingli Yu Backport a patch [1] to explicit use the internal __time64_t type to fix the issue that nscd wrongly cut /etc/hosts to be /hosts on 32bits system. Before the patch: root@qemux86:~# systemctl status nscd * nscd.service - Name Service Cache Daemon Loaded: loaded

[OE-core] [PATCH] mdadm: fix tests/00raid0

2023-03-17 Thread Yu, Mingli
From: Mingli Yu Backport patch [1] to fix tests/00raid0. [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=7539254342bc591717b0051734cc6c09c1b88640 Signed-off-by: Mingli Yu --- ...d-a-test-that-validates-raid0-with-l.patch | 41 +++

[OE-core] [PATCH v2 3/3] mdadm: Fix raid0 tests

2023-03-16 Thread Yu, Mingli
From: Mingli Yu Backport patches to fix raid0 tests: tests/00raid0 tests/00readonly tests/03r0assem tests/04r0update tests/04update-metadata Signed-off-by: Mingli Yu --- ...d-a-test-that-validates-raid0-with-l.patch | 41 +++ ...-Run-udevadm-settle-before-setting-r.patch | 39

[OE-core] [kirkstone][PATCH v3] curl: Add fix for CVE-2023-23914, CVE-2023-23915

2023-03-21 Thread Yu, Mingli
From: Pawan Badganchi Add below patches to fix CVE-2023-23914 [1], CVE-2023-23915 [2] CVE-2023-23914_5-1.patch CVE-2023-23914_5-2.patch CVE-2023-23914_5-3.patch CVE-2023-23914_5-4.patch CVE-2023-23914_5-5.patch [1] https://curl.se/docs/CVE-2023-23914.html [2]

[OE-core] [PATCH 3/3] mdadm: Fix raid0 tests

2023-03-16 Thread Yu, Mingli
From: Mingli Yu Backport patches to fix raid0 tests: tests/00raid0 tests/00readonly tests/03r0assem tests/04r0update tests/04update-metadata Signed-off-by: Mingli Yu --- ...-Run-udevadm-settle-before-setting-r.patch | 39 +++ ...metadata-avoid-passing-chunk-size-to.patch | 41

[OE-core] [PATCH 1/3] mdadm: Fix testcase 06wrmostly

2023-03-16 Thread Yu, Mingli
From: Mingli Yu Backport patch [1] to fix the failure of the 06wrmostly test. [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=41edf6f45895193f4a523cb0a08d639c9ff9ccc9 Signed-off-by: Mingli Yu --- ...-Fix-optional-write-behind-parameter.patch | 45 +++

[OE-core] [PATCH 2/3] mdadm: fix tests/02lineargrow

2023-03-16 Thread Yu, Mingli
From: Mingli Yu Backport patch [1] to fix tests/02lineargrow. [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=a2c832465fc75202e244327b2081231dfa974617 Signed-off-by: Mingli Yu --- ...ow-clear-the-superblock-at-every-ite.patch | 33 +++

[OE-core] [kirkstone][PATCH 1/3] mdadm: Fix testcase 06wrmostly

2023-03-16 Thread Yu, Mingli
From: Mingli Yu Backport patch [1] to fix the failure of the 06wrmostly test. [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=41edf6f45895193f4a523cb0a08d639c9ff9ccc9 Signed-off-by: Mingli Yu --- ...-Fix-optional-write-behind-parameter.patch | 45 +++

[OE-core] [kirkstone][PATCH 2/3] mdadm: fix tests/02lineargrow

2023-03-16 Thread Yu, Mingli
From: Mingli Yu Backport patch [1] to fix tests/02lineargrow. [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=a2c832465fc75202e244327b2081231dfa974617 Signed-off-by: Mingli Yu --- ...ow-clear-the-superblock-at-every-ite.patch | 33 +++

[OE-core] [kirkstone][PATCH 3/3] mdadm: Fix raid0 tests

2023-03-16 Thread Yu, Mingli
From: Mingli Yu Backport patches to fix raid0 tests: tests/00raid0 tests/00readonly tests/03r0assem tests/04r0update tests/04update-metadata Signed-off-by: Mingli Yu --- ...-Run-udevadm-settle-before-setting-r.patch | 39 +++ ...metadata-avoid-passing-chunk-size-to.patch | 41

[OE-core] [kirkstone][PATCH v2] mdadm: Fix raid0 tests

2023-03-16 Thread Yu, Mingli
From: Mingli Yu Backport patches to fix raid0 tests: tests/00raid0 tests/00readonly tests/03r0assem tests/04r0update tests/04update-metadata Signed-off-by: Mingli Yu --- ...d-a-test-that-validates-raid0-with-l.patch | 41 +++ ...-Run-udevadm-settle-before-setting-r.patch | 39

[OE-core] [kirkstone][PATCH v2] curl: Add fix for CVE-2023-23914, CVE-2023-23915

2023-03-14 Thread Yu, Mingli
From: Pawan Badganchi Add below patches to fix CVE-2023-23914 [1], CVE-2023-23915 [2] CVE-2023-23914_5-1.patch CVE-2023-23914_5-2.patch CVE-2023-23914_5-3.patch CVE-2023-23914_5-4.patch CVE-2023-23914_5-5.patch [1] https://curl.se/docs/CVE-2023-23914.html [2]

Re: [OE-core] [PATCH] libportal: add opengl to REQUIRED_DISTRO_FEATURES

2023-02-20 Thread Yu, Mingli
Ping. Thanks, On 1/9/23 17:10, Alexander Kanavin wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Mon, 9 Jan 2023 at 10:02, Yu, Mingli wrote: Sorry for noise

[OE-core] [PATCH] mc: set ac_cv_path_PERL_FOR_BUILD

2023-02-22 Thread Yu, Mingli
From: Mingli Yu After mc upgrade to 4.8.29, it introduces PERL_FOR_BUILD [1] and will result in the below build failure on some system when we build under a project with long path. | make[4]: Entering directory

[OE-core] [kirkstone][PATCH] curl: Fix CVE-2023-27536

2023-04-17 Thread Yu, Mingli
From: Mingli Yu Backport patch [1] to fix CVE-2023-27536. [1] https://github.com/curl/curl/commit/cb49e67303dba Signed-off-by: Mingli Yu --- .../curl/curl/CVE-2023-27536.patch| 57 +++ meta/recipes-support/curl/curl_7.82.0.bb | 1 + 2 files changed, 58

[OE-core] [PATCH v2] report-error: make it catch ParseError error

2023-04-18 Thread Yu, Mingli
From: Mingli Yu Make the report-error catch ParseError error as below and then we can check it directly via error report web. ParseError at /build/layers/oe-core/meta/recipes-support/curl/curl_7.88.1.bb:32: unparsed line: 'PACKAGECONFIG[ares] =

Re: [OE-core] [kirkstone][PATCH] curl: Fix CVE-2023-27536

2023-04-18 Thread Yu, Mingli
. Thanks! Steve On Sun, Apr 16, 2023 at 8:22 PM Yu, Mingli wrote: From: Mingli Yu Backport patch [1] to fix CVE-2023-27536. [1] https://github.com/curl/curl/commit/cb49e67303dba Signed-off-by: Mingli Yu --- .../curl/curl/CVE-2023-27536.patch| 57 +++ meta

[OE-core] [kirkstone][PATCH] ruby: Fix CVE-2023-28755

2023-04-24 Thread Yu, Mingli
From: Mingli Yu Backport patch [1] to fix CVE-2023-28755. [1] https://github.com/ruby/ruby/commit/8ce4ab146498879b65e22f1be951b25eebb79300 Signed-off-by: Mingli Yu --- .../ruby/ruby/CVE-2023-28755.patch| 68 +++ meta/recipes-devtools/ruby/ruby_3.1.3.bb | 1 +

[OE-core] [PATCH] report-error: catch Nothing PROVIDES error

2023-04-03 Thread Yu, Mingli
From: Mingli Yu Make the report-error catch Nothing PROVIDES error and then we can check it directly via error report web. Signed-off-by: Mingli Yu --- meta/classes/report-error.bbclass | 27 ++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH] report-error: make it catch ParseError error

2023-04-13 Thread Yu, Mingli
From: Mingli Yu Make the report-error catch ParseError error as below and then we can check it directly via error report web. ParseError at /build/layers/oe-core/meta/recipes-support/curl/curl_7.88.1.bb:32: unparsed line: 'PACKAGECONFIG[ares] =

[OE-core] [PATCH] qemu: Install the default qemu emulation rpm

2023-06-15 Thread Yu, Mingli
From: Mingli Yu The qemu rpm can be split or not via customize PACKAGESPLITFUNCS and there is no specific qemu emulation rpm installed when we choose split the qemu rpms now. To gurantee the basic usage, install the qemu emulation rpm which corresponding to the target arch by default when split

Re: [OE-core] [PATCH v3] qemu: Add qemu-common package

2023-07-11 Thread Yu, Mingli
On 7/11/23 04:47, Alexandre Belloni wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. Hello, On 10/07/2023 18:32:18+0800, Yu, Mingli wrote: From: Mingli Yu We split

[OE-core] [mickledore][PATCH] acpica: Update SRC_URI

2023-07-18 Thread Yu, Mingli
From: Mingli Yu Update the SRC_URI to fix the do_fetch warning. $ wget https://acpica.org/sites/acpica/files/acpica-unix-20220331.tar.gz --2023-07-19 02:45:33-- https://acpica.org/sites/acpica/files/acpica-unix-20220331.tar.gz Resolving acpica.org... 20.29.206.128 Connecting to

Re: [OE-core] [PATCH v3] qemu: Add qemu-common package

2023-07-19 Thread Yu, Mingli
Hi Alex, On 7/17/23 20:46, Alexandre Belloni wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On 17/07/2023 15:10:35+0800, Yu, Mingli wrote: Hi Alex, On 7/16/23 19:47

Re: [OE-core] [PATCH v3] qemu: Add qemu-common package

2023-07-19 Thread Yu, Mingli
lists.openembedded.org wrote: On 19/07/2023 17:10:37+0800, Yu, Mingli wrote: Hi Alex, On 7/17/23 20:46, Alexandre Belloni wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On 17/07

[OE-core] [PATCH v2] qemu: Add qemu-common package

2023-07-10 Thread Yu, Mingli
From: Mingli Yu We split the qemu package [1] to add support to make user can install one qemu arch emulation rpm to ease the concerns who care much about the rpm size in embedded device. But for the user who only install the qemu-*.rpm can't do anything except they install the qemu emulation

[OE-core] [PATCH v3] qemu: Add qemu-common package

2023-07-10 Thread Yu, Mingli
From: Mingli Yu We split the qemu package [1] to add support to make user can install one qemu arch emulation rpm to ease the concerns who care much about the rpm size in embedded device. But for the user who only install the qemu-*.rpm can't do anything except they install the qemu emulation

Re: [OE-core] [PATCH v3] qemu: Add qemu-common package

2023-07-17 Thread Yu, Mingli
+0800, Yu, Mingli wrote: From: Mingli Yu We split the qemu package [1] to add support to make user can install one qemu arch emulation rpm to ease the concerns who care much about the rpm size in embedded device. But for the user who only install the qemu-*.rpm can't do anything except

[OE-core] [PATCH v4] qemu: Add qemu-common package

2023-07-17 Thread Yu, Mingli
From: Mingli Yu We split the qemu package [1] to add support to make user can install one qemu arch emulation rpm to ease the concerns who care much about the rpm size in embedded device. But for the user who only install the qemu-*.rpm can't do anything except they install the qemu emulation

Re: [OE-core] [PATCH v3] qemu: Add qemu-common package

2023-07-19 Thread Yu, Mingli
Hi Richard, On 7/19/23 18:08, Richard Purdie wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Wed, 2023-07-19 at 17:39 +0800, Yu, Mingli wrote: On 7/19/23 17:24

[OE-core] [PATCH] qemu: Restrict the built qemu targets

2023-05-26 Thread Yu, Mingli
From: Mingli Yu Now the QEMU_TARGETS used to set the supported built qemu targets both for "bitbake qemu-native" and "bitbake qemu". After the qemu package installed on the target, it will take up 464M which includes not only the one matches the arch of the target but aslo all available built

[OE-core] [PATCH] qemu: Split the qemu package

2023-05-30 Thread Yu, Mingli
From: Mingli Yu Currently all files packaged into one package such as qemu-7.2.0-*.rpm. After the qemu package installed on the target, it will take up 464M which includes not only the one matches the arch of the target but aslo all available built qemu targets which set by QEMU_TARGETS. Split

[OE-core] [PATCH v3] qemu: Split the qemu package

2023-06-01 Thread Yu, Mingli
From: Mingli Yu Currently all files as below packaged into one package such as qemu-7.2.0-*.rpm. After the qemu package installed on the target, it will take up about 464M which includes not only the one matches the arch of the target but aslo all available built qemu targets which set by

[OE-core] [mickledore][PATCH 2/2] curl: Update from 8.1.0 to 8.1.1

2023-06-08 Thread Yu, Mingli
From: Robert Joslyn This is a bugfix only release. Release notes: https://curl.se/changes.html#8_1_1 Signed-off-by: Robert Joslyn Signed-off-by: Richard Purdie Signed-off-by: Mingli Yu --- meta/recipes-support/curl/{curl_8.1.0.bb => curl_8.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [mickledore][PATCH 1/2] curl: Update from 8.0.1 to 8.1.0

2023-06-08 Thread Yu, Mingli
From: Robert Joslyn This is a feature and bugfix release. Release notes are available at: https://curl.se/changes.html#8_1_0 Signed-off-by: Robert Joslyn Signed-off-by: Alexandre Belloni Signed-off-by: Mingli Yu --- meta/recipes-support/curl/{curl_8.0.1.bb => curl_8.1.0.bb} | 2 +- 1 file

[OE-core] [PATCH v5] qemu: Split the qemu package

2023-06-07 Thread Yu, Mingli
From: Mingli Yu Currently all files as below packaged into one package such as qemu-7.2.0-*.rpm. After the qemu package installed on the target, it will take up about 464M which includes not only the one matches the arch of the target but aslo all available built qemu targets which set by

[OE-core] [PATCH v6] qemu: Split the qemu package

2023-06-08 Thread Yu, Mingli
From: Mingli Yu Currently all files as below packaged into one package such as qemu-7.2.0-*.rpm. After the qemu package installed on the target, it will take up about 464M which includes not only the one matches the arch of the target but aslo all available built qemu targets which set by

Re: [OE-core] [PATCH v5] qemu: Split the qemu package

2023-06-08 Thread Yu, Mingli
Okay, let us use v6 to track the patch. Thanks, From: Bruce Ashfield Sent: Friday, June 9, 2023 11:25 To: Yu, Mingli Cc: Richard Purdie ; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH v5] qemu: Split the qemu package CAUTION

Re: [OE-core] [PATCH v5] qemu: Split the qemu package

2023-06-08 Thread Yu, Mingli
need or qemu-all(if you want all qemu binary) after the qemu split change? <https://git.yoctoproject.org/meta-virtualization/tree/recipes-devtools/qemu/qemu-package-split.inc> Thanks, From: Bruce Ashfield Sent: Friday, June 9, 2023 00:16 To: Richard Purd

Re: [OE-core] [PATCH v3] qemu: Split the qemu package

2023-06-06 Thread Yu, Mingli
, Jun 1, 2023 at 10:37 PM Yu, Mingli wrote: From: Mingli Yu Currently all files as below packaged into one package such as qemu-7.2.0-*.rpm. After the qemu package installed on the target, it will take up about 464M which includes not only the one matches the arch of the target but aslo all

[OE-core] [PATCH v4] qemu: Split the qemu package

2023-06-07 Thread Yu, Mingli
From: Mingli Yu Currently all files as below packaged into one package such as qemu-7.2.0-*.rpm. After the qemu package installed on the target, it will take up about 464M which includes not only the one matches the arch of the target but aslo all available built qemu targets which set by

[OE-core] [mickledore]][PATCH] curl: Fix CVEs

2023-06-12 Thread Yu, Mingli
From: Mingli Yu Backport patches to fix the below CVEs: CVE-2023-28319 CVE-2023-28320 CVE-2023-28321 CVE-2023-28322 Signed-off-by: Mingli Yu --- .../curl/curl/CVE-2023-28319.patch| 38 ++ .../curl/curl/CVE-2023-28320.patch| 88

[OE-core] [PATCH v2] qemu: Split the qemu package

2023-06-01 Thread Yu, Mingli
From: Mingli Yu Currently all files as below packaged into one package such as qemu-7.2.0-*.rpm. After the qemu package installed on the target, it will take up about 464M which includes not only the one matches the arch of the target but aslo all available built qemu targets which set by

Re: [OE-core] [PATCH] qemu: Split the qemu package

2023-06-01 Thread Yu, Mingli
On 5/30/23 23:09, Bruce Ashfield wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Tue, May 30, 2023 at 10:54 AM Richard Purdie wrote: On Tue, 2023-05-30 at 16:33

Re: [OE-core] [PATCH] qemuppc64: Set the default memory to 512M

2023-08-02 Thread Yu, Mingli
On 8/2/23 16:32, Alexander Kanavin wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Wed, 2 Aug 2023 at 10:30, Yu, Mingli wrote: Did a simple check against core-image

[OE-core] [PATCH] qemuppc64: Set the default memory to 512M

2023-08-01 Thread Yu, Mingli
From: Mingli Yu When use 256M memory, it issues below OOM, so update the default memory to 512M to make the runqemu "runqemu slirp nographic qemuppc64" works well. [ 26.878923] Call Trace: [ 26.878994] [c34835d0] [c106e058] dump_stack_lvl+0x6c/0x9c (unreliable) [

[OE-core] [mickledore][PATCH] cups: Fix CVE-2023-34241

2023-07-26 Thread Yu, Mingli
From: Mingli Yu Backport patch [1] to fix CVE-2023-34241. [1] https://github.com/OpenPrinting/cups/commit/9809947a959e18409dcf562a3466ef246cb90cb2 Signed-off-by: Mingli Yu --- meta/recipes-extended/cups/cups.inc | 1 + .../cups/cups/CVE-2023-34241.patch| 70

[OE-core] [mickledore][PATCH] ruby: Fix CVE-2023-36617

2023-07-27 Thread Yu, Mingli
From: Mingli Yu Backport two patches [1] [2] to fix CVE-2023-36617 [3]. [1] https://github.com/ruby/uri/commit/9010ee2536adda10a0555ae1ed6fe2f5808e6bf1 [2] https://github.com/ruby/uri/commit/9d7bcef1e6ad23c9c6e4932f297fb737888144c8 [3]

<    1   2   3   4   5   >