diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2019-02-22 14:22:10 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-02-26 07:17:59 -0800 |
commit | f07030bb6ff2062031e06efe9831b76c7250b32e (patch) | |
tree | 11bbbe1645114ec7010c0947cede45abede2651f | |
parent | d71fbf79e2d369ddf801308f6676b9e3dc811e0f (diff) | |
download | meta-altera-f07030bb6ff2062031e06efe9831b76c7250b32e.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>
-rw-r--r-- | conf/machine/cyclone5.conf | 2 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-socfpga_v2019.01.bb | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/conf/machine/cyclone5.conf b/conf/machine/cyclone5.conf index 7210566..4005b9d 100644 --- a/conf/machine/cyclone5.conf +++ b/conf/machine/cyclone5.conf | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | require conf/machine/include/socfpga.inc | 5 | require conf/machine/include/socfpga.inc |
6 | 6 | ||
7 | PREFERRED_VERSION_u-boot-socfpga ?= "v2018.05%" | 7 | PREFERRED_VERSION_u-boot-socfpga ?= "v2019.01%" |
8 | 8 | ||
9 | UBOOT_CONFIG ??= "cyclone5-socdk" | 9 | UBOOT_CONFIG ??= "cyclone5-socdk" |
10 | 10 | ||
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 @@ | |||
1 | require u-boot-socfpga-common.inc | ||
2 | require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc | ||
3 | |||
4 | LICENSE = "GPLv2+" | ||
5 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" | ||
6 | |||
7 | FILESEXTRAPATHS =. "${THISDIR}/files/v2019.01:" | ||
8 | |||
9 | SRCREV = "d3689267f92c5956e09cc7d1baa4700141662bff" | ||
10 | |||
11 | SRC_URI_append = "\ | ||
12 | " | ||
13 | |||
14 | DEPENDS += "dtc-native bc-native bison-native u-boot-mkimage-native" | ||