mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
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>
(From OE-Core rev: b5bd54b1640c1e59960c260dd6521ba2500df204)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
22c2ced2d1
commit
2a68d9fa4b
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native"
|
||||
KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine_qemuarm ?= "64017daf053fdb31049248e45f42e0abd55117d3"
|
||||
SRCREV_machine ?= "ad24af0809e17882e33fb4bd77426e691f47b46d"
|
||||
SRCREV_meta ?= "4c0da29403e242f3d429196cf4a03200211e6ff4"
|
||||
SRCREV_machine_qemuarm ?= "6cc861e796ab19a6827cf9996e7755f1875d553e"
|
||||
SRCREV_machine ?= "11e0e616ed095bb8012e1b4a231254c9656a0193"
|
||||
SRCREV_meta ?= "5d93f38b0eed56071261895aefecfca287595536"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user