summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2015-11-13 09:23:30 -0800
committerDalon Westergreen <dwesterg@gmail.com>2015-11-13 09:23:30 -0800
commita70aac4f9859549ae2f5984d5b02dfd3f1f29289 (patch)
tree80f5b589a310a8df8f5fda4fae273ec99bd6a89d
parente076d4fce2036d4c67ba4637ed4e43d5d5552603 (diff)
downloadmeta-altera-a70aac4f9859549ae2f5984d5b02dfd3f1f29289.tar.gz
Set Arria10 and Arria5/Cyclone5 uboot SRCREV to SoCEDS 15.1 release versions
-rwxr-xr-xrecipes-bsp/u-boot/u-boot-socfpga_2013.01.01.bb3
-rwxr-xr-xrecipes-bsp/u-boot/u-boot-socfpga_2014.10.bb3
2 files changed, 5 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_2013.01.01.bb b/recipes-bsp/u-boot/u-boot-socfpga_2013.01.01.bb
index 1beca44..f2f4328 100755
--- a/recipes-bsp/u-boot/u-boot-socfpga_2013.01.01.bb
+++ b/recipes-bsp/u-boot/u-boot-socfpga_2013.01.01.bb
@@ -1 +1,4 @@
1# SoCEDS 15.1 u-Boot release
2UBOOT_TAG = "353283b6e75eabdcc48dadf08507b4b86c229d78"
3
1require u-boot-socfpga.inc 4require 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 1700404..cecd191 100755
--- a/recipes-bsp/u-boot/u-boot-socfpga_2014.10.bb
+++ b/recipes-bsp/u-boot/u-boot-socfpga_2014.10.bb
@@ -45,5 +45,6 @@ UBOOT_PROT ?= "https"
45 45
46SRC_URI = "${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH}" 46SRC_URI = "${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH}"
47 47
48SRCREV = "${AUTOREV}" 48#SoCEDS 15.1 release
49SRCREV = "21d6a65d68d84efba88ff21ceae9bc8f2aa06857"
49 50