diff options
author | Ash Charles <ashcharles@gmail.com> | 2014-06-24 13:10:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-25 13:51:46 +0100 |
commit | 02a6b7b205bb928b778b88a17e7c86bcbc74b069 (patch) | |
tree | 06c19fca59f3fa812885f77b6a1bdd3b6fe4af16 /meta/recipes-devtools/e2fsprogs | |
parent | f3d2e32a144ae10705db8cfdb945661f04222eae (diff) | |
download | poky-02a6b7b205bb928b778b88a17e7c86bcbc74b069.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs')
0 files changed, 0 insertions, 0 deletions