Message ID | 20250501144357.355212-1-afd@ti.com |
---|---|
State | Under Review |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,scarthgap/master] meta-arago-test: Add optee-test, strongswan, and libgpiod-tools to image | expand |
On Thu, May 01, 2025 at 09:43:57AM -0500, Andrew Davis via lists.yoctoproject.org wrote: > 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> > --- > 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 --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb > index c8eaf266..e387b978 100644 > --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb > +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb > @@ -41,6 +41,7 @@ TI_TEST_BASE = "\ > nbench-byte \ > netperf \ > openntpd \ > + optee-test \ Should this be conditional on whether OPTEE is used for the platform? Like it is done here: https://git.yoctoproject.org/meta-arago/tree/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb#n58 > pcitest \ > perf \ > powertop \ > @@ -53,6 +54,7 @@ TI_TEST_BASE = "\ > stream \ > stress \ > stress-ng \ > + strongswan \ > tcpdump \ > v4l-utils \ > yavta \ > 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 1950ffe9..2c65e851 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() { > -- > 2.39.2
diff --git a/meta-arago-test/recipes-core/packagegroups/ti-test.bb b/meta-arago-test/recipes-core/packagegroups/ti-test.bb index c8eaf266..e387b978 100644 --- a/meta-arago-test/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-test/recipes-core/packagegroups/ti-test.bb @@ -41,6 +41,7 @@ TI_TEST_BASE = "\ nbench-byte \ netperf \ openntpd \ + optee-test \ pcitest \ perf \ powertop \ @@ -53,6 +54,7 @@ TI_TEST_BASE = "\ stream \ stress \ stress-ng \ + strongswan \ tcpdump \ v4l-utils \ yavta \ 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 1950ffe9..2c65e851 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() {
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> --- 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(+)