| Message ID | 20260427233911.2171996-1-denis@denix.org |
|---|---|
| State | Under Review |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [master,1/3] ltp-ddt: move iproute2-bridge from ltp to ltp-ddt | expand |
meta-arago / na / 20260427233911.2171996-1-denis
PRC Results: PASS
=========================================================
check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [master][PATCH 1/3] ltp-ddt: move iproute2-bridge from ltp to ltp-ddt
WARN: Missing Signed-off-by by sender in commit message. (SIGNED-OFF-BY-2)
patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
WARN - [master][PATCH 2/3] ltp-ddt: correct re-enabling of memcg_stress test
WARN: Missing Signed-off-by by sender in commit message. (SIGNED-OFF-BY-2)
patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
WARN - [master][PATCH 3/3] ltp-ddt: sync up ltp with upstream
WARN: Missing Signed-off-by by sender in commit message. (SIGNED-OFF-BY-2)
patch
For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887
=========================================================
apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [master][PATCH 1/3] ltp-ddt: move iproute2-bridge from ltp to ltp-ddt
- Submitter: From: Denys Dmytriyenko <denis@denix.org>
From: "Denys Dmytriyenko (TI)" <denys@konsulko.com>
- Date: Date: Mon, 27 Apr 2026 19:39:09 -0400
- Num Patches: 3
- Mailing List (public inbox) Commit SHA: 9030ec655aca99176f80b257728e8924f47a3ce7
Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master-wip
- Commit Author: Randolph Sapp <rs@ti.com>
- Commit Subject: qtbase: remove serial event 0 handling
- Commit SHA: 5ac854ed85c79c1756aac168dc38f78591c2cbd1
Patches
----------------------------------------
All patches applied
=========================================================
check-yocto-repo: PASS
=========================================================
master
=====================
PASS
=========================================================
yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed
diff --git a/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20260130.bb b/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20260130.bb index 0168d125..c91f0052 100644 --- a/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20260130.bb +++ b/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20260130.bb @@ -33,6 +33,7 @@ RDEPENDS:${PN} += "\ serialcheck \ memtester \ libgpiod-tools \ + iproute2-bridge \ " do_install:prepend() { diff --git a/meta-arago-test/recipes-devtools/ltp-ddt/ltp_20260130.inc b/meta-arago-test/recipes-devtools/ltp-ddt/ltp_20260130.inc index 560e9b4e..d63b936f 100644 --- a/meta-arago-test/recipes-devtools/ltp-ddt/ltp_20260130.inc +++ b/meta-arago-test/recipes-devtools/ltp-ddt/ltp_20260130.inc @@ -98,7 +98,6 @@ RDEPENDS:${PN} = "\ gdb \ gzip \ iproute2 \ - iproute2-bridge \ ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'iputils-ping6', '', d)} \ ldd \ libaio \