All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] meta-sugarbay: add mesa lib in BSP to fix BUG 727
@ 2011-02-24  5:47 Yu Ke
  2011-02-24  5:47 ` [PATCH 1/1] sugarbay.conf: add mesa library " Yu Ke
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yu Ke @ 2011-02-24  5:47 UTC (permalink / raw)
  To: poky

mesa lib is required for sugarbuy 3D application, so add it in the BSP config.
this fix [BUGID #727]

this patch is targeted for BSP git tree: "git://git.pokylinux.org/meta-intel"

CC: Tom Zanussi <tom.zanussi@intel.com>

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: kyu3/bug727
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/bug727

Thanks,
    Yu Ke <ke.yu@intel.com>
---


Yu Ke (1):
  sugarbay.conf: add mesa library to fix BUG 727

 meta-sugarbay/conf/machine/sugarbay.conf |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)



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

* [PATCH 1/1] sugarbay.conf: add mesa library to fix BUG 727
  2011-02-24  5:47 [PATCH 0/1] meta-sugarbay: add mesa lib in BSP to fix BUG 727 Yu Ke
@ 2011-02-24  5:47 ` Yu Ke
  2011-02-24  6:20 ` [PATCH 0/1] meta-sugarbay: add mesa lib in BSP " Tom Zanussi
  2011-02-24 18:55 ` Saul Wold
  2 siblings, 0 replies; 4+ messages in thread
From: Yu Ke @ 2011-02-24  5:47 UTC (permalink / raw)
  To: poky

mesa lib is required for sugarbuy 3D application, so add it in the BSP config.

this fix [BUGID #727]

Signed-off-by: Yu Ke <ke.yu@intel.com>
---
 meta-sugarbay/conf/machine/sugarbay.conf |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf
index 626131d..14a4aa1 100644
--- a/meta-sugarbay/conf/machine/sugarbay.conf
+++ b/meta-sugarbay/conf/machine/sugarbay.conf
@@ -26,7 +26,9 @@ XSERVER ?= "xserver-xf86-dri-lite \
            xf86-input-keyboard \
            xf86-input-evdev \
            xf86-input-synaptics \
-           xf86-video-intel"
+           xf86-video-intel \
+           mesa-dri \
+           mesa-dri-driver-i915"
 
 SERIAL_CONSOLE = "115200 ttyS0"
 
-- 
1.7.0.4



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

* Re: [PATCH 0/1] meta-sugarbay: add mesa lib in BSP to fix BUG 727
  2011-02-24  5:47 [PATCH 0/1] meta-sugarbay: add mesa lib in BSP to fix BUG 727 Yu Ke
  2011-02-24  5:47 ` [PATCH 1/1] sugarbay.conf: add mesa library " Yu Ke
@ 2011-02-24  6:20 ` Tom Zanussi
  2011-02-24 18:55 ` Saul Wold
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Zanussi @ 2011-02-24  6:20 UTC (permalink / raw)
  To: Yu, Ke; +Cc: poky@yoctoproject.org

On Wed, 2011-02-23 at 21:47 -0800, Yu, Ke wrote:
> mesa lib is required for sugarbuy 3D application, so add it in the BSP config.
> this fix [BUGID #727]
> 

Hi Yu,

Thanks for catching this - stupid oversight on my part...

Tom

> this patch is targeted for BSP git tree: "git://git.pokylinux.org/meta-intel"
> 
> CC: Tom Zanussi <tom.zanussi@intel.com>
> 
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>   Branch: kyu3/bug727
>   Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/bug727
> 
> Thanks,
>     Yu Ke <ke.yu@intel.com>
> ---
> 
> 
> Yu Ke (1):
>   sugarbay.conf: add mesa library to fix BUG 727
> 
>  meta-sugarbay/conf/machine/sugarbay.conf |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
> 




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

* Re: [PATCH 0/1] meta-sugarbay: add mesa lib in BSP to fix BUG 727
  2011-02-24  5:47 [PATCH 0/1] meta-sugarbay: add mesa lib in BSP to fix BUG 727 Yu Ke
  2011-02-24  5:47 ` [PATCH 1/1] sugarbay.conf: add mesa library " Yu Ke
  2011-02-24  6:20 ` [PATCH 0/1] meta-sugarbay: add mesa lib in BSP " Tom Zanussi
@ 2011-02-24 18:55 ` Saul Wold
  2 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2011-02-24 18:55 UTC (permalink / raw)
  To: Yu Ke; +Cc: poky

On 02/23/2011 09:47 PM, Yu Ke wrote:
> mesa lib is required for sugarbuy 3D application, so add it in the BSP config.
> this fix [BUGID #727]
>
> this patch is targeted for BSP git tree: "git://git.pokylinux.org/meta-intel"
>
> CC: Tom Zanussi<tom.zanussi@intel.com>
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: kyu3/bug727
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/bug727
>
> Thanks,
>      Yu Ke<ke.yu@intel.com>
> ---
>
>
> Yu Ke (1):
>    sugarbay.conf: add mesa library to fix BUG 727
>
>   meta-sugarbay/conf/machine/sugarbay.conf |    4 +++-
>   1 files changed, 3 insertions(+), 1 deletions(-)
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
Merged into meta-intel master

Thanks
	Sau!



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

end of thread, other threads:[~2011-02-24 18:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-24  5:47 [PATCH 0/1] meta-sugarbay: add mesa lib in BSP to fix BUG 727 Yu Ke
2011-02-24  5:47 ` [PATCH 1/1] sugarbay.conf: add mesa library " Yu Ke
2011-02-24  6:20 ` [PATCH 0/1] meta-sugarbay: add mesa lib in BSP " Tom Zanussi
2011-02-24 18:55 ` 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.