summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/arria5.conf2
-rw-r--r--conf/machine/cyclone5.conf2
-rw-r--r--[-rwxr-xr-x]recipes-bsp/u-boot/u-boot-socfpga.inc0
-rw-r--r--[-rwxr-xr-x]recipes-bsp/u-boot/u-boot-socfpga_2014.10.bb0
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga_2016.05.bb (renamed from recipes-bsp/u-boot/u-boot-socfpga_2016.03.bb)6
5 files changed, 5 insertions, 5 deletions
diff --git a/conf/machine/arria5.conf b/conf/machine/arria5.conf
index 32893e3..1cf893f 100644
--- a/conf/machine/arria5.conf
+++ b/conf/machine/arria5.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 ?= "2016.03%" 7PREFERRED_VERSION_u-boot-socfpga ?= "2016.05%"
8 8
9UBOOT_CONFIG ??= "arria5-socdk" 9UBOOT_CONFIG ??= "arria5-socdk"
10 10
diff --git a/conf/machine/cyclone5.conf b/conf/machine/cyclone5.conf
index 2307f3b..d28fbe7 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 ?= "2016.03%" 7PREFERRED_VERSION_u-boot-socfpga ?= "2016.05%"
8 8
9UBOOT_CONFIG ??= "cyclone5-socdk" 9UBOOT_CONFIG ??= "cyclone5-socdk"
10 10
diff --git a/recipes-bsp/u-boot/u-boot-socfpga.inc b/recipes-bsp/u-boot/u-boot-socfpga.inc
index 39d9343..39d9343 100755..100644
--- a/recipes-bsp/u-boot/u-boot-socfpga.inc
+++ b/recipes-bsp/u-boot/u-boot-socfpga.inc
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_2014.10.bb b/recipes-bsp/u-boot/u-boot-socfpga_2014.10.bb
index 7ee2a5c..7ee2a5c 100755..100644
--- a/recipes-bsp/u-boot/u-boot-socfpga_2014.10.bb
+++ b/recipes-bsp/u-boot/u-boot-socfpga_2014.10.bb
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_2016.03.bb b/recipes-bsp/u-boot/u-boot-socfpga_2016.05.bb
index 55f143e..fdf0320 100644
--- a/recipes-bsp/u-boot/u-boot-socfpga_2016.03.bb
+++ b/recipes-bsp/u-boot/u-boot-socfpga_2016.05.bb
@@ -1,12 +1,12 @@
1require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc 1require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
2 2
3# This revision is the v2016.03 release 3# This revision is the v2016.05 release
4SRCREV = "df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa" 4SRCREV = "aeaec0e682f45b9e0c62c522fafea353931f73ed"
5 5
6LICENSE = "GPLv2+" 6LICENSE = "GPLv2+"
7LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" 7LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
8 8
9PV = "2016.03" 9PV = "2016.05"
10PV_append = "+git${SRCPV}" 10PV_append = "+git${SRCPV}"
11 11
12DEPENDS += "dtc-native" 12DEPENDS += "dtc-native"