summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-socfpga_v2014.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-socfpga_v2014.10.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga_v2014.10.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2014.10.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2014.10.bb
index 5c82261..7804080 100644
--- a/recipes-bsp/u-boot/u-boot-socfpga_v2014.10.bb
+++ b/recipes-bsp/u-boot/u-boot-socfpga_v2014.10.bb
@@ -7,7 +7,10 @@ UBOOT_BRANCH ?= "socfpga_${PV}_arria10_bringup"
7UBOOT_REPO ?= "git://github.com/altera-opensource/u-boot-socfpga.git" 7UBOOT_REPO ?= "git://github.com/altera-opensource/u-boot-socfpga.git"
8UBOOT_PROT ?= "https" 8UBOOT_PROT ?= "https"
9 9
10SRC_URI = "${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH}" 10SRC_URI = "\
11 ${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH} \
12 file://v2014.10/fix-build-error-under-gcc6.patch \
13 "
11 14
12LICENSE = "GPLv2+" 15LICENSE = "GPLv2+"
13LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" 16LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919"