diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2019-01-07 13:39:27 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-02-25 10:31:32 -0800 |
commit | 2c0fc7caf2b20853c51a42dcf9aa540b7399d919 (patch) | |
tree | 0a8cd280de6e384d9fc99a759609d9af1e10bc4b | |
parent | 5bce41cfe18ab8049a5200d0faadbf3c5a1807e3 (diff) | |
download | meta-altera-2c0fc7caf2b20853c51a42dcf9aa540b7399d919.tar.gz |
u-boot: Upgrade CV u-boot to 2018.05
This update resolves the build issue for Yocto 2.6 (Thud),
as it uses the version of U-Boot which has a build conflict
of libfdt-devel resolved.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
-rw-r--r-- | conf/machine/cyclone5.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/cyclone5.conf b/conf/machine/cyclone5.conf index ab5e8c3..164c108 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 ?= "v2017.09%" | 7 | PREFERRED_VERSION_u-boot-socfpga ?= "v2018.05%" |
8 | 8 | ||
9 | UBOOT_CONFIG ??= "cyclone5-socdk" | 9 | UBOOT_CONFIG ??= "cyclone5-socdk" |
10 | 10 | ||