public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Jamin Lin <jamin_lin@aspeedtech.com>,
	 "openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>
Cc: Ross Burton <ross.burton@arm.com>, Jon Mason <Jon.Mason@arm.com>
Subject: Re: [OE-core] [PATCH v2 4/4] uboot-sign: support to load optee-os and TFA images
Date: Wed, 31 Jan 2024 13:26:19 +0000	[thread overview]
Message-ID: <1c46d3bc00ebe9047e5748e4b4c189cbb91a5ba7.camel@linuxfoundation.org> (raw)
In-Reply-To: <SI2PR06MB50416E075AE969B6C4A9CEC1FC7C2@SI2PR06MB5041.apcprd06.prod.outlook.com>

On Wed, 2024-01-31 at 08:54 +0000, Jamin Lin wrote:
> 
> Thanks for your review and sorry reply you late.
> 
> Did you mean I should create a new patch to add test case for fitimage of oe-selftest in this series patch?

Ideally, yes please, we should really have test coverage for new things
we're adding.

> After I read this document https://docs.yoctoproject.org/test-manual/index.html, it seems 
> oe-selftest support to test the generated u-boot FIT image and the generated u-boot.its here,
> meta/lib/oeqa/selftest/cases/fitimage.py
> 
> Do I need to add more test case to test u-boot.its and u-boot FIT image for my modifications such as optee-os and trusted-firmware-a supported FIT image?
> According to the design of optee-os and trusted-firmware-a, both recipes were placed in meta-arm meta layer, https://git.yoctoproject.org/meta-arm/tree
> Can I add dependencies in both meta/classes-recipe/uboot-sign.bbclass and meta/lib/oeqa/selftest/cases/fitimage.py.

For this I'm wondering if meta-arm would accept the test case and be
able to run it there? I've copied Ross/Jon who might be able to help
with ideas on that.

> 
> One more question, " There are also no documentation patches?", Did you mean to update Yocto document?
> If yes, could you please tell me which document I need to update?
> 

Where you add new variables we need to define them in the manual:

https://git.yoctoproject.org/yocto-docs/tree/documentation/ref-manual/variables.rst

Also, the classes are documented:

https://git.yoctoproject.org/yocto-docs/tree/documentation/ref-manual/classes.rst

so if the variables are class specific, they should probably be
referenced from the class documentation itself.

Cheers,

Richard


  reply	other threads:[~2024-01-31 13:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-19  6:19 [PATCH v2 1/4] uboot-sign: set load address and entrypoint Jamin Lin
2024-01-19  6:19 ` [PATCH v2 2/4] uboot-sign: Fix to install nonexistent dtb file Jamin Lin
2024-01-19  6:19 ` [PATCH v2 3/4] u-boot-sign:uboot-config: support to verify signed FIT image Jamin Lin
2024-01-19  6:19 ` [PATCH v2 4/4] uboot-sign: support to load optee-os and TFA images Jamin Lin
2024-01-26 17:05   ` [OE-core] " Richard Purdie
2024-01-31  8:54     ` Jamin Lin
2024-01-31 13:26       ` Richard Purdie [this message]
2024-02-01  2:00         ` Jamin Lin
2024-02-08 18:02           ` Ross Burton
2024-02-15  2:31             ` Jamin Lin

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=1c46d3bc00ebe9047e5748e4b4c189cbb91a5ba7.camel@linuxfoundation.org \
    --to=richard.purdie@linuxfoundation.org \
    --cc=Jon.Mason@arm.com \
    --cc=jamin_lin@aspeedtech.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ross.burton@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