All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] beagleboard.conf: fix hardcode of virtual/xserver
@ 2012-04-10  5:00 Robert Yang
  2012-04-10  5:00 ` [PATCH 1/1] " Robert Yang
  2012-04-11 14:55 ` [PATCH 0/1] " Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Robert Yang @ 2012-04-10  5:00 UTC (permalink / raw)
  To: poky

The following changes since commit 190f6d791d51aaa4cfb9f1cf932bc205ff674fb5:

  runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:47 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib robert/beagle
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/beagle

Robert Yang (1):
  beagleboard.conf: fix hardcode of virtual/xserver

 meta-yocto/conf/machine/beagleboard.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] beagleboard.conf: fix hardcode of virtual/xserver
  2012-04-10  5:00 [PATCH 0/1] beagleboard.conf: fix hardcode of virtual/xserver Robert Yang
@ 2012-04-10  5:00 ` Robert Yang
  2012-04-11 14:55 ` [PATCH 0/1] " Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2012-04-10  5:00 UTC (permalink / raw)
  To: poky

Here is the message from the bug 2260:

meta-yocto/conf/machine/beagleboard.conf hardcodes the virtual/xserver
provider, i.e., it includes the following:

PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg-lite"

I don't think machine conf is the correct place for selecting what is
essentially a distro feature, but at least this should use the '?='
operator; as is to select a different provider one must provide a
complete beagleboard.conf file.

[YOCTO #2260]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta-yocto/conf/machine/beagleboard.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-yocto/conf/machine/beagleboard.conf b/meta-yocto/conf/machine/beagleboard.conf
index fa2f8e7..06a0ecd 100644
--- a/meta-yocto/conf/machine/beagleboard.conf
+++ b/meta-yocto/conf/machine/beagleboard.conf
@@ -2,8 +2,8 @@
 #@NAME: Beagleboard machine
 #@DESCRIPTION: Machine configuration for the http://beagleboard.org/ board 
 
-PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg-lite"
-XSERVER = "xserver-xorg-lite \
+PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg-lite"
+XSERVER ?= "xserver-xorg-lite \
            xf86-input-evdev \
            xf86-input-mouse \
            xf86-video-omapfb \
-- 
1.7.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/1] beagleboard.conf: fix hardcode of virtual/xserver
  2012-04-10  5:00 [PATCH 0/1] beagleboard.conf: fix hardcode of virtual/xserver Robert Yang
  2012-04-10  5:00 ` [PATCH 1/1] " Robert Yang
@ 2012-04-11 14:55 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-04-11 14:55 UTC (permalink / raw)
  To: Robert Yang; +Cc: poky

On 04/09/2012 10:00 PM, Robert Yang wrote:
> The following changes since commit 190f6d791d51aaa4cfb9f1cf932bc205ff674fb5:
>
>    runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:47 +0100)
>
> are available in the git repository at:
>    git://git.pokylinux.org/poky-contrib robert/beagle
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=robert/beagle
>
> Robert Yang (1):
>    beagleboard.conf: fix hardcode of virtual/xserver
>
>   meta-yocto/conf/machine/beagleboard.conf |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>

Merged into Poky master

Thanks
	Sau!


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-04-11 14:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-10  5:00 [PATCH 0/1] beagleboard.conf: fix hardcode of virtual/xserver Robert Yang
2012-04-10  5:00 ` [PATCH 1/1] " Robert Yang
2012-04-11 14:55 ` [PATCH 0/1] " Saul Wold

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.