($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
From: drew.reed@arm.com
To: meta-arm@lists.yoctoproject.org, Ross.Burton@arm.com
Cc: nd@arm.com, Drew Reed <Drew.Reed@arm.com>
Subject: [PATCH] ci: Ensure tests are in the Corstone-1000 flash image
Date: Mon, 26 Feb 2024 13:34:34 +0000	[thread overview]
Message-ID: <20240226133434.6658-1-drew.reed@arm.com> (raw)

From: Drew Reed <Drew.Reed@arm.com>

To ensure the psa and optee tests are included in the initramsfs based
rootfs included within the flash image so the tests can be run.

Signed-off-by: Drew Reed <Drew.Reed@arm.com>
---
 ci/corstone1000-common.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/corstone1000-common.yml b/ci/corstone1000-common.yml
index 50327694..4c715176 100644
--- a/ci/corstone1000-common.yml
+++ b/ci/corstone1000-common.yml
@@ -38,10 +38,10 @@ local_conf_header:
     RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base = ""
 
     # all optee packages
-    IMAGE_INSTALL += "optee-client"
+    CORE_IMAGE_EXTRA_INSTALL += "optee-client"
 
     # TS PSA API tests commands for crypto, its, ps and iat
-    IMAGE_INSTALL += "packagegroup-ts-tests-psa"
+    CORE_IMAGE_EXTRA_INSTALL += "packagegroup-ts-tests-psa"
 
 target:
   - core-image-minimal
-- 
2.43.0



                 reply	other threads:[~2024-02-26 13:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240226133434.6658-1-drew.reed@arm.com \
    --to=drew.reed@arm.com \
    --cc=Ross.Burton@arm.com \
    --cc=meta-arm@lists.yoctoproject.org \
    --cc=nd@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).