summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2019-02-22 14:22:10 +0000
committerKhem Raj <raj.khem@gmail.com>2019-02-25 10:31:32 -0800
commit1fd52efc7b02bbd34729b34ed61ac6c78471f1c5 (patch)
tree11bbbe1645114ec7010c0947cede45abede2651f /recipes-bsp
parent3f860667f638bbb657089f6a59a4921aba6d37a2 (diff)
downloadmeta-altera-1fd52efc7b02bbd34729b34ed61ac6c78471f1c5.tar.gz
u-boot: update cyclone5 u-boot to v2019.01
This commit updates the cyclone5 machine with the U-Boot v2019.01 Note, that the License file in this version is updated, therefore the License checksum differs from all previous releases here. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga_v2019.01.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2019.01.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2019.01.bb
new file mode 100644
index 0000000..d3c80e7
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-socfpga_v2019.01.bb
@@ -0,0 +1,14 @@
1require u-boot-socfpga-common.inc
2require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
3
4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
6
7FILESEXTRAPATHS =. "${THISDIR}/files/v2019.01:"
8
9SRCREV = "d3689267f92c5956e09cc7d1baa4700141662bff"
10
11SRC_URI_append = "\
12 "
13
14DEPENDS += "dtc-native bc-native bison-native u-boot-mkimage-native"