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

Denys Dmytriyenko <[email protected]> Mon, 27 Apr 2026 19:39:09 -0400
Newsgroups org.yoctoproject.lists.meta-arago
Message-ID <[email protected]>
From: "Denys Dmytriyenko (TI)" <[email protected]>

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=3Da57fbdefd04305eb=
187fad262d7b19a104977e28

Signed-off-by: Denys Dmytriyenko (TI) <[email protected]>
---
 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(-)

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} +=3D "\
     serialcheck \
     memtester \
     libgpiod-tools \
+    iproute2-bridge \
 "
=20
 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} =3D "\
     gdb \
     gzip \
     iproute2 \
-    iproute2-bridge \
     ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'iputils-ping6', '',=
 d)} \
     ldd \
     libaio \
--=20
2.25.1