diff options
author | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2018-10-01 04:58:13 -0400 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xv@renesas.com> | 2018-10-29 13:41:32 +0700 |
commit | cb22fb911c59a24b40fa309cd2e633a17be4fdab (patch) | |
tree | fdf29a461de7819a81c4d34748c833fbdc4696f8 /meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb | |
parent | a74f60eaa225e0729234522582681d8c63abdc63 (diff) |
rcar-gen3: u-boot: Backport u-boot v2018.09 upstream
This commit backports u-boot v2018.09 upstream to Yv3.13.0.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb deleted file mode 100644 index d65bd23..0000000 --- a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb +++ /dev/null @@ -1,28 +0,0 @@ -require recipes-bsp/u-boot/u-boot-common_${PV}.inc -require recipes-bsp/u-boot/u-boot.inc -require include/uboot-control.inc - -DEPENDS += "dtc-native" - -UBOOT_URL = "git://github.com/renesas-rcar/u-boot.git" -BRANCH = "v2015.04/rcar-3.7.2" - -SRC_URI = "${UBOOT_URL};branch=${BRANCH}" -SRCREV = "4ffb597708d47828ebe6df708368633a9eaed5f9" - -PV = "v2015.04+git${SRCPV}" - -# Add u-boot options for H3 -EXTRA_OEMAKE_append_r8a7795 = " ${@get_uboot_config_opt(d)}" - -UBOOT_SREC ?= "u-boot-elf.srec" -UBOOT_SREC_IMAGE ?= "u-boot-elf-${MACHINE}-${PV}-${PR}.srec" -UBOOT_SREC_SYMLINK ?= "u-boot-elf-${MACHINE}.srec" - -do_deploy_append() { - install -m 644 ${B}/${UBOOT_SREC} ${DEPLOYDIR}/${UBOOT_SREC_IMAGE} - cd ${DEPLOYDIR} - rm -f ${UBOOT_SREC} ${UBOOT_SREC_SYMLINK} - ln -sf ${UBOOT_SREC_IMAGE} ${UBOOT_SREC_SYMLINK} - ln -sf ${UBOOT_SREC_IMAGE} ${UBOOT_SREC} -} |