In support of the more generic x86 BSPs, pull in the Matrox driver
recipe from meta-intel.

Remove the checkfile patch from Ross as this is now handled adequately
with the configure prepend hack which assumes success for any checkfile
calls.

Signed-off-by: Darren Hart <[email protected]>
Cc: Ross Burton <[email protected]>
Cc: Nitin A Kamble <[email protected]>
---
 meta/conf/machine/include/ia32-base.inc            |    2 ++
 .../xorg-driver/xf86-video-mga_1.6.2.bb            |   20 ++++++++++++++++++++
 2 files changed, 22 insertions(+)
 create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-mga_1.6.2.bb

diff --git a/meta/conf/machine/include/ia32-base.inc 
b/meta/conf/machine/include/ia32-base.inc
index cb542a5..e13cfca 100644
--- a/meta/conf/machine/include/ia32-base.inc
+++ b/meta/conf/machine/include/ia32-base.inc
@@ -45,6 +45,8 @@ XSERVER_IA32_I965 = "xf86-video-intel \
            mesa-driver-i965 \
            "
 
+XSERVER_IA32_MATROX_MGA = "xf86-video-mga"
+
 XSERVER_IA32_VESA = "xf86-video-vesa"
 
 XSERVER_IA32_FBDEV = "xf86-video-fbdev"
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-mga_1.6.2.bb 
b/meta/recipes-graphics/xorg-driver/xf86-video-mga_1.6.2.bb
new file mode 100644
index 0000000..3fc2c77
--- /dev/null
+++ b/meta/recipes-graphics/xorg-driver/xf86-video-mga_1.6.2.bb
@@ -0,0 +1,20 @@
+require recipes-graphics/xorg-driver/xorg-driver-video.inc
+
+SUMMARY = "X.Org X server -- Matrox MGA display driver"
+
+DESCRIPTION = "mga is an Xorg driver for Matrox video cards"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=bc1395d2cd32dfc5d6c57d2d8f83d3fc"
+
+DEPENDS += "virtual/libx11 drm xf86driproto glproto virtual/libgl libpciaccess"
+
+EXTRA_OECONF += "--enable-dri"
+
+PR = "r1"
+
+COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)'
+
+SRC_URI[md5sum] = "f543877db4e260d8b43c7da3095605ed"
+SRC_URI[sha256sum] = 
"3f89ce250eea93f0de890954687790e06c0bab9e3e303df393e8759a187eca6c"
+
+RDEPENDS_${PN} = "xserver-xorg-module-exa"
-- 
1.7.9.5

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to