summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2011-06-21 16:36:22 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-22 22:55:35 +0100
commit58db68cd2a0e1407ade4285a497a03f3605784c2 (patch)
tree3f66fa8b16233ae249f99419e361632c1cbdd703 /meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
parent2e118357438b8cc47147d864ed60c57457b07d98 (diff)
downloadpoky-58db68cd2a0e1407ade4285a497a03f3605784c2.tar.gz
linux-yocto: update meta SRCREV for new config groups
Updating the SRCREV for the kernel repo's meta branch to capture the following commits: 94fa015 meta: add taskstats experimental feature group 4fb2ed5 meta: enable freezer support 88d619e meta: enable fuse and cuse as modules f465827 meta: add namespaces + experimental configs fbdd376 meta: add devtmpfs config group b04f6d9 meta: re-enable cgroups options in the standard kernel There's also a change to the recipe itself to trigger the taskstats optional config items by default. This is to allow the introduction of these changes gradually, since other recipes inheriting the kernel can add or ignore these options at their convenience. (From OE-Core rev: 91ddf0ad3a120bbfb5a24bd853d4d195291faa95) 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_2.6.37.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_2.6.37.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb b/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
index 2ee801ed04..90943c2b9c 100644
--- a/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
@@ -20,9 +20,9 @@ SRCREV_machine_qemuppc = "9d278962ff228ea9627a85b0d21ed717246ebf1f"
20SRCREV_machine_qemux86 = "57545699dff0b384bb16be74b0358059da5cce6a" 20SRCREV_machine_qemux86 = "57545699dff0b384bb16be74b0358059da5cce6a"
21SRCREV_machine_qemux86-64 = "5d36c23eecdc9663c9c3a2a511d4872d3b3fd669" 21SRCREV_machine_qemux86-64 = "5d36c23eecdc9663c9c3a2a511d4872d3b3fd669"
22SRCREV_machine = "12646d158aced2ba0122787bd56ff554e371091c" 22SRCREV_machine = "12646d158aced2ba0122787bd56ff554e371091c"
23SRCREV_meta = "8888d948e0ddbc5f37bd3dc23cc1b398ab230e2e" 23SRCREV_meta = "94fa015b130e96a3b6242a8ac4ff4cca9406951f"
24 24
25PR = "r18" 25PR = "r19"
26PV = "${LINUX_VERSION}+git${SRCPV}" 26PV = "${LINUX_VERSION}+git${SRCPV}"
27SRCREV_FORMAT = "meta_machine" 27SRCREV_FORMAT = "meta_machine"
28 28
@@ -33,6 +33,7 @@ COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)"
33# Functionality flags 33# Functionality flags
34KERNEL_REVISION_CHECKING ?= "t" 34KERNEL_REVISION_CHECKING ?= "t"
35KERNEL_FEATURES="features/netfilter" 35KERNEL_FEATURES="features/netfilter"
36KERNEL_FEATURES_append=" features/taskstats"
36KERNEL_FEATURES_append_qemux86=" cfg/sound" 37KERNEL_FEATURES_append_qemux86=" cfg/sound"
37KERNEL_FEATURES_append_qemux86-64=" cfg/sound" 38KERNEL_FEATURES_append_qemux86-64=" cfg/sound"
38 39