diff options
| author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-11-17 15:22:24 -0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-11-18 16:23:08 -0200 |
| commit | 532bdfed7b1ca483bbd384893709c022d9e765f7 (patch) | |
| tree | 2a89f2aab79d08025dcafa27a9a35bd2ffa0912d | |
| parent | 0447a4bb2e965c334ade6e65360f88a6aa6be030 (diff) | |
| download | meta-freescale-532bdfed7b1ca483bbd384893709c022d9e765f7.tar.gz | |
linux-fslc: 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-fslc/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc/defconfig b/recipes-kernel/linux/linux-fslc/defconfig index 3219480b9..5e0972c9a 100644 --- a/recipes-kernel/linux/linux-fslc/defconfig +++ b/recipes-kernel/linux/linux-fslc/defconfig | |||
| @@ -374,8 +374,8 @@ CONFIG_MAGIC_SYSRQ=y | |||
| 374 | # CONFIG_SCHED_DEBUG is not set | 374 | # CONFIG_SCHED_DEBUG is not set |
| 375 | CONFIG_PROVE_LOCKING=y | 375 | CONFIG_PROVE_LOCKING=y |
| 376 | # CONFIG_DEBUG_BUGVERBOSE is not set | 376 | # CONFIG_DEBUG_BUGVERBOSE is not set |
| 377 | # CONFIG_FTRACE is not set | ||
| 378 | # CONFIG_ARM_UNWIND is not set | 377 | # CONFIG_ARM_UNWIND is not set |
| 378 | CONFIG_FUNCTION_TRACER=y | ||
| 379 | CONFIG_SECURITYFS=y | 379 | CONFIG_SECURITYFS=y |
| 380 | CONFIG_CRYPTO_DEV_FSL_CAAM=y | 380 | CONFIG_CRYPTO_DEV_FSL_CAAM=y |
| 381 | CONFIG_CRYPTO_DEV_SAHARA=y | 381 | CONFIG_CRYPTO_DEV_SAHARA=y |
