[linux-yocto] [PATCH] meta: add efi-ext into common-pc-64.scc

Jianxun Zhang jianxun.zhang at linux.intel.com
Fri May 27 16:51:16 PDT 2016


Sync up with 32 bit common-pc variant to bring EFI
framebuffer driver into 64 bit PC config.

[YOCTO #9653]

Signed-off-by: Jianxun Zhang <jianxun.zhang at linux.intel.com>
---
This patch is for Fido (3.14 kernel). We could have another one to
kernel cache once it is accepted. Basic test done with sato and
lsb-sdk images on Fido.

 meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc b/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc
index 82f0f27..d9a4cfe 100644
--- a/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc
+++ b/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc
@@ -4,6 +4,8 @@ kconf hardware bsp/common-pc/common-pc-eth.cfg
 kconf hardware bsp/common-pc/common-pc-gfx.cfg
 kconf hardware bsp/common-pc/common-pc-wifi.cfg
 
+include cfg/efi-ext.scc
+
 include cfg/x86_64.scc
 include features/usb/ehci-hcd.scc
 include features/usb/uhci-hcd.scc
-- 
1.9.1



More information about the linux-yocto mailing list