Re: [OE-core] [PATCH 1/1] webkit-gtk: Use glib as unicode backend to avoid browser crash

2012-05-31 Thread Zhai, Edwin
On Wed, May 30, 2012 at 12:56:27PM -0600, Gary Thomas wrote:
 On 2012-05-30 10:40, Richard Purdie wrote:
 
 I've merged this however I'm not 100% happy with this as the final fix.
 I'd ask that:
 
 a) The bug remains open (re-prioritised appropriately) about the
 remaining issues that still exist in ICU
 b) We add something to the ICU recipe which stops it building when the
 endianess isn't correct (host matches target) so nobody can built it and
 have it not work.
 
 Why not accept my patch that provides a working dataset?  I doubt

Provideding a big binary in yocto website is not clean, but it should avoid 
potential side effect. 

 that you're ever going to get the ICU folks interested to the point
 of fixing this correctly and this solves the problem without the
 [IMO undesirable] side effect of using different libraries on

This is ultimate solution. I remember ICU community is not so active to do it.

 different architectures (for webkit-gtk).
 
 -- 
 
 Gary Thomas |  Consulting for the
 MLB Associates  |Embedded world
 
 
 ___
 Openembedded-core mailing list
 Openembedded-core@lists.openembedded.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
best rgds,
edwin

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [Consolidated Pull 4/5] qemu: Add an option to remove host sdl/gl checking

2012-05-23 Thread Zhai, Edwin

On 05/24/2012 11:44 AM, Saul Wold wrote:

On 05/23/2012 03:46 PM, Saul Wold wrote:

From: Zhai Edwinedwin.z...@intel.com

Add an PACKAGECONFIG in qemu to disable GL acceleration:
* By default configure try best to enable GL acceleration and fail
when missing
   host dependency(libSDL and libGL).
* End user can also choose to turn off GL capability, thus remove the
host
   dependence in building.

[YOCTO #2407] got fixed.


I think I found a problem with this when building for the target, so I
pulled it from the branch.



Which target? Can you attach build log?




Sau!



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/1] qemu: Add option to disable GL acceleration, Edwin, May14, 2012

2012-05-21 Thread Zhai, Edwin
Ping...

On Mon, May 14, 2012 at 10:00:58PM +0800, edwin.z...@intel.com wrote:
 From: Zhai Edwin edwin.z...@intel.com
 
 All,
 This patch add an PACKAGECONFIG in qemu to disable GL acceleration:
 * By default configure try best to enable GL acceleration and fail when 
 missing
   host dependency(libSDL and libGL).
 * End user can also choose to turn off GL capability, thus remove the host
   dependence(libSDLlibGL) in building.
 
 [YOCTO #2407] got fixed.
 
 Pls. help to review and pull
 
 
 The following changes since commit 54f38111868775c85bfe921592d8443a61952c62:
 
   pango: Fix modules load failure in multilib environment (2012-05-14 
 21:50:55 +0800)
 
 are available in the git repository at:
   git://git.pokylinux.org/poky-contrib gzhai/fix2
   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/fix2
 
 Zhai Edwin (1):
   qemu: Add an option to remove host sdl/gl checking
 
  .../qemu/qemu-0.15.1/opengl-disable-option.patch   |  172 
 
  meta/recipes-devtools/qemu/qemu.inc|   23 +---
  meta/recipes-devtools/qemu/qemu_0.15.1.bb  |1 +
  3 files changed, 176 insertions(+), 20 deletions(-)
  create mode 100644 
 meta/recipes-devtools/qemu/qemu-0.15.1/opengl-disable-option.patch
 
 
 ___
 Openembedded-core mailing list
 Openembedded-core@lists.openembedded.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
best rgds,
edwin

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] Pango multilib issue

2012-04-27 Thread Zhai, Edwin
Any comments?
I'd like a agreement before any patch:)

Thanks,
Edwin


On Thu, Apr 26, 2012 at 03:53:22PM +0800, Zhai, Edwin wrote:
 RP,
 
 I have found one common issues for multilib when system config file differ 
 between multilibs.
 
 https://bugzilla.yoctoproject.org/show_bug.cgi?id=2356
 This bug caused by modules mechanism in pango:
 
 pango utils, pango-querymodules produce a system config file to indicate where
 to find the modules when 1st boot, like /usr/{lib64|lib}/pango/1.6.0/modules/
 for {x86-64|lib32}-pango respectively. 
 
 When installing lib32-pango on sato-image-qemux86-64, lib32 version of
 pango-querymodules override x86-64 version and produce a system config file
 with path for lib32 version of modules. Then x86-64 matchbox-desktop failed to
 open these modules and loaded corrupted fonts.
 
 To resolve this conflict, one possible solution is put the config file and 
 binary under different dir: $LIBDIR for config file, and 
 /usr/{libexec|lib64exec} for config binary(or create different dir under 
 /usr/bin/ for different multilib)
 
 Any comments for this?
 
 Thanks,
 
 
 -- 
 best rgds,
 edwin
 
 ___
 Openembedded-core mailing list
 Openembedded-core@lists.openembedded.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
best rgds,
edwin

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] Pango multilib issue

2012-04-27 Thread Zhai, Edwin

On 04/27/2012 06:45 PM, Richard Purdie wrote:

On Fri, 2012-04-27 at 16:20 +0800, Zhai, Edwin wrote:

Any comments?
I'd like a agreement before any patch:)

Thanks,
Edwin


On Thu, Apr 26, 2012 at 03:53:22PM +0800, Zhai, Edwin wrote:

RP,

I have found one common issues for multilib when system config file differ
between multilibs.

https://bugzilla.yoctoproject.org/show_bug.cgi?id=2356
This bug caused by modules mechanism in pango:

pango utils, pango-querymodules produce a system config file to indicate where
to find the modules when 1st boot, like /usr/{lib64|lib}/pango/1.6.0/modules/
for {x86-64|lib32}-pango respectively.

When installing lib32-pango on sato-image-qemux86-64, lib32 version of
pango-querymodules override x86-64 version and produce a system config file
with path for lib32 version of modules. Then x86-64 matchbox-desktop failed to
open these modules and loaded corrupted fonts.

To resolve this conflict, one possible solution is put the config file and
binary under different dir: $LIBDIR for config file, and
/usr/{libexec|lib64exec} for config binary(or create different dir under
/usr/bin/ for different multilib)

Any comments for this?


/libexec and /lib aren't really the correct locations for a
configuration file like this.

I think in the mutlilib cases I'd like to move the config file a
directory deeper so /etc/pango/${baselib}/pango.modules in the mutliib
cases. The standard system file would remain in its existing location.



This is okay. We should use /usr/bin/${baselib}/pango-querymodules as well.




Cheers,

Richard





___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] Pango multilib issue

2012-04-26 Thread Zhai, Edwin
RP,

I have found one common issues for multilib when system config file differ 
between multilibs.

https://bugzilla.yoctoproject.org/show_bug.cgi?id=2356
This bug caused by modules mechanism in pango:

pango utils, pango-querymodules produce a system config file to indicate where
to find the modules when 1st boot, like /usr/{lib64|lib}/pango/1.6.0/modules/
for {x86-64|lib32}-pango respectively. 

When installing lib32-pango on sato-image-qemux86-64, lib32 version of
pango-querymodules override x86-64 version and produce a system config file
with path for lib32 version of modules. Then x86-64 matchbox-desktop failed to
open these modules and loaded corrupted fonts.

To resolve this conflict, one possible solution is put the config file and 
binary under different dir: $LIBDIR for config file, and 
/usr/{libexec|lib64exec} for config binary(or create different dir under 
/usr/bin/ for different multilib)

Any comments for this?

Thanks,


-- 
best rgds,
edwin

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/1] virtual/libgl: switch back to mesa-xlib for qemuarm/qemumips

2012-03-29 Thread Zhai, Edwin
On Thu, Mar 29, 2012 at 05:37:35AM +0200, Martin Jansa wrote:
 On Thu, Mar 29, 2012 at 09:31:28AM +0800, Zhai, Edwin wrote:
  On Wed, Mar 28, 2012 at 12:58:37PM +0200, Martin Jansa wrote:
   On Wed, Mar 28, 2012 at 06:10:26PM +0800, edwin.z...@intel.com wrote:
From: Martin Jansa martin.ja...@gmail.com
   
   I don't think I've ever sent something like this.
   Actually I've sent patch:
   default-providers: switch virtual/libgl from mesa-xlib to mesa-dri
   * to match default virtual/xserver
  
  Yes, this is just a revert to fix the GL failure. Sorry, I don't notice 
  that git 
  keep the original author when you revert:(
 
 FWIW: It doesn't keep the original author here, but maybe you have
 different git..
 
  Could you pls. explain why mesa-xlib doesn't match xserver-xorg?
 
 see:
 http://patches.openembedded.org/patch/13631/

I see. But this build failure should occur on qemux86 or other BSP, not 
qemuarm/qemumips/qemuppc, right? qemuarm/mips/ppc use xorg-kdrive instead.

So can we add following to avoid wrong COMPATIBLE_MACHINE:
PREFERRED_PROVIDER_virtual/libgl ?= mesa-xlib
in meta/conf/machine/include/qemu.inc and

PEFERRED_PROVIDER_virtual/libgl ?= mesa-dri
in meta/conf/machine/qemux86.conf/qemux86-64.conf 

Thanks,
Edwin


 
  
  Thanks,
  Edwin
  

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/1] virtual/libgl: switch back to mesa-xlib for qemuarm/qemumips

2012-03-29 Thread Zhai, Edwin
On Thu, Mar 29, 2012 at 08:54:59AM +0800, Zhai, Edwin wrote:
 On Wed, Mar 28, 2012 at 12:34:43PM +0100, Richard Purdie wrote:
 
  
  I'd like to understand why dri can't work under qemu too though.
 
 I think this requires: emulated graphic HW capability in qemumips/qemuarm, 
 and 
 an drm driver to match the emulated HW. With them, we can turn on 
 enable-dri 
 for mesa-dri and fight the build issue.

Sorry, I mean Xfbdev.

 
  
  Cheers,
  
  Richard
  
  
  ___
  Openembedded-core mailing list
  Openembedded-core@lists.openembedded.org
  http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
 
 -- 
 best rgds,
 edwin
 
 ___
 Openembedded-core mailing list
 Openembedded-core@lists.openembedded.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
best rgds,
edwin

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/1] virtual/libgl: switch back to mesa-xlib for qemuarm/qemumips

2012-03-28 Thread Zhai, Edwin
On Wed, Mar 28, 2012 at 12:34:43PM +0100, Richard Purdie wrote:
 On Wed, 2012-03-28 at 12:58 +0200, Martin Jansa wrote:
  On Wed, Mar 28, 2012 at 06:10:26PM +0800, edwin.z...@intel.com wrote:
   From: Martin Jansa martin.ja...@gmail.com
  
  I don't think I've ever sent something like this.
  Actually I've sent patch:
  default-providers: switch virtual/libgl from mesa-xlib to mesa-dri
  * to match default virtual/xserver
  
  And this just reverts it + adds suspicious COMPATIBLE_MACHINE..
  
  Cheers,
  
   Still need mesa-xlib for emulation of GLX interface on qemuarm/qemumips, 
   where
   mesa-dri doesn't work for pure qemu emulator.
   
 I agree this COMPATIBLE_MACHINE is wrong.

I just want to mesa-xlib only for qemumips/qemuppc/qemuarm.

 
 I'd suggest we need to change both xserver-org to xserver-xorg-lite and
 libgl to meta-xlib and then this might work better and address Martin's
 concerns too.

You mean add xserver-xorg-lite as preferred virtual/xserver in 
meta/conf/machine/qemumips.conf?

 
 I'd like to understand why dri can't work under qemu too though.

I think this requires: emulated graphic HW capability in qemumips/qemuarm, and 
an drm driver to match the emulated HW. With them, we can turn on enable-dri 
for mesa-dri and fight the build issue.

 
 Cheers,
 
 Richard
 
 
 ___
 Openembedded-core mailing list
 Openembedded-core@lists.openembedded.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
best rgds,
edwin

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/1] virtual/libgl: switch back to mesa-xlib for qemuarm/qemumips

2012-03-28 Thread Zhai, Edwin
On Wed, Mar 28, 2012 at 12:58:37PM +0200, Martin Jansa wrote:
 On Wed, Mar 28, 2012 at 06:10:26PM +0800, edwin.z...@intel.com wrote:
  From: Martin Jansa martin.ja...@gmail.com
 
 I don't think I've ever sent something like this.
 Actually I've sent patch:
 default-providers: switch virtual/libgl from mesa-xlib to mesa-dri
 * to match default virtual/xserver

Yes, this is just a revert to fix the GL failure. Sorry, I don't notice that 
git 
keep the original author when you revert:(

Could you pls. explain why mesa-xlib doesn't match xserver-xorg?

Thanks,
Edwin

 
 And this just reverts it + adds suspicious COMPATIBLE_MACHINE..
 
 Cheers,
 
  Still need mesa-xlib for emulation of GLX interface on qemuarm/qemumips, 
  where
  mesa-dri doesn't work for pure qemu emulator.
  
  [YOCTO #2066] fixed.
  ---
   meta/conf/distro/include/default-providers.inc |2 +-
   meta/recipes-graphics/mesa/mesa-xlib.inc   |2 ++
   2 files changed, 3 insertions(+), 1 deletions(-)
  
  diff --git a/meta/conf/distro/include/default-providers.inc 
  b/meta/conf/distro/include/default-providers.inc
  index 54c90d3..3850a2f 100644
  --- a/meta/conf/distro/include/default-providers.inc
  +++ b/meta/conf/distro/include/default-providers.inc
  @@ -5,7 +5,7 @@ PREFERRED_PROVIDER_virtual/db ?= db
   PREFERRED_PROVIDER_virtual/db-native ?= db-native
   PREFERRED_PROVIDER_virtual/xserver ?= xserver-xorg
   PREFERRED_PROVIDER_virtual/xserver-xf86 ?= xserver-xorg
  -PREFERRED_PROVIDER_virtual/libgl ?= mesa-dri
  +PREFERRED_PROVIDER_virtual/libgl ?= mesa-xlib
   PREFERRED_PROVIDER_virtual/update-alternatives ?= 
  update-alternatives-cworth
   PREFERRED_PROVIDER_virtual/update-alternatives-native ?= opkg-native
   PREFERRED_PROVIDER_virtual/libx11 ?= libx11-trim
  diff --git a/meta/recipes-graphics/mesa/mesa-xlib.inc 
  b/meta/recipes-graphics/mesa/mesa-xlib.inc
  index b720e14..c431eab 100644
  --- a/meta/recipes-graphics/mesa/mesa-xlib.inc
  +++ b/meta/recipes-graphics/mesa/mesa-xlib.inc
  @@ -1 +1,3 @@
   EXTRA_OECONF +=  --with-driver=xlib --without-gallium-drivers
  +
  +COMPATIBLE_MACHINE = (qemuarm|qemumips|qemuppc)
  -- 
  1.7.5.4
  
  
  ___
  Openembedded-core mailing list
  Openembedded-core@lists.openembedded.org
  http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
 
 -- 
 Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com



 ___
 Openembedded-core mailing list
 Openembedded-core@lists.openembedded.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


-- 
best rgds,
edwin

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] multilib build failure with shadow-sysroot:do_populate_sysroot_setscene

2012-03-05 Thread Zhai, Edwin

On 03/02/2012 11:31 PM, Richard Purdie wrote:

On Fri, 2012-03-02 at 14:33 +0800, Zhai, Edwin wrote:

RP,
I have image-sato multilib build failure with following error:

ERROR: Task do_package_setscene depends upon nonexistant task
/distro/edwin-working/poky/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb:do_populate_sysroot_setscene
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

After removing shadow-sysroot:do_populate_sysroot_setscene from
USERADDSETSCENEDEPS in meta/classes/useradd.bbclass, I can pass the build.

Why does it become nonexistant task in multilib building? Any possible fix for
it?


Totally guessing but does replacing:

shadow-sysroot:do_populate_sysroot_setscene

with:

${MLPREFIX}shadow-sysroot:do_populate_sysroot_setscene

work better?


RP,
It works. I'll send out this patch after test.
BTW, shouldn't it be extended automatically?

Thanks,
Edwin



Cheers,

Richard






___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] multilib build failure with shadow-sysroot:do_populate_sysroot_setscene

