| Message ID | 20251207170309.1924061-1-denis@denix.org |
|---|---|
| State | New |
| Headers | show |
| Series | [scarthgap,1/2] libyang: remove unused files | expand |
meta-arago / na / 20251207170309.1924061-1-denis
PRC Results: PASS
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed
=========================================================
apply-yocto-patch: PASS
=========================================================
scarthgap
=====================
Summary:
- Patch Series: [scarthgap][PATCH 1/2] libyang: remove unused files
- Submitter: From: Denys Dmytriyenko <denis@denix.org>
From: Denys Dmytriyenko <denys@konsulko.com>
-From: Yi Zhao <yi.zhao@windriver.com>
- Date: Date: Sun, 7 Dec 2025 12:03:08 -0500
-Date: Wed, 22 Mar 2023 16:03:56 +0800
- Num Patches: 2
- Mailing List (public inbox) Commit SHA: e9de8c2ff2dbf4ca7dbcd3b7fcf614428d1eab6a
Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: scarthgap-wip
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.scarthgap.202512041635
- Commit SHA: b9c8be5cceb1b67c6d14a871fe20e599542999f1
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
scarthgap
=====================
PASS
=========================================================
yocto-check-layers: PASS
=========================================================
scarthgap - PASS
=====================
All checks passed
diff --git a/meta-arago-extras/recipes-extended/sysrepo/libyang/0001-test_context-skip-test-case-test_searchdirs.patch b/meta-arago-extras/recipes-extended/sysrepo/libyang/0001-test_context-skip-test-case-test_searchdirs.patch deleted file mode 100644 index 3c6aee92..00000000 --- a/meta-arago-extras/recipes-extended/sysrepo/libyang/0001-test_context-skip-test-case-test_searchdirs.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 5de24e1b39c09adb0c5bf4bb4228bd1bb935542a Mon Sep 17 00:00:00 2001 -From: Yi Zhao <yi.zhao@windriver.com> -Date: Wed, 22 Mar 2023 16:03:56 +0800 -Subject: [PATCH] test_context: skip test case test_searchdirs - -Skip test case test_searchdirs as it searchs the source code directory. - -Upstream-Status: Inappropriate [embedded specific] - -Signed-off-by: Yi Zhao <yi.zhao@windriver.com> ---- - tests/utests/basic/test_context.c | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/tests/utests/basic/test_context.c b/tests/utests/basic/test_context.c -index cfba1d30f..8c3bb7ad6 100644 ---- a/tests/utests/basic/test_context.c -+++ b/tests/utests/basic/test_context.c -@@ -1061,7 +1061,6 @@ int - main(void) - { - const struct CMUnitTest tests[] = { -- UTEST(test_searchdirs), - UTEST(test_options), - UTEST(test_models), - UTEST(test_imports), --- -2.25.1 - diff --git a/meta-arago-extras/recipes-extended/sysrepo/libyang/run-ptest b/meta-arago-extras/recipes-extended/sysrepo/libyang/run-ptest deleted file mode 100644 index c507afb2..00000000 --- a/meta-arago-extras/recipes-extended/sysrepo/libyang/run-ptest +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -# cd into right directory -ptestdir=$(dirname "$(readlink -f "$0")") -cd "$ptestdir"/tests || exit - -tests=$(find * -type f -name 'utest_*') - -for f in $tests -do - if test -x ./"$f"; then - if ./"$f" > ./"$f".out 2> ./"$f".err; then - echo "PASS: $f" - else - echo "FAIL: $f" - fi - fi -done