This will enable standardizing qemu machines to '-vga std' emulated
hardware (as opposed to the current mix of vmware or cirrus cards,
both outdated).

See https://bugzilla.yoctoproject.org/show_bug.cgi?id=13466 for details.

Signed-off-by: Alexander Kanavin <alex.kana...@gmail.com>
---
 bsp/common-pc-64/common-pc-64.scc | 2 ++
 bsp/common-pc/common-pc.scc       | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/bsp/common-pc-64/common-pc-64.scc 
b/bsp/common-pc-64/common-pc-64.scc
index b7b824c6..548f12d7 100644
--- a/bsp/common-pc-64/common-pc-64.scc
+++ b/bsp/common-pc-64/common-pc-64.scc
@@ -36,3 +36,5 @@ include cfg/8250.scc
 
 # sugarbay graphics
 include features/i915/i915.scc
+
+include features/drm-bochs/drm-bochs.scc
diff --git a/bsp/common-pc/common-pc.scc b/bsp/common-pc/common-pc.scc
index cd947b0f..fcb8af05 100644
--- a/bsp/common-pc/common-pc.scc
+++ b/bsp/common-pc/common-pc.scc
@@ -36,3 +36,5 @@ include features/bluetooth/bluetooth.scc
 # This stays last in the list, since it is our final override of the
 # common fragments (if required)
 kconf hardware common-pc.cfg
+
+include features/drm-bochs/drm-bochs.scc
-- 
2.17.1

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to