diff mbox series

[master,1/3] ltp-ddt: move iproute2-bridge from ltp to ltp-ddt

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

Commit Message

Denys Dmytriyenko April 27, 2026, 11:39 p.m. UTC
From: "Denys Dmytriyenko (TI)" <denys@konsulko.com>

The .inc file of ltp recipe should be a verbatim copy of the upstream
recipe from OE-Core so it's easy to maintain and upgrade.

iproute2-bridge dependency was added when OE-Core started packaging
bridge into own package[1], but it should have been added to ltp-ddt
instead, fix it here.

[1] https://git.yoctoproject.org/meta-arago/commit/?id=a57fbdefd04305eb187fad262d7b19a104977e28

Signed-off-by: Denys Dmytriyenko (TI) <denys@konsulko.com>
---
 meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20260130.bb | 1 +
 meta-arago-test/recipes-devtools/ltp-ddt/ltp_20260130.inc    | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

Comments

PRC Automation April 28, 2026, 12:24 a.m. UTC | #1
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 mbox series

Patch

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 \