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 us

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

2011-05-04 Thread Zhai, Edwin
ote: >>> >>> On Mon, May 2, 2011 at 5:41 PM, Zhai, Edwin wrote: >>>> >>>> Did you installed Nvidia proprietary driver? Any error mesg from the >>>> runqemu >>>> script? >>> >>> yes I did and I think that could b

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

2011-05-04 Thread Zhai, Edwin
Khem Raj wrote: On Wed, May 4, 2011 at 5:40 PM, Zhai, Edwin 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/fix2&id=f596757000465a4b8350e

[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 This fix works on Ubuntu, and other distro can add its own path of Mesa's libGL Signed-off-by: Zhai Edwin --- scripts/poky-qemu-internal | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/scripts/poky-qemu-internal b/scripts/poky

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

2011-05-06 Thread Zhai Edwin
From: Zhai Edwin Previsous solution is only giving warnings as different distro has different path of mesa libGL. This patch try to use different path for different distro after looking at /etc/lsb-release per Raj's suggestion. Ubuntu is there, and other distro handling can be easily

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 q

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

2011-05-10 Thread Zhai Edwin
From: Zhai Edwin 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 --- Zhai Edwin (2): qemu: Upgrade

[OE-core] [PATCH 2/2] clutter-cairo: remove remaining files from this obsolete recipe

2011-05-10 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/recipes-graphics/clutter/clutter-cairo.inc| 13 - .../clutter-cairo/enable_examples-0.6.patch| 23 .../clutter/clutter-cairo/enable_examples.patch| 28 3 files changed, 0

[OE-core] [PATCH 04/54] libmatchbox: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../libmatchbox/files/16bppfixes-2.patch |2 ++ .../libmatchbox/files/16bppfixes.patch |2 ++ .../libmatchbox/files/autofoo.patch|2 ++ .../libmatchbox/files/configure_fixes.patch|2

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- 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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

[OE-core] [PATCH 06/54] x11vnc: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../recipes-graphics/x11vnc/files/endian-fix.patch |2 ++ .../x11vnc/files/starting-fix.patch|3 +++ 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meta/recipes-graphics/x11vnc/files/endian-fix.patch b/meta

[OE-core] [PATCH 00/54] Update patch Upstream-Status, Edwin, May12, 2011

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Saul, These are Upstream-Status update. 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 --- Zhai Edwin (54): gtk+: Add Upstream-Status

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

[OE-core] [PATCH 01/54] gtk+: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../gtk+/gtk+-2.12.7/cellrenderer-cairo.patch |2 ++ .../gtk+/gtk+-2.12.7/combo-arrow-size.patch|2 ++ .../gtk+/gtk+-2.12.7/disable-print.patch |2 ++ .../gtk+/gtk+-2.12.7/entry-cairo.patch |2

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

[OE-core] [PATCH 11/54] matchbox-stroke: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../matchbox-stroke/files/configure_fix.patch |2 ++ .../files/dso_linking_change_build_fix.patch |1 + .../matchbox-stroke/files/single-instance.patch|1 + 3 files changed, 4 insertions(+), 0 deletions(-) diff --git a

[OE-core] [PATCH 10/54] matchbox-keyboard: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../matchbox-keyboard/files/configure_fix.patch|2 ++ .../matchbox-keyboard/files/single-instance.patch |1 + 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-sato/matchbox-keyboard/files/configure_fix.patch

[OE-core] [PATCH 09/54] matchbox-desktop: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../files/dso_linking_change_build_fix.patch |2 ++ .../matchbox-desktop/files/window-resize-fix.patch |2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/recipes-sato/matchbox-desktop/files

[OE-core] [PATCH 07/54] xtscal: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../xtscal/xtscal/change-cross.patch |2 ++ meta/recipes-graphics/xtscal/xtscal/cleanup.patch |2 ++ .../xtscal/dso_linking_change_build_fix.patch |2 ++ 3 files changed, 6 insertions(+), 0 deletions(-) diff --git

[OE-core] [PATCH 12/54] matchbox-theme-sato: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../matchbox-theme-sato-2/png_rename.patch |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2/png_rename.patch b/meta/recipes-sato/matchbox-theme-sato

[OE-core] [PATCH 13/54] owl-video-widget: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../owl-video/gtk_multithread_safe.patch |2 ++ .../owl-video-widget/owl-video/make-382.patch |2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/recipes-sato/owl-video-widget/owl-video

[OE-core] [PATCH 16/54] tslib: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../tslib/tslib/32bitBE-support.patch |3 +++ .../recipes-graphics/tslib/tslib/fix_version.patch |2 ++ meta/recipes-graphics/tslib/tslib/multievent.patch |2 ++ 3 files changed, 7 insertions(+), 0 deletions(-) diff --git

[OE-core] [PATCH 15/54] gnome-icon-theme: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../gnome/gnome-icon-theme/iconpath-option.patch |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-gnome/gnome/gnome-icon-theme/iconpath-option.patch b/meta/recipes-gnome/gnome/gnome-icon-theme/iconpath

[OE-core] [PATCH 14/54] beecrypt: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../beecrypt/beecrypt/disable-icu-check.patch |2 ++ .../beecrypt/beecrypt/fix-security.patch |3 +++ 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meta/recipes-support/beecrypt/beecrypt/disable-icu

[OE-core] [PATCH 19/54] web-webkit: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../web/web-webkit/link-with-g++.patch |3 +++ meta/recipes-sato/web/web-webkit/make-382.patch|2 ++ 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meta/recipes-sato/web/web-webkit/link-with-g++.patch b

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- 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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

[OE-core] [PATCH 22/54] gdk-pixbuf: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../gdk-pixbuf-2.22.1/configure_fix.patch |2 ++ .../gdk-pixbuf-2.22.1/hardcoded_libtool.patch |2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.22.1

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

[OE-core] [PATCH 17/54] libowl-av: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../libowl-av/gst_change_state.patch |2 ++ .../owl-video-widget/libowl-av/make-382.patch |2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/recipes-sato/owl-video-widget/libowl-av

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

[OE-core] [PATCH 39/54] webkit: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Also removed empty fix_im.patch Signed-off-by: Zhai Edwin --- meta/recipes-sato/webkit/files/nodolt.patch |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) delete mode 100644 meta/recipes-sato/webkit/files/fix_im.patch diff --git a/meta/recipes-sato/webkit/files

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../mutter/mutter/crosscompile.patch |2 ++ ...-7adb574bb3fa3880eb85dbc86e580cf3452d57c4.patch |2 ++ .../mutter/mutter/fix_pkgconfig.patch |2 ++ meta/recipes-graphics/mutter/mutter/nodocs.patch |2

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/recipes-support/apr/apr-util/configfix.patch |2 + .../apr/apr-util/configure_fixes.patch |2 + .../apr/apr-util/configure_fixes.patch.old | 25 3 files changed, 4 insertions(+), 25

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- 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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- 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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