2012-03-01 Thread Zhai, Edwin
RP,
I have image-sato multilib build failure with following error:

ERROR: Task do_package_setscene depends upon nonexistant task 
/distro/edwin-working/poky/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb:do_populate_sysroot_setscene
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

After removing shadow-sysroot:do_populate_sysroot_setscene from 
USERADDSETSCENEDEPS in meta/classes/useradd.bbclass, I can pass the build.

Why does it become nonexistant task in multilib building? Any possible fix for 
it?

Thanks,
Edwin


-- 
best rgds,
edwin

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 3/3] vte: fix scroll issue

2012-02-28 Thread Zhai, Edwin
On Wed, Feb 22, 2012 at 11:03:01PM +, Richard Purdie wrote:
 On Wed, 2012-02-22 at 13:33 +0800, edwin.z...@intel.com wrote:
  From: Zhai Edwin edwin.z...@intel.com
  
  On qemu x86-64, scrollbar in vte got broken with one commit to change the 
  way
  of emiting changed signal. This patch revert it as work around.
  
  [YOCTO #1906] got fixed.
 
 
 This patch worries me a bit (well, a lot really). Why is this only
 broken on 64 bit? How does this revert fix things? It looks like its not
 the real problem to me?

The root cause is unkown. I suspect something in gtk caused the changed 
signal 
missing with the new method. I have created a bug for vte in gnome.org, but no 
response so far.



 
 Cheers,
 
 Richard
 
  Signed-off-by: Zhai Edwin edwin.z...@intel.com
  ---
   meta/recipes-support/vte/vte.inc |3 +-
   meta/recipes-support/vte/vte/scrollbar_fix.patch |  122 
  ++
   meta/recipes-support/vte/vte_0.28.2.bb   |2 +-
   3 files changed, 125 insertions(+), 2 deletions(-)
   create mode 100644 meta/recipes-support/vte/vte/scrollbar_fix.patch
  
  diff --git a/meta/recipes-support/vte/vte.inc 
  b/meta/recipes-support/vte/vte.inc
  index 54bd8ae..d3406e5 100644
  --- a/meta/recipes-support/vte/vte.inc
  +++ b/meta/recipes-support/vte/vte.inc
  @@ -6,7 +6,8 @@ RDEPENDS_libvte = vte-termcap
   
   inherit gnome
   
  -SRC_URI += file://introspection.patch
  +SRC_URI += file://introspection.patch\ 
  +file://scrollbar_fix.patch
   
   EXTRA_OECONF = --disable-gtk-doc --disable-python --disable-introspection
   
  diff --git a/meta/recipes-support/vte/vte/scrollbar_fix.patch 
  b/meta/recipes-support/vte/vte/scrollbar_fix.patch
  new file mode 100644
  index 000..707377a
  --- /dev/null
  +++ b/meta/recipes-support/vte/vte/scrollbar_fix.patch
  @@ -0,0 +1,122 @@
  +On qemu x86-64, matchbox-terminal has broken scrollbar, because of 
  following
  +commit in vte. This patch revert it as work around.
  +
  +Signed-off-by: Zhai Edwin edwin.z...@intel.com
  +
  +Upstream-Status: Inappropriate [workaround]
  +
  +commit 6eadb8494797e44910b86b5e101823cf527c04e1
  +Author: Kristian Høgsberg k...@bitplanet.net
  +Date:   Thu Jul 15 09:07:51 2010 -0400
  +
  +Use accessors for setting adjustment
  +
  +We use g_object_freeze_notify() to emit the same amount of ::changed
  +signals.
  +
  +Index: vte-0.28.2/src/vte.c
  +===
  +--- vte-0.28.2.orig/src/vte.c  2011-08-29 05:31:45.0 +0800
   vte-0.28.2/src/vte.c   2012-02-21 11:03:22.0 +0800
  +@@ -2018,15 +2018,13 @@
  +   glong v;
  +   gdouble current;
  + 
  +-  g_object_freeze_notify (G_OBJECT (terminal-adjustment));
  +-
  +   v = _vte_ring_delta (screen-row_data);
  +   current = gtk_adjustment_get_lower(terminal-adjustment);
  +   if (current != v) {
  +   _vte_debug_print(VTE_DEBUG_ADJ,
  +   Changing lower bound from %.0f to 
  %ld\n,
  +current, v);
  +-  gtk_adjustment_set_lower(terminal-adjustment, v);
  ++  terminal-adjustment-lower = v;
  +   changed = TRUE;
  +   }
  + 
  +@@ -2039,19 +2037,19 @@
  +   _vte_debug_print(VTE_DEBUG_ADJ,
  +   Changing upper bound from %.0f to 
  %ld\n,
  +current, v);
  +-  gtk_adjustment_set_upper(terminal-adjustment, v);
  ++  terminal-adjustment-upper = v;
  +   changed = TRUE;
  +   }
  + 
  +-  g_object_thaw_notify (G_OBJECT (terminal-adjustment));
  +-
  +-  if (changed)
  ++  if (changed) {
  +   _vte_debug_print(VTE_DEBUG_SIGNALS,
  +   Emitting adjustment_changed.\n);
  ++  gtk_adjustment_changed(terminal-adjustment);
  ++  }
  +   terminal-pvt-adjustment_changed_pending = FALSE;
  +   }
  +   if (terminal-pvt-adjustment_value_changed_pending) {
  +-  glong v, delta;
  ++  glong v;
  +   _vte_debug_print(VTE_DEBUG_SIGNALS,
  +   Emitting adjustment_value_changed.\n);
  +   terminal-pvt-adjustment_value_changed_pending = FALSE;
  +@@ -2062,9 +2060,9 @@
  +* via the adjustment - e.g. user interaction with the
  +* scrollbar
  +*/
  +-  delta = terminal-pvt-screen-scroll_delta;
  ++  terminal-adjustment-value = 
  terminal-pvt-screen-scroll_delta;
  +   terminal-pvt-screen-scroll_delta = v;
  +-  gtk_adjustment_set_value(terminal-adjustment, delta);
  ++  gtk_adjustment_value_changed(terminal-adjustment

Re: [OE-core] [PATCH 0/2] Bug fixes

2012-01-04 Thread Zhai, Edwin
On Wed, Jan 04, 2012 at 11:22:28AM +, Richard Purdie wrote:
 On Wed, 2012-01-04 at 08:51 +0800, Zhai, Edwin wrote:
  On 01/04/2012 07:56 AM, Saul Wold wrote:
   On 12/29/2011 12:09 AM, edwin.z...@intel.com wrote:
   From: Zhai Edwinedwin.z...@intel.com
  
   All,
   Patch of gnome-keyring to fix gsettings-data-convert seg fault,
   modified according to Saul's comments.
   Another patch of matchbox-wm to remove the dependence between window
   manager and X session.
  
   The following changes since commit
   6a1b5c28f22bb07a0b7102eb88441d05768ec52e:
  
   self-hosted-image: Add builder user and mini X (2011-12-29 10:42:07
   +0800)
  
   are available in the git repository at:
   git://git.pokylinux.org/poky-contrib gzhai/build-appliance2
   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/build-appliance2
  
  
   Zhai Edwin (2):
   gnome-keyring: fix gsettings_data_convert seg fault
  
   Merged this one to OE-Core
  
   matchbox-wm: Remove x-session-manager handling
  
   We need a little more explaintion about why you are removing the U-A
   code from the matchbox-wm?
  
  matchbox-wm should not handles x-session, or else it conflict with 
  mini-x-session. i.e. mini-x-session set x-session to mini-X, then 
  matchbox-wm overrides it as matchbox-session. Without matchbox-session 
  installed, mini-X fail start.
  
  I have tested this patch and found no regression...
 
 What I don't understand is that this is using update-alternatives so
 surely you can just install an alternative that overrides this?
 
 Looking at the code, shouldn't we move this alternative to the
 matchbox-session recipe?

There are indential code in matchbox-session already. This patch is just 
removing duplicated code. I'll send out new patch to promote mini-x's 
alternative priority over matchbox-session.

Thanks,
Edwin

 
 Cheers,
 
 Richard
 
 
 ___
 Openembedded-core mailing list
 Openembedded-core@lists.openembedded.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
best rgds,
edwin

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/2] Bug fixes

2012-01-03 Thread Zhai, Edwin

On 01/04/2012 07:56 AM, Saul Wold wrote:

On 12/29/2011 12:09 AM, edwin.z...@intel.com wrote:

From: Zhai Edwinedwin.z...@intel.com

All,
Patch of gnome-keyring to fix gsettings-data-convert seg fault,
modified according to Saul's comments.
Another patch of matchbox-wm to remove the dependence between window
manager and X session.

The following changes since commit
6a1b5c28f22bb07a0b7102eb88441d05768ec52e:

self-hosted-image: Add builder user and mini X (2011-12-29 10:42:07
+0800)

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


Zhai Edwin (2):
gnome-keyring: fix gsettings_data_convert seg fault


Merged this one to OE-Core


matchbox-wm: Remove x-session-manager handling


We need a little more explaintion about why you are removing the U-A
code from the matchbox-wm?


matchbox-wm should not handles x-session, or else it conflict with 
mini-x-session. i.e. mini-x-session set x-session to mini-X, then 
matchbox-wm overrides it as matchbox-session. Without matchbox-session 
installed, mini-X fail start.


I have tested this patch and found no regression...




Thanks
Sau!



meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb | 12 ++--
.../matchbox-wm/matchbox-wm_1.2.bb | 9 ++---
.../matchbox-wm/matchbox-wm_git.bb | 9 ++---
3 files changed, 14 insertions(+), 16 deletions(-)


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core




___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/4] minix-session: Add this recipe as the session file for mini X

2011-12-21 Thread Zhai, Edwin

On 12/21/2011 06:36 PM, Paul Eggleton wrote:

Hi Edwin,

On Wednesday 21 December 2011 16:18:05 edwin.z...@intel.com wrote:

From: Zhai Edwinedwin.z...@intel.com

minix-session runs session files on behalf of file owner, so that no
rootless X required.


A bit of a minor nitpick I know, but since minix is already the name of a
well-known operating system I would suggest changing this to mini-x-session or
similar.


Good point! I'll change it.
Thanks,



Cheers,
Paul




___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/4] minix-session: Add this recipe as the session file for mini X

2011-12-21 Thread Zhai, Edwin

On 12/22/2011 03:38 AM, Saul Wold wrote:

diff --git a/meta/recipes-graphics/minix-session/minix-session_0.1.bb 
b/meta/recipes-graphics/minix-session/minix-session_0.1.bb
  new file mode 100644
  index 000..2e912c6
  --- /dev/null
  +++ b/meta/recipes-graphics/minix-session/minix-session_0.1.bb
  @@ -0,0 +1,24 @@
  +DESCRIPTION = Mini X session files for poky
  +HOMEPAGE =http://www.yoctoproject.org;
  +BUGTRACKER =http://bugzilla.pokylinux.org;
  +
  +LICENSE = GPL
  +LIC_FILES_CHKSUM 
=file://minix-session;endline=5;md5=b6430bffbcf05f9760e72938826b7487
  +

Is this really GPL?  MIT maybe?

And if it is GPL then what version?


I derived it from matchbox-session and inherited GPL. Maybe GPLv2 is 
more reasonable?


Thanks,
Edwin



Sau!




___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/1] remove gnome-vfs completely

2011-09-27 Thread Zhai, Edwin
BTW,
I found many recipes in meta-demoapps are not maintained: no 
LIC_FILES_CHKSUM/SRCREV, no workable SRC_URI, and even no layer.conf under 
meta-demoapps.

We need more test for demoapps, and require each commit to take care of them, 
or 
else remove them completely...


On Tue, Sep 27, 2011 at 09:49:25PM +0800, edwin.z...@intel.com wrote:
 From: Zhai Edwin edwin.z...@intel.com
 
 All,
 This patch remove gnome-vfs completely: remove itself, dependence on it, and
 other obsolete recipe depending on it.
 
 Last time, I remember one recipe in oe-core depends on gnome-vfs, but nobody
 depends on it. Could somebody have a double check on oe-core?
 
 Thanks,
 Edwin
 
 The following changes since commit e3c5d7a90ae179af0ac128ea4dfc1a5a6602c2e4:
 
   libtool: Fix an issue where unnecessary rpaths were being injected 
 (2011-09-26 17:56:44 +0100)
 
 are available in the git repository at:
   git://git.pokylinux.org/poky-contrib gzhai/master2
   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/master2
 
 Zhai Edwin (1):
   gnome-vfs: remove this obsolete recipe completely in favor of
 GIO/GVFS
 
  .../recipes-gnome/libgsf/libgsf_1.14.5.bb  |8 ++-
  meta-demoapps/recipes-graphics/clutter/table.inc   |   13 -
  .../recipes-graphics/clutter/table/fixes.patch |   16 --
  .../recipes-graphics/clutter/table_git.bb  |   15 --
  .../conf/distro/include/distro_tracking_fields.inc |   11 
  meta/conf/multilib.conf|1 -
  .../gnome/gnome-vfs-2.24.4/gconftool-lossage.patch |   13 -
  .../gnome-vfs-2.24.4/gnome-vfs-no-kerberos.patch   |   53 
 
  meta/recipes-gnome/gnome/gnome-vfs_2.24.4.bb   |   50 --
  meta/recipes-kernel/oprofile/oprofileui.inc|2 +-
  10 files changed, 7 insertions(+), 175 deletions(-)
  delete mode 100644 meta-demoapps/recipes-graphics/clutter/table.inc
  delete mode 100644 meta-demoapps/recipes-graphics/clutter/table/fixes.patch
  delete mode 100644 meta-demoapps/recipes-graphics/clutter/table_git.bb
  delete mode 100644 
 meta/recipes-gnome/gnome/gnome-vfs-2.24.4/gconftool-lossage.patch
  delete mode 100644 
 meta/recipes-gnome/gnome/gnome-vfs-2.24.4/gnome-vfs-no-kerberos.patch
  delete mode 100644 meta/recipes-gnome/gnome/gnome-vfs_2.24.4.bb
 
 
 ___
 Openembedded-core mailing list
 Openembedded-core@lists.openembedded.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
best rgds,
edwin

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/1] opensp: Fix hard path in native nsgmls.

2011-09-09 Thread Zhai, Edwin

On 2011/9/9 12:49, Saul Wold wrote:

On 09/08/2011 07:53 PM, edwin.z...@intel.com wrote:

From: Zhai Edwinedwin.z...@intel.com

