mbox series

[v6,0/1] babeltrace2: upgrade 2.0.6 -> 2.1.0

Message ID 20250314130840.84700-1-bin.lan.cn@windriver.com
Headers show
Series babeltrace2: upgrade 2.0.6 -> 2.1.0 | expand

Message

Bin Lan March 14, 2025, 1:08 p.m. UTC
From: Bin Lan <bin.lan.cn@windriver.com>

Babeltrace 2.1.0 is a major release.

v3:
Some failed test cases are disabled.
All test cases are passed when running in intel-x86-64 board.

v4:
The Upstream-Status of patches is set to Pending, I will discuss it with Babeltrace2 project.
Add some notes in the commit log to explain the license change significantly.
Add more notes in the commit message to explain the change of babeltrace2_2.1.0.bb.
Remove "INSANE_SKIP:${PN}-ptest += "buildpaths" in this patch by setting the correct environment variables in env.sh.
All test cases are passed when running in intel-x86-64 board.

v5:
0001-Make-manpages-multilib-identical.patch and 0001-tests-set-the-correct-plugin-directory.patch
are submitted to Babeltrace project.
All test cases (no skipped test cases) are passed when running in intel-x86-64 

v6:
Fix failing ptests when running in the autobuilder by adding character set conversion (gconv) 
for UTF-16/32 encoding for test cases. Add "virtual/libiconv" to DEPENDS and add the follwing 
line in babeltrace2_2.1.0.bb:
    RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-gconv-utf-16 glibc-gconv-utf-32"
Execute "bitbake core-image-ptest-babeltrace2" to build rootfs and kernel image like autobuilder, all
test cases are passed when running in qemux86-64, qemuarm64 and qemuarm (32-bit).
Testsuite summary for babeltrace2 2.1.0
============================================================================
# TOTAL: 2022
# PASS:  2022
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0

Bin Lan (1):
  babeltrace2: upgrade 2.0.6 -> 2.1.0

 ...001-Make-manpages-multilib-identical.patch |  12 +-
 ...not-run-test-applications-from-.libs.patch |  28 ----
 ...-fix-test-applications-in-cpp-common.patch | 129 ++++++++++++++++++
 ...sts-set-the-correct-plugin-directory.patch |  30 ++++
 .../lttng/babeltrace2/run-ptest               |   4 +-
 ...eltrace2_2.0.6.bb => babeltrace2_2.1.0.bb} |  38 +++++-
 6 files changed, 200 insertions(+), 41 deletions(-)
 delete mode 100644 meta/recipes-kernel/lttng/babeltrace2/0001-tests-do-not-run-test-applications-from-.libs.patch
 create mode 100644 meta/recipes-kernel/lttng/babeltrace2/0001-tests-fix-test-applications-in-cpp-common.patch
 create mode 100644 meta/recipes-kernel/lttng/babeltrace2/0001-tests-set-the-correct-plugin-directory.patch
 rename meta/recipes-kernel/lttng/{babeltrace2_2.0.6.bb => babeltrace2_2.1.0.bb} (66%)