summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb
new file mode 100644
index 0000000..9f0e176
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb
@@ -0,0 +1,19 @@
1require u-boot-socfpga-common.inc
2require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
3
4FILESEXTRAPATHS =. "${THISDIR}/files/v2018.05:"
5
6SRCREV = "890e79f2b1c26c5ba1a86d179706348aec7feef7"
7
8SRC_URI_append = "\
9 "
10
11# Some versions of u-boot use .bin and others use .img.
12# By default we use .sfp as this is what is generated
13# for Cyclone V by the U-Boot.
14UBOOT_SUFFIX = "sfp"
15UBOOT_BINARY = "u-boot-with-spl.${UBOOT_SUFFIX}"
16
17UBOOT_MAKE_TARGET ?= "all"
18
19DEPENDS += "dtc-native bc-native u-boot-mkimage-native"