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

2012-05-30 Thread edwin . zhai
From: Zhai Edwin webkit-gtk depends on ICU for the unicode, but ICU is not safe when build and target system owns different endian. ICU's community is not responsive to make a patch for this, so glib is used as work around here. [YOCTO #1570] got fixed Signed-off-by: Zhai Edwin --- meta/recip

[OE-core] [PATCH 0/1] Fix browser crash on PPC

2012-05-30 Thread edwin . zhai
From: Zhai Edwin All, This patch use glib as unicode backend to avoid browser crash webkit-gtk depends on ICU for the unicode, but ICU is not safe when build and target system owns different endian. ICU's community is not responsive to make a patch for this, so glib is used as wo

[OE-core] [PATCH 0/1] [v2]qemu: Add an option to remove host sdl/gl checking

2012-05-29 Thread edwin . zhai
From: Zhai Edwin Saul, This is the V2 version to fix build error for qemu and qemu-nativesdk. 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 t

[OE-core] [PATCH 1/1] qemu: Add an option to remove host sdl/gl checking

2012-05-29 Thread edwin . zhai
From: Zhai Edwin 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. [YOC

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

2012-05-14 Thread edwin . zhai
From: Zhai Edwin 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(li

[OE-core] [PATCH 1/1] qemu: Add an option to remove host sdl/gl checking

2012-05-14 Thread edwin . zhai
From: Zhai Edwin 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. [YOC

[OE-core] [PATCH 1/1] pango: Fix modules load failure in multilib environment

2012-05-08 Thread edwin . zhai
From: Zhai Edwin Multi-libs of Pango need different modules, thus different config files and utils. This patch separate config file and utils with different MLPREFIX to avoid conflict. [YOCTO #2356] got fixed. Signed-off-by: Zhai Edwin --- .../pango/pango-1.28.4/multilib-fix-clean.patch|

[OE-core] [PATCH 0/1][V2] Fix pango modules load failure in multilib environment, Edwin, May8, 2012

2012-05-08 Thread edwin . zhai
From: Zhai Edwin All, This is the new version based on RP's comments: * Use MLPREFIX rather than ${baselib} dir to separate config/util * Pass MLPREFIX as configure option so that pango can use it directly. This patch doesn't change anying in non-multilib environment. Pls. help to pull. Thanks,

[OE-core] [PATCH 1/1] Multilib: Fix RDEPENDS in libc-package.bbclass, useradd.bbclass...

2012-04-16 Thread edwin . zhai
From: Zhai Edwin MLPREFIX is needed in RDEPENDS for multilib build Signed-off-by: Zhai Edwin --- meta/classes/gconf.bbclass|2 +- meta/classes/libc-package.bbclass |2 +- meta/classes/useradd.bbclass |3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH 0/1] Multilib fix, Apr16, 2012

2012-04-16 Thread edwin . zhai
From: Zhai Edwin RP, This is multilib fix to add missing MLPREFIX. Pls. review and pull Thanks, Edwin The following changes since commit 27aa5489fb40d99c58bb2a4bbf2311e2c502a091: distro.conf: Flipping for denzil (2012-04-04 22:48:02 -0700) are available in the git repository at: git://git.

[OE-core] [PATCH 0/1] Fix gl failure when 64b target on 32b host, Edwin, Apr6, 2012

2012-04-06 Thread edwin . zhai
From: Zhai Edwin All, This patch fix gl failure when 64b target on 32b host. Pls. help to review. Thanks, Edwin The following changes since commit 190f6d791d51aaa4cfb9f1cf932bc205ff674fb5: runqemu-internal: Add console=tty for qemuppc and NFS (2012-04-06 01:12:47 +0100) are available in the

[OE-core] [PATCH 1/1] qemu: Fix gl failure from 64b target on 32b host

2012-04-06 Thread edwin . zhai
From: Zhai Edwin Data from 64b target is truncated by 32b host. This patch makes type of data buf in host same as target. [YOCTO #2221] got fixed. Signed-off-by: Zhai Edwin --- .../qemu/qemu-0.15.1/opengl-args-copy-fix.patch| 66 meta/recipes-devtools/qemu/qemu_0.15

[OE-core] [PATCH 0/1] Fixed GL apps failure on qemux86/x86-64 on Ubuntu 11 with Nvidia GLX driver, Apr1, 2012

2012-03-31 Thread edwin . zhai
From: Zhai Edwin All, Previous version of nVidia GLX driver in Ubuntu 10 cause qemu segfault, so we fall back to Mesa GLX driver if detecting nVidia driver installed. From Ubuntu 11, nVidia GLX driver works well, while previous work around cause GL apps failure. So this work around is limited in

[OE-core] [PATCH 1/1] qemugl: Fix GL apps failure on Ubuntu 11 host with nVidia GLX driver

2012-03-31 Thread edwin . zhai
From: Zhai Edwin Previous version of nVidia GLX driver in Ubuntu 10 cause qemu segfault, so we fall back to Mesa GLX driver if detecting nVidia driver installed. From Ubuntu 11, nVidia GLX driver works well, while previous work around cause GL apps failure. So this work around is limited in Ubunt

[OE-core] [PATCH 1/1] virtual/libgl: use mesa-xlib for qemuarm/qemumips/qemuppc

2012-03-29 Thread edwin . zhai
From: Zhai Edwin Still need mesa-xlib for emulation of GLX interface on qemuarm/mips/ppc, where mesa-dri doesn't work for pure qemu emulator. [YOCTO #2066] fixed. Signed-off-by: Zhai Edwin --- meta/conf/machine/include/qemu.inc |1 + meta/conf/machine/qemux86-64.conf |1 + meta/conf/

[OE-core] [PATCH 0/1] Fix GL failure on qemuarm/mips/ppc, V2, Mar32, 2012

2012-03-29 Thread edwin . zhai
From: Zhai Edwin This is the V2 version after Martin and RP's comments: no COMPATIBLE_MACHINE, and no change for global default preferred virtual/libgl. Pls. review. Thanks, Edwin The following changes since commit 265903bdffb10c95ceaf7a892151a50b67939c71: procps: don't print error message

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

2012-03-28 Thread edwin . zhai
From: Martin Jansa 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 ch

[OE-core] [PATCH 0/1] gl fix on qemuarm/qemumips

2012-03-28 Thread edwin . zhai
From: Zhai Edwin RP, This fix make GL apps runs on qemuarm with emulated GLX interface from mesa-xlib. [YOCTO #2066] got fixed. Thanks, Edwin The following changes since commit 265903bdffb10c95ceaf7a892151a50b67939c71: procps: don't print error message with kernel 3.0+ (2012-03-28 10:16:30

[OE-core] [PATCH 1/1] qemugl: Hide some GLX extensions by default

2012-03-16 Thread edwin . zhai
From: Zhai Edwin Exporting these extensions make guest call some missing GLX API then crash. It's hacky to implement these APIs, so hide these extensions as fix. [YOCTO #1927] got fixed Signed-off-by: Zhai Edwin --- .../mesa/qemugl/extensions_emulation.patch | 34 +++

[OE-core] [PATCH 0/1] qemugl fix

2012-03-16 Thread edwin . zhai
From: Zhai Edwin RP, This fixed [YOCTO #1927]. Pls. help to review and pull. Thanks, Edwin The following changes since commit be0f9dd483af2a2f55b2ae8ef9ca172e7c90819c: python-imaging: bring in fixes from meta-oe (2012-03-16 10:57:09 +) are available in the git repository at: git://git

[OE-core] [PATCH 3/4] multilib: extend all recipes in multilib.conf

2012-03-05 Thread edwin . zhai
From: Dongxiao Xu Signed-off-by: Dongxiao Xu Signed-off-by: Zhai Edwin --- meta/conf/multilib.conf | 313 --- 1 files changed, 297 insertions(+), 16 deletions(-) diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index d366fd3..3b47c48

[OE-core] [PATCH 1/4] vte: fix scroll issue

2012-03-05 Thread edwin . zhai
From: Zhai Edwin 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. Signed-off-by: Zhai Edwin --- meta/recipes-support/vte/vte.inc |3 +- meta/recipes-supp

[OE-core] [PATCH 2/4] self-hosted: Fix multiple libx11 error

2012-03-05 Thread edwin . zhai
From: Zhai Edwin Self-hosted needs package libx11-dev, which is ambiguous as virtual/libx11 is provided by libx11 or libx11-trim. This patch explictly set the perferred one, libx11-trim-dev, to avoid this. Signed-off-by: Zhai Edwin --- meta/recipes-core/tasks/task-self-hosted.bb |4 ++-- 1

[OE-core] [PATCH 0/4] Fixes for multilib and VTE, Mar 6, 2012

2012-03-05 Thread edwin . zhai
From: Zhai Edwin RP, 2 fixes for multilib. 1 for VTE, which just revert a simple commit after last VTE upgrade. Although doesn't hit the root cause, it fix the end user experience issue and is more light-weight than reverting whole VTE upgrade. We can revisit it for root cause in future. Thanks,

[OE-core] [PATCH 4/4] shadow-sysroot: Fix for multilib

2012-03-05 Thread edwin . zhai
From: Zhai Edwin Fix following error in multilib build: "ERROR: Task do_package_setscene depends upon nonexistant task poky/meta/recipes-extended/shadow/shadow-sysroot_4.1.4.3.bb:do_populate_sysroot_setscene" >From richard.pur...@linuxfoundation.org Signed-off-by: Zhai Edwin --- meta/classes/

[OE-core] [PATCH 1/5] vte: fix scroll issue

2012-02-28 Thread edwin . zhai
From: Zhai Edwin 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. Signed-off-by: Zhai Edwin --- meta/recipes-support/vte/vte.inc |3 +- meta/recipes-supp

[OE-core] [PATCH 5/5] self-hosted: Fix multiple libx11 error

2012-02-28 Thread edwin . zhai
From: Zhai Edwin Self-hosted needs package libx11-dev, which is ambiguous as virtual/libx11 is provided by libx11 or libx11-trim. This patch explictly set the perferred one, libx11-trim-dev, to avoid this. Signed-off-by: Zhai Edwin --- meta/recipes-core/tasks/task-self-hosted.bb |4 ++-- 1

[OE-core] [PATCH 4/5] qemugl: Fix gl apps failure on qemu-x86-64

2012-02-28 Thread edwin . zhai
From: Zhai Edwin Extend commit 028968 to qemu x86-64, where stack disorder happen due to register handling via push/pop. [YOCTO #1927] fixed Signed-off-by: Zhai Edwin --- .../mesa/qemugl/call_opengl_fix.patch | 40 +++- meta/recipes-graphics/mesa/qemugl_git.bb

[OE-core] [PATCH 0/5] Fixes for multilib, qemugl and vte

2012-02-28 Thread edwin . zhai
From: Zhai Edwin All, These are patches to fix bugs and multilib on latest master. Pls. pull. Thanks, Edwin The following changes since commit 927bec5f72230be4f2452d9ef5a747b2c00cb781: bitbake.conf: Create a new filter variable BB_HASHCONFIG_WHITELIST (2012-02-27 20:10:41 +) are availa

[OE-core] [PATCH 3/5] libskba: Fix for multilib

2012-02-28 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/recipes-support/libksba/libksba_1.2.0.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/libksba/libksba_1.2.0.bb b/meta/recipes-support/libksba/libksba_1.2.0.bb index 6489cc5..1d8d287 100644 ---

[OE-core] [PATCH 2/5] gnupg: Fix for multilib

2012-02-28 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/recipes-support/gnupg/gnupg_2.0.18.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-support/gnupg/gnupg_2.0.18.bb b/meta/recipes-support/gnupg/gnupg_2.0.18.bb index 6712269..abcb5fb 100644 --- a/meta/r

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

2012-02-21 Thread edwin . zhai
From: Zhai Edwin 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. Signed-off-by: Zhai Edwin --- meta/recipes-support/vte/vte.inc |3 +- meta/recipes-supp

[OE-core] [PATCH 2/3] texi2html: Fix for multilib

2012-02-21 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/recipes-extended/texi2html/texi2html_5.0.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/texi2html/texi2html_5.0.bb b/meta/recipes-extended/texi2html/texi2html_5.0.bb index 068f8bc..02f3fe1 1

[OE-core] [PATCH 0/3] Fixes for multilib

2012-02-21 Thread edwin . zhai
From: Zhai Edwin All, These are fixes for multilib, and [Yocto 1906]. Pls. help to pull. Thanks, Edwin The following changes since commit 41a83ccfe50ec69425a4828fb5836d38d3f99e67: guile: fix cross configure failure (2012-02-10 17:01:42 +) are available in the git repository at: git:/

[OE-core] [PATCH 1/3] quicky: Fix for multilib

2012-02-21 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/recipes-qt/qt-apps/quicky_0.4.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-qt/qt-apps/quicky_0.4.bb b/meta/recipes-qt/qt-apps/quicky_0.4.bb index 20c04f8..73d3e99 100644 --- a/meta/recipes-qt/qt-ap

[OE-core] [PATCH 1/1] runqemu: Fix the wrong path of libGL.so in 64b Ubuntu 11.10

2012-01-12 Thread edwin . zhai
From: Zhai Edwin >From 11.10, libGL.so is installed @ /usr/lib/x86_64-linux-gnu/ in 64b Ubuntu. [YOCTO #1885] got fixed Signed-off-by: Zhai Edwin --- scripts/runqemu-internal | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/scripts/runqemu-internal b/scripts

[OE-core] [PATCH 0/1] Fix libGL path in 64b Ubuntu 11.10

2012-01-12 Thread edwin . zhai
From: Zhai Edwin >From 11.10, 64b Ubuntu has a new path for libGL.so. This patch fix it. Thanks, Edwin The following changes since commit 19241e7e2d88406c57613180dec9e7896c6674cc: distro-tracking: Update info for webkit-gtk, web-webkit (2012-01-11 11:01:32 +0800) are available in the git re

[OE-core] [PATCH 0/1] Distro-tracking: Update info for manual check recipes

2012-01-10 Thread edwin . zhai
From: Zhai Edwin Saul, This is update for long time no check recipes. Pls. pull. Thanks, Edwin The following changes since commit 4a8a3c503fd896593b787c26edbe46a7324e494e: Revert "site/common-uclibc: Cache gl_cv_func_wcwidth_works" (2012-01-10 18:33:25 +) are available in the git repos

[OE-core] [PATCH 1/1] distro-tracking: Update info for webkit-gtk, web-webkit

2012-01-10 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../conf/distro/include/distro_tracking_fields.inc |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index 14eff

[OE-core] [PATCH 1/1] matchbox-wm: Remove x-session-manager handling

2012-01-04 Thread edwin . zhai
From: Zhai Edwin Windows manager should be independent on session manager, especially when we have multiple session manager like mini-x and matchbox session. This commit remove session-manager stuff in matchbox-wm, as matchbox-session already has duplicated code. Also adjust alternative priority

[OE-core] [PATCH 0/1] matchbox-wm: remove x-session-manager handling

2012-01-04 Thread edwin . zhai
From: Zhai Edwin This is V2 version that made clear commit mesg and adjust alternative priority to make mini-x has high priority over matchbox-session according to Saul's suggestion. Thanks, Edwin The following changes since commit 021848be9eeb71de8acfba6c66c11645b01523b8: valgrind: Fix for

[OE-core] [PATCH 0/3] Package upgrade, Dec30, 2011

2011-12-30 Thread edwin . zhai
From: Zhai Edwin Packages upgrade for lighttpd, libassuan and apr-util. Thanks, Edwin The following changes since commit 429d3c9adae8b4bb166df22e70cc29aba41d6867: matchbox-wm: Remove x-session-manager handling (2011-12-29 10:42:08 +0800) are available in the git repository at: git://git.p

[OE-core] [PATCH 1/3] lighttpd: Upgrade to 1.4.30

2011-12-30 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../{lighttpd_1.4.29.bb => lighttpd_1.4.30.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/lighttpd/{lighttpd_1.4.29.bb => lighttpd_1.4.30.bb} (92%) diff --git a/meta/recipes-extended/lighttpd

[OE-core] [PATCH 2/3] apr-util: Upgrade to 1.4.1

2011-12-30 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../apr/apr-util/configure_fixes.patch | 10 ++ .../apr/{apr-util_1.3.12.bb => apr-util_1.4.1.bb} |6 +++--- 2 files changed, 9 insertions(+), 7 deletions(-) rename meta/recipes-support/apr/{apr-util_1.3.12.bb => apr-uti

[OE-core] [PATCH 3/3] libassuan: Upgrade to 2.0.3

2011-12-30 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../{libassuan_2.0.2.bb => libassuan_2.0.3.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libassuan/{libassuan_2.0.2.bb => libassuan_2.0.3.bb} (82%) diff --git a/meta/recipes-support/libassuan/l

[OE-core] [PATCH 1/2] gnome-keyring: fix gsettings_data_convert seg fault

2011-12-29 Thread edwin . zhai
From: Zhai Edwin gsttings_data_convert cause seg fault as gnome-keyring's schema is not installed properly. As a fix, running glib-compile-schemas from glib-utils to made "gschemas.compiled". [YOCTO #1779] got fixed. Signed-off-by: Zhai Edwin --- meta/recipes-gnome/gnome/gnome-keyring_2.32.1.

[OE-core] [PATCH 2/2] matchbox-wm: Remove x-session-manager handling

2011-12-29 Thread edwin . zhai
From: Zhai Edwin Windows manager should be independent on session manager, especially when we have multiple session manager like mini-x and matchbox session. Signed-off-by: Zhai Edwin --- .../matchbox-wm/matchbox-wm_1.2.bb |9 ++--- .../matchbox-wm/matchbox-wm_git.bb

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

2011-12-29 Thread edwin . zhai
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 manager and X session. The following changes since commit 6a1b5c28f22bb07a0b7102eb88441d05768ec52e:

[OE-core] [PATCH 1/1] gnome-keyring: fix gsettings_data_convert seg fault

2011-12-27 Thread edwin . zhai
From: Zhai Edwin gsttings_data_convert cause seg fault as gnome-keyring's schema is not installed properly. As a fix, running glib-compile-schemas from glib-utils to made "gschemas.compiled". [YOCTO #1779] got fixed. Signed-off-by: Zhai Edwin --- meta/recipes-gnome/gnome/gnome-keyring_2.32.1.

[OE-core] [PATCH 0/1] Fix gsettings-data-convert seg fault

2011-12-27 Thread edwin . zhai
From: Zhai Edwin All, This is the fix for [YOCTO #1779]. Seg fault comes from missing of "gschemas.compiled" made by glib-compile-schemas. Pls. help to pull. Thanks, Edwin The following changes since commit 0ef108a0152bb4893741ac95857525fc50b8d3a6: self-hosted-image: Add builder user and min

[OE-core] [PATCH 4/4] self-hosted-image: Add builder user and mini X

2011-12-22 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/recipes-core/images/self-hosted-image.bb |4 +++- meta/recipes-core/tasks/task-self-hosted.bb |3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/i

[OE-core] [PATCH 0/4] self-hosted-image: Add mini X

2011-12-22 Thread edwin . zhai
From: Zhai Edwin This is the new version modified according to Paul and Saul's comments: Use mini-x-session, change script name, and more accurate license. The following changes since commit 4648aadfe161d2e0ec51408f35fdf8996727bd22: ui/crumbs/hobprefs: trigger a reparse after changing IMAGE_F

[OE-core] [PATCH 2/4] Add mini X core tasks

2011-12-22 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/classes/core-image.bbclass |2 + meta/recipes-sato/tasks/task-core-x11-mini.bb | 45 + 2 files changed, 47 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-sato/tasks/task-core-x11-mini

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

2011-12-22 Thread edwin . zhai
From: Zhai Edwin mini-x-session runs session files on behalf of file owner, so that no rootless X required. Signed-off-by: Zhai Edwin --- .../mini-x-session/files/mini-x-session| 32 .../mini-x-session/mini-x-session_0.1.bb | 24 +++ 2

[OE-core] [PATCH 3/4] Add "builder" user for specific purpose.

2011-12-22 Thread edwin . zhai
From: Zhai Edwin "builder" can start some auto stuff by mini X session. Signed-off-by: Zhai Edwin --- meta/recipes-graphics/builder/builder_0.1.bb | 27 .../builder/files/builder_hob_start.sh | 11 2 files changed, 38 insertions(+), 0 deletio

[OE-core] [PATCH 0/4] [RFC] Add mini X for self-hosted

2011-12-21 Thread edwin . zhai
From: Zhai Edwin All, These patches add mini X, who will execute session files on behalf of file owner without rootless X. By this way, a minimal X enviroment including matchbox-wm is availale for the "builder" user to start auto-run apps. Pls. help to review. Thanks, Edwin The following c

[OE-core] [PATCH 3/4] Add "builder" user for specific purpose.

2011-12-21 Thread edwin . zhai
From: Zhai Edwin "builder" can start some auto stuff by mini X session. Signed-off-by: Zhai Edwin --- meta/recipes-graphics/builder/builder_0.1.bb | 27 + meta/recipes-graphics/builder/files/auto_start.sh | 11 2 files changed, 38 insertions(+), 0 deletion

[OE-core] [PATCH 4/4] self-hosted-image: Add builder user and mini X

2011-12-21 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/recipes-core/images/self-hosted-image.bb |4 +++- meta/recipes-core/tasks/task-self-hosted.bb |3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/i

[OE-core] [PATCH 2/4] Add mini X core tasks

2011-12-21 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/classes/core-image.bbclass |2 + meta/recipes-sato/tasks/task-core-x11-mini.bb | 45 + 2 files changed, 47 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-sato/tasks/task-core-x11-mini

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

2011-12-21 Thread edwin . zhai
From: Zhai Edwin minix-session runs session files on behalf of file owner, so that no rootless X required. Signed-off-by: Zhai Edwin --- .../minix-session/files/minix-session | 32 .../minix-session/minix-session_0.1.bb | 24 +++ 2

[OE-core] [PATCH 0/2] Some bug fixing, Edwin, Dec16, 2011

2011-12-16 Thread edwin . zhai
From: Zhai Edwin all, These patches fix rootless X start failure and dates launch hang. Pls. pull. Thanks, Edwin The following changes since commit 6036845d1c07420a99b78421bb3479adf7d754e7: Patch Upstream Status Updates (2011-12-15 14:36:26 +) are available in the git repository at:

[OE-core] [PATCH 2/2] libical: Fix deadlock in pthread

2011-12-16 Thread edwin . zhai
From: Zhai Edwin libical introduce pthread support after 0.47, but lead deadlock with missing some unlock code. This makes dates start hang. Add new patch to properly release mutex. [YOCTO #1825] got fixed. Signed-off-by: Zhai Edwin --- meta/recipes-sato/libical/files/pthread-fix.patch | 5

[OE-core] [PATCH 1/2] xserver-nodm-init: Fix xuser creation

2011-12-16 Thread edwin . zhai
From: Zhai Edwin Rootless X start fail as xuser has no home and shell. This patch fix it. Signed-off-by: Zhai Edwin --- .../x11-common/xserver-nodm-init.bb|6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-graphics/x11-common/xserver-nodm

[OE-core] [PATCH 0/4] Packages Upgrade, Dec2, 2011

2011-12-02 Thread edwin . zhai
From: Zhai Edwin All, These are upgrade for libfm, pcmanfm and x11vnc. Pls. help review and pull. The following changes since commit 9d6790c4409dee4d08fe6a47450125c406d0ba32: cooker.py: Allow the -e option to work with virtual classes and -b (2011-12-01 23:14:05 +) are available in the

[OE-core] [PATCH 4/4] distro-tracking: Update info after last upgrade

2011-12-02 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../conf/distro/include/distro_tracking_fields.inc | 54 ++-- 1 files changed, 27 insertions(+), 27 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.

[OE-core] [PATCH 1/4] libfm: Upgrade to 0.1.17

2011-12-02 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../configure_fix.patch|0 .../libfm/{libfm_0.1.16.bb => libfm_0.1.17.bb} |7 +++ 2 files changed, 3 insertions(+), 4 deletions(-) rename meta/recipes-support/libfm/{libfm-0.1.16 => libfm-0.1.17}/config

[OE-core] [PATCH 3/4] x11vnc: Upgrade to 0.9.13

2011-12-02 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../x11vnc/{x11vnc_0.9.12.bb => x11vnc_0.9.13.bb} |8 1 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-graphics/x11vnc/{x11vnc_0.9.12.bb => x11vnc_0.9.13.bb} (66%) diff --git a/meta/recipes-graphics/x11vnc/x11vn

[OE-core] [PATCH 2/4] pcmanfm: Upgrade to 0.9.10

2011-12-02 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../{pcmanfm_0.9.9.bb => pcmanfm_0.9.10.bb}|4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-sato/pcmanfm/{pcmanfm_0.9.9.bb => pcmanfm_0.9.10.bb} (88%) diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_0.9.9.b

[OE-core] [PATCH 4/8] libsoup-2.4: Upgrade to 2.36.1

2011-11-29 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- ...libsoup-2.4_2.34.2.bb => libsoup-2.4_2.36.1.bb} |8 1 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-support/libsoup/{libsoup-2.4_2.34.2.bb => libsoup-2.4_2.36.1.bb} (53%) diff --git a/meta/recipes-support/lib

[OE-core] [PATCH 6/8] x11perf: Upgrade to 1.5.4

2011-11-29 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../{x11perf_1.5.3.bb => x11perf_1.5.4.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/xorg-app/{x11perf_1.5.3.bb => x11perf_1.5.4.bb} (76%) diff --git a/meta/recipes-graphics/xorg-app/x11

[OE-core] [PATCH 8/8] busybox: Upgrade to 1.19.3

2011-11-29 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../B921600.patch |0 .../busybox-appletlib-dependency.patch |0 .../busybox-udhcpc-no_deconfig.patch | 51 ++-- .../{busybox-1.18.5 => busybox-1.19.3}/defconfig

[OE-core] [PATCH 1/8] gtk+: Upgrade to 2.24.8

2011-11-29 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- ...Duplicate-the-exec-string-returned-by-gtk.patch |0 .../cellrenderer-cairo.patch |0 .../configure-nm.patch |0 .../configurefix.patch |0 .../{gtk+-2.

[OE-core] [PATCH 0/8] Recipes upgrade for gtk+, busybox, Nov30, 2011

2011-11-29 Thread edwin . zhai
From: Zhai Edwin All, These are recipes upgrade for gtk+, busybox, libsoup-2.4... pls. help to review and pull. Thanks, Edwin bitbake: Update users of getVar/setVar to use the data store functions directly (2011-11-27 10:35:30 +) are available in the git repository at: git://git.pokyl

[OE-core] [PATCH 7/8] eee-acpi-scritps: Upgrade to 1.1.12 via git tag

2011-11-29 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../eee-acpi-scripts/eee-acpi-scripts_git.bb |6 +- .../eee-acpi-scripts/files/remove-doc-check.patch | 42 ++-- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/meta/recipes-bsp/eee-acpi-scripts/eee-acp

[OE-core] [PATCH 2/8] xz: Upgrade to 5.0.3

2011-11-29 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../xz/{xz_5.0.2.bb => xz_5.0.3.bb}|4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/xz/{xz_5.0.2.bb => xz_5.0.3.bb} (82%) diff --git a/meta/recipes-extended/xz/xz_5.0.2.bb b/meta/recipes-

[OE-core] [PATCH 3/8] polkit-gnome: Upgrade to 0.102

2011-11-29 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- ...polkit-gnome_0.101.bb => polkit-gnome_0.102.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/polkit/{polkit-gnome_0.101.bb => polkit-gnome_0.102.bb} (86%) diff --git a/meta/recipes-extended/polkit

[OE-core] [PATCH 5/8] libcroco: Upgrade to 0.6.3

2011-11-29 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../{libcroco_0.6.2.bb => libcroco_0.6.3.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libcroco/{libcroco_0.6.2.bb => libcroco_0.6.3.bb} (80%) diff --git a/meta/recipes-support/libcroco/libcr

[OE-core] [PATCH 0/1] Fix matchbox-window-manager variable type error on x86-64

2011-11-21 Thread edwin . zhai
From: Zhai Edwin RP, This fix the blank screen of matchbox-desktop caused by wrong variable type for _NET_WORKAREA in matchbox-window-manager. [YOCTO #1689] fixed. The following changes since commit 17a92c4c9801396ce6aa82f7c1532b49b18dbad4: netbase: update 4.46 -> 4.47 (2011-11-21 18:49:40 +

[OE-core] [PATCH 1/1] matchbox-wm: Fix variable type in _NET_WORKAREA setting

2011-11-21 Thread edwin . zhai
From: Zhai Edwin According to XChangeProperty doc, array of "long" should be used when format is 32. Wrong _NET_WORKAREA parameter caused blank screen in matchbox-desktop on 64 bit platform. [YOCTO #1689] got fixed. Signed-off-by: Zhai Edwin --- .../matchbox-wm/matchbox-wm_git.bb

[OE-core] [PATCH 0/2] Upgrade libfm/pcmanfm

2011-10-11 Thread edwin . zhai
From: Zhai Edwin All, These 2 patches upgrade libfm and pcmanfm. Pls. help to review and pull. Thanks, Edwin The following changes since commit 0d8c8cf462e5df446669355b554b3d5fdc532a11: mutter: update to 2.29.1 and fix SRC_URI (2011-10-07 11:35:50 +0100) are available in the git repository

[OE-core] [PATCH 1/2] libfm: Upgrade to 0.1.16

2011-10-11 Thread edwin . zhai
From: Zhai Edwin Remove obsolete use_deprecate_func.patch, and add configure_fix.patch to update configure.ac Signed-off-by: Zhai Edwin --- .../libfm/libfm-0.1.14/use_deprecate_func.patch| 13 - .../libfm/libfm-0.1.16/configure_fix.patch | 19 +++ ..

[OE-core] [PATCH 2/2] pcmanfm: Upgrade to 0.9.9

2011-10-11 Thread edwin . zhai
From: Zhai Edwin Update owl-window-menu.patch. Signed-off-by: Zhai Edwin --- .../pcmanfm/files/owl-window-menu.patch| 53 ++-- .../pcmanfm/{pcmanfm_0.9.8.bb => pcmanfm_0.9.9.bb} |6 +- 2 files changed, 29 insertions(+), 30 deletions(-) rename meta/recipes-sat

[OE-core] [PATCH 1/1] gnutls: Fix configure failure

2011-10-08 Thread edwin . zhai
From: Zhai Edwin gnutls fails in configure as depends on p11-kit after last upgrade. Removing this dependency via configure option can fix following error: | checking for fork... (cached) yes | checking for P11_KIT... configure: error: Package requirements (p11-kit-1 >= 0.2) were not met: | |

[OE-core] [PATCH 0/1] gnutls: fix configure failure

2011-10-08 Thread edwin . zhai
From: Zhai Edwin All, This patch fix configure failure of guntls after last upgrade. Pls. help to review. Thanks, Edwin The following changes since commit 0d8c8cf462e5df446669355b554b3d5fdc532a11: mutter: update to 2.29.1 and fix SRC_URI (2011-10-07 11:35:50 +0100) are available in the git

[OE-core] [PATCH 1/1] oprofileui: Update SRCREV to reflect recent accpeted patches by upstream

2011-09-30 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/recipes-kernel/oprofile/oprofileui_git.bb |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/meta/recipes-kernel/oprofile/oprofileui_git.bb b/meta/recipes-kernel/oprofile/oprofileui_git.bb index 0047748..2b56981 1

[OE-core] [PATCH 0/1] oprofileui: Update SRCREV

2011-09-30 Thread edwin . zhai
From: Zhai Edwin Hi, This patch update the oprofileui SRCREV to reflect following 2 patches already in upstream: migrate-from-gnomevfs-to-gio.patch & dso_linking_change_build_fix.patch Pls. help to pull. Thanks, Edwin The following changes since commit 9d1db6cc928199f8ac4960e8d4648563ef141427

[OE-core] [PATCH 2/4] libgsf: remove dependence on gnome-vfs

2011-09-27 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../recipes-gnome/libgsf/libgsf_1.14.5.bb |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta-demoapps/recipes-gnome/libgsf/libgsf_1.14.5.bb b/meta-demoapps/recipes-gnome/libgsf/libgsf_1.14.5.bb index 3ac7

[OE-core] [PATCH 0/4] Remove gnome-vfs completely

2011-09-27 Thread edwin . zhai
From: Zhai Edwin All, gnome-vfs need to be removed and taken place by gio. These patches remove the dependece on it, and obsolete recipes that need it. Pls. help to pull. Thanks, Edwin The following changes since commit e3c5d7a90ae179af0ac128ea4dfc1a5a6602c2e4: libtool: Fix an issue where u

[OE-core] [PATCH 1/4] oprofileui: remove dependence on gnome-vfs

2011-09-27 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/recipes-kernel/oprofile/oprofileui.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/oprofile/oprofileui.inc b/meta/recipes-kernel/oprofile/oprofileui.inc index 5170357..ab14c38 100644 --- a/met

[OE-core] [PATCH 4/4] gnome-vfs: remove it as obsolete recipe in favor of GIO/GVFS

2011-09-27 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../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

[OE-core] [PATCH 3/4] tables: remove it as obsolete recipe

2011-09-27 Thread edwin . zhai
From: Zhai Edwin tables depends on obsolete gnome-vfs, and is not maintained in clutter git repo Signed-off-by: Zhai Edwin --- meta-demoapps/recipes-graphics/clutter/table.inc | 13 - .../recipes-graphics/clutter/table/fixes.patch | 16 .../recipes-graphi

[OE-core] [PATCH 1/1] gnome-vfs: remove this obsolete recipe completely in favor of GIO/GVFS

2011-09-27 Thread edwin . zhai
From: Zhai Edwin Remove oprofileui/libgsf's dependence on gnome-vfs, delete table that is out of maintenance in clutter. Signed-off-by: Zhai Edwin --- .../recipes-gnome/libgsf/libgsf_1.14.5.bb |8 ++- meta-demoapps/recipes-graphics/clutter/table.inc | 13 - .../recipes-gra

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

2011-09-27 Thread edwin . zhai
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 nobody depends on it. Could somebody have a double check on oe-core? Thanks, Edwin The

[OE-core] [PATCH 3/3] Enabled kernel module for eGalax touch screen.

2011-09-26 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta-pegasus/conf/machine/pegasus.conf |2 +- .../recipes-kernel/linux/linux-yocto/pegasus.cfg |4 .../linux/linux-yocto_2.6.37.bbappend | 12 3 files changed, 17 insertions(+), 1 deletions(-)

[OE-core] [PATCH 2/3] Config xorg.conf with eGalax touchscreen input driver

2011-09-26 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../xserver-xf86-config/pegasus/xorg.conf | 10 ++ .../xorg-xserver/xserver-xf86-config_0.1.bbappend |2 ++ 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/meta-pegasus/recipes-graphics/xorg-xserver/xserver-

[OE-core] [PATCH 1/3] eGalax touchscreen offical xorg driver

2011-09-26 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../xf86-input-egalax/88eGalaxCalibrate.sh |5 ++ .../xorg-driver/xf86-input-egalax_3.06.5605.bb | 49 2 files changed, 54 insertions(+), 0 deletions(-) create mode 100755 meta-pegasus/recipes-graphics/xorg-

[OE-core] [PATCH 0/3] [RFC] enable Pegasus touch screen

2011-09-26 Thread edwin . zhai
From: Zhai Edwin Tom, These changes, based on meta-intel/tzanussi/pegasus, are needed to enable eGalax touch screen on Pegasus. Could you pls. help to review? When will you push Pegasus changes into meta-intel/master? We can have a common place for people to try pegasus... Thanks, Edwin The fo

[OE-core] [PATCH 1/1] matchbox: Upgrade SRCREV to reflect recent accpeted patches by upstream

2011-09-26 Thread edwin . zhai
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../libmatchbox/files/16bppfixes.patch |2 +- .../libmatchbox/files/matchbox-start-fix.patch |2 +- .../libmatchbox/libmatchbox_git.bb |6 +-- .../matchbox-wm-2/matchbox-wm-2/fix_makefile.patch |4 +-

[OE-core] [PATCH 0/1] Update SRCREV for matchbox

2011-09-26 Thread edwin . zhai
From: Zhai Edwin All, Update matchbox SRCREV after pushing patches in upstream. Pls. help to pull. Thanks, Edwin The following changes since commit 49ed1cab3bee2318fdd5fc2538b1b3d43542ed2d: documentation/poky-ref-manual/ref-classes.xml: documented useradd.bbclass (2011-09-25 18:00:00 +0100)

[OE-core] [PATCH 0/1] [qemugl] fix opengl calling failure

2011-09-21 Thread edwin . zhai
From: Zhai Edwin All, This is one fix for [YOCTO #1442] to avoid opengl calling failure led by stack index disorder. Pls. help to review and pull. Thanks, Edwin The following changes since commit ff8f0ea563ba3e9d6f8b8e770cfbf4dca8ad5288: libxml2: reinclude a -staticdev package (2011-09-22 0

  1   2   >