Re: [oe] [meta-filesystems][PATCH 4/4] meta-filesystems: Add meta-filesystems-image-ptest

2024-02-22 Thread Khem Raj
On Thu, Feb 22, 2024 at 6:25 PM Tim Orling wrote: > > > > On Thu, Feb 22, 2024 at 5:57 PM Tim Orling via lists.openembedded.org > wrote: >> >> >> >> On Thu, Feb 22, 2024 at 12:58 PM Khem Raj wrote: >>> >>> This will help in running ptests like core layer, right now there are >>> just 3 but I

[oe] [meta-networking][PATCH 2/2] meta-networking-image-ptest: Add images to enable BBCLASSEXTEND parallel execution

2024-02-22 Thread Khem Raj
In line with other layers like meta-oe, meta-python add capability to run recipe ptests Signed-off-by: Khem Raj --- .../ptest-packagelists-meta-networking.inc| 36 + .../images/meta-networking-image-ptest-all.bb | 25 .../meta-networking-image-ptest-fast.bb

[oe] [meta-multimedia][PATCH 1/2] meta-multimedia-image-ptest: Add images to enable BBCLASSEXTEND parallel execution

2024-02-22 Thread Khem Raj
In line with other layers like meta-oe, meta-python add capability to run recipe ptests Signed-off-by: Khem Raj --- .../ptest-packagelists-meta-multimedia.inc| 17 .../images/meta-multimedia-image-ptest-all.bb | 25 .../meta-multimedia-image-ptest-fast.bb | 5

Re: [oe] [meta-filesystems][PATCH 4/4] meta-filesystems: Add meta-filesystems-image-ptest

2024-02-22 Thread Tim Orling
On Thu, Feb 22, 2024 at 5:57 PM Tim Orling via lists.openembedded.org wrote: > > > On Thu, Feb 22, 2024 at 12:58 PM Khem Raj wrote: > >> This will help in running ptests like core layer, right now there are >> just 3 but I hope to get more contributions now that infra is in place >> >> to run

[oe][meta-python][dunfell][PATCH] python3-pillow: Fix for CVE-2023-50447