[OE-core] [PATCH 38/54] web: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/recipes-sato/web/web/owl-window-menu.patch |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-sato/web/web/owl-window-menu.patch b/meta/recipes-sato/web/web/owl-window-menu.patch index 8b46c32..1e5916a

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- ...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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

[OE-core] [PATCH 46/54] xev: Add Upstream-Status

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../recipes-graphics/xorg-app/xev/diet-x11.patch |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta-demoapps/recipes-graphics/xorg-app/xev/diet-x11.patch b/meta-demoapps/recipes-graphics/xorg-app/xev/diet-x11.patch

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../clutter/clutter-gst/autofoo-0.4.patch |2 ++ ...-9db4a61a25677764bb927369c5c68ada958fb65c.patch |2 ++ .../clutter/clutter-gst/autofoo.patch |2 ++ .../clutter/clutter-gst/enable_tests-1.4.patch |3

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

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

2011-05-12 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

[OE-core] [PATCH 0/1] remaining Upstream-Status

2011-05-16 Thread Zhai Edwin
From: Zhai Edwin Saul, This is remaining Upstream-Status update, including libfm, screenshot, eggdbus, qemu_git... 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

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

2011-05-16 Thread Zhai Edwin
From: Zhai Edwin Signed-off-by: Zhai Edwin --- 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

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

2011-05-17 Thread Zhai Edwin
From: Zhai Edwin Including gzip and mtoools Signed-off-by: Zhai Edwin --- .../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

[OE-core] [PATCH 0/1] Upstream-Status: Update for some GPLv2 patch, edwin, May17, 2011

2011-05-17 Thread Zhai Edwin
From: Zhai Edwin Saul, Upstream-Status for some GPLv2 patches including gzip and mtools. 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 --- Zhai

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

2011-06-19 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, > >

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 > > 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 t

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 > > glib-networking contains the implementations of certain GLib networking > features that cannot be implemented directly in GLib itself because of their > de

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 > > +SRC_URI = "${GNOME_MIRROR}/glib-networking/2.28/glib-networking-${PV}.tar.bz2" No 'name' parameter I'll change it to +SRC_URI

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

