This kernel setting is required when using systemd >= 210. Without it, no serial devices are enabled at boot time, making serial login impossible.
Only tested on SabreLite (Nitrogen6x), but the same change should be applied to all boards. Signed-off-by: Gary Thomas <[email protected]> --- recipes-kernel/linux/linux-boundary-3.10.17/nitrogen6x/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-boundary-3.10.17/nitrogen6x/defconfig b/recipes-kernel/linux/linux-boundary-3.10.17/nitrogen6x/defconfig index 784649b..6859dfc 100644 --- a/recipes-kernel/linux/linux-boundary-3.10.17/nitrogen6x/defconfig +++ b/recipes-kernel/linux/linux-boundary-3.10.17/nitrogen6x/defconfig @@ -310,3 +310,4 @@ CONFIG_CRC_CCITT=m CONFIG_CRC_T10DIF=y CONFIG_CRC7=m CONFIG_LIBCRC32C=m +CONFIG_FHANDLE=y -- 1.9.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
