]> code.ossystems Code Review - openembedded-core.git/commit
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 10:49:37 +0000 (11:49 +0100)
commit1506c40c93651356b9fe2f7184b5e26f99e22686
tree0fb725f9cf09b196fb47a1165aefefd49a172710
parent2c23d7ab913a636aa0ab6a6e899cf6211d1e2714
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"

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