summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/cyclone5.conf2
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga_v2019.01.bb14
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
5require conf/machine/include/socfpga.inc 5require conf/machine/include/socfpga.inc
6 6
7PREFERRED_VERSION_u-boot-socfpga ?= "v2018.05%" 7PREFERRED_VERSION_u-boot-socfpga ?= "v2019.01%"
8 8
9UBOOT_CONFIG ??= "cyclone5-socdk" 9UBOOT_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 @@
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"