diff mbox series

[meta-arago,scarthgap/master,v2,1/2] meta-arago-test: Add optee-test, strongswan, and libgpiod-tools to image

Message ID 20250728181942.579152-1-afd@ti.com
State Under Review
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,scarthgap/master,v2,1/2] meta-arago-test: Add optee-test, strongswan, and libgpiod-tools to image | expand

Commit Message

Andrew Davis July 28, 2025, 6:19 p.m. UTC
These packages are used by ltp-ddt and the test framework. These are
added to the default Arago images, but when doing upstream testing with
Poky these packages are missing. Add these to the base testing layer.

Signed-off-by: Andrew Davis <afd@ti.com>
---

Changes for v2:
 - Add conditional on OPTEEMACHINE

 meta-arago-test/recipes-core/packagegroups/ti-test.bb        | 2 ++
 meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20250130.bb | 1 +
 2 files changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
index fb4c3e4c..a44dd8d7 100644
--- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb
+++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb
@@ -42,6 +42,7 @@  TI_TEST_BASE = "\
     nbench-byte \
     netperf \
     openntpd \
+    ${@"optee-test" if d.getVar('OPTEEMACHINE') else ""} \
     pcitest \
     perf \
     powertop \
@@ -54,6 +55,7 @@  TI_TEST_BASE = "\
     stream \
     stress \
     stress-ng \
+    strongswan \
     tcpdump \
     v4l-utils \
     xdp-tools-arago \
diff --git a/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20250130.bb b/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20250130.bb
index a5468d4c..4f8767ca 100644
--- a/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20250130.bb
+++ b/meta-arago-test/recipes-devtools/ltp-ddt/ltp-ddt_20250130.bb
@@ -33,6 +33,7 @@  RDEPENDS:${PN} += "\
     pm-qa \
     serialcheck \
     memtester \
+    libgpiod-tools \
 "
 
 do_install:prepend() {