From: Tom Zanussi <[email protected]> According to the Intel graphics guys and Ubuntu, it's ok to now have rc6 enabled by default (as long as rc6p is not also enabled).
Accordingly, we'll use the rc6 feature that enables it. If there are problems, it can be easily disabled at build-time by removing tmp/rc6 from KERNEL_FEATURES, or can be disbled at run-time using the kernel parameter i915_enable_rc6 = 0. Signed-off-by: Tom Zanussi <[email protected]> --- .../recipes-kernel/linux/linux-yocto_3.2.bbappend | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend index f1cfe21..6a47961 100644 --- a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend +++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend @@ -7,3 +7,5 @@ KBRANCH_sugarbay = "standard/default/common-pc-64/sugarbay" SRCREV_machine_pn-linux-yocto_sugarbay ?= "0fe6d5d97c0a8d9e47716cb0da619deca07197e3" SRCREV_meta_pn-linux-yocto_sugarbay ?= "49f931bc294d5b6be60502bbd448cff5aa766235" + +KERNEL_FEATURES_append_sugarbay = " features/tmp/rc6" -- 1.7.0.4 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
