[meta-intel] [meta-minnow][minnowboard][PATCH] minnow.conf: first pass at EMGD removal

Koen Kooi koen at dominion.thruhere.net
Thu Sep 25 00:10:14 PDT 2014


Meta-intel dropped all EMGD support causing parsing to fail for
meta-minnow.
Additional work is needed to completely remove EMGD support in
meta-minnow, but this gets it to build again.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
 conf/machine/minnow.conf | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/conf/machine/minnow.conf b/conf/machine/minnow.conf
index 69dc543..33da7a9 100644
--- a/conf/machine/minnow.conf
+++ b/conf/machine/minnow.conf
@@ -7,11 +7,8 @@
 
 require conf/machine/include/intel-core2-32-common.inc
 require conf/machine/include/meta-intel.inc
-require conf/machine/include/meta-intel-emgd.inc
 
 MACHINE_HWCODECS ?= "va-intel"
-XSERVERCODECS ?= "emgd-driver-video emgd-gst-plugins-va \
-                  emgd-gst-plugins-mixvideo gst-va-intel"
 
 MACHINE_FEATURES += "efi va-impl-mixvideo wifi"
 
@@ -23,12 +20,6 @@ XSERVER ?= "${XSERVER_X86_BASE} \
             ${XSERVER_X86_EMGD} \
            "
 
-PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
-PREFERRED_VERSION_xf86-input-synaptics ?= "1.6.3"
-PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
-PREFERRED_VERSION_emgd-driver-bin ?= "1.18"
-PREFERRED_VERSION_libva ?= "1.0.16"
-
 APPEND += "console=ttyPCH0,115200 console=tty0 vmalloc=256MB \
            snd-hda-intel.enable_msi=0 \
           "
-- 
1.9.0



More information about the meta-intel mailing list