Re: [OE-core] [PATCH V3 3/3] u-boot: introduce UBOOT_INITIAL_ENV

2020-06-01 Thread Ming Liu
Hi, Denys: To install fw_env.config or not is also optional, attempt to say that "ALLOW_EMPTY_${PN}-dev = "1"" is needed. Will send a V4 according to your other comments. //Ming Liu Denys Dmytriyenko 於 2020年5月29日 週五 下午10:11寫道: > On Thu, May 28, 2020 at 02:41:29PM +0200, Ming Liu wrote: > >

Re: [OE-core] [PATCH V3 3/3] u-boot: introduce UBOOT_INITIAL_ENV

2020-05-29 Thread Denys Dmytriyenko
On Thu, May 28, 2020 at 02:41:29PM +0200, Ming Liu wrote: > From: Ming Liu > > It defaults to ${PN}-initial-env, no functional changes with current > implementation, but this allows it to be changed in individual u-boot > recipes. > > If UBOOT_INITIAL_ENV is empty, then no initial env would be

[OE-core] [PATCH V3 3/3] u-boot: introduce UBOOT_INITIAL_ENV

2020-05-28 Thread Ming Liu
From: Ming Liu It defaults to ${PN}-initial-env, no functional changes with current implementation, but this allows it to be changed in individual u-boot recipes. If UBOOT_INITIAL_ENV is empty, then no initial env would be compiled/ installed/deployed, set ALLOW_EMPTY_${PN}-env = "1". The