Re: [OE-core] [PATCH] kernel-fitimage: uboot-sign: fix missing signature

2019-09-02 Thread Jun Nie
Hi Richard, Any concern on cherry-pick this patch to warrior-dev branch? Regards, Jun > > Jun Nie 于2019年7月25日周四 下午4:26写道: > > > > Jun Nie 于2019年7月10日周三 下午3:11写道: > > > > > > u-boot.bin with dtb & signature should be placed in ${B} so that > > > it can be deployed by u-boot as expected.

Re: [OE-core] [PATCH] kernel-fitimage: uboot-sign: fix missing signature

2019-08-07 Thread Jun Nie
Hi Richard, Any thoughts on cherry-pick this patch to warrior-dev branch? Jun Jun Nie 于2019年7月25日周四 下午4:26写道: > > Jun Nie 于2019年7月10日周三 下午3:11写道: > > > > u-boot.bin with dtb & signature should be placed in ${B} so that > > it can be deployed by u-boot as expected. Otherwise, the version > >

Re: [OE-core] [PATCH] kernel-fitimage: uboot-sign: fix missing signature

2019-07-25 Thread Jun Nie
Jun Nie 于2019年7月10日周三 下午3:11写道: > > u-boot.bin with dtb & signature should be placed in ${B} so that > it can be deployed by u-boot as expected. Otherwise, the version > without signature is installed. > > Signed-off-by: Jun Nie Hi Richard, Could you also help to cherry pick this patch to

Re: [OE-core] [PATCH] kernel-fitimage: uboot-sign: fix missing signature

2019-07-18 Thread Jun Nie
于2019年7月18日周四 下午8:33写道: > > On Thu, 2019-07-18 at 17:18 +0800, Jun Nie wrote: > > 于2019年7月17日周三 下午7:41写道: > > > On Wed, 2019-07-10 at 15:10 +0800, Jun Nie wrote: > > > > u-boot.bin with dtb & signature should be placed in ${B} so that > > > > it can be deployed by u-boot as expected. Otherwise,

Re: [OE-core] [PATCH] kernel-fitimage: uboot-sign: fix missing signature

2019-07-18 Thread richard . purdie
On Thu, 2019-07-18 at 17:18 +0800, Jun Nie wrote: > 于2019年7月17日周三 下午7:41写道: > > On Wed, 2019-07-10 at 15:10 +0800, Jun Nie wrote: > > > u-boot.bin with dtb & signature should be placed in ${B} so that > > > it can be deployed by u-boot as expected. Otherwise, the version > > > without signature

Re: [OE-core] [PATCH] kernel-fitimage: uboot-sign: fix missing signature

2019-07-18 Thread Jun Nie
于2019年7月17日周三 下午7:41写道: > > On Wed, 2019-07-10 at 15:10 +0800, Jun Nie wrote: > > u-boot.bin with dtb & signature should be placed in ${B} so that > > it can be deployed by u-boot as expected. Otherwise, the version > > without signature is installed. > > > > Signed-off-by: Jun Nie > > --- > >

Re: [OE-core] [PATCH] kernel-fitimage: uboot-sign: fix missing signature

2019-07-17 Thread richard . purdie
On Wed, 2019-07-10 at 15:10 +0800, Jun Nie wrote: > u-boot.bin with dtb & signature should be placed in ${B} so that > it can be deployed by u-boot as expected. Otherwise, the version > without signature is installed. > > Signed-off-by: Jun Nie > --- > meta/classes/uboot-sign.bbclass | 4 +++- >

Re: [OE-core] [PATCH] kernel-fitimage: uboot-sign: fix missing signature

2019-07-17 Thread Jun Nie
Jun Nie 于2019年7月10日周三 下午3:11写道: > > u-boot.bin with dtb & signature should be placed in ${B} so that > it can be deployed by u-boot as expected. Otherwise, the version > without signature is installed. > > Signed-off-by: Jun Nie Does anyone have opinion on this patch? Or suppose it can be

[OE-core] [PATCH] kernel-fitimage: uboot-sign: fix missing signature

2019-07-10 Thread Jun Nie
u-boot.bin with dtb & signature should be placed in ${B} so that it can be deployed by u-boot as expected. Otherwise, the version without signature is installed. Signed-off-by: Jun Nie --- meta/classes/uboot-sign.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git