[oe] [meta-python][PATCH 1/2] python3-pydantic-core, python3-pydantic: Update to 2.16.3 and 2.6.2 respectively

2024-02-27 Thread Khem Raj
below is changelogs [1] https://github.com/pydantic/pydantic-core/releases/tag/v2.16.3 [2] https://github.com/pydantic/pydantic/releases/tag/v2.6.3 [3] https://github.com/pydantic/pydantic/releases/tag/v2.6.2 [4] https://github.com/pydantic/pydantic/releases/tag/v2.6.1 Signed-off-by: Khem Raj

[oe] [meta-oe][PATCH] ostree: Remove strace from ptest rdeps

2024-02-27 Thread Khem Raj
it checks for strace and then try fault injection if it exists. So, while it will be good to have strace port for rv32 it can be disabled for now Signed-off-by: Khem Raj --- meta-oe/recipes-extended/ostree/ostree_2024.3.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a

[oe] [meta-networking][PATCH] python3-scapy: Drop python3-tox from ptest rdeps

2024-02-24 Thread Khem Raj
python3-tox is only needed if internal driver for running tests is used which we do not use in OE Signed-off-by: Khem Raj --- meta-networking/recipes-devtools/python/python3-scapy_2.5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-devtools

[oe] [meta-networking][PATCH] squid: Add missing bash dependency for ptest package

2024-02-23 Thread Khem Raj
Signed-off-by: Khem Raj --- .../conf/include/ptest-packagelists-meta-networking.inc | 2 +- meta-networking/recipes-daemons/squid/squid_6.7.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-networking/conf/include/ptest-packagelists-meta

[oe] [meta-networking][PATCH] openhpi: Fix ptest run time failures

2024-02-23 Thread Khem Raj
It needs make and build tools in order to run Signed-off-by: Khem Raj --- .../conf/include/ptest-packagelists-meta-networking.inc | 2 +- meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb| 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-networking

[oe] [meta-perl][PATCH] ptest-packagelists-meta-perl.inc: Move couple of test to PTESTS_FAST_META_PERL

2024-02-23 Thread Khem Raj
libdigest-hmac-perl and libextutils-installpaths-perl are passing fine under 20s on qemux86-64, therefore remove them out of PTESTS_PROBLEMS_META_PERL Signed-off-by: Khem Raj --- meta-perl/conf/include/ptest-packagelists-meta-perl.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[oe] [meta-networking][PATCH 2/2] ptest-packagelists-meta-networking: firewalld hangs therefore disabled

2024-02-23 Thread Khem Raj
Signed-off-by: Khem Raj --- .../conf/include/ptest-packagelists-meta-networking.inc| 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-networking/conf/include/ptest-packagelists-meta-networking.inc b/meta-networking/conf/include/ptest-packagelists-meta

[oe] [meta-oe][PATCH 1/2] ptest-packagelists-meta-oe.inc: Remove oprofile from PTESTS_PROBLEMS_META_OE

2024-02-23 Thread Khem Raj
Its not in PTESTS_FAST_META_OE Signed-off-by: Khem Raj --- meta-oe/conf/include/ptest-packagelists-meta-oe.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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] sdmon: add new package

2024-02-23 Thread Khem Raj
On Fri, Feb 23, 2024 at 3:40 AM Daniel Ammann wrote: > > Signed-off-by: Daniel Ammann > --- > .../packagegroups/packagegroup-meta-oe.bb | 1 + > meta-oe/recipes-support/sdmon/sdmon_git.bb| 23 +++ > 2 files changed, 24 insertions(+) > create mode 100644 meta-oe/recipes-

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 pte

