]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-fslc-mx6: Fix serial console use with SystemD
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 24 Nov 2015 17:01:59 +0000 (15:01 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:22 +0000 (15:03 -0300)
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>
recipes-kernel/linux/linux-fslc-mx6/defconfig

index 85d700094952546b39931326bb5337eea43c6bf5..6fcbb68c481e809d638ff5dcdaef4d9d204853b4 100644 (file)
@@ -1,5 +1,6 @@
 CONFIG_KERNEL_LZO=y
 CONFIG_SYSVIPC=y
+CONFIG_FHANDLE=y
 CONFIG_NO_HZ=y
 CONFIG_HIGH_RES_TIMERS=y
 CONFIG_LOG_BUF_SHIFT=18