Re: [yocto] [meta-raspberrypi][PATCH 2/3] u-boot-scr: Add recipe to create u-boot boot script

2016-07-13 Thread Andrei Gherzan
Hi Paul, On Mon, Jul 11, 2016 at 12:17:55AM +0100, Paul Barker wrote: > Upstream u-boot searches the boot partition for a script named 'boot.scr'. If > this file exists it is executed as a sequence of u-boot commands in order to > boot the system. This script must be compiled using the mkimage com

[yocto] [meta-raspberrypi][PATCH 2/3] u-boot-scr: Add recipe to create u-boot boot script

2016-07-10 Thread Paul Barker
Upstream u-boot searches the boot partition for a script named 'boot.scr'. If this file exists it is executed as a sequence of u-boot commands in order to boot the system. This script must be compiled using the mkimage command to ensure that it is understood by u-boot. Signed-off-by: Paul Barker