diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2016-07-08 12:35:46 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-20 10:28:44 +0100 |
commit | d55b7650d305ffad953dd36595ee6b9aa8df5a72 (patch) | |
tree | 616c6ccb58d358ab8b86ddb458cfa05d0eb13c2a /meta/recipes-kernel | |
parent | e833508075bcb8f2d1ccddcf46f579aea7a2ab1d (diff) | |
download | poky-d55b7650d305ffad953dd36595ee6b9aa8df5a72.tar.gz |
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]
(From OE-Core rev: dfa8be08aa6e7ad6dbc615df8875dc2ac1ac8946)
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index 0af9f8cb1a..98a48ec44a 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" | |||
17 | KERNEL_CC_append_nios2 = " ${TOOLCHAIN_OPTIONS}" | 17 | KERNEL_CC_append_nios2 = " ${TOOLCHAIN_OPTIONS}" |
18 | KERNEL_LD_append_nios2 = " ${TOOLCHAIN_OPTIONS}" | 18 | KERNEL_LD_append_nios2 = " ${TOOLCHAIN_OPTIONS}" |
19 | 19 | ||
20 | KERNEL_FEATURES_append_qemuall=" features/debug/printk.scc" | ||
21 | |||
20 | # A KMACHINE is the mapping of a yocto $MACHINE to what is built | 22 | # A KMACHINE is the mapping of a yocto $MACHINE to what is built |
21 | # by the kernel. This is typically the branch that should be built, | 23 | # by the kernel. This is typically the branch that should be built, |
22 | # and it can be specific to the machine or shared | 24 | # and it can be specific to the machine or shared |