diff options
-rw-r--r-- | recipes-bsp/u-boot/u-boot-socfpga_v2017.09.bb | 15 |
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 @@ | |||
1 | require u-boot-socfpga-common.inc | ||
2 | require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc | ||
3 | |||
4 | FILESEXTRAPATHS =. "${THISDIR}/files/v2017.09:" | ||
5 | |||
6 | SRCREV = "c98ac3487e413c71e5d36322ef3324b21c6f60f9" | ||
7 | |||
8 | # Stratix10 is not mainlined yet | ||
9 | SRCREV_stratix10 = "17db5346b50262fb7f5aadc92de92c6a43d30226" | ||
10 | SRC_URI_stratix10 = "git://github.com/altera-opensource/u-boot-socfpga.git;branch=socfpga_v2017.09;prot=https" | ||
11 | |||
12 | SRC_URI_append = "\ | ||
13 | " | ||
14 | |||
15 | DEPENDS += "dtc-native bc-native u-boot-mkimage-native" | ||