This relocation issues caused following bug and introduce one partial fix 
bb024d:
[YOCTO #1440]

But the environment val hacking is not working all the time, as nsgmsl may
append wrong path in some case. This fix use search directory -D as solution.
It's better if got fixed from opensp side when next upgrade.

Signed-off-by: Zhai Edwinedwin.z...@intel.com
CC: Saul Woulds...@linux.intel.com
---
   meta/recipes-devtools/opensp/opensp_1.5.bb |4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/opensp/opensp_1.5.bb 
b/meta/recipes-devtools/opensp/opensp_1.5.bb
index 0269c87..d692137 100644
--- a/meta/recipes-devtools/opensp/opensp_1.5.bb
+++ b/meta/recipes-devtools/opensp/opensp_1.5.bb
@@ -44,8 +44,8 @@ do_install_append() {

   do_install_append_virtclass-native() {
for util in nsgmls sgmlnorm spam spcat spent sx; do
-   create_wrapper ${D}/${bindir}/$util \
-   SGML_CATALOG_FILES=${sysconfdir}/sgml/catalog
+   create_cmdline_wrapper ${D}/${bindir}/$util \
+   -D ${sysconfdir}/sgml
done
   }


Have you tested this with iputils?  When I tried this, it did not work
correctly for me, can you give me more of idea of how you tested this.


Sorry, I forgot to rename the tmp to make sysroot unavailable:( After 
renaming, the bug still exist.
Upgrading to 1.5.2 doesn't help. After debug with strace, I found nsgmls 
append .. to other paths when inputting ../index.db as you said. 
It's reasonable for entity such as ping.sgml, as they usually sit in 
same dir as index.db. But catalog should not do this.


I have tried -c to specify catalog path, and found it works.  Could 
you pls. have a try on the same contrib tree?

contrib/gzhai/master2

Thanks,
Edwin



Sau!




___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/1] opensp: Fix hard path in native nsgmls.

2011-09-09 Thread Zhai, Edwin

On 2011/9/9 23:11, Saul Wold wrote:

On 09/09/2011 07:16 AM, Zhai, Edwin wrote:

On 2011/9/9 12:49, Saul Wold wrote:

On 09/08/2011 07:53 PM, edwin.z...@intel.com wrote:

From: Zhai Edwinedwin.z...@intel.com

This relocation issues caused following bug and introduce one partial
fix bb024d:
[YOCTO #1440]

But the environment val hacking is not working all the time, as
nsgmsl may
append wrong path in some case. This fix use search directory -D as
solution.
It's better if got fixed from opensp side when next upgrade.

Signed-off-by: Zhai Edwinedwin.z...@intel.com
CC: Saul Woulds...@linux.intel.com
---
meta/recipes-devtools/opensp/opensp_1.5.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/opensp/opensp_1.5.bb
b/meta/recipes-devtools/opensp/opensp_1.5.bb
index 0269c87..d692137 100644
--- a/meta/recipes-devtools/opensp/opensp_1.5.bb
+++ b/meta/recipes-devtools/opensp/opensp_1.5.bb
@@ -44,8 +44,8 @@ do_install_append() {

do_install_append_virtclass-native() {
for util in nsgmls sgmlnorm spam spcat spent sx; do
- create_wrapper ${D}/${bindir}/$util \
- SGML_CATALOG_FILES=${sysconfdir}/sgml/catalog
+ create_cmdline_wrapper ${D}/${bindir}/$util \
+ -D ${sysconfdir}/sgml
done
}


Have you tested this with iputils? When I tried this, it did not work
correctly for me, can you give me more of idea of how you tested this.

Sorry, I forgot to rename the tmp to make sysroot unavailable:( After
renaming, the bug still exist.
Upgrading to 1.5.2 doesn't help. After debug with strace, I found nsgmls
append .. to other paths when inputting ../index.db as you said.
It's reasonable for entity such as ping.sgml, as they usually sit in
same dir as index.db. But catalog should not do this.

I have tried -c to specify catalog path, and found it works. Could you
pls. have a try on the same contrib tree?
contrib/gzhai/master2


Edwin,

Did you try the -c with the linuxdoc-tools-native recipe also?  I found
that when I used -c option with that recipe I then get a failure,


No. You have mentioned focus on iputils. Seems this fix is same as the 
one in poky.



so as
I have mentioned before I think the problem maybe in the opensp code
itself and it should not append the .. to the catalog search patch.


Agree with you.  but hack in the source code need some time.



Thanks,
Edwin


Sau!






___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 2/2] qemu: Make qemu buildable inside qemux86/qemuppc target

2011-08-16 Thread Zhai, Edwin
On Mon, Aug 15, 2011 at 10:25:49PM +0800, Richard Purdie wrote:
 
 The patch is fine but could we change this to something like:
 
 # Only use the GL passthrough patches for native/nativesdk versions
 $QEMUGLPATCHES = \
 file://qemu-git-qemugl-host.patch \
 file://fix-nogl.patch \
 file://qemugl-allow-glxcontext-release.patch \
 file://init-info.patch \
 file://enable-i386-linux-user.patch \
 file://qemugl-fix.patch \
 file://opengl-sdl-fix.patch \
 
 
 SRC_URI_append_virtclass-native = \
 ${QEMUGLPATCHES} \
 
 
 SRC_URI_append_virtclass-nativesdk = \
 ${QEMUGLPATCHES} \
 file://glflags.patch \
 
 
 which is just a little bit neater. Also, no need for the commented out
 line.

RP,
Thanks for your comments. I have modified it. Pls. pull @ same branch:

git://git.pokylinux.org/poky-contrib gzhai/master2
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/master2

BTW, I saw qemugl_git.bb is extended as nativesdk, and was curious about it 
as 
qemugl is hacked libgl inside qemu guest, thus should not be related to 
native 
case. Any reason? Meet the dependency requirement?

Thanks,
Edwin


 
 Cheers,
 
 Richard
 
  
 
 
 
 ___
 Openembedded-core mailing list
 Openembedded-core@lists.openembedded.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

-- 
best rgds,
edwin

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 2/3] xinput-calibrator: Add 0.7.5 as new recipe

2011-08-03 Thread Zhai, Edwin



Richard Purdie wrote:


On Tue, 2011-07-26 at 14:53 +0200, Koen Kooi wrote:
 This one looks suspicously like the one in meta-oe. Apart from that,
 is it really needed in oe-core?

Given that the xcalibrate extension has been removed from the xserver I
think we're going to either need to migrate the tools like xtscal or
adopt other tools. Certainly OE-Core should have a consistent story for
touchscreens...



RP,
There is another recipe pointercal-xinput that provides script for 
calibration based on xinput_calibrator's output. So moving xinput, 
xinput_calibrator and pointercal-xinput from meta-oe to oe-core make a 
consistent story?


If no objection, I'll do this...


Cheers,

Richard


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 2/3] xinput-calibrator: Add 0.7.5 as new recipe

2011-07-26 Thread Zhai, Edwin

I borrowed it from meta-oe with minor modification.
xinput is very useful for debug and test of input device under X. 
xinput_calibrator is a must for touchscreen device.


Koen Kooi wrote:


This one looks suspicously like the one in meta-oe. Apart from that, 
is it really needed in oe-core?


Op 26 jul. 2011, om 14:30 heeft edwin.z...@intel.com het volgende 
geschreven:


 From: Zhai Edwin edwin.z...@intel.com

 Signed-off-by: Zhai Edwin edwin.z...@intel.com
 ---
 .../xinput-calibrator/xinput-calibrator_0.7.5.bb   |   24 


 1 files changed, 24 insertions(+), 0 deletions(-)
 create mode 100644 
meta/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb


 diff --git 
a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb 
b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb


 new file mode 100644
 index 000..5a868f7
 --- /dev/null
 +++ 
b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb

 @@ -0,0 +1,24 @@
 +DESCRIPTION = A generic touchscreen calibration program for X.Org
 +HOMEPAGE = 
http://www.freedesktop.org/wiki/Software/xinput_calibrator;

 +
 +LICENSE = MIT/X11
 +LIC_FILES_CHKSUM = 
file://COPYING;md5=d9a6926aaad6b8f38bb4f995fe088466\ 
file://COPYING;md5=d9a6926aaad6b8f38bb4f995fe088466%5C
 +
file://src/calibrator.cpp;endline=22;md5=998e238a7638a7446eaeb02398f691fc 


 +
 +DEPENDS = virtual/libx11 libxi
 +
 +inherit autotools
 +
 +RDEPENDS_${PN} = xinput
 +
 +SRC_URI = 
http://github.com/downloads/tias/xinput_calibrator/xinput_calibrator-${PV}.tar.gz; 


 +SRC_URI[md5sum] = 20da0a2055a5a75962add8c6b44f60fa
 +SRC_URI[sha256sum] = 
baa4ddca49ec94c27ba4c715bfa26692fec1132103e927213c3169e475d3d971

 +
 +S = ${WORKDIR}/xinput_calibrator-${PV}
 +
 +do_install_append() {
 +install -d ${D}${bindir}
 +install -m 0755 scripts/xinput_calibrator_pointercal.sh 
${D}${bindir}/xinput_calibrator_once.sh
 +install -m 0755 
scripts/xinput_calibrator_get_hal_calibration.sh 
${D}${bindir}/xinput_calibrator_get_hal_calibration.sh


 +}
 --
 1.7.1


 ___
 Openembedded-core mailing list
 Openembedded-core@lists.openembedded.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 2/3] webkit-gtk: recommends glib-networking to access https web page

2011-06-28 Thread Zhai, Edwin

Done. Commits @ same contrib tree.
 git://git.pokylinux.org/poky-contrib gzhai/master
 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/master


Thanks,
edwin


Zhai, Edwin wrote:



Koen Kooi wrote:

 Op 28 jun 2011, om 10:13 heeft Zhai, Edwin het volgende geschreven:

 
  In future, other recipes besides webkit-gtk may ask for
 glib-networking, maybe we can change it that time?
  What's your opinion?

 I'd either put it in the lib that uses it (soup) or the app that needs
 it (web-webkit), something in between is just confusing.


Reasonable. I'd like to put it in libsoup.
Thanks,
edwin

 regards,

 Koen
 ___
 Openembedded-core mailing list
 Openembedded-core@lists.openembedded.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 2/3] webkit-gtk: recommends glib-networking to access https web page

2011-06-28 Thread Zhai, Edwin



Richard Purdie wrote:


On Tue, 2011-06-28 at 20:08 +0800, Zhai, Edwin wrote:

 Koen Kooi wrote:
 
  Op 28 jun 2011, om 10:13 heeft Zhai, Edwin het volgende geschreven:
 
  
   In future, other recipes besides webkit-gtk may ask for
  glib-networking, maybe we can change it that time?
   What's your opinion?
 
  I'd either put it in the lib that uses it (soup) or the app that 
needs

  it (web-webkit), something in between is just confusing.
 

 Reasonable. I'd like to put it in libsoup.

Actually, I think this sounds like a strong case to put it in
web-webkit. My reasoning is that none of the other packages have the
dependency, its really the use webkit makes of the libraries that is the
requirement for the package...



Yes, but other web browser may be used in future to introduce extra 
dependency. Anyway, this is just trade off, I'll re-send pull-request to 
put it under web-webkit,


Thanks,
edwin


Cheers,

Richard


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/3] glib-networking: Add 2.28.7 as new recipe

2011-06-28 Thread Zhai, Edwin
Koen said missing of gnomebase.bbclass may be introduced by some hacks 
in one merge.



Richard Purdie wrote:


On Tue, 2011-06-28 at 15:42 +0800, edwin.z...@intel.com wrote:
 From: Zhai Edwin edwin.z...@intel.com

 glib-networking contains the implementations of certain GLib networking
 features that cannot be implemented directly in GLib itself because 
of their
 dependencies. TLS/SSL support is one of them, which is needed for 
accessing SSL

 web page.

 Signed-off-by: Zhai Edwin edwin.z...@intel.com
 ---
  .../glib-networking/glib-networking_2.28.7.bb  |   21 


  1 files changed, 21 insertions(+), 0 deletions(-)
  create mode 100644 
meta/recipes-core/glib-networking/glib-networking_2.28.7.bb


I merged this patch but we should revisit the issue of the gnome bbclass
files in a subsequent patch.

Cheers,

Richard


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/2] glib-networking: Add 2.28.7 as new recipe

2011-06-27 Thread Zhai, Edwin



Koen Kooi wrote:


Op 25 jun 2011, om 05:54 heeft edwin.z...@intel.com het volgende 
geschreven:


 From: Zhai Edwin edwin.z...@intel.com

 glib-networking contains the implementations of certain GLib networking
 features that cannot be implemented directly in GLib itself because 
of their
 dependencies. TLS/SSL support is one of them, which is needed for 
accessing SSL

 web page.

 Signed-off-by: Zhai Edwin edwin.z...@intel.com
 ---
 meta/recipes-sato/web/glib-networking_2.28.7.bb |   21 
+


The recipe looks good, but it shouldn't be hidden in recipes-sato/web/



From function level, only web requires TLS or proxy support. But in 
fact, glib-networking is part of glib. How about recipes-core/, like glib?



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/2] glib-networking: Add 2.28.7 as new recipe

2011-06-27 Thread Zhai, Edwin



Koen Kooi wrote:


Op 25 jun 2011, om 05:54 heeft edwin.z...@intel.com het volgende 
geschreven:


 From: Zhai Edwin edwin.z...@intel.com

 +SRC_URI = 
${GNOME_MIRROR}/glib-networking/2.28/glib-networking-${PV}.tar.bz2


No 'name' parameter


I'll change it to

+SRC_URI = ${GNOME_MIRROR}/${PN}/2.28/${PN}-${PV}.tar.bz2


 +SRC_URI[archive.md5sum] = c10e51571d03c10111a37bcd21fbf777
 +SRC_URI[archive.sha256sum] = 
98bedfbd530c4b1b53c91025fe82290bafd289d249e4eb549c3b90d23a76021c


'archive' as name paramater, leading to:



My fault, will remove it.

WARNING: Missing SRC_URI checksum for 
/OE/tentacle/sources/downloads/glib-networking-2.28.7.tar.bz2, 
consider adding to the recipe:


SRC_URI[md5sum] = c10e51571d03c10111a37bcd21fbf777
SRC_URI[sha256sum] = 
98bedfbd530c4b1b53c91025fe82290bafd289d249e4eb549c3b90d23a76021c



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/1] Remove obsolete gnome-vfs

2011-06-22 Thread Zhai, Edwin



Koen Kooi wrote:


Op 21 jun 2011, om 09:12 heeft edwin.z...@intel.com het volgende 
geschreven:


 From: Zhai Edwin edwin.z...@intel.com

 This patch removed obsolete gnome-vfs in favor of GIO/GVFS.

Thanks for the patch! I've gone through meta-oe and only libgnome 
requires gnome-vfs at this point, but virtually nothing depends on 
libgnome itself anymore.




I have no libgnome on my side. After going through the source tar ball 
of libgnome, I found it's hard coded to depend on gnome-vfs without any 
configure option. And no progress indicated in the migration webpage @ 
http://live.gnome.org/GioPort.


If virtually nothing depends on libgnome, we are safe for this point:)



regards,

Koen
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] Moving oe-core GNOME recipes over to meta-gnome

2011-06-20 Thread Zhai, Edwin

Koen,
I have checked the build log,  following should be in the keep list:

gconf-dbus
gnome-common
gnome-desktop
gnome-doc-utils
gnome-keyring
gnome-mime-data
gnome-vfs
libgnome-keyring

Thanks,
edwin

Koen Kooi wrote:


Op 9 jun 2011, om 12:50 heeft Koen Kooi het volgende geschreven:

 Hi,

 There are a number of non-sato GNOME recipes still in oe-core that 
should be moved over to meta-gnome. Metacity is one of those. Could 
the yocto people please draw up a list of the recipes they want to 
keep in oe-core and I will send patches to remove the others.


Any movement on this?
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/1] Upstream-Status: Update patch upstream-status for GPLv2 recipes

2011-05-17 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Including gzip and mtoools

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../mtools/mtools/mtools-makeinfo.patch|2 ++
 meta/recipes-devtools/mtools/mtools/mtools.patch   |2 ++
 meta/recipes-devtools/mtools/mtools/no-x11.patch   |2 ++
 .../gzip/gzip-1.3.12/dup-def-fix.patch |3 +++
 .../gzip/gzip-1.3.12/m4-extensions-fix.patch   |3 +++
 5 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch 
b/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch
index 35fae44..2e2873a 100644
--- a/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch
+++ b/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [licensing]
+
 --- mtools-3.9.9/configure.in.orig 2006-04-14 16:05:54.337655192 -0600
 +++ mtools-3.9.9/configure.in  2006-04-14 16:12:29.736545424 -0600
 @@ -21,6 +21,33 @@
diff --git a/meta/recipes-devtools/mtools/mtools/mtools.patch 
b/meta/recipes-devtools/mtools/mtools/mtools.patch
index 2abf534..15a3208 100644
--- a/meta/recipes-devtools/mtools/mtools/mtools.patch
+++ b/meta/recipes-devtools/mtools/mtools/mtools.patch
@@ -4,6 +4,8 @@ $NetBSD: patch-aa,v 1.10 2007/08/17 20:55:34 joerg Exp $
  Makefile.in |   74 
