summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-11-13 15:52:12 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-20 15:31:51 +0000
commit23216772899709c840130d46a9700d0ba5e76793 (patch)
tree479e19026dfd525f2c8e2cdf31eba2d2575ed0ee /meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb
parent04caf88ec3d271712146c435d84dbeefb9cf0834 (diff)
downloadpoky-23216772899709c840130d46a9700d0ba5e76793.tar.gz
linux-yocto/3.2: update to v3.2.32 and 3.2.32-rt48
The 3.2 kernel was lagging behind on kernel.org -stable and -rt updates. Even though no 1.3 BSPs directly use this kernel, it should be updated for those that may use it. Sanity test on qemu* for -rt and standard builds. (From OE-Core rev: 7ad1c853e252bea024043dc79d89405178393c09) 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.2.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb
index 2bd7eee2b6..00f706b002 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.2.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.2.18" 11LINUX_VERSION ?= "3.2.32"
12 12
13KMETA = "meta" 13KMETA = "meta"
14 14
15SRCREV_machine ?= "da6291c46f37e2fb799d964c807d8d57ea89c375" 15SRCREV_machine ?= "c07ec7159c3ede723953b0d603a7bb55d8614b44"
16SRCREV_meta ?= "486f7aec824b4127e91ef53228823e996b3696f0" 16SRCREV_meta ?= "e7f2fdc48f8808887175f0328274a2668084738c"
17 17
18PR = "${INC_PR}.0" 18PR = "${INC_PR}.0"
19PV = "${LINUX_VERSION}+git${SRCPV}" 19PV = "${LINUX_VERSION}+git${SRCPV}"