summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga_v2017.09.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2017.09.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2017.09.bb
new file mode 100644
index 0000000..0eca020
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-socfpga_v2017.09.bb
@@ -0,0 +1,15 @@
1require u-boot-socfpga-common.inc
2require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
3
4FILESEXTRAPATHS =. "${THISDIR}/files/v2017.09:"
5
6SRCREV = "c98ac3487e413c71e5d36322ef3324b21c6f60f9"
7
8# Stratix10 is not mainlined yet
9SRCREV_stratix10 = "17db5346b50262fb7f5aadc92de92c6a43d30226"
10SRC_URI_stratix10 = "git://github.com/altera-opensource/u-boot-socfpga.git;branch=socfpga_v2017.09;prot=https"
11
12SRC_URI_append = "\
13 "
14
15DEPENDS += "dtc-native bc-native u-boot-mkimage-native"