Re: [OE-core] [PATCH] u-boot: Provide tasks to generate default U-Boot environment(s) images

2019-07-11 Thread Lukasz Majewski
Hi, > On 7/9/19 7:20 AM, Lukasz Majewski wrote: > > This change provides tasks to generate default U-Boot environment > > images from built U-Boot (via. get_default_envs.sh script). > > > > Those images then can be used to generate wic images (with e.g. > > eMMC layout). With such approach the

Re: [OE-core] [PATCH] u-boot: Provide tasks to generate default U-Boot environment(s) images

2019-07-10 Thread akuster808
On 7/9/19 7:20 AM, Lukasz Majewski wrote: > This change provides tasks to generate default U-Boot environment images > from built U-Boot (via. get_default_envs.sh script). > > Those images then can be used to generate wic images (with e.g. eMMC layout). > With such approach the end user doesn't

Re: [OE-core] [PATCH] u-boot: Provide tasks to generate default U-Boot environment(s) images

2019-07-10 Thread Lukasz Majewski
Hi Richard, > On Tue, 2019-07-09 at 16:20 +0200, Lukasz Majewski wrote: > > This change provides tasks to generate default U-Boot environment > > images from built U-Boot (via. get_default_envs.sh script). > > > > Those images then can be used to generate wic images (with e.g. > > eMMC layout).

Re: [OE-core] [PATCH] u-boot: Provide tasks to generate default U-Boot environment(s) images

2019-07-10 Thread Richard Purdie
On Tue, 2019-07-09 at 16:20 +0200, Lukasz Majewski wrote: > This change provides tasks to generate default U-Boot environment images > from built U-Boot (via. get_default_envs.sh script). > > Those images then can be used to generate wic images (with e.g. eMMC layout). > With such approach the

[OE-core] [PATCH] u-boot: Provide tasks to generate default U-Boot environment(s) images

2019-07-09 Thread Lukasz Majewski
This change provides tasks to generate default U-Boot environment images from built U-Boot (via. get_default_envs.sh script). Those images then can be used to generate wic images (with e.g. eMMC layout). With such approach the end user doesn't see the "CRC environment" error after the first boot.