summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-socfpga_v2017.07.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-socfpga_v2017.07.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga_v2017.07.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2017.07.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2017.07.bb
new file mode 100644
index 0000000..635acee
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-socfpga_v2017.07.bb
@@ -0,0 +1,17 @@
1require u-boot-socfpga-common.inc
2require u-boot-socfpga-env.inc
3require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
4
5FILESEXTRAPATHS =. "${THISDIR}/files/v2017.07:"
6
7# This revision corresponds to the tag "v2017.07"
8# We use the revision in order to avoid having to fetch it from the
9# repo during parse
10SRCREV = "d85ca029f257b53a96da6c2fb421e78a003a9943"
11
12SRC_URI_append = "\
13 file://de0-nano-soc.env \
14 file://cyclone5-socdk.env \
15 "
16
17DEPENDS += "dtc-native bc-native u-boot-mkimage-native"