u-boot: Optionally deploy an environment or script file
authorAsh Charles <ashcharles@gmail.com>
Tue, 24 Jun 2014 20:10:18 +0000 (13:10 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 25 Jun 2014 12:51:46 +0000 (13:51 +0100)
commit87659d99c58aa79178cf4e942e207fbfad24fb22
tree533723f83fc39e4eab9bf94ad89114c44f47a765
parent8a040684bd77069f2a671fc74742548cb862a960
u-boot: Optionally deploy an environment or script file

Some boards are configured to read a script or environment file as part
of the u-boot boot sequence.  This file, typically called 'uEnv.txt' or
'boot.scr', would be deployed alongside the u-boot binary.  If a recipe
uses this u-boot.inc, such a file can be deployed by setting the optional
UBOOT_ENV parameter and including the file in the SRC_URI.  For example:

    SRC_URI_append_overo = "file://uEnv.txt"
    UBOOT_ENV_overo = "uEnv"

(From OE-Core rev: 1506c40c93651356b9fe2f7184b5e26f99e22686)

Signed-off-by: Ash Charles <ashcharles@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/u-boot/u-boot.inc