Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/3] linux-yocto: Enable debug/printk.scc KERNEL_FEATURE on qemuall machines.
@ 2016-07-12 21:29 Aníbal Limón
  2016-07-12 21:29 ` [PATCH 2/3] utils/qemurunner.py: QemuRunner.start() add support for specify extra kernel cmdline Aníbal Limón
  2016-07-12 21:29 ` [PATCH 3/3] classes/testimage: When image is systemd enable debug log level Aníbal Limón
  0 siblings, 2 replies; 6+ messages in thread
From: Aníbal Limón @ 2016-07-12 21:29 UTC (permalink / raw)
  To: openembedded-core

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@linux.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
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-07-25 20:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-12 21:29 [PATCH 1/3] linux-yocto: Enable debug/printk.scc KERNEL_FEATURE on qemuall machines Aníbal Limón
2016-07-12 21:29 ` [PATCH 2/3] utils/qemurunner.py: QemuRunner.start() add support for specify extra kernel cmdline Aníbal Limón
2016-07-12 21:29 ` [PATCH 3/3] classes/testimage: When image is systemd enable debug log level Aníbal Limón
2016-07-15 19:34   ` Burton, Ross
2016-07-25 17:21     ` Aníbal Limón
2016-07-25 20:57       ` Aníbal Limón

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox