diff mbox series

[meta-arago,master] ltp-ddt: Add missing iproute2-bridge dependency

Message ID 20260309191959.1659898-1-reatmon@ti.com
State New
Headers show
Series [meta-arago,master] ltp-ddt: Add missing iproute2-bridge dependency | expand

Commit Message

Ryan Eatmon March 9, 2026, 7:19 p.m. UTC
A change in oe-core [1] broke the bridge command out into its own package.

[1] https://git.openembedded.org/openembedded-core/commit/?id=21689b8984fd426f4e21d729d82444d3a8e230b7

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-arago-test/recipes-devtools/ltp-ddt/ltp_20260130.inc | 1 +
 1 file changed, 1 insertion(+)

Comments

PRC Automation March 9, 2026, 7:34 p.m. UTC | #1
meta-arago / na / 20260309191959.1659898-1-reatmon

PRC Results: FAIL

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-arago][master][PATCH] ltp-ddt: Add missing iproute2-bridge dependency
- Submitter: From: Ryan Eatmon <reatmon@ti.com>
- Date: Date: Mon, 9 Mar 2026 14:19:59 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 3e270bf6c4497889ececbae8e5d0627fb65e18c6

Applied to:
- Repository: lcpd-prc-meta-arago
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: ltp-ddt: Add missing iproute2-bridge dependency
- Commit SHA: a57fbdefd04305eb187fad262d7b19a104977e28

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: PASS
=========================================================
master
=====================
PASS



=========================================================
  yocto-check-layers: FAIL
=========================================================
master - FAIL
=====================
ERROR: Nothing PROVIDES 'xen-guest-image-minimal'
ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
diff mbox series

Patch

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 bb3b7e9c..602f75ca 100644
--- a/meta-arago-test/recipes-devtools/ltp-ddt/ltp_20260130.inc
+++ b/meta-arago-test/recipes-devtools/ltp-ddt/ltp_20260130.inc
@@ -96,6 +96,7 @@  RDEPENDS:${PN} = "\
     gdb \
     gzip \
     iproute2 \
+    iproute2-bridge \
     ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'iputils-ping6', '', d)} \
     ldd \
     libaio \