summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-11-24 15:01:59 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2015-11-27 14:11:45 -0200
commit13c0291b3ea84b340e0739481f51fff5337e8dd8 (patch)
tree61dbcf6ed89d60f8b92b62a02d98f8f9e87e4557 /recipes-kernel
parent2031d51259625855d3074dfb4ef77ed0826f7186 (diff)
downloadmeta-fsl-arm-13c0291b3ea84b340e0739481f51fff5337e8dd8.tar.gz
linux-fslc-mx6: Fix serial console use with SystemD
The SystemD requires the CONFIG_FHANDLE option to be enabled to properly support the serial console getty initialization. This fixes following error: ,----[ i.MX6Q SABRE Smart Device boot error ] | [ TIME ] Timed out waiting for device dev-ttymxc0.device. `---- The error has been catch while testing a customer image in a pure SystemD distro, based on O.S. Systems Embedded Linux. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc-mx6/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-fslc-mx6/defconfig b/recipes-kernel/linux/linux-fslc-mx6/defconfig
index 85d7000..6fcbb68 100644
--- a/recipes-kernel/linux/linux-fslc-mx6/defconfig
+++ b/recipes-kernel/linux/linux-fslc-mx6/defconfig
@@ -1,5 +1,6 @@
1CONFIG_KERNEL_LZO=y 1CONFIG_KERNEL_LZO=y
2CONFIG_SYSVIPC=y 2CONFIG_SYSVIPC=y
3CONFIG_FHANDLE=y
3CONFIG_NO_HZ=y 4CONFIG_NO_HZ=y
4CONFIG_HIGH_RES_TIMERS=y 5CONFIG_HIGH_RES_TIMERS=y
5CONFIG_LOG_BUF_SHIFT=18 6CONFIG_LOG_BUF_SHIFT=18