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

2024-03-03 Thread Khem Raj
its happening quite consistently now on all kinds of AB workers, see recent 4-5 failures on https://autobuilder.yoctoproject.org/typhoon/#/builders/88 On Sun, Mar 3, 2024 at 10:01 PM Lyu, William wrote: > > On 3/4/2024 12:41 AM, Lyu, William wrote: > > On 3/1/2024 4:52 PM, Khem Raj wrote: > >> C

[oe] [meta-oe][PATCH] nlohmann-json: Upgrade to 3.11.3

2024-03-03 Thread Yu, Mingli
From: Mingli Yu Remove two backported patches and the ptest output as below. # ./run-ptest PASS: test-algorithms_cpp11 PASS: test-allocator_cpp11 PASS: test-alt-string_cpp11 PASS: test-assert_macro_cpp11 PASS: test-binary_formats_cpp11 PASS: test-bjdata_cpp11 PASS: test-bson_cpp11 PASS: test-byt

[oe] [meta-python][PATCH] python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest

2024-03-03 Thread Alper Ak
Ptest result: Testsuite summary TOTAL: 340 PASS: 339 SKIP: 1 XFAIL: 0 FAIL: 0 XPASS: 0 ERROR: 0 DURATION: 28 * Tested on qemux86_64 and qemuarm64 * Add ptest into PTESTS_FAST_META_PYTHON items == Switch to the python_setuptools_build_meta backend License-Update: License check file c

Re: [oe] dunfell merge request: March 3rd

2024-03-03 Thread Khem Raj
merged. thanks Armin. On Sun, Mar 3, 2024 at 1:41 PM akuster808 wrote: > > The following changes since commit daa4619fe3fbf8c28f342c4a7163a84a330f7653: > >postgresql: Update to 12.17 (2024-01-16 07:31:14 -0500) > > are available in the Git repository at: > >https://git.openembedded.org/me

[oe] dunfell merge request: March 3rd

2024-03-03 Thread Armin Kuster
The following changes since commit daa4619fe3fbf8c28f342c4a7163a84a330f7653:   postgresql: Update to 12.17 (2024-01-16 07:31:14 -0500) are available in the Git repository at:   https://git.openembedded.org/meta-openembedded dunfell-next for you to fetch changes up to c74ebbddfd9dbe02d3f7422016

[oe] [meta-oe][PATCH 2/3] crucible: Define GOPROXY

2024-03-03 Thread Khem Raj
Its needed with go 1.21 Signed-off-by: Khem Raj --- meta-oe/recipes-support/crucible/crucible_2023.11.02.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb b/meta-oe/recipes-support/crucible/crucible_2023.11.02.bb ind

[oe] [meta-oe][PATCH 3/3] syzkaller: Fix build with go 1.21

2024-03-03 Thread Khem Raj
- export GOPROXY - Fix clang-18 found errors by not forcing C++ compiler for CC but just passing c++ std library to link with Signed-off-by: Khem Raj --- meta-oe/recipes-test/syzkaller/syzkaller_git.bb | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/meta-oe/re

[oe] [meta-oe][PATCH 1/3] influxdb: Define GOPROXY

2024-03-03 Thread Khem Raj
Its needed with go 1.21 Signed-off-by: Khem Raj --- meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb b/meta-oe/recipes-dbs/influxdb/influxdb_1.8.10.bb index 0770e4bebb..5301071516 100644 --- a/m

[oe] [meta-gnome][PATCH] folks: update 0.15.6 -> 0.15.7

2024-03-03 Thread Markus Volk
Overview of changes from libfolks 0.15.6 to libfolks 0.15.7 ===  Major changes: * Add .editorconfig file * Lots of translation updates  Bugs fixed: * bluez: Fix invalid ownership of property accessors in Device interface * tests/tel