++--
  1 file changed, 33 insertions(+), 41 deletions(-)
 
+Upstream-Status: Inappropriate [licensing]
+
 Index: mtools-3.9.9/Makefile.in
 ===
 --- mtools-3.9.9.orig/Makefile.in  2007-10-12 11:18:46.0 +0100
diff --git a/meta/recipes-devtools/mtools/mtools/no-x11.patch 
b/meta/recipes-devtools/mtools/mtools/no-x11.patch
index 300f43f..705b629 100644
--- a/meta/recipes-devtools/mtools/mtools/no-x11.patch
+++ b/meta/recipes-devtools/mtools/mtools/no-x11.patch
@@ -2,6 +2,8 @@
  Makefile.in |2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
+Upstream-Status: Inappropriate [licensing]
+
 --- mtools-3.9.9.orig/Makefile.in
 +++ mtools-3.9.9/Makefile.in
 @@ -128,11 +128,11 @@ X_EXTRA_LIBS = @X_EXTRA_LIBS@
diff --git a/meta/recipes-extended/gzip/gzip-1.3.12/dup-def-fix.patch 
b/meta/recipes-extended/gzip/gzip-1.3.12/dup-def-fix.patch
index 8308865..d9e8d21 100644
--- a/meta/recipes-extended/gzip/gzip-1.3.12/dup-def-fix.patch
+++ b/meta/recipes-extended/gzip/gzip-1.3.12/dup-def-fix.patch
@@ -1,6 +1,9 @@
 gzip uses gnulib, whose header conflict with glibc. This patch rename some 
function to avoid conflict.
 
 Signed-off-by: Zhai Edwin edwin.z...@intel.com
+
+Upstream-Status: Inappropriate [licensing]
+
 Index: gzip-1.3.12/gzip.c
 ===
 --- gzip-1.3.12.orig/gzip.c2010-08-13 10:29:38.0 +0800
diff --git a/meta/recipes-extended/gzip/gzip-1.3.12/m4-extensions-fix.patch 
b/meta/recipes-extended/gzip/gzip-1.3.12/m4-extensions-fix.patch
index 9273772..6b2f698 100644
--- a/meta/recipes-extended/gzip/gzip-1.3.12/m4-extensions-fix.patch
+++ b/meta/recipes-extended/gzip/gzip-1.3.12/m4-extensions-fix.patch
@@ -2,6 +2,9 @@ remove AC_USE_SYSTEM_EXTENSIONS to fix the autoconf error 
AC_REQUIRE: circular
 dependency of AC_GNU_SOURCE
 
 Signed-off-by: Zhai Edwin edwin.z...@intel.com
+
+Upstream-Status: Inappropriate [licensing]
+
 Index: gzip-1.3.12/m4/extensions.m4
 ===
 --- gzip-1.3.12.orig/m4/extensions.m4  2010-08-16 14:18:16.0 +0800
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/1] Upstream-Status: Update patch upstream-status for libfm, eggdbus, screenshot...

2011-05-16 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 meta/recipes-core/eggdbus/eggdbus/gtk-doc.patch|2 ++
 meta/recipes-core/eggdbus/eggdbus/marshal.patch|2 ++
 .../qemu/qemu-git/enable-i386-linux-user.patch |2 ++
 meta/recipes-devtools/qemu/qemu-git/fix-nogl.patch |2 ++
 .../qemu/qemu-git/linker-flags.patch   |3 +++
 meta/recipes-devtools/qemu/qemu-git/no-strip.patch |2 ++
 .../qemu/qemu-git/qemu-git-qemugl-host.patch   |2 ++
 .../qemu/qemu-git/qemu-vmware-vga-depth.patch  |3 +++
 .../qemu-git/qemugl-allow-glxcontext-release.patch |2 ++
 .../gtk+/gtk+-2.12.7/filechooser-props.patch   |2 ++
 .../clutter-box2d/fix-disable-introspection.patch  |2 ++
 .../screenshot/files/fix_ldadd_order.patch |3 +++
 .../libfm/libfm-0.1.14/use_deprecate_func.patch|2 ++
 13 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/eggdbus/eggdbus/gtk-doc.patch 
b/meta/recipes-core/eggdbus/eggdbus/gtk-doc.patch
index 0999a85..abd7ff4 100644
--- a/meta/recipes-core/eggdbus/eggdbus/gtk-doc.patch
+++ b/meta/recipes-core/eggdbus/eggdbus/gtk-doc.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration] 
+
 Index: eggdbus-0.6/docs/eggdbus/Makefile.am
 ===
 --- eggdbus-0.6.orig/docs/eggdbus/Makefile.am
diff --git a/meta/recipes-core/eggdbus/eggdbus/marshal.patch 
b/meta/recipes-core/eggdbus/eggdbus/marshal.patch
index 2b2cb49..a605a34 100644
--- a/meta/recipes-core/eggdbus/eggdbus/marshal.patch
+++ b/meta/recipes-core/eggdbus/eggdbus/marshal.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: eggdbus-0.6/src/eggdbus/Makefile.am
 ===
 --- eggdbus-0.6.orig/src/eggdbus/Makefile.am
diff --git a/meta/recipes-devtools/qemu/qemu-git/enable-i386-linux-user.patch 
b/meta/recipes-devtools/qemu/qemu-git/enable-i386-linux-user.patch
index 3cf0953..76ed3a8 100644
--- a/meta/recipes-devtools/qemu/qemu-git/enable-i386-linux-user.patch
+++ b/meta/recipes-devtools/qemu/qemu-git/enable-i386-linux-user.patch
@@ -2,6 +2,8 @@ Enable i386-linux-user
 
 Signed-off-by: Zhai Edwin edwin.z...@intel.com
 
+Upstream-Status: Inappropriate [configuration] 
+
 Index: qemu-0.14.0/Makefile.target
 ===
 --- qemu-0.14.0.orig/Makefile.target
diff --git a/meta/recipes-devtools/qemu/qemu-git/fix-nogl.patch 
b/meta/recipes-devtools/qemu/qemu-git/fix-nogl.patch
index 0219cc8..5a65039 100644
--- a/meta/recipes-devtools/qemu/qemu-git/fix-nogl.patch
+++ b/meta/recipes-devtools/qemu/qemu-git/fix-nogl.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration] 
+
 Index: qemu-0.14.0/Makefile.target
 ===
 --- qemu-0.14.0.orig/Makefile.target
diff --git a/meta/recipes-devtools/qemu/qemu-git/linker-flags.patch 
b/meta/recipes-devtools/qemu/qemu-git/linker-flags.patch
index 470cf80..4569643 100644
--- a/meta/recipes-devtools/qemu/qemu-git/linker-flags.patch
+++ b/meta/recipes-devtools/qemu/qemu-git/linker-flags.patch
@@ -7,6 +7,9 @@ More information is available on the Fedora Wiki:
 https://fedoraproject.org/wiki/UnderstandingDSOLinkChange
 
 JL - 15/06/10
+
+Upstream-Status: Inappropriate [configuration] 
+
 Index: qemu-0.14.0/Makefile.target
 ===
 --- qemu-0.14.0.orig/Makefile.target
diff --git a/meta/recipes-devtools/qemu/qemu-git/no-strip.patch 
b/meta/recipes-devtools/qemu/qemu-git/no-strip.patch
index cf0d659..098070a 100644
--- a/meta/recipes-devtools/qemu/qemu-git/no-strip.patch
+++ b/meta/recipes-devtools/qemu/qemu-git/no-strip.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration] 
+
 Index: qemu-0.14.0/Makefile
 ===
 --- qemu-0.14.0.orig/Makefile
diff --git a/meta/recipes-devtools/qemu/qemu-git/qemu-git-qemugl-host.patch 
b/meta/recipes-devtools/qemu/qemu-git/qemu-git-qemugl-host.patch
index 92467a7..bbc9c9e 100644
--- a/meta/recipes-devtools/qemu/qemu-git/qemu-git-qemugl-host.patch
+++ b/meta/recipes-devtools/qemu/qemu-git/qemu-git-qemugl-host.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [other] - qemugl patch need huge changes for 
upstream
+
 Index: qemu-0.14.0/Makefile.target
 ===
 --- qemu-0.14.0.orig/Makefile.target
diff --git a/meta/recipes-devtools/qemu/qemu-git/qemu-vmware-vga-depth.patch 
b/meta/recipes-devtools/qemu/qemu-git/qemu-vmware-vga-depth.patch
index 42ec98f..c4c5424 100644
--- a/meta/recipes-devtools/qemu/qemu-git/qemu-vmware-vga-depth.patch
+++ b/meta/recipes-devtools/qemu/qemu-git/qemu-vmware-vga-depth.patch
@@ -1,6 +1,9 @@
 # fix VMware VGA driver depth calculation error, which

[OE-core] [PATCH 02/54] ed: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 meta/recipes-extended/ed/ed-1.5/ed-1.2-build.patch |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-extended/ed/ed-1.5/ed-1.2-build.patch 
b/meta/recipes-extended/ed/ed-1.5/ed-1.2-build.patch
index 4c92aa2..d30b393 100644
--- a/meta/recipes-extended/ed/ed-1.5/ed-1.2-build.patch
+++ b/meta/recipes-extended/ed/ed-1.5/ed-1.2-build.patch
@@ -9,6 +9,8 @@ http://lists.gnu.org/archive/html/bug-ed/2008-12/msg1.html
 ed had already taken GPLv3 when this patch out, so it should be GPLv3.
 Signed-off-by: Zhai Edwin edwin.z...@intel.com
 
+Upstream-Status: Pending
+
 Index: ed-1.5/configure
 ===
 --- ed-1.5.orig/configure  2010-08-30 07:34:49.0 -0700
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 03/54] gnome-common: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../gnome/gnome-common-2.28.0/omf.patch|2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-gnome/gnome/gnome-common-2.28.0/omf.patch 
b/meta/recipes-gnome/gnome/gnome-common-2.28.0/omf.patch
index 0d85b00..0f9b13c 100644
--- a/meta/recipes-gnome/gnome/gnome-common-2.28.0/omf.patch
+++ b/meta/recipes-gnome/gnome/gnome-common-2.28.0/omf.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Pending
+
 --- gnome-common-2.4.0/doc-build/omf.make  2003-05-24 08:16:25.0 
-0700
 +++ gnome-common-2.4.0.new/doc-build/omf.make  2004-11-15 14:01:12.185155192 
-0700
 @@ -43,7 +43,9 @@
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 05/54] matchbox-wm: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../matchbox-wm/matchbox-wm/configure_fix.patch|2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm/configure_fix.patch 
b/meta/recipes-graphics/matchbox-wm/matchbox-wm/configure_fix.patch
index 52cea0e..800bf3b 100644
--- a/meta/recipes-graphics/matchbox-wm/matchbox-wm/configure_fix.patch
+++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm/configure_fix.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: matchbox-window-manager/configure.ac
 ===
 --- matchbox-window-manager.orig/configure.ac  2007-11-14 12:02:28.0 
+
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 08/54] eds-dbus: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../eds/eds-dbus-2.20.0/no_iconv_test.patch|2 ++
 .../eds/eds-dbus-2.20.0/oh-contact.patch   |2 ++
 .../eds/eds-dbus/new-contact-fix.patch |2 ++
 meta/recipes-sato/eds/eds-dbus/nossl.patch |2 ++
 meta/recipes-sato/eds/eds-dbus/oh-contact.patch|2 ++
 meta/recipes-sato/eds/eds-dbus/old-gdk-api.patch   |2 ++
 .../eds/eds-dbus/optional_imapx_provider.patch |2 ++
 meta/recipes-sato/eds/eds-dbus/parallelmake.patch  |2 ++
 8 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-sato/eds/eds-dbus-2.20.0/no_iconv_test.patch 
b/meta/recipes-sato/eds/eds-dbus-2.20.0/no_iconv_test.patch
index 4a034b6..493b70d 100644
--- a/meta/recipes-sato/eds/eds-dbus-2.20.0/no_iconv_test.patch
+++ b/meta/recipes-sato/eds/eds-dbus-2.20.0/no_iconv_test.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: trunk/configure.in
 ===
 --- trunk.orig/configure.in2005-09-28 17:34:08.0 +
diff --git a/meta/recipes-sato/eds/eds-dbus-2.20.0/oh-contact.patch 
b/meta/recipes-sato/eds/eds-dbus-2.20.0/oh-contact.patch
index e5c0f51..fd83b57 100644
--- a/meta/recipes-sato/eds/eds-dbus-2.20.0/oh-contact.patch
+++ b/meta/recipes-sato/eds/eds-dbus-2.20.0/oh-contact.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: addressbook/libedata-book/ximian-vcard.h
 ===
 --- addressbook/libedata-book/ximian-vcard.h   (revision 578)
diff --git a/meta/recipes-sato/eds/eds-dbus/new-contact-fix.patch 
b/meta/recipes-sato/eds/eds-dbus/new-contact-fix.patch
index d34cc55..22c293d 100644
--- a/meta/recipes-sato/eds/eds-dbus/new-contact-fix.patch
+++ b/meta/recipes-sato/eds/eds-dbus/new-contact-fix.patch
@@ -5,6 +5,8 @@ the data base if not exist, but use it without proper 
initialization.
 
 This patch fix it.
 
+Upstream-Status: Submitted
+
 Signed-off-by: Edwin Zhai edwin.z...@intel.com
 Index: git/addressbook/backends/file/e-book-backend-file.c
 ===
diff --git a/meta/recipes-sato/eds/eds-dbus/nossl.patch 
b/meta/recipes-sato/eds/eds-dbus/nossl.patch
index 30568ff..67b6d07 100644
--- a/meta/recipes-sato/eds/eds-dbus/nossl.patch
+++ b/meta/recipes-sato/eds/eds-dbus/nossl.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [disable feature]
+
 Index: git/camel/Makefile.am
 ===
 --- git.orig/camel/Makefile.am 2010-02-05 15:25:09.0 +
diff --git a/meta/recipes-sato/eds/eds-dbus/oh-contact.patch 
b/meta/recipes-sato/eds/eds-dbus/oh-contact.patch
index fdd7e4b..9817991 100644
--- a/meta/recipes-sato/eds/eds-dbus/oh-contact.patch
+++ b/meta/recipes-sato/eds/eds-dbus/oh-contact.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: addressbook/libedata-book/ximian-vcard.h
 ===
 --- addressbook/libedata-book/ximian-vcard.h.orig  2010-02-05 
14:57:14.0 +
diff --git a/meta/recipes-sato/eds/eds-dbus/old-gdk-api.patch 
b/meta/recipes-sato/eds/eds-dbus/old-gdk-api.patch
index 8b60069..7ef2956 100644
--- a/meta/recipes-sato/eds/eds-dbus/old-gdk-api.patch
+++ b/meta/recipes-sato/eds/eds-dbus/old-gdk-api.patch
@@ -3,6 +3,8 @@ This avoid build error due to defination missing.
 
 Signed-off-by: Zhai Edwin edwin.z...@intel.com
 
+Upstream-Status: Inappropriate [configuration]
+
 Index: git/configure.ac
 ===
 --- git.orig/configure.ac  2010-12-16 10:25:24.0 +0800
diff --git a/meta/recipes-sato/eds/eds-dbus/optional_imapx_provider.patch 
b/meta/recipes-sato/eds/eds-dbus/optional_imapx_provider.patch
index 128307a..d9b0940 100644
--- a/meta/recipes-sato/eds/eds-dbus/optional_imapx_provider.patch
+++ b/meta/recipes-sato/eds/eds-dbus/optional_imapx_provider.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [disable feature]
+
 Index: git/camel/providers/Makefile.am
 ===
 --- git.orig/camel/providers/Makefile.am   2010-07-06 18:49:34.0 
+0800
diff --git a/meta/recipes-sato/eds/eds-dbus/parallelmake.patch 
b/meta/recipes-sato/eds/eds-dbus/parallelmake.patch
index 08cfac0..ee004a9 100644
--- a/meta/recipes-sato/eds/eds-dbus/parallelmake.patch
+++ b/meta/recipes-sato/eds/eds-dbus/parallelmake.patch
@@ -4,6 +4,8 @@ commit 6118d5891fee776a087855c335a73c79fdaf036c
 
 RP 16/3/10
 
