diff options
author | Anton Gerasimov <tossel@gmail.com> | 2018-09-05 15:17:45 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-11-30 19:31:41 +0000 |
commit | c2b2edbd68d2074a8c9010dd6270ebdeef763375 (patch) | |
tree | a405b927c45ab41dfedad0bf41cef2ec7e852be4 /meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend | |
parent | f6585ce144bee5cc847990408366104984c73826 (diff) |
Enable agl-sota for h3ulcb
Change-Id: I3c2d0df6e3afd4aa0671261f7d143ac15d88a836
Signed-off-by: Anton Gerasimov <tossel@gmail.com>
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend')
-rw-r--r-- | meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend index 6f30fa18e..f6271908f 100644 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bbappend @@ -4,6 +4,13 @@ SRC_URI_append = " \ file://0001-fixup-build-with-gcc7.patch \ " +# Config names have changed in mainline u-boot since 2015.04, +# here we want to use the old ones. +UBOOT_MACHINE = "${BOARD_NAME}_defconfig" + +# Also override the override +UBOOT_MACHINE_sota = "${BOARD_NAME}_defconfig" + do_deploy_prepend() { ln -sf ${B}/${UBOOT_SREC} ${S}/${UBOOT_SREC} } |