summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-03-26 07:46:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-26 17:50:09 +0000
commit16c25604211eb778af38a6436df982e58fb91599 (patch)
tree983a2a157e5b9a35908e22162b0721d7bbe0e14c /meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
parent0a81ed273755bade5a2e3f482b8716346184369a (diff)
downloadpoky-16c25604211eb778af38a6436df982e58fb91599.tar.gz
linux-yocto/3.4: import v3.4.36 -stable fixes
Updating the 3.4 tree to import the korg -stable fixes for v3.4.36. (From OE-Core rev: 19d77ddf6c5d7822b757342a4e41ea68403889c3) 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-tiny_3.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
index 6c37b5764a..4b6b4a015e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb
@@ -8,12 +8,12 @@ KBRANCH = "${KBRANCH_DEFAULT}"
8LINUX_KERNEL_TYPE = "tiny" 8LINUX_KERNEL_TYPE = "tiny"
9KCONFIG_MODE = "--allnoconfig" 9KCONFIG_MODE = "--allnoconfig"
10 10
11LINUX_VERSION ?= "3.4.34" 11LINUX_VERSION ?= "3.4.36"
12 12
13KMETA = "meta" 13KMETA = "meta"
14 14
15SRCREV_machine ?= "840bb8c059418c4753415df56c9aff1c0d5354c8" 15SRCREV_machine ?= "c994390cfa28339cbc1ec3b56eeec83a5fa75bb7"
16SRCREV_meta ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993" 16SRCREV_meta ?= "80b4b5110dca5184b57e85f1e775fb006a2e85ad"
17 17
18PR = "${INC_PR}.0" 18PR = "${INC_PR}.0"
19PV = "${LINUX_VERSION}+git${SRCPV}" 19PV = "${LINUX_VERSION}+git${SRCPV}"