[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

[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 a/meta-filesystems

[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 +++ .../python

[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 meta-python/recipes-devtools/python/python3-jsmin

[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 06c7de3f8b

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: try_run(

Re: [oe] [meta-webserver][PATCH] netdata: version bump 1.43.2 -> 1.44.3

2024-02-21 Thread Khem Raj
n to have each file added individually to SRC_URI here. > On Wed, Feb 21, 2024 at 8:47 PM Khem Raj wrote: > > > > On Wed, Feb 21, 2024 at 10:46 AM Jan Vermaete > > wrote: > > > > > > And fixed a few minor oelint-adv warnings in the reci

Re: [oe] [meta-webserver][PATCH] netdata: version bump 1.43.2 -> 1.44.3

2024-02-21 Thread Khem Raj
On Wed, Feb 21, 2024 at 10:46 AM Jan Vermaete wrote: > > And fixed a few minor oelint-adv warnings in the recipe. > > Tested on Raspberry PI 4 > > Signed-off-by: Jan Vermaete > --- > .../netdata/{netdata_1.43.2.bb => netdata_1.44.3.bb} | 12 ++-- > 1 file changed, 6 insertions(+), 6 dele

[oe] [meta-networking][PATCH 4/4] snort3: Fix contains reference to TMPDIR [buildpaths] warnings

2024-02-21 Thread Khem Raj
contains reference to TMPDIR File /usr/src/debug/snort3/3+git/src/js_norm/js_tokenizer.cc in package snort3-src contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj --- .../0001-cmake-Pass-noline-flag-to-flex.patch | 31 +++ .../recipes-connectivity/snort/snort3_git.bb

[oe] [meta-networking][PATCH 1/4] libdaq: add recipe

2024-02-21 Thread Khem Raj
From: Khawaja Shaheryar I am adding this recipe as snort3 depends on it. snort3 recipe will be provided in next commit. See more: https://github.com/snort3/libdaq Signed-off-by: Khawaja Shaheryar Signed-off-by: Khem Raj --- ...01-example-Use-lm-for-the-fst-module.patch | 32

[oe] [meta-networking][PATCH 2/4] snort: add snort3 initial recipe

2024-02-21 Thread Khem Raj
From: Khawaja Shaheryar I am adding this recipe as snort2 is legacy now. See more: https://github.com/snort3/snort3 Signed-off-by: Khawaja Shaheryar Signed-off-by: Khem Raj --- .../recipes-connectivity/snort/snort3_git.bb | 34 +++ 1 file changed, 34 insertions(+) create

[oe] [meta-networking][PATCH 3/4] snort: Do not use llvm libunwind

2024-02-21 Thread Khem Raj
If llvm unwind is present then disable unwinding support since it will not have all unw_* functions eg. unw_strerror Signed-off-by: Khem Raj --- .../0001-cmake-Check-for-HP-libunwind.patch | 33 +++ .../recipes-connectivity/snort/snort3_git.bb | 3 +- 2 files changed, 35

[oe] [meta-oe][PATCH] webkitgtk3: Fix build on 32bit x86

2024-02-20 Thread Khem Raj
ARIABLE(t6); | ^ TOPDIR/build/tmp/work/core2-32-yoe-linux/webkitgtk3/2.42.5/webkitgtk-2.42.5/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp:340:21: error: use of undeclared identifier 't7' 340 | UNUSED_VARIABLE(t7); | ^ 2 errors generated. Sig

[oe] [meta-multimedia][PATCH] dav1d: Inherit missing pkgconfig

2024-02-20 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.0.bb b/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.0.bb index 0eb622d039..e503af44ce

[oe] [meta-multimedia][PATCH] libcamera: Replace VLAs with alloca

2024-02-20 Thread Khem Raj
Signed-off-by: Khem Raj --- ...ca-instead-of-variable-length-arrays.patch | 34 +++ .../libcamera/libcamera_0.2.0.bb | 1 + 2 files changed, 35 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/libcamera/libcamera/0001-rpi-Use-alloca-instead-of

Re: [oe] [meta-oe] [PATCH 04/26] webkitgtk3: upgrade 2.42.4 -> 2.42.5

2024-02-20 Thread Khem Raj
This seems to fail on 32bit ( qemux86) https://errors.yoctoproject.org/Errors/Details/754010/ On Tue, Feb 20, 2024 at 12:55 AM wangmy via lists.openembedded.org wrote: > > From: Wang Mingyu > > Changelog: > = > - Fix webkit_web_context_allow_tls_certificate_for_host to handle IPv6 URIs

Re: [oe] [meta-python] [PATCH 09/26] python3-gspread: upgrade 6.0.1 -> 6.0.2

2024-02-20 Thread Khem Raj
please rebase this patch on current master-next branch and resend. On Tue, Feb 20, 2024 at 12:55 AM wangmy via lists.openembedded.org wrote: > > From: Wang Mingyu > > Changelog: > Fixup gspread client init arguments > > Signed-off-by: Wang Mingyu > --- > .../{python3-gspread_6.0.1.bb => pytho

Re: [oe] [meta-python] [PATCH 08/26] python3-google-auth: upgrade 2.27.0 -> 2.28.0

2024-02-20 Thread Khem Raj
please rebase this patch on current master-next branch and resend. On Tue, Feb 20, 2024 at 12:55 AM wangmy via lists.openembedded.org wrote: > > From: Wang Mingyu > > Changelog: > == > -Adding universe domain support for downscroped credentials > -Change log level to debug for return_non

Re: [oe] [meta-python] [PATCH 19/26] python3-socketio: upgrade 5.11.0 -> 5.11.1

2024-02-20 Thread Khem Raj
please rebase this patch on current master-next branch and resend. On Tue, Feb 20, 2024 at 12:55 AM wangmy via lists.openembedded.org wrote: > > From: Wang Mingyu > > Changelog: > = > -Connection retry option in the client > -use Socket.IO sid in transport > -Add support for Python 3.12

Re: [oe] [meta-python] [PATCH 18/26] python3-sentry-sdk: upgrade 1.40.0 -> 1.40.4

2024-02-20 Thread Khem Raj
please rebase this patch on current master-next branch and resend. On Tue, Feb 20, 2024 at 12:55 AM wangmy via lists.openembedded.org wrote: > > From: Wang Mingyu > > Changelog: > == > -Only start metrics flusher thread on demand > -Bump checkouts/data-schemas from aa7058c to 6121fd3 > -

Re: [oe] [meta-python][PATCH] python3-pocketsphinx: Upgrade to 5.0.3

2024-02-20 Thread Khem Raj
On Tue, Feb 20, 2024 at 12:25 AM Mittal, Anuj wrote: > > Hi Khem > > On Mon, 2024-02-19 at 23:29 -0800, Khem Raj wrote: > > License-Update: New licenses added for WebRTC json parser, and json > > escaping > > > > [1] > > https:

[oe] [meta-python][PATCH] python3-pocketsphinx: Upgrade to 5.0.3

2024-02-19 Thread Khem Raj
License-Update: New licenses added for WebRTC json parser, and json escaping [1] https://github.com/cmusphinx/pocketsphinx/commit/4cb5845898c7d9e53688aba370ea3c00c0ef7db2 [2] https://github.com/cmusphinx/pocketsphinx/commit/6b9a923832a1fd77c5304eba18e63d8b0e2ef0b8 Signed-off-by: Khem Raj

Re: [oe] [meta-gnome][PATCH 2/2] gedit: update 46.1 -> 46.2

2024-02-19 Thread Khem Raj
(style_scheme != NULL) > { >style = gtk_source_style_scheme_get_style (style_scheme, > "quick-highlight-match"); > - > +#if 0 >if (style != NULL) >{ > plugin->priv->style = gtk_source_style_copy (style); > } > +#endif > } > } > > &

Re: [oe] [meta-gnome][PATCH 2/2] gedit: update 46.1 -> 46.2

2024-02-19 Thread Khem Raj
with clang (clang-18) I am seeing this error https://errors.yoctoproject.org/Errors/Details/753847/ On Sun, Feb 18, 2024 at 11:01 PM Markus Volk wrote: > > Signed-off-by: Markus Volk > --- > meta-gnome/recipes-gnome/gedit/{gedit_46.1.bb => gedit_46.2.bb} | 2 +- > 1 file changed, 1 insertion(+

Re: [oe] [meta-python][PATCH 0/3] python3-prettytable update; fix ptests

2024-02-19 Thread Khem Raj
cool. Please rebase it on top of master-next and re-send. On Mon, Feb 19, 2024 at 4:47 PM Tim Orling wrote: > > The prior version did not run any ptests, since the test_prettytable.py was > not discovered by pytest. Also, since python3-pytest upgrade to 8.0.0 the > python3-pytest-lazy-fixture mod

Re: [oe] [PATCH 0/5] python: drop ${PYTHON_PN}

2024-02-19 Thread Khem Raj
could you rebase it on top of master-next and re-send please. On Mon, Feb 19, 2024 at 11:23 AM Tim Orling wrote: > > python 2 is long unsupported, so we no longer need to carry around the > ${PYTHON_PN} variable. > > Clean house in all meta-openembedded/* usage. > > The following changes since co

Re: [oe] [[meta-networking][PATCH] fix dropwatch] dropwatch tools compile with local head file,but it not matched with our real head file form kernel.(net_dropmon.h) net_dropmon.h in dropwatch local s

2024-02-18 Thread Khem Raj
On Sun, Feb 18, 2024 at 5:47 AM chenheyun wrote: > > for example,our kernel is linux5.10: > diff tmp/work/cortexa57-poky-linux/dropwatch/1.5.4+git-r0/recipe-sysroot/usr/ > include/linux/net_dropmon.h > tmp/work/cortexa57-poky-linux/dropwatch/1.5.4+git-r0/git/src/net_dropmon.h > 1c1,3 > < > 95a94

Re: [oe] [meta-oe][PATCH 2/2] libusbgx: uprev to the latest commit

2024-02-15 Thread Khem Raj
On Thu, Feb 15, 2024 at 6:17 AM Max Krummenacher wrote: > > From: Max Krummenacher > > Uprev libusbgx to ec0b01c to get following fixes: > ``` > ec0b01c Merge pull request #83 from mgrzeschik/uac2-controls > cbf1750 uac2: add additional configuration controls > 81d7c05 load libcomposite kernel mo

[oe] [meta-oe][PATCH] vulkan-cts: Upgrade to 1.3.7.3

2024-01-26 Thread Khem Raj
Adjust for different patches between vulkan-cts and opengl-es-cts Use gcc to compile vulkan-cts for now, it does not like libc++ headers from clang-18 Signed-off-by: Khem Raj --- ...LAND_SCANNER-and-WAYLAND_PROTOCOLS_D.patch | 20 ++ .../files/0001-include-missing-cstdint.patch | 61

Re: [oe] [meta-filesystems][PATCH] e2tools: Add tool recipe

2024-01-26 Thread Khem Raj
Thanks for your contribution Angelo On Fri, Jan 26, 2024 at 2:24 AM Angelo Ribeiro via lists.openembedded.org wrote: > > e2tools is a simple set of GPL'ed utilities to read, write, and manipulate > files in an ext2/ext3 filesystem. > These utilities access a filesystem directly using the ext2fs l

[oe] [meta-oe][PATCH] vk-gl-cts: Disable Werror on amber external module

2024-01-25 Thread Khem Raj
;default' label [-Werror,-Wswitch-default] 35 | switch (type) { | ^ 1 error generated. Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/vk-gl-cts/khrono

Re: [oe] [PATCH] libcamera: update 0.1.0 -> 0.2.0

2024-01-25 Thread Khem Raj
gt; @@ -1,176 +0,0 @@ > -From 23a9bbb9ab380344c5daf5bc0109fab249e41afd Mon Sep 17 00:00:00 2001 > -From: Khem Raj > -Date: Sat, 30 Dec 2023 10:55:44 -0800 > -Subject: [PATCH] mojom: Drop using imp module. > - > -This module is gone in python 3.12 onwards, in most places it

Re: [oe] nanbield merge request: Jan 24th

2024-01-24 Thread Khem Raj
i (2): >postgresql: upgrade 15.4 -> 15.5 >redis: upgrade 6.2.13 -> 6.2.14 > > Khem Raj (1): >webkitgtk3: upgrade 2.42.0 -> 2.42.1 > > Meenali Gupta (1): >nginx: upgrade 1.25.2 -> 1.25.3 > > Mingli Yu (1): >m

[oe] [meta-oe][PATCH] ndctl: Update to v78

2024-01-23 Thread Khem Raj
Drop patches, they are not needed anymore Signed-off-by: Khem Raj --- ...01-build-set-HAVE_STATEMENT_EXPR-var.patch | 60 --- ...n-Use-pkg-config-to-detect-iniparser.patch | 41 - ...001-util-Correct-path-to-iniparser.h.patch | 28 - .../ndctl/{ndctl_v73.bb

[oe] [meta-python][PATCH] python3-pytest-mock: Fix ptest failures with python 3.12

2024-01-23 Thread Khem Raj
'tests/test_pytest_mock.py::TestMockerStub::test_failure_message_with_name[The_Castle_of_aaaggh]']} Signed-off-by: Khem Raj --- .../python/python3-pytest-mock/403.patch | 92 +++ .../python/python3-pytest-mock_3.12.0.bb | 4 +- 2 files changed, 93 insertions

[oe] [meta-oe][PATCH] minicoredumper: Fix build with clang

2024-01-23 Thread Khem Raj
Signed-off-by: Khem Raj --- ...restripper-Fix-uninitialized-warning.patch | 53 +++ .../minicoredumper/minicoredumper_2.0.7.bb| 1 + 2 files changed, 54 insertions(+) create mode 100644 meta-oe/recipes-kernel/minicoredumper/files/0001-corestripper-Fix-uninitialized

Re: [oe] Add python3-apscheduler #error

2024-01-22 Thread Khem Raj
nt Dept.I >> Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, >> Nanjing, 210012, China >> TEL: +86+25-86630566-8568 >> COINS: 79988548 >> FAX: +86+25-83317685 >> MAIL: wan...@fujitsu.com >> http://www.fujitsu.com/cn/fnst/ >&g

[oe] [meta-oe][PATCH 2/2] i2cdev: Set PV correctly

2024-01-22 Thread Khem Raj
based on https://github.com/costad2/i2cdev/blob/master/version.h Signed-off-by: Khem Raj --- meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb b/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb index

[oe] [meta-oe][PATCH 1/2] uftrace: Upgrade to 0.15

2024-01-22 Thread Khem Raj
Added RISCV64 support Release Notes [1] [1] https://github.com/namhyung/uftrace/releases/tag/v0.15 Signed-off-by: Khem Raj --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb| 2 +- .../uftrace/{uftrace_0.14.bb => uftrace_0.15.bb} | 4 ++-- 2 files changed

Re: [oe] [meta-oe][PATCH 1/3] lua: add recipe for lua-5.2

2024-01-22 Thread Khem Raj
this fails to build. https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3547/steps/14/logs/stdio On Mon, Jan 22, 2024 at 11:31 AM Markus Volk wrote: > > mpv only supports lua-5.2 and luajit. Add lua-5.2 to unblock gui build > for platforms that dont support luajit > > Signed-off-b

Re: [oe] [meta-oe] [PATCH] ccid: upgrade 1.5.4 -> 1.5.5

2024-01-22 Thread Khem Raj
On Mon, Jan 22, 2024 at 4:52 PM wangmy wrote: > > From: Wang Mingyu > > 0001-Add-build-rule-for-README.patch > refreshed for 1.5.5 > > Changelog: > > - Add support of > - Alpha-Project ANGARA Token > - Broadcom Corp 58200 (idProduct: 0x5864) > - Broadcom Corp 58200 (idProduct:

Re: [oe] Add python3-apscheduler #error

2024-01-22 Thread Khem Raj
can you try adding DEPENDS += "python3-pip-native" On Mon, Jan 22, 2024 at 2:04 PM wrote: > > SUMMARY = "In-process task scheduler with Cron-like capabilities" > HOMEPAGE = "https://github.com/agronholm/apscheduler"; > > SECTION = "devel/python" > > LICENSE = "MIT" > LIC_FILES_CHKSUM = "file://L

Re: [oe] [meta-webserver][PATCH v2 0/2] add support of cockpit-machines

2024-01-20 Thread Khem Raj
rkspace/Yocto-world-clang/sources/meta-openembedded/meta-webserver/recipes-webadmin/cockpit-machines/cockpit-machines_304.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'cockpit-machines-dev' NOTE: Runtime target 'cockpit-machines-dev' is unbuildable, remo

Re: [oe] [meta-webserver][PATCH v2 0/2] add support of cockpit-machines

2024-01-20 Thread Khem Raj
I am seeing some more missing deps ERROR: Nothing RPROVIDES 'virt-install' (but /mnt/b/yoe/master/sources/meta-openembedded/meta-webserver/recipes-webadmin/cockpit-machines/cockpit-machines_304.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'virt-install' is unbuildable, removing...

[oe] [meta-python][PATCH] python3-multidict: Fix running ptests

2024-01-20 Thread Khem Raj
Add missing runtime dependency on pytest-cov and move the test to PTESTS_FAST_META_PYTHON since it takes < 20 seconds Signed-off-by: Khem Raj --- meta-python/conf/include/ptest-packagelists-meta-python.inc| 2 +- .../recipes-devtools/python/python3-multidict/run-ptest| 3 +-- m

[oe] [meta-python][PATCH] python3-multidict: Make it work with python 3.12

2024-01-20 Thread Khem Raj
The needed fixes are in master branch and one more fix it still in a pull request, bring them all in until 6.0.5 is released Signed-off-by: Khem Raj --- ...multidict-909-to-3.12-as-well-to-add.patch | 324 ++ .../python/python3-multidict_6.0.4.bb | 11 +- 2 files

[oe] [meta-python][PATCH] python3-pillow: Correct branch parameter in SRC_URI

2024-01-19 Thread Khem Raj
10.1 tag SRCREV certainly does not exist on 10.0 branch so point it to main branch Signed-off-by: Khem Raj Cc: Leon Anavi --- meta-python/recipes-devtools/python/python3-pillow_10.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python

Re: [oe] [PATCH] mozjs-115: fix the build on ARMv5

2024-01-18 Thread Khem Raj
can you rebase it on master-next for me please. On Thu, Jan 18, 2024 at 12:37 PM Ross Burton wrote: > > From: Ross Burton > > The JIT uses the ISB instruction, but being a multi-core barrier > instruction this doesn't exist on the single-core ARMv5 ISA. Check the > ISA level before using ISB. >

Re: [oe] [meta-python][PATCH] python3-pytest-cov: Remove unbuildable BBCLASSEXTENDs

2024-01-18 Thread Khem Raj
On Thu, Jan 18, 2024 at 8:59 AM Yoann CONGAL wrote: > > > > Le mer. 17 janv. 2024 à 17:44, Yoann CONGAL a écrit : >> >> Le mer. 17 janv. 2024 à 17:31, Khem Raj a écrit : >>> >>> On Wed, Jan 17, 2024 at 8:20 AM Yoann CONGAL wrote: >>>>

Re: [oe] [meta-oe][PATCH] open-cl: stop using "virtual/" in RPROVIDES

2024-01-18 Thread Khem Raj
I have staged a similar patch already in master-next https://patchwork.yoctoproject.org/project/oe/patch/20240116235052.3713167-1-raj.k...@gmail.com/ On Wed, Jan 17, 2024 at 12:24 PM Simone Weiß wrote: > > From: Simone Weiß > > For RPROVIDES and RDEPENDS the string "/virtual" holds no special me

Re: [oe] [meta-webserver][PATCH 1/2] cockpit-machines: add recipe

2024-01-18 Thread Khem Raj
this needs to match the constraints on cockpit recipe or we get these errors https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3532/steps/12/logs/stdio you might need to add REQUIRED_DISTRO_FEATURES = "systemd pam" COMPATIBLE_HOST:libc-musl = "null" On Wed, Jan 17, 2024

Re: [oe] [meta-python][PATCH] python3-pytest-cov: Remove unbuildable BBCLASSEXTENDs

2024-01-17 Thread Khem Raj
On Wed, Jan 17, 2024 at 8:20 AM Yoann CONGAL wrote: > Le mer. 17 janv. 2024 à 16:26, Khem Raj a écrit : > >> how about we add >> >> BBCLASSEXTEND = "native nativesdk" >> >> to meta-python/recipes-devtools/python/python3-coverage_7.4.0.bb > >

Re: [oe] [meta-python][PATCH] python3-pytest-cov: Remove unbuildable BBCLASSEXTENDs

2024-01-17 Thread Khem Raj
how about we add BBCLASSEXTEND = "native nativesdk" to meta-python/recipes-devtools/python/python3-coverage_7.4.0.bb On Wed, Jan 17, 2024 at 12:26 AM Yoann Congal wrote: > > Since the python3-coverage dependency has neither native nor nativesdk > BBCLASSEXTEND, remove these to avoid triggering

[oe] [meta-oe][PATCH] opencl-icd: Rename rdepends to virtual-opencl-icd

2024-01-16 Thread Khem Raj
to use the 'virtual-' instead. Signed-off-by: Khem Raj Cc: Zoltán Böszörményi --- meta-oe/conf/layer.conf | 2 +- meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb| 2 +- meta-oe/recipes-core/opencl/opencl-icd-loader_2023.12.14.bb | 2 +-

Re: [oe] Dunfell merge request: Jan 16th

2024-01-16 Thread Khem Raj
merged now. thanks Armin On Tue, Jan 16, 2024 at 4:34 AM akuster808 wrote: > > The following changes since commit fc632d5bb0936e91e4e0191547b9aa8ca47b4ffe: > >wireshark: fix CVE-2022-4345 multiple (BPv6, OpenFlow, and Kafka > protocol) dissector infinite loops (2023-12-17 15:36:42 -0500) > >

Re: [oe] [meta-oe][PATCH] protobuf-c: upgrade 1.4.1 -> 1.5.0

2024-01-14 Thread Khem Raj
On Sun, Jan 14, 2024 at 6:17 AM Clément Péron wrote: > > Hi, > > On Wed, 3 Jan 2024 at 10:40, Peter Marko via lists.openembedded.org > wrote: > > > > From: Peter Marko > > > > Current hash pointed to version with code already indentical > > to v1.5.0, it was just missing three formal release com

[oe] [meta-multimedia][PATCH 5/5] gst-shark: inherit gtk-doc

2024-01-13 Thread Khem Raj
solves the configure failure, and allows us to build the API documentation. [1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e Signed-off-by: Khem Raj --- .../recipes-multimedia/gstreamer-1.0/gst-shark_0.8.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimed

[oe] [meta-multimedia][PATCH 4/5] schroedinger: inherit gtk-doc

2024-01-13 Thread Khem Raj
solves the configure failure, and allows us to build the API documentation. [1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e Signed-off-by: Khem Raj --- .../recipes-multimedia/schroedinger/schroedinger_1.0.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimed

[oe] [meta-gnome][PATCH 3/5] libwnck: inherit gtk-doc

2024-01-13 Thread Khem Raj
solves the configure failure, and allows us to build the API documentation. [1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gno

[oe] [meta-gnome][PATCH 2/5] libxklavier: inherit gtk-doc

2024-01-13 Thread Khem Raj
solves the configure failure, and allows us to build the API documentation. [1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/rec

[oe] [meta-xfce][PATCH 1/5] thunar: inherit gtk-doc

2024-01-13 Thread Khem Raj
solves the configure failure, and allows us to build the API documentation. [1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e Signed-off-by: Khem Raj --- meta-xfce/recipes-xfce/thunar/thunar_4.19.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xfce/recipes-x

Re: [oe] kirkstone merge request: Jan 13th

2024-01-13 Thread Khem Raj
Merged. thanks Armin. On Sat, Jan 13, 2024 at 5:04 AM akuster808 wrote: > > The following changes since commit 402affcc073db39f782c1ebfd718edd5f11eed4c: > >squid: fix CVE-2023-46847 Denial of Service in HTTP Digest > Authentication (2023-12-13 13:35:51 -0500) > > are available in the Git repo

Re: [oe] [meta-python][PATCH] python3-eth-keys: update version to 0.5.0

2024-01-12 Thread Khem Raj
On Fri, Jan 12, 2024 at 11:10 AM Derek Straka wrote: > > Signed-off-by: Derek Straka > --- > .../{python3-eth-keys_0.4.0.bb => python3-eth-keys_0.5.0.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename meta-python/recipes-devtools/python/{python3-eth-keys_0.4.0.bb => > py

Re: [oe] [PATCH] v4l-utils: Update to 1.26.1

2024-01-11 Thread Khem Raj
On 1/11/24 7:18 PM, Fabio Estevam wrote: Hi Khem, On Thu, Jan 11, 2024 at 5:10 PM Khem Raj wrote: I meant to say without systemd ( using sysvinit ) Yes, I have sent a patch to v4l-utils to fix this bug. Thanks, I am expecting a v2 of meta-openembedded patch as well which includes the

Re: [oe] [PATCH] v4l-utils: Update to 1.26.1

2024-01-11 Thread Khem Raj
I meant to say without systemd ( using sysvinit ) On Thu, Jan 11, 2024 at 12:09 PM Khem Raj wrote: > > fails with systemd > > https://errors.yoctoproject.org/Errors/Details/749633/ > > On Wed, Jan 10, 2024 at 8:07 PM Fabio Estevam wrote: > > > > From: Fabio Est

Re: [oe] [PATCH] v4l-utils: Update to 1.26.1

2024-01-11 Thread Khem Raj
8a6.. > --- > a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0001-Revert-media-ctl-Don-t-install-libmediactl-and-libv4.patch > +++ /dev/null > @@ -1,46 +0,0 @@ > -From 0d5c0e9a75eca43667b0e29155b635e50622b66a Mon Sep 17 00:00:00 2001 > -From: Khem

Re: [oe] [meta-oe][PATCH] thin-provisioning-tools: Upgrade 1.0.4 -> 1.0.9

2024-01-11 Thread Khem Raj
This fails in do_patch with musl. see https://errors.yoctoproject.org/Errors/Details/749637/ On Wed, Dec 27, 2023 at 12:21 AM Khem Raj wrote: > > > On Wed, 20 Dec 2023 20:41:25 +, Alex Kiernan wrote: > > > > > Applied, thanks! > > [1/1] thin-provisioning

Re: [oe] [meta-oe][PATCH] i2cdev: New recipe with i2c tools

2024-01-11 Thread Khem Raj
brw, I accepted it into master, it still fails with musl so it should either be fixed or skipped https://errors.yoctoproject.org/Errors/Details/749650/ On Sat, Dec 30, 2023 at 4:38 PM Khem Raj wrote: > > > On Wed, 27 Dec 2023 17:58:35 +0100, joerg.som...@navimatix.de wrote: > > T

[oe] [meta-oe][PATCH] kernel-selftest: remove Wno-alloc-size-larger-than from scripts/Makefile.extrawarn

2024-01-10 Thread Khem Raj
6.6+ kernel has the warning options moved to dedicated include file under scripts called Makefile.extrawarn, therefore search for this file as well to remove this unrecognized option by clang Signed-off-by: Khem Raj --- meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb | 1 + 1 file

Re: [oe] [meta-oe][PATCH v4] bonnie++: New recipe for version 2.0

2024-01-09 Thread Khem Raj
ERROR: bonnie++-2.00a-r0 do_patch: QA Issue: Fuzz detected: Applying patch makefile-use-link-for-helper.patch patching file Makefile.in Hunk #1 succeeded at 11 with fuzz 1. The context lines in the patches can be updated with devtool: devtool modify bonnie++ devtool finish --force-patch

Re: [oe] [PATCH 2/2] python3-kivy: update 2.2.1 -> 2.3.0

2024-01-09 Thread Khem Raj
btw, do we need to switch branch stable -> master ? there is patch from Leon which has descriptive commit message. [1] [1] https://patchwork.yoctoproject.org/project/oe/patch/20240109135121.3460927-3-leon.an...@konsulko.com/ On Tue, Jan 9, 2024 at 6:56 AM Khem Raj wrote: > > On T

Re: [oe] [PATCH 2/2] python3-kivy: update 2.2.1 -> 2.3.0

2024-01-09 Thread Khem Raj
t; 4549 | __pyx_v_4kivy_8graphics_3cgl_cgl->glShaderSource = glShaderSource; > |^ ~~ > > Note that this update is needed for both cython 3.x and python 3.12 > compatibility. > > Alex > > On Tue, 9 Jan 2024 at 04:32, Khem Raj wrote: &g

[oe] [meta-oe][PATCH 1/2] libconfig-general-perl: Enable on musl targets

2024-01-08 Thread Khem Raj
its needed by tgt and thankfully builds with musl these days Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/perl/libconfig-general-perl_2.65.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-devtools/perl/libconfig-general-perl_2.65.bb b/meta-oe/recipes-devtools

[oe] [meta-networking][PATCH 2/2] tgt: Fix build with musl

2024-01-08 Thread Khem Raj
Signed-off-by: Khem Raj --- .../tgt/files/musl-__wordsize.patch | 41 +++ .../recipes-extended/tgt/tgt_1.0.90.bb| 6 +-- 2 files changed, 44 insertions(+), 3 deletions(-) create mode 100644 meta-networking/recipes-extended/tgt/files/musl-__wordsize.patch

Re: [oe] [meta-networking] [PATCH] networkmanager: upgrade 1.44.0 -> 1.44.2

2024-01-08 Thread Khem Raj
Failed to compile on musl http://sprunge.us/qADsVp On Mon, Jan 8, 2024 at 5:27 AM wangmy wrote: > > From: Wang Mingyu > > Changelog > > * Better log IPv4 Address Conflict Detection (ACD) conflicts > * Remove the upper limit of 65535 for PIDs read from the PID file > * Allow missing def

Re: [oe] [meta-networking] [PATCH] rdma-core: upgrade 48.0 -> 49.0

2024-01-08 Thread Khem Raj
ow-SYSTEMCTL_BIN-to-be-overridden-from-envi.patch > @@ -1,4 +1,4 @@ > -From 92747aab189aa3cee954ab31ee019205f8984155 Mon Sep 17 00:00:00 2001 > +From 166d97e6ef63dac1941135e97d0c42ce7a8950af Mon Sep 17 00:00:00 2001 > From: Khem Raj > Date: Sat, 27 May 2023 17:22:10 -0700 > Subject: [PATCH] cmake: Allow SY

Re: [oe] [meta-oe] [PATCH] iwd: upgrade 2.8 -> 2.12

2024-01-08 Thread Khem Raj
fails on musl https://sprunge.us/756nOz See my fixes to use POSIX basename for various recipes. You will need something similar. On Mon, Jan 8, 2024 at 5:20 AM wangmy wrote: > > From: Wang Mingyu > > Changelog > > -Fix issue with DPP extra settings not being used. > -Fix issue with DP

Re: [oe] [PATCH 2/2] python3-kivy: update 2.2.1 -> 2.3.0

2024-01-08 Thread Khem Raj
this fails to build here ( maybe its clang finding additional problems ) https://sprunge.us/lq5PKS On Fri, Jan 5, 2024 at 5:36 AM Alexander Kanavin wrote: > > License-Update: years, mention that it is MIT at the start. > > Signed-off-by: Alexander Kanavin > --- > .../python/{python3-kivy_2.2.1

Re: [oe] [meta-oe][PATCHv2] libplacebo: add recipe

2024-01-08 Thread Khem Raj
Hi Markus This has build time issues https://sprunge.us/Ddf9jj I think wither we need to provide a recipe for fast-float or use gitsm fetcher instead of git fetcher. In next version drop PV setting in recipe instead use it in recipe name itself. I will drop related patches from master-next, so

Re: [oe] [meta-oe][PATCH v1] iwd: upgrade 2.8 -> 2.9

2024-01-08 Thread Khem Raj
there is another patch which bumps it to 2.12 see https://patchwork.yoctoproject.org/project/oe/patch/1704720002-29880-1-git-send-email-wan...@fujitsu.com/ On Mon, Jan 8, 2024 at 5:50 AM Joao Marcos Costa wrote: > > Tested in station and access point modes, running on a iMX93 evaluation > kit wit

Re: [oe] [meta-python] [PATCH] python3-netaddr: upgrade 0.9.0 -> 0.10.1

2024-01-08 Thread Khem Raj
this is already applied to master On Mon, Jan 8, 2024 at 5:49 AM wangmy wrote: > > From: Wang Mingyu > > Changelog: > https://netaddr.readthedocs.io/en/latest/changes.html#release-0-10-1 > > Signed-off-by: Wang Mingyu > --- > .../{python3-netaddr_0.9.0.bb => python3-netaddr_0.10.1.bb} | 2

[oe] [meta-python][PATCH] python3-pylint: Ignore failing ptests

2024-01-07 Thread Khem Raj
regression_distutil_import_error_73 seems to fail starting 3.0.3 perhaps due to dependency upgrade e.g. astroid or some such. Remove it from run for now. Match the run command to whats in github actions. Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pylint/run-ptest

Re: [oe] [meta-oe][PATCH] clinfo: upgrade 3.0.21.02.21 -> 3.0.23.01.25

2024-01-07 Thread Khem Raj
.] Applied, thanks! [1/1] clinfo: upgrade 3.0.21.02.21 -> 3.0.23.01.25 commit: 9c91e6018dc32ee337b6d2f47538ffda3742cc58 Best regards, -- Khem Raj -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#108121): https://lists.openembedded.org/g

Re: [oe] [meta-oe][PATCH] onig: upgrade 6.9.8 -> 6.9.9

2024-01-07 Thread Khem Raj
racket (Issue #253). > * Changed [[:punct:]] in Unicode encodings to be compatible with POSIX > definition. (Issue #268) > * Fixed: ONIG_OPTION_FIND_LONGEST behavior > > [...] Applied, thanks! [1/1] onig: upgrade 6.9.8 -> 6.9.9 commit: a7bbf879b5a085199132d0b385161b8c

Re: [oe] [meta-oe][PATCH] usleep: Make the version consistent

2024-01-07 Thread Khem Raj
Applied, thanks! [1/1] usleep: Make the version consistent commit: 65116b253bf4692c8232f50d2007a924f522aff7 Best regards, -- Khem Raj -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#108119): https://lists.openembedded.org/g/openembedded-

<    2   3   4   5   6   7   8   9   10   11   >