summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2018-02-15 13:48:08 -0800
committerKhem Raj <raj.khem@gmail.com>2018-02-26 18:33:46 -0800
commit559b3c92703b042a7b39fcbb43280e09e57d8e29 (patch)
tree4e3ba81e7049ed7a73b6425765f2045047f70f4e
parent5526a1b57a74b18a2901d1b452830f358e87ae47 (diff)
downloadmeta-altera-559b3c92703b042a7b39fcbb43280e09e57d8e29.tar.gz
add support for u-boot v2017.09
-> adds support for stratix10 -> Remove dependency on mkenvimage as this is not used Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
-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"