summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-socfpga_v2017.07.bb
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2017-08-25 13:35:43 -0700
committerKhem Raj <raj.khem@gmail.com>2017-08-28 21:46:38 -0700
commitd4bbb7ef016eab4ab04c3e794dfe6f4276196c66 (patch)
tree030b277f8c1542ebe520f8a66e822a9b089c76ee /recipes-bsp/u-boot/u-boot-socfpga_v2017.07.bb
parent37ca0f7ab398e2e5bc61bd163b0bc16df535160f (diff)
downloadmeta-altera-d4bbb7ef016eab4ab04c3e794dfe6f4276196c66.tar.gz
Add support for v2017.07 u-boot
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
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"