[yocto] [PATCH 1/1] meta-intel: Move Matrox MGA Xorg driver to common

kishore.k.bodke at intel.com kishore.k.bodke at intel.com
Tue Aug 7 16:58:51 PDT 2012


From: Kishore Bodke <kishore.k.bodke at intel.com>

    Matrox MGA Xorg driver is being used by other meta-intel
    BSPs.  So move this to meta-intel/common/recipes-graphics
    and include in the machine.conf

Signed-off-by: Kishore Bodke <kishore.k.bodke at intel.com>
---
 .../xorg-xserver}/xf86-video-mga_1.4.13.bb         |    0
 conf/machine/include/ia32-base.inc                 |    4 ++++
 meta-romley/conf/machine/romley.conf               |    3 +--
 3 files changed, 5 insertions(+), 2 deletions(-)
 rename {meta-romley/recipes-graphics/xorg-driver => common/recipes-graphics/xorg-xserver}/xf86-video-mga_1.4.13.bb (100%)

diff --git a/meta-romley/recipes-graphics/xorg-driver/xf86-video-mga_1.4.13.bb b/common/recipes-graphics/xorg-xserver/xf86-video-mga_1.4.13.bb
similarity index 100%
rename from meta-romley/recipes-graphics/xorg-driver/xf86-video-mga_1.4.13.bb
rename to common/recipes-graphics/xorg-xserver/xf86-video-mga_1.4.13.bb
diff --git a/conf/machine/include/ia32-base.inc b/conf/machine/include/ia32-base.inc
index 99ac352..47bd9fb 100644
--- a/conf/machine/include/ia32-base.inc
+++ b/conf/machine/include/ia32-base.inc
@@ -60,3 +60,7 @@ XSERVER_IA32_EMGD = "emgd-driver-bin \
            "
 
 XSERVER_IA32_VESA = "xf86-video-vesa"
+
+XSERVER_IA32_MATROX_MGA = "xserver-xorg-module-xaa \
+		xf86-video-mga \
+		"
diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf
index e6a755b..f7cfa18 100644
--- a/meta-romley/conf/machine/romley.conf
+++ b/meta-romley/conf/machine/romley.conf
@@ -12,6 +12,5 @@ require conf/machine/include/ia32-base.inc
 
 XSERVER ?= "${XSERVER_IA32_BASE} \
            ${XSERVER_IA32_EXT} \
-           xserver-xorg-module-xaa \
-	   xf86-video-mga \
+	   ${XSERVER_IA32_MATROX_MGA} \
            "
-- 
1.7.9.5




More information about the yocto mailing list