diff options
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} -} |