mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e833508075
commit
d55b7650d3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user