summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2015-08-25 19:23:38 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-08-28 20:39:49 -0400
commit001cce1e78a293edd2d2e5f48eb9ebcd0ca9634c (patch)
treedfc316d57af1fd0bd963adea064a942c58cd78db
parent355915791b04110c55091422ae8c53b42f2dd140 (diff)
downloadmeta-ti-001cce1e78a293edd2d2e5f48eb9ebcd0ca9634c.tar.gz
linux-keystone: update to new version 3.10.72_15.08
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/linux/linux-keystone-rt_3.10.bb6
-rw-r--r--recipes-kernel/linux/linux-keystone_3.10.bb6
2 files changed, 6 insertions, 6 deletions
diff --git a/recipes-kernel/linux/linux-keystone-rt_3.10.bb b/recipes-kernel/linux/linux-keystone-rt_3.10.bb
index 51e18d30..b914c52c 100644
--- a/recipes-kernel/linux/linux-keystone-rt_3.10.bb
+++ b/recipes-kernel/linux/linux-keystone-rt_3.10.bb
@@ -10,7 +10,7 @@ inherit kernel
10require recipes-kernel/linux/linux-dtb.inc 10require recipes-kernel/linux/linux-dtb.inc
11require recipes-kernel/linux/setup-defconfig.inc 11require recipes-kernel/linux/setup-defconfig.inc
12 12
13MACHINE_KERNEL_PR_append = "d" 13MACHINE_KERNEL_PR_append = "e"
14PR = "${MACHINE_KERNEL_PR}" 14PR = "${MACHINE_KERNEL_PR}"
15 15
16KERNEL_DEVICETREE_k2hk-evm = "k2hk-evm.dtb" 16KERNEL_DEVICETREE_k2hk-evm = "k2hk-evm.dtb"
@@ -19,8 +19,8 @@ KERNEL_DEVICETREE_k2l-evm = "k2l-evm.dtb"
19 19
20KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" 20KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
21 21
22#This commit corresponds to "K2_RT_LINUX_03.10.72_15.##" 22#This commit corresponds to "K2_RT_LINUX_03.10.72_15.08"
23SRCREV = "d607d75a2de99b3723cf9a2ba56f839debbee3c8" 23SRCREV = "dfe5ac2e9d7dba93fad48ca761933503dbdecae2"
24PV = "3.10.72+git${SRCPV}" 24PV = "3.10.72+git${SRCPV}"
25 25
26BRANCH = "v3.10.72/master-rt" 26BRANCH = "v3.10.72/master-rt"
diff --git a/recipes-kernel/linux/linux-keystone_3.10.bb b/recipes-kernel/linux/linux-keystone_3.10.bb
index 01573cab..85eecb6b 100644
--- a/recipes-kernel/linux/linux-keystone_3.10.bb
+++ b/recipes-kernel/linux/linux-keystone_3.10.bb
@@ -10,7 +10,7 @@ inherit kernel
10require recipes-kernel/linux/linux-dtb.inc 10require recipes-kernel/linux/linux-dtb.inc
11require recipes-kernel/linux/setup-defconfig.inc 11require recipes-kernel/linux/setup-defconfig.inc
12 12
13MACHINE_KERNEL_PR_append = "d" 13MACHINE_KERNEL_PR_append = "e"
14PR = "${MACHINE_KERNEL_PR}" 14PR = "${MACHINE_KERNEL_PR}"
15 15
16KERNEL_DEVICETREE_k2hk-evm = "k2hk-evm.dtb" 16KERNEL_DEVICETREE_k2hk-evm = "k2hk-evm.dtb"
@@ -19,8 +19,8 @@ KERNEL_DEVICETREE_k2l-evm = "k2l-evm.dtb"
19 19
20KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" 20KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
21 21
22#This commit corresponds to "K2_LINUX_03.10.72_15.##" 22#This commit corresponds to "K2_LINUX_03.10.72_15.08"
23SRCREV = "b9bad8fccc5f9c6bcd78363982b3249a15f193fb" 23SRCREV = "ca334dedb5c234b1602d991d9b330360a5bc97ad"
24PV = "3.10.72+git${SRCPV}" 24PV = "3.10.72+git${SRCPV}"
25 25
26BRANCH = "v3.10.72/master" 26BRANCH = "v3.10.72/master"