summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2019-01-07 13:36:09 +0000
committerKhem Raj <raj.khem@gmail.com>2019-02-25 10:31:32 -0800
commit5bce41cfe18ab8049a5200d0faadbf3c5a1807e3 (patch)
treecc019f199c06343d29a99d2f0d5173228e39f9a5 /recipes-bsp
parente1e47723d3ba4e87cfadbffbf5df8d7a253d8186 (diff)
downloadmeta-altera-5bce41cfe18ab8049a5200d0faadbf3c5a1807e3.tar.gz
u-boot: add u-boot 2018.05
This version does not have a conflict with libfdt-devel package and therefore successfully builds for Yocto 2.6 Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga_v2018.05.bb19
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 @@
1require u-boot-socfpga-common.inc
2require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
3
4FILESEXTRAPATHS =. "${THISDIR}/files/v2018.05:"
5
6SRCREV = "890e79f2b1c26c5ba1a86d179706348aec7feef7"
7
8SRC_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.
14UBOOT_SUFFIX = "sfp"
15UBOOT_BINARY = "u-boot-with-spl.${UBOOT_SUFFIX}"
16
17UBOOT_MAKE_TARGET ?= "all"
18
19DEPENDS += "dtc-native bc-native u-boot-mkimage-native"