From: Stanislav Brabec Date: Thu, 18 Jun 2009 22:20:18 +0000 (+0000) Subject: conf/machine/akita.conf and conf/machine/spitz.conf: Revert to xserver-kdrive-1300: X-Git-Tag: Release-2010-05/1~3098^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ce74147187ac6119f2b957822ddfd46a4aee9ae;p=openembedded.git conf/machine/akita.conf and conf/machine/spitz.conf: Revert to xserver-kdrive-1300: * see http://projects.linuxtogo.org/pipermail/angstrom-distro-devel/2009-June/003315.html --- diff --git a/conf/machine/akita.conf b/conf/machine/akita.conf index 9930c89c6a..6f71787fa1 100644 --- a/conf/machine/akita.conf +++ b/conf/machine/akita.conf @@ -21,3 +21,7 @@ MACHINE_DISPLAY_PPI = "216" UBOOT_MACHINE = "akita_config" UBOOT_ENTRYPOINT = "0xA1000000" UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}" + +# xserver-kdrive 1.3.0.0 is still the only working version: +XSERVER = "xserver-kdrive-1300-fbdev" +PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-1300" diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf index 4fe62b5f43..dde1bd1499 100644 --- a/conf/machine/spitz.conf +++ b/conf/machine/spitz.conf @@ -27,3 +27,7 @@ MACHINE_DISPLAY_PPI = "216" UBOOT_MACHINE = "akita_config" UBOOT_ENTRYPOINT = "0xA1000000" UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}" + +# xserver-kdrive 1.3.0.0 is still the only working version: +XSERVER = "xserver-kdrive-1300-fbdev" +PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-1300"