All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ross Burton <ross.burton@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/6] bsp: set default XSERVER for PowerPC and MIPS machines to Xorg
Date: Thu, 30 Aug 2012 18:07:20 +0100	[thread overview]
Message-ID: <2a99c8c32800732abc08292ee5e0352661b30ffa.1346346320.git.ross.burton@intel.com> (raw)
In-Reply-To: <cover.1346346320.git.ross.burton@intel.com>
In-Reply-To: <cover.1346346320.git.ross.burton@intel.com>


Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 .../substrate/target/arch/mips/conf/machine/{{=machine}}.conf   |    7 +++++--
 .../target/arch/powerpc/conf/machine/{{=machine}}.conf          |    7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
index ae27fe6..b7c86e8 100644
--- a/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
+++ b/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf
@@ -17,8 +17,11 @@ PREFERRED_VERSION_{{=preferred_kernel}} ?= "{{=preferred_kernel_version}}%"
 
 {{ input type:"boolean" name:"xserver" prio:"50" msg:"Do you need support for X? (y/n)" default:"y" }}
 {{ if xserver == "y": }}
-PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
-XSERVER = "xserver-kdrive-fbdev"
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+XSERVER = "xserver-xorg \
+           xserver-xorg-extension-extmod \
+           xf86-input-evdev \
+           xf86-video-fbdev"
 
 SERIAL_CONSOLE = "115200 ttyS0"
 
diff --git a/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf
index 18f5247..cbf3c32 100644
--- a/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf
+++ b/scripts/lib/bsp/substrate/target/arch/powerpc/conf/machine/{{=machine}}.conf
@@ -41,8 +41,11 @@ PREFERRED_VERSION_{{=preferred_kernel}} ?= "{{=preferred_kernel_version}}%"
 
 {{ input type:"boolean" name:"xserver" prio:"50" msg:"Do you need support for X? (y/n)" default:"y" }}
 {{ if xserver == "y": }}
-PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
-XSERVER = "xserver-kdrive-fbdev"
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+XSERVER = "xserver-xorg \
+           xserver-xorg-extension-extmod \
+           xf86-input-evdev \
+           xf86-video-fbdev"
 
 {{ input type:"edit" name:"uboot_entrypoint" prio:"40" msg:"Please specify a value for UBOOT_ENTRYPOINT:" default:"0x00000000" }}
 UBOOT_ENTRYPOINT = "{{=uboot_entrypoint}}"
-- 
1.7.10




  reply	other threads:[~2012-08-30 17:20 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-30 17:07 [PATCH 0/6] Remove xserver-kdrive Ross Burton
2012-08-30 17:07 ` Ross Burton [this message]
2012-08-30 17:07 ` [PATCH 2/6] xserver-xorg: ship the exa module in a separate package Ross Burton
2012-08-30 17:07 ` [PATCH 3/6] task-core-x11: default to xserver-xorg instead of kdrive Ross Burton
2012-08-30 17:07 ` [PATCH 4/6] xserver-kdrive: remove Ross Burton
2012-08-31 16:27   ` Saul Wold
2012-08-31 19:49     ` Burton, Ross
2012-08-30 17:07 ` [PATCH 5/6] x11-common: just support Xorg now that kdrive has been removed Ross Burton
2012-08-30 17:07 ` [PATCH 6/6] x11-common: don't prune .svn directories on install, we're in git now Ross Burton
2012-08-30 17:13 ` [PATCH 0/6] Remove xserver-kdrive Saul Wold
2012-08-30 17:16   ` Burton, Ross
2012-09-04 14:48 ` Saul Wold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2a99c8c32800732abc08292ee5e0352661b30ffa.1346346320.git.ross.burton@intel.com \
    --to=ross.burton@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.