+Upstream-Status: Pending
+
 Index: git/git.mk
 ===
 --- git.orig/git.mk2010-02-05 14:57:15.0 +
-- 
1.7.1


___
Openembedded

[OE-core] [PATCH 21/54] apr: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 meta/recipes-support/apr/apr/buildconf_fix.patch   |2 ++
 meta/recipes-support/apr/apr/cleanup.patch |2 ++
 meta/recipes-support/apr/apr/configfix.patch   |2 ++
 meta/recipes-support/apr/apr/configure_fixes.patch |2 ++
 4 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-support/apr/apr/buildconf_fix.patch 
b/meta/recipes-support/apr/apr/buildconf_fix.patch
index 641340b..2c9d62e 100644
--- a/meta/recipes-support/apr/apr/buildconf_fix.patch
+++ b/meta/recipes-support/apr/apr/buildconf_fix.patch
@@ -4,6 +4,8 @@ so fall back to old detection.
 
 Signed-off-by: Zhai Edwin edwin.z...@intel.com
 
+Upstream-Status: Inappropriate [configuration]
+
 Index: apr-1.4.2/buildconf
 ===
 --- apr-1.4.2.orig/buildconf   2009-11-13 06:19:49.0 +0800
diff --git a/meta/recipes-support/apr/apr/cleanup.patch 
b/meta/recipes-support/apr/apr/cleanup.patch
index 47f1c42..b6784e0 100644
--- a/meta/recipes-support/apr/apr/cleanup.patch
+++ b/meta/recipes-support/apr/apr/cleanup.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: apr-1.4.2/build/buildcheck.sh
 ===
 --- apr-1.4.2.orig/build/buildcheck.sh 2009-11-13 08:27:16.0 +0800
diff --git a/meta/recipes-support/apr/apr/configfix.patch 
b/meta/recipes-support/apr/apr/configfix.patch
index 99e..605c4f6 100644
--- a/meta/recipes-support/apr/apr/configfix.patch
+++ b/meta/recipes-support/apr/apr/configfix.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: apr-1.3.3/apr-config.in
 ===
 --- apr-1.3.3.orig/apr-config.in   2009-01-12 15:16:31.0 +
diff --git a/meta/recipes-support/apr/apr/configure_fixes.patch 
b/meta/recipes-support/apr/apr/configure_fixes.patch
index 86ceb8c..0514000 100644
--- a/meta/recipes-support/apr/apr/configure_fixes.patch
+++ b/meta/recipes-support/apr/apr/configure_fixes.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: apr-1.3.3/configure.in
 ===
 --- apr-1.3.3.orig/configure.in
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 20/54] metacity: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../gnome/metacity/crosscompile.patch  |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-gnome/gnome/metacity/crosscompile.patch 
b/meta/recipes-gnome/gnome/metacity/crosscompile.patch
index 8d86134..7a1942a 100644
--- a/meta/recipes-gnome/gnome/metacity/crosscompile.patch
+++ b/meta/recipes-gnome/gnome/metacity/crosscompile.patch
@@ -3,6 +3,8 @@ rather than target binary in cross-compile environment.
 
 Signed-off-by: Zhai Edwin edwin.z...@intel.com
 
+Upstream-Status: Inappropriate [embedded specific]
+
 Index: metacity-2.30.3/src/Makefile.am
 ===
 --- metacity-2.30.3.orig/src/Makefile.am   2010-09-05 00:09:52.0 
+0800
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 24/54] gpgme: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../gpgme/gpgme-1.3.0/disable_gpgconf_check.patch  |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-support/gpgme/gpgme-1.3.0/disable_gpgconf_check.patch 
b/meta/recipes-support/gpgme/gpgme-1.3.0/disable_gpgconf_check.patch
index f56f35b..df09530 100644
--- a/meta/recipes-support/gpgme/gpgme-1.3.0/disable_gpgconf_check.patch
+++ b/meta/recipes-support/gpgme/gpgme-1.3.0/disable_gpgconf_check.patch
@@ -13,6 +13,7 @@ non-cross-compile environment.
 
 Signed-off-by: Zhai Edwin edwin.z...@intel.com
 
+Upstream-Status: Inappropriate [embedded specific]
 
 Index: gpgme-1.3.0/configure.ac
 ===
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 18/54] sato-icon-theme: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../sato-icon-theme/iconpath-option.patch  |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git 
a/meta/recipes-sato/sato-icon-theme/sato-icon-theme/iconpath-option.patch 
b/meta/recipes-sato/sato-icon-theme/sato-icon-theme/iconpath-option.patch
index cfa6a0d..b392a93 100644
--- a/meta/recipes-sato/sato-icon-theme/sato-icon-theme/iconpath-option.patch
+++ b/meta/recipes-sato/sato-icon-theme/sato-icon-theme/iconpath-option.patch
@@ -3,6 +3,8 @@ patch adds an option to allow the path to the tool to be 
specified.
 
 RP - 12/8/10
 
+Upstream-Status: Pending
+
 Index: sato-icon-theme-0.4.1/configure.ac
 ===
 --- sato-icon-theme-0.4.1.orig/configure.ac2010-08-12 12:23:25.0 
+0100
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 23/54] pcmanfm: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../pcmanfm/files/cross-compile-fix.patch  |2 ++
 .../pcmanfm/files/owl-window-menu.patch|2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-sato/pcmanfm/files/cross-compile-fix.patch 
b/meta/recipes-sato/pcmanfm/files/cross-compile-fix.patch
index 2f654a5..0118081 100644
--- a/meta/recipes-sato/pcmanfm/files/cross-compile-fix.patch
+++ b/meta/recipes-sato/pcmanfm/files/cross-compile-fix.patch
@@ -4,6 +4,8 @@ remove it to work aound this issue.
 
 Signed-off-by: Zhai Edwin edwin.z...@intel.com
 
+Upstream-Status: Inappropriate [embedded specific]
+
 Index: pcmanfm-0.9.7/data/ui/Makefile.am
 ===
 --- pcmanfm-0.9.7.orig/data/ui/Makefile.am 2010-07-29 15:10:18.0 
+0800
diff --git a/meta/recipes-sato/pcmanfm/files/owl-window-menu.patch 
b/meta/recipes-sato/pcmanfm/files/owl-window-menu.patch
index f3d4e61..0826a16 100644
--- a/meta/recipes-sato/pcmanfm/files/owl-window-menu.patch
+++ b/meta/recipes-sato/pcmanfm/files/owl-window-menu.patch
@@ -3,6 +3,8 @@ enable owl menu
 
 Signed-off-by: Zhai Edwin edwin.z...@intel.com
 
+Upstream-Status: Inappropriate [enable feature]
+
 Index: pcmanfm-0.9.7/configure.ac
 ===
 --- pcmanfm-0.9.7.orig/configure.ac2010-07-27 10:28:12.0 +0800
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 26/54] libgalago: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../galago/libgalago-0.5.2/mkdir.patch |2 ++
 .../galago/libgalago-0.5.2/pkgconfig.patch |2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-connectivity/galago/libgalago-0.5.2/mkdir.patch 
b/meta/recipes-connectivity/galago/libgalago-0.5.2/mkdir.patch
index f893bff..4f18686 100644
--- a/meta/recipes-connectivity/galago/libgalago-0.5.2/mkdir.patch
+++ b/meta/recipes-connectivity/galago/libgalago-0.5.2/mkdir.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: libgalago-0.5.2/po/Makefile.in.in
 ===
 --- libgalago-0.5.2.orig/po/Makefile.in.in 2006-06-06 09:59:17.0 
+0100
diff --git a/meta/recipes-connectivity/galago/libgalago-0.5.2/pkgconfig.patch 
b/meta/recipes-connectivity/galago/libgalago-0.5.2/pkgconfig.patch
index 33d4daa..6fbf552 100644
--- a/meta/recipes-connectivity/galago/libgalago-0.5.2/pkgconfig.patch
+++ b/meta/recipes-connectivity/galago/libgalago-0.5.2/pkgconfig.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: libgalago-0.5.2/libgalago.pc.in
 ===
 --- libgalago-0.5.2.orig/libgalago.pc.in   2006-05-17 08:53:26.0 
+0100
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 25/54] eee-acpi-scripts: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../eee-acpi-scripts/files/powerbtn.patch  |2 ++
 .../eee-acpi-scripts/files/remove-doc-check.patch  |2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-bsp/eee-acpi-scripts/files/powerbtn.patch 
b/meta/recipes-bsp/eee-acpi-scripts/files/powerbtn.patch
index 3f79c3e..403e556 100644
--- a/meta/recipes-bsp/eee-acpi-scripts/files/powerbtn.patch
+++ b/meta/recipes-bsp/eee-acpi-scripts/files/powerbtn.patch
@@ -3,6 +3,8 @@
  events/powerbtn  |2 ++
  2 files changed, 5 insertions(+)
 
+Upstream-Status: Inappropriate [enable feature]
+
 Index: git/events/powerbtn
 ===
 --- /dev/null  1970-01-01 00:00:00.0 +
diff --git a/meta/recipes-bsp/eee-acpi-scripts/files/remove-doc-check.patch 
b/meta/recipes-bsp/eee-acpi-scripts/files/remove-doc-check.patch
index 3e80b7f..fc2c291 100644
--- a/meta/recipes-bsp/eee-acpi-scripts/files/remove-doc-check.patch
+++ b/meta/recipes-bsp/eee-acpi-scripts/files/remove-doc-check.patch
@@ -5,6 +5,8 @@
  actions/volume.sh |3 ---
  4 files changed, 12 deletions(-)
 
+Upstream-Status: Inappropriate [configuration]
+
 Index: git/eeepc-acpi-scripts/hotkey.sh
 ===
 --- git.orig/eeepc-acpi-scripts/hotkey.sh  2010-11-28 16:02:17.0 
+0800
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 27/54] python-pygtk: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../python/python-pygtk/fix-gtkunixprint.patch |2 ++
 .../python/python-pygtk/nodocs.patch   |2 ++
 .../prevent_to_get_display_during_import.patch |2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-devtools/python/python-pygtk/fix-gtkunixprint.patch 
b/meta/recipes-devtools/python/python-pygtk/fix-gtkunixprint.patch
index dca19ce..6d2f64b 100644
--- a/meta/recipes-devtools/python/python-pygtk/fix-gtkunixprint.patch
+++ b/meta/recipes-devtools/python/python-pygtk/fix-gtkunixprint.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: pygtk-2.10.0/gtk/gtkunixprint.override
 ===
 --- pygtk-2.10.0.orig/gtk/gtkunixprint.override
diff --git a/meta/recipes-devtools/python/python-pygtk/nodocs.patch 
b/meta/recipes-devtools/python/python-pygtk/nodocs.patch
index c358104..f07309a 100644
--- a/meta/recipes-devtools/python/python-pygtk/nodocs.patch
+++ b/meta/recipes-devtools/python/python-pygtk/nodocs.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: pygtk-2.17.0/Makefile.am
 ===
 --- pygtk-2.17.0.orig/Makefile.am
diff --git 
a/meta/recipes-devtools/python/python-pygtk/prevent_to_get_display_during_import.patch
 
b/meta/recipes-devtools/python/python-pygtk/prevent_to_get_display_during_import.patch
index 9340f82..833038e 100644
--- 
a/meta/recipes-devtools/python/python-pygtk/prevent_to_get_display_during_import.patch
+++ 
b/meta/recipes-devtools/python/python-pygtk/prevent_to_get_display_during_import.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Pending
+
 Index: pygtk-2.10.4/gtk/__init__.py
 ===
 --- pygtk-2.10.4.orig/gtk/__init__.py  2007-11-27 19:27:05.0 -0300
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 35/54] matchbox-config-gtk: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../matchbox-config-gtk/files/no-handed.patch  |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-sato/matchbox-config-gtk/files/no-handed.patch 
b/meta/recipes-sato/matchbox-config-gtk/files/no-handed.patch
index 9ab51ec..8256949 100644
--- a/meta/recipes-sato/matchbox-config-gtk/files/no-handed.patch
+++ b/meta/recipes-sato/matchbox-config-gtk/files/no-handed.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: appearance/mb-appearance.c
 ===
 --- appearance/mb-appearance.c (revision 1614)
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 29/54] clutter: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../clutter/clutter/build-fix.patch|2 ++
 .../clutter/clutter/enable_tests-0.6.patch |2 ++
 .../clutter/clutter/enable_tests-0.8.patch |2 ++
 .../clutter/clutter/enable_tests-1.0.patch |2 ++
 .../clutter/clutter/enable_tests-1.4.patch |2 ++
 ...-654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673.patch |2 ++
 .../clutter/clutter/enable_tests.patch |2 ++
 .../clutter/clutter/symconflict.patch  |2 ++
 .../clutter/clutter/test-conformance-fix.patch |2 ++
 9 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-graphics/clutter/clutter/build-fix.patch 
b/meta/recipes-graphics/clutter/clutter/build-fix.patch
index 68cf84e..08c1845 100644
--- a/meta/recipes-graphics/clutter/clutter/build-fix.patch
+++ b/meta/recipes-graphics/clutter/clutter/build-fix.patch
@@ -2,6 +2,8 @@ Installing the same file twice causes an error in Automake 1.11
 
 JL 19/03/10
 
+Upstream-Status: Pending
+
 Index: git/clutter/Makefile.am
 ===
 --- git.orig/clutter/Makefile.am   2010-03-19 11:37:51.0 +
diff --git a/meta/recipes-graphics/clutter/clutter/enable_tests-0.6.patch 
b/meta/recipes-graphics/clutter/clutter/enable_tests-0.6.patch
index 544a7e5..8cff0c5 100644
--- a/meta/recipes-graphics/clutter/clutter/enable_tests-0.6.patch
+++ b/meta/recipes-graphics/clutter/clutter/enable_tests-0.6.patch
@@ -4,6 +4,8 @@
  tests/test-text.c   |2 +-
  3 files changed, 8 insertions(+), 3 deletions(-)
 
+Upstream-Status: Inappropriate [configuration]
+
 Index: clutter-0-6/tests/Makefile.am
 ===
 --- clutter.orig/tests/Makefile.am 2007-11-06 12:29:17.0 +
diff --git a/meta/recipes-graphics/clutter/clutter/enable_tests-0.8.patch 
b/meta/recipes-graphics/clutter/clutter/enable_tests-0.8.patch
index 4f449b1..d3c196f 100644
--- a/meta/recipes-graphics/clutter/clutter/enable_tests-0.8.patch
+++ b/meta/recipes-graphics/clutter/clutter/enable_tests-0.8.patch
@@ -4,6 +4,8 @@
  tests/test-text.c   |2 +-
  3 files changed, 8 insertions(+), 3 deletions(-)
 
+Upstream-Status: Inappropriate [configuration]
+
 Index: clutter/tests/Makefile.am
 ===
 --- clutter.orig/tests/Makefile.am 2008-06-26 16:46:26.0 +0100
diff --git a/meta/recipes-graphics/clutter/clutter/enable_tests-1.0.patch 
b/meta/recipes-graphics/clutter/clutter/enable_tests-1.0.patch
index 953edf6..16460b1 100644
--- a/meta/recipes-graphics/clutter/clutter/enable_tests-1.0.patch
+++ b/meta/recipes-graphics/clutter/clutter/enable_tests-1.0.patch
@@ -4,6 +4,8 @@
  tests/test-text.c   |2 +-
  3 files changed, 8 insertions(+), 3 deletions(-)
 
+Upstream-Status: Inappropriate [configuration]
+
 Index: git/tests/interactive/Makefile.am
 ===
 --- git.orig/tests/interactive/Makefile.am 2009-03-12 11:01:36.0 