2024-02-22 Thread Vijay Anusuri via lists.openembedded.org
From: Vijay Anusuri Upstream-Status: Backport [https://github.com/python-pillow/Pillow/commit/45c726fd4daa63236a8f3653530f297dc87b160a & https://github.com/python-pillow/Pillow/commit/0ca3c33c59927e1c7e0c14dbc1eea1dfb2431a80 &

Re: [oe] [meta-filesystems][PATCH 4/4] meta-filesystems: Add meta-filesystems-image-ptest

2024-02-22 Thread Tim Orling
On Thu, Feb 22, 2024 at 12:58 PM Khem Raj wrote: > This will help in running ptests like core layer, right now there are > just 3 but I hope to get more contributions now that infra is in place > > to run all ptests > > bitbake meta-filesystems-image-ptest-all > > to run a single recipe ptests >

[oe] [meta-filesystems][PATCH 4/4] meta-filesystems: Add meta-filesystems-image-ptest

2024-02-22 Thread Khem Raj
This will help in running ptests like core layer, right now there are just 3 but I hope to get more contributions now that infra is in place to run all ptests bitbake meta-filesystems-image-ptest-all to run a single recipe ptests bitbake meta-filesystems-image-ptest-fuse3 Signed-off-by: Khem

[oe] [meta-filesystems][PATCH 3/4] sshfs-fuse: Fix ptest builds with python 3.12

2024-02-22 Thread Khem Raj
Signed-off-by: Khem Raj --- ...1f8aa0899268ec02b2f54849352df92a3a1d.patch | 34 +++ ...8ae1be99571a88b8439b027abe6349b74658.patch | 31 + .../sshfs-fuse/sshfs-fuse_3.7.3.bb| 6 +++- 3 files changed, 70 insertions(+), 1 deletion(-) create mode 100644

[oe] [meta-filesystems][PATCH 1/4] fuse3: Add missing runtime deps for ptests

2024-02-22 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb b/meta-filesystems/recipes-support/fuse/fuse3_3.16.2.bb index 5e532ba7ed..321851da5c

[oe] [meta-filesystems][PATCH 2/4] python3-looseversion: Add recipe

2024-02-22 Thread Khem Raj
Needed by fuse3 ptests Signed-off-by: Khem Raj --- .../python3-looseversion_1.3.0.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta-filesystems/recipes-support/python3-looseversion/python3-looseversion_1.3.0.bb diff --git

[oe] [PATCH] python3-ordered-set: Use automake formatter for ptest output

2024-02-22 Thread Khem Raj
Move the test to PTESTS_FAST_META_PYTHON Signed-off-by: Khem Raj --- meta-python/conf/include/ptest-packagelists-meta-python.inc | 2 +- .../recipes-devtools/python/python3-ordered-set/run-ptest | 2 +- .../recipes-devtools/python/python3-ordered-set_4.1.0.bb| 1 + 3 files

[oe] [meta-python][PATCH v2] python3-jsmin: Fix ptests to run with python 3.12+

2024-02-22 Thread Khem Raj
Remove it from problematic tests list ot fast list as it runs ok now. Signed-off-by: Khem Raj --- v2: Fix test output and remove from problematic list .../ptest-packagelists-meta-python.inc| 1 - ...d76c2d6bfb917f30ced8f5c0a9a4157f7819.patch | 82 +++

[oe] [meta-python][PATCH] python3-jsmin: Fix ptests to run with python 3.12+

2024-02-22 Thread Khem Raj
Signed-off-by: Khem Raj --- ...d76c2d6bfb917f30ced8f5c0a9a4157f7819.patch | 82 +++ .../python/python3-jsmin_3.0.1.bb | 1 + 2 files changed, 83 insertions(+) create mode 100644

[oe] [meta-oe][PATCH] ptest-packagelists-meta-oe: Remove oprofile for rv32/rv64

2024-02-22 Thread Khem Raj
oprofile is not ported to riscv yet. Signed-off-by: Khem Raj --- meta-oe/conf/include/ptest-packagelists-meta-oe.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc index

Re: [oe] [meta-oe][PATCH] mariadb: Upgrade to 10.11.7

2024-02-22 Thread Khem Raj
fails build on arm https://errors.yoctoproject.org/Errors/Details/754269/ On Wed, Feb 21, 2024 at 11:03 PM Yu, Mingli wrote: > > From: Mingli Yu > > As the change [1] introduced in 10.11.7, there comes below configure failure: > | -- Performing Test HAVE_SYSTEM_LIBFMT > | CMake Error:

[oe] [meta-oe] [PATCH V2] webkitgtk3: upgrade 2.42.4 -> 2.42.5

2024-02-22 Thread wangmy via lists.openembedded.org
From: Wang Mingyu Add 01-Fix-build-error.patch to fix build error. Changelog: = - Fix webkit_web_context_allow_tls_certificate_for_host to handle IPv6 URIs produced by SoupURI. - Ignore stops with offset zero before last one when rendering gradients with cairo. - Write bwrapinfo.json

[oe] [meta-filesystems][PATCH] e2tools: Add ptest

2024-02-22 Thread Lyu, William via lists.openembedded.org
From: William Lyu Signed-off-by: William Lyu --- .../recipes-utils/e2tools/e2tools_git.bb | 51 ++- .../recipes-utils/e2tools/files/run-ptest | 5 ++ 2 files changed, 54 insertions(+), 2 deletions(-) create mode 100644

Re: [oe] [OE-core][master][PATCH] android-tools: Enable position-independent executable

2024-02-22 Thread Pawan Badganchi
Thank you, but ignore this patch -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#108986): https://lists.openembedded.org/g/openembedded-devel/message/108986 Mute This Topic: https://lists.openembedded.org/mt/104507422/21656 Group Owner:

Re: [oe] [OE-core][master][PATCH] android-tools: Enable position-independent executable

2024-02-22 Thread Martin Jansa
[OE-core] tag doesn't belong to subject for meta-oe patches, use [meta-oe] instead. Upstream-Status belongs to .patch files in the metadata, not to commit message of metadata changes. On Thu, Feb 22, 2024 at 1:56 PM Pawan Badganchi wrote: > Enable position-independent executable security flag

Re: [oe] [OE-core][master][PATCH] android-tools: Enable position-independent executable

2024-02-22 Thread Pawan Badganchi
Please ignore this patch. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#108984): https://lists.openembedded.org/g/openembedded-devel/message/108984 Mute This Topic: https://lists.openembedded.org/mt/104507422/21656 Group Owner:

[oe] [OE-core][master][PATCH] android-tools: Enable position-independent executable

2024-02-22 Thread Pawan Badganchi
Enable position-independent executable security flag for adb and fastboot. Verified that flag is enabled by using checksec.py Upstream-Status: Pending Signed-off-by: Pawan --- .../recipes-devtool/android-tools/android-tools_29.0.6.r14.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git