diff options
-rw-r--r-- | recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb new file mode 100644 index 0000000..9f0e176 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | require u-boot-socfpga-common.inc | ||
2 | require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc | ||
3 | |||
4 | FILESEXTRAPATHS =. "${THISDIR}/files/v2018.05:" | ||
5 | |||
6 | SRCREV = "890e79f2b1c26c5ba1a86d179706348aec7feef7" | ||
7 | |||
8 | SRC_URI_append = "\ | ||
9 | " | ||
10 | |||
11 | # Some versions of u-boot use .bin and others use .img. | ||
12 | # By default we use .sfp as this is what is generated | ||
13 | # for Cyclone V by the U-Boot. | ||
14 | UBOOT_SUFFIX = "sfp" | ||
15 | UBOOT_BINARY = "u-boot-with-spl.${UBOOT_SUFFIX}" | ||
16 | |||
17 | UBOOT_MAKE_TARGET ?= "all" | ||
18 | |||
19 | DEPENDS += "dtc-native bc-native u-boot-mkimage-native" | ||