From: Alexander Kanavin <[email protected]>

[YOCTO #16118]

Signed-off-by: Alexander Kanavin <[email protected]>
---
 ...ksuite-all-netns.c-skip-route_1-test.patch | 27 +++++++++++++++++++
 meta/recipes-support/libnl/libnl_3.12.0.bb    |  1 +
 2 files changed, 28 insertions(+)
 create mode 100644 
meta/recipes-support/libnl/files/0001-tests-cksuite-all-netns.c-skip-route_1-test.patch

diff --git 
a/meta/recipes-support/libnl/files/0001-tests-cksuite-all-netns.c-skip-route_1-test.patch
 
b/meta/recipes-support/libnl/files/0001-tests-cksuite-all-netns.c-skip-route_1-test.patch
new file mode 100644
index 0000000000..81fdd0a042
--- /dev/null
+++ 
b/meta/recipes-support/libnl/files/0001-tests-cksuite-all-netns.c-skip-route_1-test.patch
@@ -0,0 +1,27 @@
+From 2b9a8ad1fa06cc15b301f18a16e4ad1d30a5d1f7 Mon Sep 17 00:00:00 2001
+From: Alexander Kanavin <[email protected]>
+Date: Tue, 13 Jan 2026 16:55:41 +0100
+Subject: [PATCH] tests/cksuite-all-netns.c: skip route_1 test
+
+It was found to be unstable on arm64:
+https://bugzilla.yoctoproject.org/show_bug.cgi?id=16118
+
+Upstream-Status: Inappropriate [issue reported at 
https://github.com/thom311/libnl/issues/450]
+Signed-off-by: Alexander Kanavin <[email protected]>
+---
+ tests/cksuite-all-netns.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/cksuite-all-netns.c b/tests/cksuite-all-netns.c
+index 4714db2..d5ca6a1 100644
+--- a/tests/cksuite-all-netns.c
++++ b/tests/cksuite-all-netns.c
+@@ -341,7 +341,7 @@ Suite *make_nl_netns_suite(void)
+                                 nltst_netns_fixture_teardown);
+       tcase_add_test(tc, cache_and_clone);
+       tcase_add_loop_test(tc, test_create_iface, 0, 17);
+-      tcase_add_test(tc, route_1);
++      //tcase_add_test(tc, route_1);
+       suite_add_tcase(suite, tc);
+ 
+       return suite;
diff --git a/meta/recipes-support/libnl/libnl_3.12.0.bb 
b/meta/recipes-support/libnl/libnl_3.12.0.bb
index f28687e695..2b46fb69d9 100644
--- a/meta/recipes-support/libnl/libnl_3.12.0.bb
+++ b/meta/recipes-support/libnl/libnl_3.12.0.bb
@@ -18,6 +18,7 @@ SRC_URI = 
"${GITHUB_BASE_URI}/download/${BPN}${@d.getVar('PV').replace('.','_')}
            file://run-ptest \
            
file://0002-tests-skip-various-tests-when-kernel-returns-EOPNOTS.patch \
            file://0001-tests-add-and-use-_nltst_skip_eopnotsupp-helper.patch \
+           file://0001-tests-cksuite-all-netns.c-skip-route_1-test.patch \
            "
 
 SRC_URI[sha256sum] = 
"fc51ca7196f1a3f5fdf6ffd3864b50f4f9c02333be28be4eeca057e103c0dd18"
-- 
2.47.3

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#229277): 
https://lists.openembedded.org/g/openembedded-core/message/229277
Mute This Topic: https://lists.openembedded.org/mt/117245336/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to