]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto: tweak console boot check
authorBruce Ashfield <bruce.ashfield@gmail.com>
Sat, 9 Feb 2019 18:37:05 +0000 (18:37 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Feb 2019 14:04:24 +0000 (14:04 +0000)
commitb5bd54b1640c1e59960c260dd6521ba2500df204
treeee350ae16cb7f114343b1eb370c40838b01efeab
parent479620023aa0af9467ca1d2807cf7bedd73327f6
linux-yocto: tweak console boot check

    boot/main: don't check console device file on fs when booting with
initrd/initramfs

    In case of initrd/initramfs /dev/console might not exist that early
    as devtmpfs is mounted a bit later by /init process so disable this
    check in that case.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.19.bb
meta/recipes-kernel/linux/linux-yocto_4.19.bb