From: Kishore Bodke <[email protected]> Add XSERVER_IA32_MATROX_MGA variable for including Matrox MGA graphics recipe.
Signed-off-by: Kishore Bodke <[email protected]> --- conf/machine/include/ia32-base.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/machine/include/ia32-base.inc b/conf/machine/include/ia32-base.inc index 99ac352..8dd6743 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 \ + " -- 1.7.9.5 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
