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 > &

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 expe

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 che

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

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. &g

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

[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 --g

[OE-core] make-mod-scripts: Add nostamp flag on configure task

2019-06-05 Thread Jun Nie
Sorry for start a new mail for I just register to mail list and cannot reply original mail. Maybe below change to meta/classes/kernel.bbclass is acceptable because rebuild of make-mod-scripts is triggered only when kernel is already cleaned for this case. do_clean[depends] += "make-mod-scripts:do