From: Konrad Rzeszutek Wilk Date: Tue, 10 Feb 2015 16:11:58 +0000 (-0500) Subject: config: Disable CTF and DTRACE X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=960cb2b08c5e095b606a311ad3d53f5327847e23;p=xentesttools%2Fbootstrap.git config: Disable CTF and DTRACE If we are building an UEK kernel we don't want to build with DTRACE as we do not have all the required user-space bits. Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/linux.config b/linux.config index d8f7167..db0870b 100644 --- a/linux.config +++ b/linux.config @@ -919,3 +919,7 @@ CONFIG_PCI_IOAPIC=y CONFIG_IRQ_REMAP=y CONFIG_X86_X2APIC=y +# UEK2 kernels +# CONFIG_CTF is not set +# CONFIG_DTRACE is not set +