Re: [OE-core] [PATCH 0/8] kernel-fitimage extensions

2021-01-01 Thread Usama Arif
Hi, I have reviewed the patches and they look good to me. Thanks, Usama On 17/12/2020 02:51, Paul Eggleton wrote: Some minor extensions to the kernel-fitimage class, mostly for signing, with associated oe-selftest tests. (Separate docs patch is queued and will follow once these changes are p

Re: [OE-core] [PATCH v2] kernel-fitimage: generate openssl RSA keys for signing fitimage

2020-09-30 Thread Usama Arif
On 30/09/2020 15:03, Richard Purdie wrote: On Wed, 2020-09-30 at 11:48 +0100, Usama Arif wrote: The keys are only generated if they dont exist. The key generation can be turned off by setting FIT_GENERATE_KEYS to "0". The default key length for private keys is 2048 and the default

Re: [OE-core] [PATCH] kernel-fitimage: generate openssl RSA keys for signing fitimage

2020-09-30 Thread Usama Arif
On 30/09/2020 11:22, Richard Purdie via lists.openembedded.org wrote: On Wed, 2020-09-30 at 11:14 +0100, Usama Arif wrote: On 21/09/2020 14:24, Usama Arif via lists.openembedded.org wrote: On 21/09/2020 14:03, Richard Purdie wrote: On Tue, 2020-09-08 at 13:28 +0100, Usama Arif wrote: The

[OE-core] [PATCH v2] kernel-fitimage: generate openssl RSA keys for signing fitimage

2020-09-30 Thread Usama Arif
The keys are only generated if they dont exist. The key generation can be turned off by setting FIT_GENERATE_KEYS to "0". The default key length for private keys is 2048 and the default format for public key certificate is x.509. Signed-off-by: Usama Arif --- meta/clas

Re: [OE-core] [PATCH] kernel-fitimage: generate openssl RSA keys for signing fitimage

2020-09-30 Thread Usama Arif
On 21/09/2020 14:24, Usama Arif via lists.openembedded.org wrote: On 21/09/2020 14:03, Richard Purdie wrote: On Tue, 2020-09-08 at 13:28 +0100, Usama Arif wrote: The keys are only generated if they dont exist. The key generation can be turned off by setting FIT_GENERATE_KEYS to "0&

Re: [OE-core] [PATCH] kernel-fitimage: generate openssl RSA keys for signing fitimage

2020-09-21 Thread Usama Arif
On 21/09/2020 14:03, Richard Purdie wrote: On Tue, 2020-09-08 at 13:28 +0100, Usama Arif wrote: The keys are only generated if they dont exist. The key generation can be turned off by setting FIT_GENERATE_KEYS to "0". The default key length for private keys is 2048 and the default

Re: [OE-core] [PATCH] kernel-fitimage: generate openssl RSA keys for signing fitimage

2020-09-21 Thread Usama Arif
Hi, Just wanted to check if there were any review comments for this patch? Thanks, Usama On 08/09/2020 13:43, Usama Arif via lists.openembedded.org wrote: On 08/09/2020 13:28, Usama Arif wrote: The keys are only generated if they dont exist. The key generation can be turned off by setting

Re: [OE-core] [PATCH] kernel-fitimage: generate openssl RSA keys for signing fitimage

2020-09-08 Thread Usama Arif
On 08/09/2020 13:28, Usama Arif wrote: The keys are only generated if they dont exist. The key generation can be turned off by setting FIT_GENERATE_KEYS to "0". The default key length for private keys is 2048 and the default format for public key certificate is x.509. Signed-off

[OE-core] [PATCH] kernel-fitimage: generate openssl RSA keys for signing fitimage

2020-09-08 Thread Usama Arif
The keys are only generated if they dont exist. The key generation can be turned off by setting FIT_GENERATE_KEYS to "0". The default key length for private keys is 2048 and the default format for public key certificate is x.509. Signed-off-by: Usama Arif --- meta/clas

Re: [OE-core] [PATCH v2] kernel-fitimage: build configuration for image tree when dtb is not present

2020-08-10 Thread Usama Arif
On 07/08/2020 22:35, Richard Purdie wrote: On Thu, 2020-08-06 at 15:16 +0100, Usama Arif wrote: Hi, I had submitted patches for both the documentation of kernel-fitimage in yocto mega manual as well as test for kernel-gitimage in oeqa. Just wanted to check if there were any review comments

Re: [OE-core] [PATCH v2] kernel-fitimage: build configuration for image tree when dtb is not present

2020-08-06 Thread Usama Arif
Hi, I had submitted patches for both the documentation of kernel-fitimage in yocto mega manual as well as test for kernel-gitimage in oeqa. Just wanted to check if there were any review comments for this patch to progress? Thanks, Usama On 20/07/2020 18:18, Usama Arif via

Re: [OE-core] [PATCH] kernel-fitimage: build configuration for image tree when dtb is not present

2020-07-29 Thread Usama Arif
On 28/07/2020 11:19, Usama Arif wrote: On 27/07/2020 11:56, Richard Purdie wrote: On Mon, 2020-07-20 at 18:21 +0100, Usama Arif wrote: On 20/07/2020 08:41, Richard Purdie via lists.openembedded.org wrote: On Fri, 2020-07-17 at 15:19 +0100, Usama Arif wrote: This patch adds support for

Re: [OE-core] [PATCH] oeqa/selftest/imagefeatures: Add testcase for fitImage

2020-07-29 Thread Usama Arif
On 29/07/2020 15:41, Usama Arif wrote: This testcase generates the Image Tree Source and the corresponding fitImage containing a kernel and a ramdisk. It then checks if the these files exist and if the right fields are present in the right order in the Image Tree Source. Tested with: oe

[OE-core] [PATCH] oeqa/selftest/imagefeatures: Add testcase for fitImage

2020-07-29 Thread Usama Arif
imagefeatures.ImageFeatures.test_fit_image Signed-off-by: Usama Arif Cc: Richard Purdie --- meta/lib/oeqa/selftest/cases/imagefeatures.py | 74 +++ 1 file changed, 74 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/imagefeatures.py b/meta/lib/oeqa/selftest/cases/imagefeatures.py index dea519e6df

Re: [OE-core] [PATCH] kernel-fitimage: build configuration for image tree when dtb is not present

2020-07-28 Thread Usama Arif
On 27/07/2020 11:56, Richard Purdie wrote: On Mon, 2020-07-20 at 18:21 +0100, Usama Arif wrote: On 20/07/2020 08:41, Richard Purdie via lists.openembedded.org wrote: On Fri, 2020-07-17 at 15:19 +0100, Usama Arif wrote: This patch adds support for adding default config node even when dtb is

[OE-core] [PATCH v2] kernel-fitimage: build configuration for image tree when dtb is not present

2020-07-20 Thread Usama Arif
[Edited Message Follows] This patch adds support for adding configuration node even when dtb is not part of the FIT image. The conf and default node number are therefore changed to point to kernel ID rather than dtb ID when dtb does not exist. Signed-off-by: Usama Arif --- meta/classes/kernel

Re: [OE-core] [PATCH] kernel-fitimage: build configuration for image tree when dtb is not present

2020-07-20 Thread Usama Arif
On 20/07/2020 08:41, Richard Purdie via lists.openembedded.org wrote: On Fri, 2020-07-17 at 15:19 +0100, Usama Arif wrote: This patch adds support for adding default config node even when dtb is not part of the FIT image. The conf options are therefore changed to point to kernel ID rather

[OE-core] [PATCH v2] kernel-fitimage: build configuration for image tree when dtb is not present

2020-07-20 Thread Usama Arif
This patch adds support for adding configuration node even when dtb is not part of the FIT image. The conf and default node number are therefore changed to point to kernel ID rather than dtb ID when dtb does not exist. Change-Id: Ia5a2940d1d29ade1d9847c64327c2a582d51c123 Signed-off-by: Usama Arif

[OE-core] [PATCH] kernel-fitimage: build configuration for image tree when dtb is not present

2020-07-17 Thread Usama Arif
This patch adds support for adding default config node even when dtb is not part of the FIT image. The conf options are therefore changed to point to kernel ID rather than dtb ID when dtb does not exist. Signed-off-by: Usama Arif --- meta/classes/kernel-fitimage.bbclass | 14 -- 1

[OE-core] [PATCH] kernel-fitimage: build configuration for image tree when dtb is not present

2020-07-17 Thread Usama Arif
This patch adds support for adding default config node even when dtb is not part of the FIT image. The conf options are therefore changed to point to kernel ID rather than dtb ID when dtb does not exist. Signed-off-by: Usama Arif --- meta/classes/kernel-fitimage.bbclass | 14 -- 1