summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-socfpga_v2013.01.01.bb
blob: 449f6c33ded3b37af0075f5c6b99cd6288204ea7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
PR="r1"

SRCREV = "95ab599e1ad7840e08be0aa567eea3fca357572f"

UBOOT_BRANCH ?= "socfpga_${PV}"
UBOOT_REPO ?= "git://github.com/altera-opensource/u-boot-socfpga.git"
UBOOT_PROT ?= "https"

SRC_URI = "\
	${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH} \
	file://fix-build-error-under-gcc6.patch \
	"

LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://README;md5=176c127db28f1a9e8d88f682a2a34963"

DEPENDS += "dtc-native"

UBOOT_CONFIG[cyclone5-socdk] = "socfpga_cyclone5_config"

SPL_BINARY_cyclone5 = "spl/u-boot-spl.bin"                                    
SPL_BINARY_arria5 = "spl/u-boot-spl.bin"