+
diff --git a/meta/recipes-graphics/clutter/clutter/enable_tests-1.4.patch 
b/meta/recipes-graphics/clutter/clutter/enable_tests-1.4.patch
index 52fdcb4..2ff7697 100644
--- a/meta/recipes-graphics/clutter/clutter/enable_tests-1.4.patch
+++ b/meta/recipes-graphics/clutter/clutter/enable_tests-1.4.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: git/tests/interactive/Makefile.am
 ===
 --- git.orig/tests/interactive/Makefile.am 2011-01-28 14:06:29.0 
+0800
diff --git 
a/meta/recipes-graphics/clutter/clutter/enable_tests-654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673.patch
 
b/meta/recipes-graphics/clutter/clutter/enable_tests-654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673.patch
index 953edf6..16460b1 100644
--- 
a/meta/recipes-graphics/clutter/clutter/enable_tests-654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673.patch
+++ 
b/meta/recipes-graphics/clutter/clutter/enable_tests-654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673.patch
@@ -4,6 +4,8 @@
  tests/test-text.c   |2 +-
  3 files changed, 8 insertions(+), 3 deletions(-)
 
+Upstream-Status: Inappropriate [configuration]
+
 Index: git/tests/interactive/Makefile.am
 ===
 --- git.orig/tests/interactive/Makefile.am 2009-03-12 11:01:36.0 
+
diff --git a/meta/recipes-graphics/clutter/clutter/enable_tests.patch 
b/meta/recipes-graphics/clutter/clutter/enable_tests.patch
index f4af7c9..480b208 100644
--- a/meta/recipes-graphics/clutter/clutter/enable_tests.patch
+++ b/meta/recipes-graphics/clutter/clutter/enable_tests.patch
@@ -4,6 +4,8 @@
  tests/test-text.c   |2 +-
  3 files changed, 8 insertions(+), 3 deletions(-)
 
+Upstream-Status: Inappropriate [configuration

[OE-core] [PATCH 32/54] mutter: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../mutter/mutter/crosscompile.patch   |2 ++
 ...-7adb574bb3fa3880eb85dbc86e580cf3452d57c4.patch |2 ++
 .../mutter/mutter/fix_pkgconfig.patch  |2 ++
 meta/recipes-graphics/mutter/mutter/nodocs.patch   |2 ++
 meta/recipes-graphics/mutter/mutter/nozenity.patch |2 ++
 5 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-graphics/mutter/mutter/crosscompile.patch 
b/meta/recipes-graphics/mutter/mutter/crosscompile.patch
index b27383b..da73e7b 100644
--- a/meta/recipes-graphics/mutter/mutter/crosscompile.patch
+++ b/meta/recipes-graphics/mutter/mutter/crosscompile.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [embedded specific]
+
 Index: git/configure.in
 ===
 --- git.orig/configure.in  2009-01-27 14:49:10.0 +
diff --git 
a/meta/recipes-graphics/mutter/mutter/fix_pkgconfig-7adb574bb3fa3880eb85dbc86e580cf3452d57c4.patch
 
b/meta/recipes-graphics/mutter/mutter/fix_pkgconfig-7adb574bb3fa3880eb85dbc86e580cf3452d57c4.patch
index 3714383..695f94c 100644
--- 
a/meta/recipes-graphics/mutter/mutter/fix_pkgconfig-7adb574bb3fa3880eb85dbc86e580cf3452d57c4.patch
+++ 
b/meta/recipes-graphics/mutter/mutter/fix_pkgconfig-7adb574bb3fa3880eb85dbc86e580cf3452d57c4.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: git/src/metacity-plugins.pc.in
 ===
 --- git.orig/src/metacity-plugins.pc.in2008-12-17 22:42:19.0 
+
diff --git a/meta/recipes-graphics/mutter/mutter/fix_pkgconfig.patch 
b/meta/recipes-graphics/mutter/mutter/fix_pkgconfig.patch
index 5ac5ecc..de0dded 100644
--- a/meta/recipes-graphics/mutter/mutter/fix_pkgconfig.patch
+++ b/meta/recipes-graphics/mutter/mutter/fix_pkgconfig.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: git/src/mutter-plugins.pc.in
 ===
 --- git.orig/src/mutter-plugins.pc.in  2009-07-03 17:30:39.0 +0100
diff --git a/meta/recipes-graphics/mutter/mutter/nodocs.patch 
b/meta/recipes-graphics/mutter/mutter/nodocs.patch
index 98f43be..ceb0609 100644
--- a/meta/recipes-graphics/mutter/mutter/nodocs.patch
+++ b/meta/recipes-graphics/mutter/mutter/nodocs.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: git/Makefile.am
 ===
 --- git.orig/Makefile.am   2009-01-27 13:26:12.0 +
diff --git a/meta/recipes-graphics/mutter/mutter/nozenity.patch 
b/meta/recipes-graphics/mutter/mutter/nozenity.patch
index 06f5909..fa32b63 100644
--- a/meta/recipes-graphics/mutter/mutter/nozenity.patch
+++ b/meta/recipes-graphics/mutter/mutter/nozenity.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: git/configure.in
 ===
 --- git.orig/configure.in  2009-06-16 13:12:17.0 +0100
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 34/54] leafpad: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 meta/recipes-sato/leafpad/files/owl-menu.patch |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-sato/leafpad/files/owl-menu.patch 
b/meta/recipes-sato/leafpad/files/owl-menu.patch
index acfc880..2ebf74a 100644
--- a/meta/recipes-sato/leafpad/files/owl-menu.patch
+++ b/meta/recipes-sato/leafpad/files/owl-menu.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [enable feature]
+
 --- tmp/src/menu.c.orig2007-04-23 12:08:41.0 +0100
 +++ tmp/src/menu.c 2007-04-23 12:08:41.0 +0100
 @@ -152,7 +152,7 @@
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 41/54] libcroco: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 meta/recipes-support/libcroco/files/croco.patch |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-support/libcroco/files/croco.patch 
b/meta/recipes-support/libcroco/files/croco.patch
index 572f9de..88bdb09 100644
--- a/meta/recipes-support/libcroco/files/croco.patch
+++ b/meta/recipes-support/libcroco/files/croco.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 --- opie/configure.in.old  2006-05-19 20:57:30.0 +0100
 +++ opie/configure.in  2006-05-19 20:57:56.0 +0100
 @@ -131,8 +131,8 @@
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 36/54] contacts: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../contacts/contacts-owl-window-menu.patch|2 ++
 meta/recipes-sato/pimlico/contacts/make-382.patch  |2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-sato/pimlico/contacts/contacts-owl-window-menu.patch 
b/meta/recipes-sato/pimlico/contacts/contacts-owl-window-menu.patch
index 4b9238b..5323876 100644
--- a/meta/recipes-sato/pimlico/contacts/contacts-owl-window-menu.patch
+++ b/meta/recipes-sato/pimlico/contacts/contacts-owl-window-menu.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [enable feature]
+
 Index: contacts-0.9/src/contacts-gtk.c
 ===
 --- contacts-0.9.orig/src/contacts-gtk.c   2008-06-06 12:56:08.0 
+0100
diff --git a/meta/recipes-sato/pimlico/contacts/make-382.patch 
b/meta/recipes-sato/pimlico/contacts/make-382.patch
index f85d6b2..a7cfee3 100644
--- a/meta/recipes-sato/pimlico/contacts/make-382.patch
+++ b/meta/recipes-sato/pimlico/contacts/make-382.patch
@@ -2,6 +2,8 @@ Fix for stricter parser in make 3.82. This fix has been pushed 
to upstream git.
 
 JL - 15/12/10
 
+Upstream-Status: Accepted
+
 Index: git/Makefile.am
 ===
 --- git.orig/Makefile.am
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 37/54] dates: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../pimlico/dates/dates-owl-window-menu.patch  |2 ++
 .../dates/dso_linking_change_build_fix.patch   |2 ++
 meta/recipes-sato/pimlico/dates/make-382.patch |2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-sato/pimlico/dates/dates-owl-window-menu.patch 
b/meta/recipes-sato/pimlico/dates/dates-owl-window-menu.patch
index d590165..714623e 100644
--- a/meta/recipes-sato/pimlico/dates/dates-owl-window-menu.patch
+++ b/meta/recipes-sato/pimlico/dates/dates-owl-window-menu.patch
@@ -4,6 +4,8 @@
  src/dates_platform.h |2 +-
  3 files changed, 7 insertions(+), 7 deletions(-)
 
+Upstream-Status: Inappropriate [enable feature]
+
 Index: git/src/dates_gtk.c
 ===
 --- git.orig/src/dates_gtk.c   2009-08-18 12:44:56.0 +0100
diff --git a/meta/recipes-sato/pimlico/dates/dso_linking_change_build_fix.patch 
b/meta/recipes-sato/pimlico/dates/dso_linking_change_build_fix.patch
index 07a0264..eccc782 100644
--- a/meta/recipes-sato/pimlico/dates/dso_linking_change_build_fix.patch
+++ b/meta/recipes-sato/pimlico/dates/dso_linking_change_build_fix.patch
@@ -30,6 +30,8 @@ file, libtool should have added these needed libraries in 
there.
 Nitin A Kamble nitin.a.kam...@intel.com
 Date: 2011/01/19
 
+Upstream-Status: Pending
+
 Index: git/src/Makefile.am
 ===
 --- git.orig/src/Makefile.am
diff --git a/meta/recipes-sato/pimlico/dates/make-382.patch 
b/meta/recipes-sato/pimlico/dates/make-382.patch
index 9147361..fad3c58 100644
--- a/meta/recipes-sato/pimlico/dates/make-382.patch
+++ b/meta/recipes-sato/pimlico/dates/make-382.patch
@@ -3,6 +3,8 @@ in upstream git.
 
 JL - 15/12/10
 
+Upstream-Status: Accepted
+
 Index: git/Makefile.am
 ===
 --- git.orig/Makefile.am
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 43/54] libxslt: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../libxslt/libxslt/pkgconfig_fix.patch|2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-support/libxslt/libxslt/pkgconfig_fix.patch 
b/meta/recipes-support/libxslt/libxslt/pkgconfig_fix.patch
index d216638..6386889 100644
--- a/meta/recipes-support/libxslt/libxslt/pkgconfig_fix.patch
+++ b/meta/recipes-support/libxslt/libxslt/pkgconfig_fix.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: libxslt-1.1.22/libexslt.pc.in
 ===
 --- libxslt-1.1.22.orig/libexslt.pc.in 2008-03-19 16:52:20.0 +
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 42/54] liboil: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../liboil-0.3.17/fix-unaligned-whitelist.patch|2 ++
 .../liboil/liboil-0.3.17/no-tests.patch|2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git 
a/meta/recipes-support/liboil/liboil-0.3.17/fix-unaligned-whitelist.patch 
b/meta/recipes-support/liboil/liboil-0.3.17/fix-unaligned-whitelist.patch
index 79d53b6..c8e3c1f 100644
--- a/meta/recipes-support/liboil/liboil-0.3.17/fix-unaligned-whitelist.patch
+++ b/meta/recipes-support/liboil/liboil-0.3.17/fix-unaligned-whitelist.patch
@@ -4,6 +4,8 @@ configure: fix whitelisting of x86_64 unaligned memory access
 
 Fix typo in whitelist so cross-compile works for x86_64.
 
+Upstream-Status: Inappropriate [configuration]
+
 --- liboil-0.3.17/m4/as-unaligned-access.m4.orig   2009-02-26 
14:40:08.0 -0500
 +++ liboil-0.3.17/m4/as-unaligned-access.m42010-11-03 12:19:55.0 
-0400
 @@ -9,7 +9,7 @@
diff --git a/meta/recipes-support/liboil/liboil-0.3.17/no-tests.patch 
b/meta/recipes-support/liboil/liboil-0.3.17/no-tests.patch
index 00cf5d7..892d441 100644
--- a/meta/recipes-support/liboil/liboil-0.3.17/no-tests.patch
+++ b/meta/recipes-support/liboil/liboil-0.3.17/no-tests.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [disable feature]
+
 --- liboil-0.3.9/liboil/liboilfunction.c.old   2006-09-18 13:03:20.0 
+0100
 +++ liboil-0.3.9/liboil/liboilfunction.c   2006-09-18 13:04:10.0 
+0100
 @@ -345,7 +345,9 @@
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 48/54] clipboard-manager: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../clipboard-manager/files/daemonize.patch|2 ++
 .../clipboard-manager/files/makefile.patch |2 ++
 .../clipboard-manager/files/script.patch   |2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/meta-demoapps/recipes-sato/clipboard-manager/files/daemonize.patch 
b/meta-demoapps/recipes-sato/clipboard-manager/files/daemonize.patch
index 51ce478..24c11a9 100644
--- a/meta-demoapps/recipes-sato/clipboard-manager/files/daemonize.patch
+++ b/meta-demoapps/recipes-sato/clipboard-manager/files/daemonize.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [enable feature]
+
 Index: 0.6.4/manager.c
 ===
 --- 0.6.4.orig/manager.c   2007-06-28 12:23:37.0 +0100
diff --git a/meta-demoapps/recipes-sato/clipboard-manager/files/makefile.patch 
b/meta-demoapps/recipes-sato/clipboard-manager/files/makefile.patch
index 6e48da0..17cd742 100644
--- a/meta-demoapps/recipes-sato/clipboard-manager/files/makefile.patch
+++ b/meta-demoapps/recipes-sato/clipboard-manager/files/makefile.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: 0.6.4/Makefile.am
 ===
 --- 0.6.4.orig/Makefile.am 2007-06-28 12:23:37.0 +0100
diff --git a/meta-demoapps/recipes-sato/clipboard-manager/files/script.patch 
b/meta-demoapps/recipes-sato/clipboard-manager/files/script.patch
index 09e6862..bdab05a 100644
--- a/meta-demoapps/recipes-sato/clipboard-manager/files/script.patch
+++ b/meta-demoapps/recipes-sato/clipboard-manager/files/script.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [disable feature]
+
 Index: 0.6.4/clipboard.sh
 ===
 --- 0.6.4.orig/clipboard.sh2007-06-28 12:23:37.0 +0100
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 28/54] gnome-mime-data: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../gnome/gnome-mime-data/pkgconfig.patch  |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-gnome/gnome/gnome-mime-data/pkgconfig.patch 
b/meta/recipes-gnome/gnome/gnome-mime-data/pkgconfig.patch
index de287e5..0903425 100644
--- a/meta/recipes-gnome/gnome/gnome-mime-data/pkgconfig.patch
+++ b/meta/recipes-gnome/gnome/gnome-mime-data/pkgconfig.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: gnome-mime-data-2.18.0/Makefile.am
 ===
 --- gnome-mime-data-2.18.0.orig/Makefile.am2009-06-11 17:27:48.0 
+0100
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 45/54] gnome-terminal: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../30f29e7d8e1b67c40cd18a7155ba30c4382692d5.patch |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git 
a/meta-demoapps/recipes-gnome/gnome/gnome-terminal/30f29e7d8e1b67c40cd18a7155ba30c4382692d5.patch
 
b/meta-demoapps/recipes-gnome/gnome/gnome-terminal/30f29e7d8e1b67c40cd18a7155ba30c4382692d5.patch
index 0358ed8..435cb6a 100644
--- 
a/meta-demoapps/recipes-gnome/gnome/gnome-terminal/30f29e7d8e1b67c40cd18a7155ba30c4382692d5.patch
+++ 
b/meta-demoapps/recipes-gnome/gnome/gnome-terminal/30f29e7d8e1b67c40cd18a7155ba30c4382692d5.patch
@@ -3,6 +3,8 @@ From: Seán de Búrca leftmost...@gmail.com
 Date: Fri, 07 Aug 2009 00:38:52 +
 Subject: Remove useless Plural-Forms line which breaks build with 
gnome-doc-utils master
 
+Upstream-Status: Inappropriate [configuration]
+
 ---
 diff --git a/help/el/el.po b/help/el/el.po
 index ab77264..635b68f 100644
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 31/54] tidy: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../recipes-graphics/clutter/tidy/autofoo.patch|2 ++
 .../clutter/tidy/tidy-enable-tests.patch   |2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta-demoapps/recipes-graphics/clutter/tidy/autofoo.patch 
