From: Maciej Borzecki <[email protected]> This kernel setting is required when using systemd >= 210. Without it, no serial devices are enabled at boot time, making serial login impossible.
Change-Id: Icd85e136be51700bb5c6c5bcff9bf4e87c9ab2f2 Signed-off-by: Maciej Borzecki <[email protected]> Signed-off-by: Maciej Borzecki <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> --- recipes-kernel/linux/linux-imx-3.10.17/mx6/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-imx-3.10.17/mx6/defconfig b/recipes-kernel/linux/linux-imx-3.10.17/mx6/defconfig index b8d6ceb..fa2eada 100644 --- a/recipes-kernel/linux/linux-imx-3.10.17/mx6/defconfig +++ b/recipes-kernel/linux/linux-imx-3.10.17/mx6/defconfig @@ -355,3 +355,4 @@ CONFIG_CRC_CCITT=m CONFIG_CRC_T10DIF=y CONFIG_CRC7=m CONFIG_LIBCRC32C=m +CONFIG_FHANDLE=y -- 2.0.0.rc4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
