On Mon, Jul 6, 2015 at 10:44 AM, Daiane Angolini
<[email protected]> wrote:
> Set the default value for IMAGE_BOOTLOADER explicitly instead of override it 
> to
> be clean.
>
> WaRP use eMMC boot partition by default and the u-boot inside .sdcard image
> does not override it. However, building u-boot binary anyway in order to 
> provide
> a binary to be used if an update is needed see how-to override eMMC boot
> partition on the following link
>  http://git.denx.de/?p=u-boot.git;a=blob;f=board/warp/README
>
> It is only changed back to default value to ease u-boot manual update for the
> user.
>
> Signed-off-by: Daiane Angolini <[email protected]>

The way the sdcard image has been designed, it will write the u-boot
in  the beginning of the .sdcard image file. The WaRP ignores it (as
it uses eMMC bootpart) and thus this is confusing.

Instead, I think we could add:

EXTRA_IMAGEDEPENDS += "u-boot"

So it does not write it in the .sdcard image.

What do you think?

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
-- 
_______________________________________________
meta-freescale mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to