b/meta-demoapps/recipes-graphics/clutter/tidy/autofoo.patch
index 7f54a33..51b4eea 100644
--- a/meta-demoapps/recipes-graphics/clutter/tidy/autofoo.patch
+++ b/meta-demoapps/recipes-graphics/clutter/tidy/autofoo.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: tidy/doc/reference/Makefile.am
 ===
 --- tidy.orig/doc/reference/Makefile.am  2007-11-06 19:36:56.0 +
diff --git 
a/meta-demoapps/recipes-graphics/clutter/tidy/tidy-enable-tests.patch 
b/meta-demoapps/recipes-graphics/clutter/tidy/tidy-enable-tests.patch
index c5e1660..6942577 100644
--- a/meta-demoapps/recipes-graphics/clutter/tidy/tidy-enable-tests.patch
+++ b/meta-demoapps/recipes-graphics/clutter/tidy/tidy-enable-tests.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: trunk/tests/Makefile.am
 ===
 --- trunk.orig/tests/Makefile.am   2008-03-04 12:22:10.0 +
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 33/54] xcursor-transparent-theme: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../fix_watch_cursor.patch |2 ++
 .../use-relative-symlinks.patch|2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git 
a/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme-0.1.1/fix_watch_cursor.patch
 
b/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme-0.1.1/fix_watch_cursor.patch
index 73a5b2a..722bda3 100644
--- 
a/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme-0.1.1/fix_watch_cursor.patch
+++ 
b/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme-0.1.1/fix_watch_cursor.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 diff -NurP xcursor-transparent-theme-0.1.1-orig/cursors/Makefile.am 
xcursor-transparent-theme-0.1.1/cursors/Makefile.am
 --- xcursor-transparent-theme-0.1.1-orig/cursors/Makefile.am   2003-10-30 
13:13:59.0 +0100
 +++ xcursor-transparent-theme-0.1.1/cursors/Makefile.am2005-12-20 
23:35:17.0 +0100
diff --git 
a/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme-0.1.1/use-relative-symlinks.patch
 
b/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme-0.1.1/use-relative-symlinks.patch
index df28dfb..ae9640c 100644
--- 
a/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme-0.1.1/use-relative-symlinks.patch
+++ 
b/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme-0.1.1/use-relative-symlinks.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 diff -ur xcursor-transparent-theme-0.1.1~/cursors/Makefile.am 
xcursor-transparent-theme-0.1.1/cursors/Makefile.am
 --- xcursor-transparent-theme-0.1.1~/cursors/Makefile.am   2003-10-30 
12:13:59.0 +
 +++ xcursor-transparent-theme-0.1.1/cursors/Makefile.am2004-07-27 
12:56:24.0 +0100
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 30/54] clutter-gtk: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../clutter/clutter-gtk/disable_deprecated.patch   |2 ++
 .../clutter/clutter-gtk/enable_tests.patch |2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-graphics/clutter/clutter-gtk/disable_deprecated.patch 
b/meta/recipes-graphics/clutter/clutter-gtk/disable_deprecated.patch
index d11c34e..f44755b 100644
--- a/meta/recipes-graphics/clutter/clutter-gtk/disable_deprecated.patch
+++ b/meta/recipes-graphics/clutter/clutter-gtk/disable_deprecated.patch
@@ -4,6 +4,8 @@ This patch enables the macros that clutter-gtk is still using
 
 Signed-off-by: Saul Wold s...@linux.intel.com
 
+Upstream-Status: Inappropriate [configuration]
+
 Index: git/clutter-gtk/Makefile.am
 ===
 --- git.orig/clutter-gtk/Makefile.am   2011-05-04 14:07:20.0 -0700
diff --git a/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch 
b/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch
index 8e3e552..bedf80e 100644
--- a/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch
+++ b/meta/recipes-graphics/clutter/clutter-gtk/enable_tests.patch
@@ -2,6 +2,8 @@ Install the test binary needed for core-image-clutter
 
 Signed-off-by: Zhai Edwin edwin.z...@intel.com
 
+Upstream-Status: Inappropriate [configuration]
+
 Index: git/examples/Makefile.am
 ===
 --- git.orig/examples/Makefile.am  2011-05-04 14:07:20.0 -0700
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 49/54] epdfview: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../recipes-sato/epdfview/epdfview/owl-menus.patch |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta-demoapps/recipes-sato/epdfview/epdfview/owl-menus.patch 
b/meta-demoapps/recipes-sato/epdfview/epdfview/owl-menus.patch
index 755b71e..b7ca962 100644
--- a/meta-demoapps/recipes-sato/epdfview/epdfview/owl-menus.patch
+++ b/meta-demoapps/recipes-sato/epdfview/epdfview/owl-menus.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [enable feature]
+
 Index: epdfview-0.1.7/src/Makefile.am
 ===
 --- epdfview-0.1.7.orig/src/Makefile.am2010-07-13 12:30:44.014172385 
+0100
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 51/54] qemu: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 ...t-and-use-GCC-atomic-builtins-for-locking.patch |2 ++
 .../qemu/qemu-0.14.0/enable-i386-linux-user.patch  |2 ++
 .../fallback-to-safe-mmap_min_addr.patch   |2 ++
 .../qemu/qemu-0.14.0/fix-configure-checks.patch|2 ++
 .../qemu/qemu-0.14.0/fix-nogl.patch|2 ++
 .../qemu/qemu-0.14.0/glflags.patch |2 ++
 .../qemu/qemu-0.14.0/init-info.patch   |2 ++
 .../qemu/qemu-0.14.0/larger_default_ram_size.patch |2 ++
 .../qemu/qemu-0.14.0/linker-flags.patch|3 +++
 .../qemu/qemu-0.14.0/no-strip.patch|2 ++
 .../qemu/qemu-0.14.0/opengl-sdl-fix.patch  |2 ++
 .../qemu/qemu-0.14.0/qemu-git-qemugl-host.patch|2 ++
 .../qemu/qemu-0.14.0/qemu-vmware-vga-depth.patch   |3 +++
 .../qemugl-allow-glxcontext-release.patch  |2 ++
 .../qemu/qemu-0.14.0/qemugl-fix.patch  |2 ++
 .../spice-qxl-locking-fix-for-qemu-kvm.patch   |2 ++
 16 files changed, 34 insertions(+), 0 deletions(-)

diff --git 
a/meta/recipes-devtools/qemu/qemu-0.14.0/Detect-and-use-GCC-atomic-builtins-for-locking.patch
 
b/meta/recipes-devtools/qemu/qemu-0.14.0/Detect-and-use-GCC-atomic-builtins-for-locking.patch
index dc69bfb..eb107b8 100644
--- 
a/meta/recipes-devtools/qemu/qemu-0.14.0/Detect-and-use-GCC-atomic-builtins-for-locking.patch
+++ 
b/meta/recipes-devtools/qemu/qemu-0.14.0/Detect-and-use-GCC-atomic-builtins-for-locking.patch
@@ -8,6 +8,8 @@ Subject: [PATCH] Detect and use GCC atomic builtins for locking
  qemu-lock.h |   13 +
  2 files changed, 30 insertions(+), 0 deletions(-)
 
+Upstream-Status: Pending
+
 Index: qemu-0.14.0/configure
 ===
 --- qemu-0.14.0.orig/configure
diff --git 
a/meta/recipes-devtools/qemu/qemu-0.14.0/enable-i386-linux-user.patch 
b/meta/recipes-devtools/qemu/qemu-0.14.0/enable-i386-linux-user.patch
index 3cf0953..bb0d6a3 100644
--- a/meta/recipes-devtools/qemu/qemu-0.14.0/enable-i386-linux-user.patch
+++ b/meta/recipes-devtools/qemu/qemu-0.14.0/enable-i386-linux-user.patch
@@ -2,6 +2,8 @@ Enable i386-linux-user
 
 Signed-off-by: Zhai Edwin edwin.z...@intel.com
 
+Upstream-Status: Inappropriate [configuration]
+
 Index: qemu-0.14.0/Makefile.target
 ===
 --- qemu-0.14.0.orig/Makefile.target
diff --git 
a/meta/recipes-devtools/qemu/qemu-0.14.0/fallback-to-safe-mmap_min_addr.patch 
b/meta/recipes-devtools/qemu/qemu-0.14.0/fallback-to-safe-mmap_min_addr.patch
index 4b1a64f..2075386 100644
--- 
a/meta/recipes-devtools/qemu/qemu-0.14.0/fallback-to-safe-mmap_min_addr.patch
+++ 
b/meta/recipes-devtools/qemu/qemu-0.14.0/fallback-to-safe-mmap_min_addr.patch
@@ -8,6 +8,8 @@ Subject: [PATCH] linux-user: use default mmap_min_addr 65536 
when /proc/sys/vm/m
  linux-user/main.c |5 +
  1 files changed, 5 insertions(+), 0 deletions(-)
 
+Upstream-Status: Pending
+
 Index: qemu-0.14.0/linux-user/main.c
 ===
 --- qemu-0.14.0.orig/linux-user/main.c
diff --git a/meta/recipes-devtools/qemu/qemu-0.14.0/fix-configure-checks.patch 
b/meta/recipes-devtools/qemu/qemu-0.14.0/fix-configure-checks.patch
index 574b430..96881bb 100644
--- a/meta/recipes-devtools/qemu/qemu-0.14.0/fix-configure-checks.patch
+++ b/meta/recipes-devtools/qemu/qemu-0.14.0/fix-configure-checks.patch
@@ -6,6 +6,8 @@ added and files in the sysroot can be found.
 
 Patch from Paul Eggleton, Comments by RP 28/11/10
 
+Upstream-Status: Inappropriate [embedded specific]
+
 Index: qemu-0.14.0/configure
 ===
 --- qemu-0.14.0.orig/configure
diff --git a/meta/recipes-devtools/qemu/qemu-0.14.0/fix-nogl.patch 
b/meta/recipes-devtools/qemu/qemu-0.14.0/fix-nogl.patch
index 0219cc8..83b2752 100644
--- a/meta/recipes-devtools/qemu/qemu-0.14.0/fix-nogl.patch
+++ b/meta/recipes-devtools/qemu/qemu-0.14.0/fix-nogl.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: qemu-0.14.0/Makefile.target
 ===
 --- qemu-0.14.0.orig/Makefile.target
diff --git a/meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch 
b/meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch
index f99c6d1..0ad5551 100644
--- a/meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch
+++ b/meta/recipes-devtools/qemu/qemu-0.14.0/glflags.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: qemu-0.14.0/Makefile.target
 ===
 --- qemu-0.14.0.orig/Makefile.target   2011-04-04 12:12:19.142871742 +0100
diff --git a/meta/recipes-devtools/qemu/qemu-0.14.0/init-info.patch 
b/meta/recipes-devtools/qemu/qemu-0.14.0/init-info.patch
index 8df60e8

[OE-core] [PATCH 50/54] kf: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../recipes-sato/kf/files/fix-configure.patch  |2 ++
 .../recipes-sato/kf/files/fix-desktop-file.patch   |2 ++
 meta-demoapps/recipes-sato/kf/files/gcc4.patch |2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/meta-demoapps/recipes-sato/kf/files/fix-configure.patch 
b/meta-demoapps/recipes-sato/kf/files/fix-configure.patch
index fc1ad9a..ae6bf71 100644
--- a/meta-demoapps/recipes-sato/kf/files/fix-configure.patch
+++ b/meta-demoapps/recipes-sato/kf/files/fix-configure.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 diff -urNd ../kf-0.5.4.1-r0/kf-0.5.4.1/configure.in kf-0.5.4.1/configure.in
 --- ../kf-0.5.4.1-r0/kf-0.5.4.1/configure.in   2005-04-27 19:42:49.0 
+0100
 +++ kf-0.5.4.1/configure.in2005-09-29 14:12:32.0 +0100
diff --git a/meta-demoapps/recipes-sato/kf/files/fix-desktop-file.patch 
b/meta-demoapps/recipes-sato/kf/files/fix-desktop-file.patch
index 7a0f7d1..c749616 100644
--- a/meta-demoapps/recipes-sato/kf/files/fix-desktop-file.patch
+++ b/meta-demoapps/recipes-sato/kf/files/fix-desktop-file.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Common subdirectories: kf-0.5.4.1.orig/data and kf-0.5.4.1/data
 diff -u kf-0.5.4.1.orig/kf.desktop kf-0.5.4.1/kf.desktop
 --- kf-0.5.4.1.orig/kf.desktop 2005-04-19 22:08:44.0 +0100
diff --git a/meta-demoapps/recipes-sato/kf/files/gcc4.patch 
b/meta-demoapps/recipes-sato/kf/files/gcc4.patch
index 58727ea..9e16529 100644
--- a/meta-demoapps/recipes-sato/kf/files/gcc4.patch
+++ b/meta-demoapps/recipes-sato/kf/files/gcc4.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Pending
+
 Index: kf-0.5.4.1/src/jispman.c
 ===
 --- kf-0.5.4.1.orig/src/jispman.c  2006-12-03 15:33:47.0 +0100
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 53/54] table: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../recipes-graphics/clutter/table/fixes.patch |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta-demoapps/recipes-graphics/clutter/table/fixes.patch 
b/meta-demoapps/recipes-graphics/clutter/table/fixes.patch
index a7cdc43..323bf13 100644
--- a/meta-demoapps/recipes-graphics/clutter/table/fixes.patch
+++ b/meta-demoapps/recipes-graphics/clutter/table/fixes.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Pending
+
 Index: table/Makefile
 ===
 --- table.orig/Makefile2007-07-10 13:24:18.0 +0100
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 54/54] matchbox-panel-2: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../matchbox-panel-2/gcc-4.6.0-compile.patch   |2 ++
 .../recipes-sato/matchbox-panel-2/startup_fix.diff |2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-sato/matchbox-panel-2/gcc-4.6.0-compile.patch 
b/meta/recipes-sato/matchbox-panel-2/gcc-4.6.0-compile.patch
index 54ca74d..71a4727 100644
--- a/meta/recipes-sato/matchbox-panel-2/gcc-4.6.0-compile.patch
+++ b/meta/recipes-sato/matchbox-panel-2/gcc-4.6.0-compile.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [other] - need clean up
+
 diff -ur git.ORIG/applets/startup/startup.c git/applets/startup/startup.c
 --- git.ORIG/applets/startup/startup.c 2011-04-28 08:13:25.0 -0600
 +++ git/applets/startup/startup.c  2011-04-28 09:36:48.521990746 -0600
diff --git a/meta/recipes-sato/matchbox-panel-2/startup_fix.diff 
b/meta/recipes-sato/matchbox-panel-2/startup_fix.diff
index 9262d33..d9a0876 100644
--- a/meta/recipes-sato/matchbox-panel-2/startup_fix.diff
+++ b/meta/recipes-sato/matchbox-panel-2/startup_fix.diff
@@ -2,6 +2,8 @@ Fixed the compile error caused by typo, upstream also need this.
 
 Signed-off-by: Zhai Edwin edwin.z...@intel.com
 
+Upstream-Status: Pending
+
 Index: matchbox-panel-2/applets/startup/startup.c
 ===
 --- matchbox-panel-2/applets/startup/startup.c (revision 2109)
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 47/54] claws-mail: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../recipes-sato/claws-mail/files/desktop.patch|2 ++
 .../recipes-sato/claws-mail/files/fix-build.patch  |2 ++
 .../claws-mail/files/owl-window-menu.patch |2 ++
 .../claws-mail/files/streamline-ui.patch   |2 ++
 4 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/meta-demoapps/recipes-sato/claws-mail/files/desktop.patch 
b/meta-demoapps/recipes-sato/claws-mail/files/desktop.patch
index c5ed7a9..d5ca3db 100644
--- a/meta-demoapps/recipes-sato/claws-mail/files/desktop.patch
+++ b/meta-demoapps/recipes-sato/claws-mail/files/desktop.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 Index: claws-mail-2.9.1/claws-mail.desktop
 ===
 --- claws-mail-2.9.1.orig/claws-mail.desktop   2007-04-24 17:40:20.0 
