From 0447a4bb2e965c334ade6e65360f88a6aa6be030 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Thu, 17 Nov 2016 15:22:23 -0200 Subject: [PATCH] linux-imx: Enable TRACER support Fix warning: WARNING: lttng-modules-2.8.0+gitAUTOINC+6e4fc6f36d-r0 do_package: lttng-modules: no modules were created; this may be due to CONFIG_TRACEPOINTS not being enabled in your kernel. Signed-off-by: Fabio Berton Signed-off-by: Otavio Salvador --- recipes-kernel/linux/linux-imx-4.1.15/imx/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-imx-4.1.15/imx/defconfig b/recipes-kernel/linux/linux-imx-4.1.15/imx/defconfig index a7ab036b..2f075351 100644 --- a/recipes-kernel/linux/linux-imx-4.1.15/imx/defconfig +++ b/recipes-kernel/linux/linux-imx-4.1.15/imx/defconfig @@ -401,7 +401,7 @@ CONFIG_DEBUG_FS=y CONFIG_MAGIC_SYSRQ=y # CONFIG_SCHED_DEBUG is not set # CONFIG_DEBUG_BUGVERBOSE is not set -# CONFIG_FTRACE is not set +CONFIG_FUNCTION_TRACER=y CONFIG_SECURITYFS=y CONFIG_CRYPTO_USER=y CONFIG_CRYPTO_TEST=m -- 2.40.1