From 6af89812e8a9931ffed63768ed85367519bf7aef Mon Sep 17 00:00:00 2001 From: Jianxun Zhang Date: Tue, 15 Dec 2015 10:17:42 -0800 Subject: [PATCH] meta-yocto-bsp: Remove uvesafb (v86d) from generic x86 features When uvesafb is automatically loaded during boot and FW doesn't support legacy video bios and frame buffer, its user space helper will throw error messages in kernel log: [6.843790] uvesafb: Getting VBE info block failed (eax=0x4f00, err=1) [6.843864] uvesafb: vbe_init() failed with -22 [6.843916] uvesafb: probe of uvesafb.0 failed with error -22 Assuming most x86 boards today don't really rely on this module, this change simply removes it from the common feature list to get rid of these harmless messages. [YOCTO #6584] (From meta-yocto rev: d58fc630b1114dbafa8342de7dcaef8e7d798848) Signed-off-by: Jianxun Zhang Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta-yocto-bsp/conf/machine/include/genericx86-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc index 7c10b56c42..15885568b7 100644 --- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc +++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc @@ -13,7 +13,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \ ${XSERVER_X86_MODESETTING} \ " -MACHINE_EXTRA_RRECOMMENDS += "linux-firmware v86d eee-acpi-scripts" +MACHINE_EXTRA_RRECOMMENDS += "linux-firmware eee-acpi-scripts" GLIBC_ADDONS = "nptl"