From: Tom Zanussi Date: Sat, 29 Sep 2012 23:45:31 +0000 (-0500) Subject: yocto-bsp: remove 'test' options from user-config.cfg X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd3bbd04919f7cc69141f405ac95d736abddd637;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git yocto-bsp: remove 'test' options from user-config.cfg A couple bsp templates have some options that were used for testing but aren't needed for any other reason - remove them. Signed-off-by: Tom Zanussi Signed-off-by: Richard Purdie --- diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/user-config.cfg b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/user-config.cfg index 2ee921bfc41..e69de29bb2d 100644 --- a/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/user-config.cfg +++ b/scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/files/user-config.cfg @@ -1,4 +0,0 @@ -CONFIG_FTRACE_SYSCALLS=y -CONFIG_SCHED_TRACER=y -CONFIG_IRQSOFF_TRACER=y -CONFIG_PREEMPT_TRACER=y diff --git a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/user-config.cfg b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/user-config.cfg index 2ee921bfc41..e69de29bb2d 100644 --- a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/user-config.cfg +++ b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/files/user-config.cfg @@ -1,4 +0,0 @@ -CONFIG_FTRACE_SYSCALLS=y -CONFIG_SCHED_TRACER=y -CONFIG_IRQSOFF_TRACER=y -CONFIG_PREEMPT_TRACER=y