From ddd95023082016a88e49c9c01312ba6ef1028cec Mon Sep 17 00:00:00 2001 From: Ilya Katsnelson Date: Mon, 25 Jan 2016 14:17:13 -0800 Subject: 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 Signed-off-by: Khem Raj --- conf/machine/arria10.conf | 2 +- recipes-bsp/u-boot/u-boot-socfpga_2014.10.bb | 2 +- recipes-kernel/linux/linux-altera-ltsi-rt_3.10.bb | 2 +- 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 @@ #@TYPE: Machine -#@NAME: arria5 +#@NAME: arria10 #@DESCRIPTION: Machine configuration for the Arria 10 SoC" require 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" SRC_URI = "${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH}" #SoCEDS 15.1 release -SRCREV = "21d6a65d68d84efba88ff21ceae9bc8f2aa06857" +SRCREV = "2c7fd1aac5f06ceea822c4d6a8af9ea2b11fdfd4" 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 @@ LINUX_VERSION = "3.10" LINUX_VERSION_SUFFIX = "-ltsi-rt" -SRCREV = "ef8b7fee9f81be67c97e461aa138a1b066f5e0a4" +SRCREV = "60a76aa2263ad809131c39181cc2c97c2949ecad" KERNEL_DEVICETREE_cyclone5 ?= "socfpga_cyclone5.dtb" KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5.dtb" -- cgit v1.2.3-54-g00ecf