diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2016-11-02 15:24:51 +0100 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2016-11-02 15:24:51 +0100 |
commit | 23ac5169f1ae444d0ebaa064b4206c6de81631c6 (patch) | |
tree | dd8c4e99d876b86288f3cbc835bca7c583321fa7 /meta-agl-bsp/meta-renesas/recipes-bsp/u-boot/u-boot_2013.01.01.bbappend | |
parent | 9be59d935dce49e99a047b0e2f90b4d13568e7c6 (diff) |
Autoload uEnv.txt when agl-sota is enabled
Bug-AGL: SPEC-307
Change-Id: Ide9d4ba013c65cd8162d005006ffe59b0dacddcd
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'meta-agl-bsp/meta-renesas/recipes-bsp/u-boot/u-boot_2013.01.01.bbappend')
-rw-r--r-- | meta-agl-bsp/meta-renesas/recipes-bsp/u-boot/u-boot_2013.01.01.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-renesas/recipes-bsp/u-boot/u-boot_2013.01.01.bbappend b/meta-agl-bsp/meta-renesas/recipes-bsp/u-boot/u-boot_2013.01.01.bbappend new file mode 100644 index 000000000..ab77427fd --- /dev/null +++ b/meta-agl-bsp/meta-renesas/recipes-bsp/u-boot/u-boot_2013.01.01.bbappend @@ -0,0 +1,3 @@ +FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" + +SRC_URI_append_porter_sota = "file://0001-Autoload-uEnv.txt-on-boot.patch" |