2011-06-28 Thread Zhai, Edwin
Koen Kooi wrote: Op 28 jun 2011, om 09:42 heeft edwin.z...@intel.com het volgende geschreven: > From: Zhai Edwin > > [YOCTO #1037] got fixed > > Signed-off-by: Zhai Edwin > --- > meta/recipes-sato/webkit/webkit-gtk_svn.bb |3 +++ > 1 files changed, 3 in

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

2011-06-28 Thread Zhai, Edwin
Koen Kooi wrote: Op 28 jun 2011, om 11:11 heeft Phil Blundell het volgende geschreven: > On Tue, 2011-06-28 at 15:42 +0800, edwin.z...@intel.com wrote: >> +SRC_URI = "${GNOME_MIRROR}/${PN}/2.28/${PN}-${PV}.tar.bz2" > > FYI, gnome.bbclass will do this for you and will also figure out the > "2.

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

2011-06-28 Thread Zhai, Edwin
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

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: > &

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 > &

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 > > glib-networking contains the implementations of certain GLib networking > features th

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

2011-07-26 Thread Zhai, Edwin
? Op 26 jul. 2011, om 14:30 heeft edwin.z...@intel.com het volgende geschreven: > From: Zhai Edwin > > Signed-off-by: Zhai Edwin > --- > .../xinput-calibrator/xinput-calibrator_0.7.5.bb | 24 > 1 files changed, 24 insertions(+), 0 deletions(-) > cre

Re: [OE-core] [PATCH 4/7] apr-util: Upgrade to 1.3.12

2011-08-02 Thread Zhai, Edwin
Khem Raj wrote: On Thursday, July 28, 2011 09:03:06 PM edwin.z...@intel.com wrote: > > > +FILES_${PN}-dev += "${libdir}/aprutil.exp" > +FILES_${PN} += "${libdir}/apr-util-1/apr_dbm_gdbm-1.so" > +FILES_${PN}-dbg += "${libdir}/apr-util-1/* ${libdir}/apr-util-1/.debug/*" do you really want

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 migrat

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

2011-08-15 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 \ >

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 Edwin 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

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 Edwin This relocation issues caused following bug and introduce one partial fix bb024d: [YOCTO #1440] But the

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

2011-09-27 Thread Zhai, Edwin
09:49:25PM +0800, edwin.z...@intel.com wrote: > From: Zhai Edwin > > 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 n

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 Edwin 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 ma

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 Edwin > > >> &g

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 > > > > On qemu x86-64, scrollbar in vte got broken with one commit to change the > > way > > of emiting "

[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 no

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/s

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 Edwin 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"

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_

Re: [OE-core] Qemu-native requires alsa-libs-native

2011-03-20 Thread Zhai, Edwin
Koen, We enabled alsa in configure for the feature of receiving sound from guest. It is assumed that audio system on host is already enabled. I'm not sure if we need add alsa native, given that they are host specific. Besides alsa, we also need sound card driver on host, which is beyond the s

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.openembedd

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

2011-03-23 Thread Zhai, Edwin
Acked. Let's keep larger_default_ram_size.patch, and fix it if any issue in future:) Thanks, edwin Khem Raj wrote: On Tue, Mar 22, 2011 at 5:17 PM, Zhai, Edwin wrote: > > > Richard Purdie wrote: >> >> On Thu, 2011-03-17 at 11:52 -0700, Khem Raj wrote: >&g

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

2011-04-11 Thread Zhai Edwin
From: Zhai Edwin 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

[OE-core] [PATCH 1/1] qemu: Fix the qemu GL application start failure.

2011-04-11 Thread Zhai Edwin
From: Zhai Edwin Some turn-on macro/variable are re-arranged, buffer pointer is extended to support 32/64b combination of target/host. [YOCTO #688] fixed. Signed-off-by: Zhai Edwin --- .../qemu/qemu-0.14.0/qemugl-fix.patch | 70 meta/recipes-devtools/qemu

Re: [OE-core] [PATCH 1/1] qemu: Fix the qemu GL application start failure.

2011-04-11 Thread Zhai, Edwin
Sorry, My mistake. I forget to remove this debug stuff:( I'll sending new pull request. Koen Kooi wrote: Why are the mesa demo packages needed? Op 11 apr. 2011 om 17:11 heeft Zhai Edwin het volgende geschreven: > From: Zhai Edwin > > Some turn-on macro/variable are re-ar

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

2011-04-11 Thread Zhai Edwin
From: Zhai Edwin This is the patch to fix the GL apps like glxgears start failure on qemux86 image. V2 removes unnecessary debug stuff. Pls. review and pull. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: gzhai/fix3 Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h

[OE-core] [PATCH 1/1] qemu: Fix the qemu GL application start failure.

2011-04-11 Thread Zhai Edwin
From: Zhai Edwin Some turn-on macro/variable are re-arranged, buffer pointer is extended to support 32/64b combination of target/host. [YOCTO #688] fixed. Signed-off-by: Zhai Edwin --- .../qemu/qemu-0.14.0/qemugl-fix.patch | 70 meta/recipes-devtools/qemu

Re: [OE-core] [PATCH 1/1] qemu: Fix the qemu GL application start failure.

2011-04-11 Thread Zhai, Edwin
Saul Wold wrote: On 04/11/2011 06:42 PM, Zhai Edwin wrote: > > > Some turn-on macro/variable are re-arranged, buffer pointer is extended to > support 32/64b combination of target/host. > > [YOCTO #688] fixed. > > Signed-off-by: Zhai Edwin As this is a new patch

  1   2   >