linux-yocto-tiny-kexecboot: revert Yocto specific console check

Revert Yocto-specific : "check console device file on fs when booting".
Fix kernel panic at boot because of the missing /dev/console.

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Andrea Adami
2016-02-28 23:51:25 +01:00
committed by Martin Jansa
parent c62f4c141a
commit 7183bacd5c
2 changed files with 49 additions and 0 deletions
@@ -1,6 +1,8 @@
require recipes-kernel/linux/linux-yocto-tiny_${PV}.bb
SUMMARY = "Yocto tiny kernel embedding a minimalistic kexecboot initramfs"
SRC_URI += "file://revert-check-console.patch"
PACKAGES = ""
PROVIDES = ""