summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Katsnelson <ikatsnelson@vmem.com>2016-01-25 14:17:13 -0800
committerKhem Raj <raj.khem@gmail.com>2016-01-25 22:36:12 +0000
commitddd95023082016a88e49c9c01312ba6ef1028cec (patch)
treeed67caf26b3255902331588dc40b4eb05407fe66
parenta48e92a7d41344f7654e779d1140c6351cde2cab (diff)
downloadmeta-altera-ddd95023082016a88e49c9c01312ba6ef1028cec.tar.gz
u-boot,altera-ltsi-rt: Update to working SHA id
Fix the name of the machine in the comments for Arria10 Signed-off-by: Ilya Katsnelson <ikatsnelson@vmem.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/machine/arria10.conf2
-rwxr-xr-xrecipes-bsp/u-boot/u-boot-socfpga_2014.10.bb2
-rw-r--r--recipes-kernel/linux/linux-altera-ltsi-rt_3.10.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/arria10.conf b/conf/machine/arria10.conf
index 3bfcfe8..5cda0eb 100644
--- a/conf/machine/arria10.conf
+++ b/conf/machine/arria10.conf
@@ -1,5 +1,5 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@NAME: arria5 2#@NAME: arria10
3#@DESCRIPTION: Machine configuration for the Arria 10 SoC" 3#@DESCRIPTION: Machine configuration for the Arria 10 SoC"
4 4
5require conf/machine/include/socfpga.inc 5require conf/machine/include/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 cecd191..7ee2a5c 100755
--- a/recipes-bsp/u-boot/u-boot-socfpga_2014.10.bb
+++ b/recipes-bsp/u-boot/u-boot-socfpga_2014.10.bb
@@ -46,5 +46,5 @@ UBOOT_PROT ?= "https"
46SRC_URI = "${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH}" 46SRC_URI = "${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH}"
47 47
48#SoCEDS 15.1 release 48#SoCEDS 15.1 release
49SRCREV = "21d6a65d68d84efba88ff21ceae9bc8f2aa06857" 49SRCREV = "2c7fd1aac5f06ceea822c4d6a8af9ea2b11fdfd4"
50 50
diff --git a/recipes-kernel/linux/linux-altera-ltsi-rt_3.10.bb b/recipes-kernel/linux/linux-altera-ltsi-rt_3.10.bb
index 56dfb74..dfdf42c 100644
--- a/recipes-kernel/linux/linux-altera-ltsi-rt_3.10.bb
+++ b/recipes-kernel/linux/linux-altera-ltsi-rt_3.10.bb
@@ -1,7 +1,7 @@
1LINUX_VERSION = "3.10" 1LINUX_VERSION = "3.10"
2LINUX_VERSION_SUFFIX = "-ltsi-rt" 2LINUX_VERSION_SUFFIX = "-ltsi-rt"
3 3
4SRCREV = "ef8b7fee9f81be67c97e461aa138a1b066f5e0a4" 4SRCREV = "60a76aa2263ad809131c39181cc2c97c2949ecad"
5 5
6KERNEL_DEVICETREE_cyclone5 ?= "socfpga_cyclone5.dtb" 6KERNEL_DEVICETREE_cyclone5 ?= "socfpga_cyclone5.dtb"
7KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5.dtb" 7KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5.dtb"