diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-11-17 15:22:23 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-11-18 16:23:08 -0200 |
commit | 0447a4bb2e965c334ade6e65360f88a6aa6be030 (patch) | |
tree | 002d2421b8f4089bae22a4444b65db1947d2d5ab | |
parent | e80e2b0af842d19365769b6e0e4e3b621134d51b (diff) | |
download | meta-freescale-0447a4bb2e965c334ade6e65360f88a6aa6be030.tar.gz |
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 <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-kernel/linux/linux-imx-4.1.15/imx/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
401 | CONFIG_MAGIC_SYSRQ=y | 401 | CONFIG_MAGIC_SYSRQ=y |
402 | # CONFIG_SCHED_DEBUG is not set | 402 | # CONFIG_SCHED_DEBUG is not set |
403 | # CONFIG_DEBUG_BUGVERBOSE is not set | 403 | # CONFIG_DEBUG_BUGVERBOSE is not set |
404 | # CONFIG_FTRACE is not set | 404 | CONFIG_FUNCTION_TRACER=y |
405 | CONFIG_SECURITYFS=y | 405 | CONFIG_SECURITYFS=y |
406 | CONFIG_CRYPTO_USER=y | 406 | CONFIG_CRYPTO_USER=y |
407 | CONFIG_CRYPTO_TEST=m | 407 | CONFIG_CRYPTO_TEST=m |