[oe-commits] [openembedded-core] 19/118: linux-yocto: Enable debug/printk.scc KERNEL_FEATURE on qemuall machines.

git at git.openembedded.org git at git.openembedded.org
Wed Jul 20 09:29:53 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit dfa8be08aa6e7ad6dbc615df8875dc2ac1ac8946
Author: Aníbal Limón <anibal.limon at linux.intel.com>
AuthorDate: Fri Jul 8 12:35:46 2016 -0500

    linux-yocto: Enable debug/printk.scc KERNEL_FEATURE on qemuall machines.
    
    We are experimenting some issues in the Autobuilder infraestructure
    possible due to high I/O loads, in order to provide more information
    about intervals of times in printk enable by default debug/printk.scc
    on qemu development images.
    
    [YOCTO #9299]
    
    Signed-off-by: Aníbal Limón <anibal.limon at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-kernel/linux/linux-yocto.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc
index 0af9f8c..98a48ec 100644
--- a/meta/recipes-kernel/linux/linux-yocto.inc
+++ b/meta/recipes-kernel/linux/linux-yocto.inc
@@ -17,6 +17,8 @@ DEPENDS_append_nios2 = " libgcc"
 KERNEL_CC_append_nios2 = " ${TOOLCHAIN_OPTIONS}"
 KERNEL_LD_append_nios2 = " ${TOOLCHAIN_OPTIONS}"
 
+KERNEL_FEATURES_append_qemuall=" features/debug/printk.scc"
+
 # A KMACHINE is the mapping of a yocto $MACHINE to what is built
 # by the kernel. This is typically the branch that should be built,
 # and it can be specific to the machine or shared

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list