+0100
diff --git a/meta-demoapps/recipes-sato/claws-mail/files/fix-build.patch 
b/meta-demoapps/recipes-sato/claws-mail/files/fix-build.patch
index 2f30899..41ca1d6 100644
--- a/meta-demoapps/recipes-sato/claws-mail/files/fix-build.patch
+++ b/meta-demoapps/recipes-sato/claws-mail/files/fix-build.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Pending
+
 Remove duplicate file entries as this breaks install with new Automake
 
 JL 19/03/10
diff --git a/meta-demoapps/recipes-sato/claws-mail/files/owl-window-menu.patch 
b/meta-demoapps/recipes-sato/claws-mail/files/owl-window-menu.patch
index 54c6166..97807b2 100644
--- a/meta-demoapps/recipes-sato/claws-mail/files/owl-window-menu.patch
+++ b/meta-demoapps/recipes-sato/claws-mail/files/owl-window-menu.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [enable feature]
+
 Index: claws-mail-2.9.1/src/addressbook.c
 ===
 --- claws-mail-2.9.1.orig/src/addressbook.c2007-04-25 10:18:13.0 
+0100
diff --git a/meta-demoapps/recipes-sato/claws-mail/files/streamline-ui.patch 
b/meta-demoapps/recipes-sato/claws-mail/files/streamline-ui.patch
index 29a52ff..81a2a6b 100644
--- a/meta-demoapps/recipes-sato/claws-mail/files/streamline-ui.patch
+++ b/meta-demoapps/recipes-sato/claws-mail/files/streamline-ui.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [disable feature]
+
 Index: claws-mail-2.9.1/src/mainwindow.c
 ===
 --- claws-mail-2.9.1.orig/src/mainwindow.c 2007-04-25 07:40:10.0 
+0100
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 44/54] libglade: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 .../libglade/libglade-2.6.4/glade-cruft.patch  |2 ++
 .../libglade/libglade-2.6.4/no-deprecation.patch   |2 ++
 .../libglade/libglade-2.6.4/no-xml2.patch  |2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-gnome/libglade/libglade-2.6.4/glade-cruft.patch 
b/meta/recipes-gnome/libglade/libglade-2.6.4/glade-cruft.patch
index 0fceccf..c5d5864 100644
--- a/meta/recipes-gnome/libglade/libglade-2.6.4/glade-cruft.patch
+++ b/meta/recipes-gnome/libglade/libglade-2.6.4/glade-cruft.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Pending
+
 diff -ur libglade-2.4.0~/configure.in libglade-2.4.0/configure.in
 --- libglade-2.4.0~/configure.in   2004-05-17 12:38:31.0 +0100
 +++ libglade-2.4.0/configure.in2004-07-28 16:53:09.0 +0100
diff --git a/meta/recipes-gnome/libglade/libglade-2.6.4/no-deprecation.patch 
b/meta/recipes-gnome/libglade/libglade-2.6.4/no-deprecation.patch
index 514c761..fdea2b0 100644
--- a/meta/recipes-gnome/libglade/libglade-2.6.4/no-deprecation.patch
+++ b/meta/recipes-gnome/libglade/libglade-2.6.4/no-deprecation.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 --- libglade-2.5.1/glade/Makefile.am.old   2006-04-25 21:03:25.0 
+0100
 +++ libglade-2.5.1/glade/Makefile.am   2006-04-25 21:03:45.0 +0100
 @@ -30,10 +30,6 @@
diff --git a/meta/recipes-gnome/libglade/libglade-2.6.4/no-xml2.patch 
b/meta/recipes-gnome/libglade/libglade-2.6.4/no-xml2.patch
index 1c2e215..dc4c092 100644
--- a/meta/recipes-gnome/libglade/libglade-2.6.4/no-xml2.patch
+++ b/meta/recipes-gnome/libglade/libglade-2.6.4/no-xml2.patch
@@ -1,3 +1,5 @@
+Upstream-Status: Inappropriate [configuration]
+
 diff -urN libglade-2.4.2.orig/configure.in libglade-2.4.2/configure.in
 --- libglade-2.4.2.orig/configure.in   2005-02-11 12:42:58.0 +0100
 +++ libglade-2.4.2/configure.in2005-03-22 01:22:00.0 +0100
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/2] Some fixes, Edwin, May11, 2011,

2011-05-10 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

Upgrade qemu git to fix bug 1013, and removed some unused files.

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

Thanks,
Zhai Edwin edwin.z...@intel.com
---


Zhai Edwin (2):
  qemu: Upgrade qemu git to the latest 0.14 branch
  clutter-cairo: remove remaining files from this obsolete recipe

 .../qemu/qemu-git/enable-i386-linux-user.patch |   53 +
 meta/recipes-devtools/qemu/qemu-git/fix-nogl.patch |  125 +
 .../qemu/qemu-git/linker-flags.patch   |   22 +
 meta/recipes-devtools/qemu/qemu-git/no-strip.patch |   13 +
 .../qemu/qemu-git/qemu-git-qemugl-host.patch   |34366 
 .../qemu/qemu-git/qemu-vmware-vga-depth.patch  |  115 +
 .../qemu-git/qemugl-allow-glxcontext-release.patch |   63 +
 .../qemu/qemu-git/qemugl-fix.patch |   73 +
 meta/recipes-devtools/qemu/qemu_git.bb |   13 +-
 meta/recipes-graphics/clutter/clutter-cairo.inc|   13 -
 .../clutter-cairo/enable_examples-0.6.patch|   23 -
 .../clutter/clutter-cairo/enable_examples.patch|   28 -
 12 files changed, 34837 insertions(+), 70 deletions(-)
 create mode 100644 
meta/recipes-devtools/qemu/qemu-git/enable-i386-linux-user.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu-git/fix-nogl.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu-git/linker-flags.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu-git/no-strip.patch
 create mode 100644 
meta/recipes-devtools/qemu/qemu-git/qemu-git-qemugl-host.patch
 create mode 100644 
meta/recipes-devtools/qemu/qemu-git/qemu-vmware-vga-depth.patch
 create mode 100644 
meta/recipes-devtools/qemu/qemu-git/qemugl-allow-glxcontext-release.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu-git/qemugl-fix.patch
 delete mode 100644 meta/recipes-graphics/clutter/clutter-cairo.inc
 delete mode 100644 
meta/recipes-graphics/clutter/clutter-cairo/enable_examples-0.6.patch
 delete mode 100644 
meta/recipes-graphics/clutter/clutter-cairo/enable_examples.patch


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/1] qemu-script: Fix qemu segfault with Nvidia's proprietary driver

2011-05-09 Thread Zhai, Edwin



Saul Wold wrote:


On 05/06/2011 01:36 AM, Zhai Edwin wrote:


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


 Zhai Edwin (1):
qemu-script: Fix qemu seg fault if install Nvidia proprietary 
driver.


   scripts/poky-qemu-internal |   13 +++--

I think that you are using the old script name, I think that you should
be changing runqemu-internal, not poky-qemu-internal



Done. Pls. pull @ the same branch
Thanks,
edwin


Please correct this.

Sau!

   1 files changed, 11 insertions(+), 2 deletions(-)


 ___
 Openembedded-core mailing list
 Openembedded-core@lists.openembedded.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/1] qemu-script: Fix qemu seg fault if install Nvidia proprietary driver.

2011-05-06 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

This fix works on Ubuntu, and other distro can add its own path of Mesa's libGL

Signed-off-by: Zhai Edwin edwin.z...@intel.com
---
 scripts/poky-qemu-internal |   13 +++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/scripts/poky-qemu-internal b/scripts/poky-qemu-internal
index c88d711..acaeb1b 100755
--- a/scripts/poky-qemu-internal
+++ b/scripts/poky-qemu-internal
@@ -448,20 +448,29 @@ else
 fi
 
 # qemu got segfault if linked with nVidia's libgl
+GL_LD_PRELOAD=$LD_PRELOAD
+
 if ldd $QEMUBIN | grep -i nvidia  /dev/null
 then
 cat  EOM
 WARNING: nVidia proprietary OpenGL libraries detected.
 nVidia's OpenGL libraries are known to have compatibility issues with qemu,
 resulting in a segfault. Please uninstall these drivers or ensure the mesa 
libGL
-libraries precede nvidia's via LD_PRELOAD.
+libraries precede nvidia's via LD_PRELOAD(Already do it on Ubuntu).
 EOM
+
+# Automatically use Ubuntu system's mesa libGL, other distro can add its own 
path
+if grep -i ubuntu /etc/lsb-release  /dev/null
+then
+echo Skip nVidia's libGL on Ubuntu!
+GL_LD_PRELOAD=/usr/lib/libGL.so $LD_PRELOAD
+fi
 fi
 
 echo Running $QEMU...
 # -no-reboot is a mandatory option - see bug #100
 echo $QEMUBIN -kernel $KERNEL $QEMUOPTIONS $SERIALOPTS -no-reboot 
$SCRIPT_QEMU_OPT $SCRIPT_QEMU_EXTRA_OPT --append ''$KERNCMDLINE 
$SCRIPT_KERNEL_OPT''
-$QEMUBIN -kernel $KERNEL $QEMUOPTIONS $SERIALOPTS -no-reboot $SCRIPT_QEMU_OPT 
$SCRIPT_QEMU_EXTRA_OPT --append $KERNCMDLINE $SCRIPT_KERNEL_OPT
+LD_PRELOAD=$GL_LD_PRELOAD $QEMUBIN -kernel $KERNEL $QEMUOPTIONS $SERIALOPTS 
-no-reboot $SCRIPT_QEMU_OPT $SCRIPT_QEMU_EXTRA_OPT --append $KERNCMDLINE 
$SCRIPT_KERNEL_OPT
 
 
 cleanup
-- 
1.7.1


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] qemu segfaulting when booting ext3 image

2011-05-05 Thread Zhai, Edwin



Khem Raj wrote:


On Wed, May 4, 2011 at 5:40 PM, Zhai, Edwin edwin.z...@intel.com wrote:
 Raj,
 We have a bug for Nvidia driver @
 http://bugzilla.pokylinux.org/show_bug.cgi?id=649
 and a fix @
 
http://git.pokylinux.org/cgit.cgi/poky-contrib/commit/?h=gzhai/fix2id=f596757000465a4b8350e16f21553a23b8bbedfa 
http://git.pokylinux.org/cgit.cgi/poky-contrib/commit/?h=gzhai/fix2id=f596757000465a4b8350e16f21553a23b8bbedfa 



 I think it deserves a try.

 BTW, where is your gl library, including original one and Nvidia's? 
I doubt
 the layout may changes in ubuntu 11.04, so that our code failed to 
detect

 it.

yes this helps indeed. Please propose this patch for oe-core's
scripts/runqemu-internal



After discussion, we found this patch only works for Ubuntu(Fedora 
installed Nvidia driver in different way), and there is no elegant fix 
for all distribution. So we decided that just give out useful info and 
let end user to do the right thing for their own distribution.



Thanks
-Khem

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] qemu segfaulting when booting ext3 image

2011-05-04 Thread Zhai, Edwin

Raj,
We have a bug for Nvidia driver @ 
http://bugzilla.pokylinux.org/show_bug.cgi?id=649

and a fix @
http://git.pokylinux.org/cgit.cgi/poky-contrib/commit/?h=gzhai/fix2id=f596757000465a4b8350e16f21553a23b8bbedfa

I think it deserves a try.

BTW, where is your gl library, including original one and Nvidia's? I 
doubt the layout may changes in ubuntu 11.04, so that our code failed to 
detect it.


Thanks,
edwin


Khem Raj wrote:


On Tue, May 3, 2011 at 11:43 AM, Scott Garman 
scott.a.gar...@intel.com wrote:

 On 05/03/2011 10:32 AM, Mark Hatle wrote:

 On 5/3/11 12:27 PM, Khem Raj wrote:

 On Mon, May 2, 2011 at 5:41 PM, Zhai, Edwinedwin.z...@intel.com 
 wrote:


 Did you installed Nvidia proprietary driver? Any error mesg from the
 runqemu
 script?

 yes I did and I think that could be a culprit but then why would it
 work with nfs boot.
 there is no useful message from script it just collapses

 The script tries to detect the nvidia drivers.  If it finds them is
 supposed to
 issue a warning.  Sounds like your system might not have a version 
that it

 knows
 how to detect.

 The Nvidia libGL bug caused a segfault in qemu when booting images, 
so it

 should be pretty obvious if that's what's causing it.

 Given that Khem is booting the nfs version successfully, and not 
seeing any

 error message, I think this might be a new error.


the host system is 64-bit kubuntu 11.04 with nvidia proprietary
drivers. IIRC it worked fine without them but that was a month back.


 Scott

 --
 Scott Garman
 Embedded Linux Engineer - Yocto Project
 Intel Open Source Technology Center

 ___
 Openembedded-core mailing list
 Openembedded-core@lists.openembedded.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] qemu segfaulting when booting ext3 image

2011-05-02 Thread Zhai, Edwin
Did you installed Nvidia proprietary driver? Any error mesg from the 
runqemu script?

I can't figure out one case that nfs root works and ext3 image doesn't...


Khem Raj wrote:


Hi

I am seeing qemu segfaulting when booting ext3 image. The same rootfs
boots fine over nfs. It does not give any useful message
as to what happened. I am using the runqemu script. Same used to work
fine 3 weeks back. I tried to blame compilers but the behavior
is same irrespective of gcc version I use or even eglibc/uclibc

Its on x86_64/ubuntu 11.04 host.

Anyone experiencing it ? bisecting can be a long excercise for this.

Thanks
-Khem

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/1] [PULL] [QEMU] fix GL Apps start failure

2011-04-11 Thread Zhai Edwin
From: Zhai Edwin edwin.z...@intel.com

This is the patch to fix the GL apps like glxgears start failure on qemux86 
image.
Pls. review and pull.

Thanks,
edwin

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

Thanks,
Zhai Edwin edwin.z...@intel.com
---


Zhai Edwin (1):
  qemu: Fix the qemu GL application start failure.

 .../qemu/qemu-0.14.0/qemugl-fix.patch  |   70 
 meta/recipes-devtools/qemu/qemu_0.14.0.bb  |1 +
 meta/recipes-sato/pimlico/dates_git.bb |2 +
 3 files changed, 73 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-devtools/qemu/qemu-0.14.0/qemugl-fix.patch


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/5] Upgrade qemu to 0.14.0

2011-03-22 Thread Zhai, Edwin



Richard Purdie wrote:


On Thu, 2011-03-17 at 11:52 -0700, Khem Raj wrote:
 This patchset upgrades qemu in oe-core to 0.14.0
 The script fixes are done to cope for a bug in 0.14.0
 as well as to get past a console spawning problem for non-nfs image
 boots


 Pull URL: git://git.openembedded.org/openembedded-core-contrib
   Branch: kraj/qemu-update
   Browse: 
http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/qemu-update 



 Thanks,
 Khem Raj raj.k...@gmail.com
 ---


 Khem Raj (5):
   qemu: Upgrade 0.13.0 - 0.14.0

With this change, I'm just doing some checks that certain things work,
its still in my pending queue.



Khem,
Thanks for your works on qemu upgrade!
Following patches are dropped. 23 exist for a pretty long time, I'm not 
sure. But any reason to drop ppc-hack.patch?

qemu-ppc-hack.patch
fix-dirent.patch
workaround_bad_futex_headers.patch

For new added patches, it's better to have a simple description 
including upstream commit log if have.
larger_default_ram_size.patch: Why pick up 384? 256 or 512 seems to be 
more reasonable.


I assume simple tests across all platform(x86/x86-64/arm/ppc/mips) was 
done, right:)




   qemu.inc: Add sh4,sh4eb,mips64,mips64el targets

For this, I'd like to make the list of targets a separate variable. I'm
happy with your default for OECore, I might take out some of the arches
for Yocto/Poky.

   lib/oe/patch.py: Cosmetic change to avoid bitbake warning
   scripts/poky-qemu-internal: Pass -m mem_size always on commandline
   scripts/poky-qemu-internal: Add rw to KERNCMDLINE for non nfs boots

I merged these, thanks.

Cheers,

Richard


___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core