summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-12-10 05:49:42 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-28 09:07:00 +0000
commit1e216c8087197fd9e577038322fa6689188493e3 (patch)
tree8768a348256d1018a555d09a70f3a5bb99c4ec4b /meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
parenta67b95ade2b0821d5d6b9667d366c0f64232d89d (diff)
downloadpoky-1e216c8087197fd9e577038322fa6689188493e3.tar.gz
linux-yocto/3.14: update to v3.14.4
Bumping the 3.14 recipes to the latest korg -stable release. (From OE-Core rev: 5c0088767a59c63d2197b54450a54578fa10fa07) (From OE-Core rev: 9a63b30c4ab41dee1c4c5a0d2a4053d29902db3c) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
index c7b74d661d..a8e344728d 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb
@@ -3,13 +3,13 @@ require recipes-kernel/linux/linux-yocto.inc
3KBRANCH = "standard/preempt-rt/base" 3KBRANCH = "standard/preempt-rt/base"
4KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" 4KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
5 5
6SRCREV_machine ?= "c88f5ec9b328da501be970b814fbc9cc4a09fa4f" 6SRCREV_machine ?= "00343b1573f3392688ddceac0b3da0d307ab81b9"
7SRCREV_machine_qemuppc ?= "05629993752031b9de3f4792cfbd98caf60593da" 7SRCREV_machine_qemuppc ?= "c7eae6cfd7bbe69d2340c6fd6bf35fbca88706c4"
8SRCREV_meta ?= "4df1e2ed992adeac4da60ad5118d0237e8cb88df" 8SRCREV_meta ?= "6fe191e807c9f6f3df57a72c5fc2ffb147f3129a"
9 9
10SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" 10SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
11 11
12LINUX_VERSION ?= "3.14.2" 12LINUX_VERSION ?= "3.14.4"
13 13
14PV = "${LINUX_VERSION}+git${SRCPV}" 14PV = "${LINUX_VERSION}+git${SRCPV}"
15 15