[OE-core] [PATCH 0/2] remaining ssh IMAGE_FEATURE fixings

2012-07-02 Thread Lianhao Lu
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=llu/ssh Lianhao Lu (2): task-core-tools-debug: Added openssh-sftp-server. image/core-image: Handle conflicting IMAGE_FEATURES. meta/classes/core-image.bbclass | 11 ++- meta/classes/image.bbclass | 17

[OE-core] [PATCH 1/2] task-core-tools-debug: Added openssh-sftp-server.

2012-07-02 Thread Lianhao Lu
[YOCTO #2605]. Added openssh-sftp-server to the tools-debug IMAGE_FEATURE. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-core/tasks/task-core-tools-debug.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/tasks/task-core-tools

[OE-core] [PATCH 2/2] image/core-image: Handle conflicting IMAGE_FEATURES.

2012-07-02 Thread Lianhao Lu
. IMAGE_FEATURES_CONFLICTS_foo = bar means including both image features foo and bar would cause an parsing error. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/core-image.bbclass | 11 ++- meta/classes/image.bbclass | 17 + meta

[OE-core] [PATCH V2 1/2] task-core-tools-debug: Added openssh-sftp-server.

2012-07-02 Thread Lianhao Lu
[YOCTO #2605]. Added openssh-sftp-server to the tools-debug IMAGE_FEATURE. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-core/tasks/task-core-tools-debug.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/tasks/task-core-tools

[OE-core] [PATCH V2 2/2] image/core-image: Handle conflicting IMAGE_FEATURES.

2012-07-02 Thread Lianhao Lu
. IMAGE_FEATURES_CONFLICTS_foo = bar means including both image features foo and bar would cause an parsing error. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/core-image.bbclass | 11 ++- meta/classes/image.bbclass | 17 + meta

[OE-core] [PATCH V2 0/2] remaining ssh IMAGE_FEATURE fixings

2012-07-02 Thread Lianhao Lu
://git.pokylinux.org/poky-contrib llu/ssh http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=llu/ssh Lianhao Lu (2): task-core-tools-debug: Added openssh-sftp-server. image/core-image: Handle conflicting IMAGE_FEATURES. meta/classes/core-image.bbclass | 11 ++- meta

[OE-core] [PATCH V3 0/3] misc IMAGE_FEATURE fixings

2012-06-24 Thread Lianhao Lu
/poky-contrib/log/?h=llu/bug2605 Lianhao Lu (3): classes/image: Allow openssh empty passwords login. image/core-image: Handle conflicting IMAGE_FEATURES. task-core-tools-debug: Added openssh-sftp-server. meta/classes/core-image.bbclass | 13 +++- meta/classes

[OE-core] [PATCH V3 3/3] task-core-tools-debug: Added openssh-sftp-server.

2012-06-24 Thread Lianhao Lu
Added openssh-sftp-server to the tools-debug IMAGE_FEATURE. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-core/tasks/task-core-tools-debug.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/tasks/task-core-tools-debug.bb b/meta

[OE-core] [PATCH V3 2/3] image/core-image: Handle conflicting IMAGE_FEATURES.

2012-06-24 Thread Lianhao Lu
. IMAGE_FEATURES_CONFLICTS_foo = bar means including both image features foo and bar would cause an parsing error. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/core-image.bbclass | 11 ++- meta/classes/image.bbclass | 17 + meta

[OE-core] [PATCH V3 1/3] classes/image: Allow openssh empty passwords login.

2012-06-24 Thread Lianhao Lu
Allow empty passwords login so that the default root user can login in through openssh. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/core-image.bbclass |2 ++ meta/classes/image.bbclass |7 +++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git

[OE-core] [PATCH 2/3] image/core-image: Handle conflicting IMAGE_FEATURES.

2012-06-19 Thread Lianhao Lu
. IMAGE_FEATURES_CONFLICTS_foo = bar means including both image features foo and bar would cause an parsing error. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/core-image.bbclass | 11 ++- meta/classes/image.bbclass | 16 meta

[OE-core] [PATCH 0/3] misc IMAGE_FEATURE fixings

2012-06-19 Thread Lianhao Lu
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/bug2605 Lianhao Lu (3): classes/image: Allow openssh empty passwords login. image/core-image: Handle conflicting IMAGE_FEATURES. core-image/misc: Added new IMAGE_FEATURE eclipse-support. meta/classes/core-image.bbclass

[OE-core] [PATCH 3/3] core-image/misc: Added new IMAGE_FEATURE eclipse-support.

2012-06-19 Thread Lianhao Lu
Added a new IMAGE_FEATURES eclipse-support to support developing user applications through Eclipse plugin. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/core-image.bbclass|2 ++ meta/conf/multilib.conf|1 + .../tasks/task

[OE-core] [PATCH V2 1/3] classes/image: Allow openssh empty passwords login.

2012-06-19 Thread Lianhao Lu
Allow empty passwords login so that the default root user can login in through openssh. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/core-image.bbclass |2 ++ meta/classes/image.bbclass |9 - 2 files changed, 10 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH V2 0/3] misc IMAGE_FEATURE fixings

2012-06-19 Thread Lianhao Lu
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/bug2605 Lianhao Lu (3): classes/image: Allow openssh empty passwords login. image/core-image: Handle conflicting IMAGE_FEATURES. core-image/misc: Added new IMAGE_FEATURE eclipse-support. meta/classes/core-image.bbclass

[OE-core] [PATCH V2 3/3] core-image/misc: Added new IMAGE_FEATURE eclipse-support.

2012-06-19 Thread Lianhao Lu
Added a new IMAGE_FEATURES eclipse-support to support developing user applications through Eclipse plugin. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/core-image.bbclass|2 ++ meta/conf/multilib.conf|1 + .../tasks/task

[OE-core] [PATCH V2 2/3] image/core-image: Handle conflicting IMAGE_FEATURES.

2012-06-19 Thread Lianhao Lu
. IMAGE_FEATURES_CONFLICTS_foo = bar means including both image features foo and bar would cause an parsing error. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/core-image.bbclass | 11 ++- meta/classes/image.bbclass | 17 + meta

[OE-core] [PATCH 0/1] Added upstream status for pango

2012-06-14 Thread Lianhao Lu
repository at: git://git.yoctoproject.org/poky-contrib gzhai/pango http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=gzhai/pango Lianhao Lu (1): pango: added upstream-status status. .../pango/pango-1.28.4/multilib-fix-clean.patch|2 ++ 1 files changed, 2 insertions(+), 0

[OE-core] [PATCH 1/1] pango: added upstream-status status.

2012-06-14 Thread Lianhao Lu
Added missing upstream status. Signed-off-by: Edwin Zhai edwin.z...@intel.com --- .../pango/pango-1.28.4/multilib-fix-clean.patch|2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-graphics/pango/pango-1.28.4/multilib-fix-clean.patch

[OE-core] [PATCH V2 1/3] task-core-ssh-openssh: Added openssh-sftp-server.

2012-06-12 Thread Lianhao Lu
Added openssh-sftp-server as the default. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-core/tasks/task-core-ssh-openssh.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/tasks/task-core-ssh-openssh.bb b/meta/recipes-core/tasks/task

[OE-core] [PATCH V2 3/3] classes/image: Allow openssh empty passwords login.

2012-06-12 Thread Lianhao Lu
Allow empty passwords login so that the default root user can login in through openssh. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/core-image.bbclass |2 ++ meta/classes/image.bbclass | 10 +- 2 files changed, 11 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH V2 2/3] core-image-sato-sdk: Replace dropbear by openssh.

2012-06-12 Thread Lianhao Lu
Use openssh in core-image-sato-sdk to provide sftp-server service. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-sato/images/core-image-sato-sdk.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b

[OE-core] [PATCH V2 0/3] Use openssh to provide sftp-server service

2012-06-12 Thread Lianhao Lu
): gnomebase: add GNOME_COMPRESS_TYPE variable are available in the git repository at: git://git.yoctoproject.org/poky-contrib llu/ssh http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/ssh Lianhao Lu (3): task-core-ssh-openssh: Added openssh-sftp-server. core-image-sato-sdk

[OE-core] [PATCH 3/3] core-image-sato-sdk: Replace dropbear by openssh.

2012-06-11 Thread Lianhao Lu
Use openssh in core-image-sato-sdk to provide sftp-server service. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-sato/images/core-image-sato-sdk.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b

[OE-core] [PATCH 1/3] openssh: Allow empty passwords login.

2012-06-11 Thread Lianhao Lu
Allow empty passwords login so that the default root user can login in through openssh. Signed-off-by: Lianhao Lu lianhao...@intel.com --- .../openssh/openssh-6.0p1/sshd_config |2 +- meta/recipes-connectivity/openssh/openssh_6.0p1.bb |2 +- 2 files changed, 2 insertions

[OE-core] [PATCH 0/3] Use openssh to provide sftp-server service

2012-06-11 Thread Lianhao Lu
): kern-tools: anchor KMACHINE test are available in the git repository at: git://git.yoctoproject.org/poky-contrib llu/ssh http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/ssh Lianhao Lu (3): openssh: Allow empty passwords login. task-core-ssh-openssh: Added openssh-sftp

[OE-core] [PATCH 2/3] task-core-ssh-openssh: Added openssh-sftp-server.

2012-06-11 Thread Lianhao Lu
Added openssh-sftp-server as the default. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-core/tasks/task-core-ssh-openssh.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/tasks/task-core-ssh-openssh.bb b/meta/recipes-core/tasks/task

[OE-core] [PATCH 0/3] Misc fixes for multilib

2012-05-17 Thread Lianhao Lu
2cf6e7cf81c0b864b5d51be60094a6eb3e584383: Andrei Gherzan (1): fotowall: Add #include ui_wizard.h to ExportWizard.cpp are available in the git repository at: git://git.yoctoproject.org/poky-contrib llu/multilib2 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/multilib2 Lianhao Lu (3): (libc

[OE-core] [PATCH 1/3] (libc-)package.bbclass: Added MLPREFIX to locale packages.

2012-05-17 Thread Lianhao Lu
Added multilib prefix to the locale related package names/dependencies. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/libc-package.bbclass |4 ++-- meta/classes/package.bbclass |5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/meta/classes

[OE-core] [PATCH 2/3] multilib.conf: Added multilib support for kmod.

2012-05-17 Thread Lianhao Lu
Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/conf/multilib.conf |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index f60a890..9fc5a90 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf @@ -470,6

[OE-core] [PATCH 3/3] multilib.bbclass: Added multilib specific package QA.

2012-05-17 Thread Lianhao Lu
Added a new PACKAGEFUNCS function to check the multilib packages' dependency. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/multilib.bbclass | 31 +++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/meta/classes/multilib.bbclass b

[OE-core] [PATCH V2 3/7] avahi: not using hard coded libdir.

2012-04-27 Thread Lianhao Lu
Used ${libdir} instead of the hard docoded libdir. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-connectivity/avahi/avahi.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi

[OE-core] [PATCH V2 1/7] multilib.bbclass: Added multilib specific package QA.

2012-04-27 Thread Lianhao Lu
Added a new PACKAGEFUNCS function to check the multilib packages' dependency. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/multilib.bbclass | 31 +++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/meta/classes/multilib.bbclass b

[OE-core] [PATCH V2 0/7] Misc fixings for multilib

2012-04-27 Thread Lianhao Lu
=llu/multilib Lianhao Lu (7): multilib.bbclass: Added multilib specific package QA. popt: Fixing pkgconfig file installation issue. avahi: not using hard coded libdir. pulseaudio: use base_libdir for udev rules. alsa-utils: use base_libdir for udev rules. xorg-app: Use ${libdir

[OE-core] [PATCH V2 4/7] pulseaudio: use base_libdir for udev rules.

2012-04-27 Thread Lianhao Lu
Use the base_libdir to set the udev rules directory. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc |1 + .../pulseaudio/pulseaudio_1.1.bb |2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta

[OE-core] [PATCH V2 2/7] popt: Fixing pkgconfig file installation issue.

2012-04-27 Thread Lianhao Lu
Install the pkgconfig files into $(libdir) instead of $(prefix)/lib/. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-support/popt/popt/pkgconfig_fix.patch | 15 +++ meta/recipes-support/popt/popt_1.16.bb |6 -- 2 files changed, 19 insertions

[OE-core] [PATCH V2 5/7] alsa-utils: use base_libdir for udev rules.

2012-04-27 Thread Lianhao Lu
Use the base_libdir to set the udev rules directory. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb b/meta

[OE-core] [PATCH V2 7/7] xf86-input-vmmouse: use base_libdir for udev rules.

2012-04-27 Thread Lianhao Lu
Use the base_libdir to set the udev rules directory. Signed-off-by: Lianhao Lu lianhao...@intel.com --- .../xorg-driver/xf86-input-vmmouse_12.8.0.bb |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_12.8.0.bb

[OE-core] [PATCH V2 6/7] xorg-app: Use ${libdir} and ${datadir} for packaging.

2012-04-27 Thread Lianhao Lu
Used ${libdir} and ${datadir} instead of hard coded direcotries for packaging. Also included INC_PR in PR. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb |2 +- .../recipes-graphics/xorg-app/mkfontscale_1.1.0.bb |2 ++ meta/recipes

[OE-core] [PATCH 5/7] alsa-utils: use base_libdir for udev rules.

2012-04-26 Thread Lianhao Lu
Use the base_libdir to set the udev rules directory. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb b/meta

[OE-core] [PATCH 3/7] avahi: not using hard coded libdir.

2012-04-26 Thread Lianhao Lu
Used ${libdir} instead of the hard docoded libdir. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-connectivity/avahi/avahi.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/avahi/avahi.inc b/meta/recipes-connectivity/avahi

[OE-core] [PATCH 6/7] xorg-app: Use ${libdir} for packaging.

2012-04-26 Thread Lianhao Lu
Used ${libdir} instead of hard coded /usr/lib for packaging. Also included INC_PR in PR. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb |2 +- .../recipes-graphics/xorg-app/mkfontscale_1.1.0.bb |2 ++ meta/recipes-graphics/xorg-app

[OE-core] [PATCH 2/7] popt: Fixing pkgconfig file installation issue.

2012-04-26 Thread Lianhao Lu
Install the pkgconfig files into $(libdir) instead of $(prefix)/lib/. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-support/popt/popt/pkgconfig_fix.patch | 15 +++ meta/recipes-support/popt/popt_1.16.bb |6 -- 2 files changed, 19 insertions

[OE-core] [PATCH 4/7] pulseaudio: use base_libdir for udev rules.

2012-04-26 Thread Lianhao Lu
Use the base_libdir to set the udev rules directory. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc |1 + .../pulseaudio/pulseaudio_1.1.bb |2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta

[OE-core] [PATCH 0/7] Misc fixings for multilib

2012-04-26 Thread Lianhao Lu
=llu/multilib Lianhao Lu (7): multilib.bbclass: Added multilib specific package QA. popt: Fixing pkgconfig file installation issue. avahi: not using hard coded libdir. pulseaudio: use base_libdir for udev rules. alsa-utils: use base_libdir for udev rules. xorg-app: Use ${libdir

[OE-core] [PATCH 7/7] xf86-input-vmmouse: use base_libdir for udev rules.

2012-04-26 Thread Lianhao Lu
Use the base_libdir to set the udev rules directory. Signed-off-by: Lianhao Lu lianhao...@intel.com --- .../xorg-driver/xf86-input-vmmouse_12.8.0.bb |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_12.8.0.bb

[OE-core] [PATCH 0/1] Bump PR for latest pseudo commit

2012-04-23 Thread Lianhao Lu
in the git repository at: git://git.yoctoproject.org/poky-contrib llu/pseudo http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/pseudo Lianhao Lu (1): pseudo: PR bump. meta/recipes-devtools/pseudo/pseudo_1.3.bb |2 +- meta/recipes-devtools/pseudo/pseudo_git.bb |2 +- 2 files

[OE-core] [PATCH 1/1] pseudo: PR bump.

2012-04-23 Thread Lianhao Lu
Bump PR value due to the commit c6c701f424aeb502d20ff02d02712e56f4e259a5. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-devtools/pseudo/pseudo_1.3.bb |2 +- meta/recipes-devtools/pseudo/pseudo_git.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH V3 0/1] connman: added dependency to ofono.

2012-04-10 Thread Lianhao Lu
: Add console=tty for qemuppc and NFS are available in the git repository at: git://git.yoctoproject.org/poky-contrib llu/multilib http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/multilib Lianhao Lu (1): connman: add ofono dependency. meta/recipes-connectivity/connman

[OE-core] [PATCH V3 1/1] connman: add ofono dependency.

2012-04-10 Thread Lianhao Lu
Added dependency to ofono because we always enable ofono plug-in. We did this because the 1.2 release cycle is coming to an end. We should use PACKAGECONFIG in 1.3. This is part of the 1.2 bug fixing [YOCTO #2216]. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-connectivity

[OE-core] [PATCH V4 1/1] connman: add ofono dependency.

2012-04-10 Thread Lianhao Lu
Added dependency to ofono because we always enable ofono plug-in. We did this because the 1.2 release cycle is coming to an end. We should use PACKAGECONFIG in 1.3. This is part of the 1.2 bug fixing [YOCTO #2216]. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-connectivity

[OE-core] [PATCH V4 0/1] connman: added dependency to ofono.

2012-04-10 Thread Lianhao Lu
): runqemu-internal: Add console=tty for qemuppc and NFS are available in the git repository at: git://git.yoctoproject.org/poky-contrib llu/multilib http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/multilib Lianhao Lu (1): connman: add ofono dependency. meta/recipes

[OE-core] [PATCH 1/1] adt-installer: Fixed ppc kernel naming.

2012-04-09 Thread Lianhao Lu
1. Fixed the ppc kernel naming. 2. Disabled opkg shared library to avoid runtime opkg-cl launching error. 3. Adjusted the variable sequence in adt-installer.conf Fixed bug [YOCTO #2233] Signed-off-by: Lianhao Lu lianhao...@intel.com --- .../installer/adt-installer/adt_installer |4

[OE-core] [PATCH 0/1] adt-installer fixing

2012-04-09 Thread Lianhao Lu
/poky-contrib llu/adt-installer http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/adt-installer Lianhao Lu (1): adt-installer: Fixed ppc kernel naming. .../installer/adt-installer/adt_installer |4 ++-- .../installer/adt-installer/adt_installer.conf | 20

[OE-core] [PATCH V2 0/1] connman: optionally build ofono plugin

2012-04-09 Thread Lianhao Lu
/poky-contrib llu/multilib http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/multilib Lianhao Lu (1): connman: optionally build ofono plugin. meta/recipes-connectivity/connman/connman.inc |3 ++- 1 files changed, 2 insertions(+), 1 deletions

[OE-core] [PATCH V2 1/1] connman: optionally build ofono plugin.

2012-04-09 Thread Lianhao Lu
Only build ofono plugin when 3g feature is enabled. Also add dependency to ofono when ofono plugin is being built. This is part of the buf fixing [YOCTO #2216]. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-connectivity/connman/connman.inc |3 ++- 1 files changed, 2

[OE-core] [PATCH 1/1] connman: ensure ofono package is generated.

2012-04-06 Thread Lianhao Lu
Make sure ofono package is generated when buidling connman, because dynamic package connman-plugin-ofono has a RDEPENDS on ofono. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-connectivity/connman/connman.inc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff

[OE-core] [PATCH 0/1] Ensure package dependency between connman and ofono

2012-04-06 Thread Lianhao Lu
-contrib llu/multilib http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/multilib Lianhao Lu (1): connman: ensure ofono package is generated. meta/recipes-connectivity/connman/connman.inc |2 ++ 1 files changed, 2 insertions(+), 0 deletions

[OE-core] [PATCH 0/2] Some multilib fixings

2012-04-05 Thread Lianhao Lu
://git.yoctoproject.org/poky-contrib llu/multilib http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/multilib Lianhao Lu (2): package_ipk.bbclass: fixing muttilib prefix extracting. connman: Fixed multilib support. meta/classes/package_ipk.bbclass |4 ++-- meta/recipes

[OE-core] [PATCH 1/2] package_ipk.bbclass: fixing muttilib prefix extracting.

2012-04-05 Thread Lianhao Lu
Fixed an error in multilib prefix extracting. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/package_ipk.bbclass |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index e4a217b..b3560cf

[OE-core] [PATCH 2/2] connman: Fixed multilib support.

2012-04-05 Thread Lianhao Lu
1. Added static depends to ofono. 2. Corrected the package content of connman-test. This is part of the bug fixing [YOCTO #2216]. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-connectivity/connman/connman.inc |3 ++- meta/recipes-connectivity/connman/connman_0.79.bb

[OE-core] [PATCH 0/1] multilib header support for python

2012-04-05 Thread Lianhao Lu
are available in the git repository at: git://git.yoctoproject.org/poky-contrib llu/multilib2 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/multilib2 Lianhao Lu (1): python: multilib header support. .../python/python-2.7-manifest.inc |2 +- meta/recipes

[OE-core] [PATCH 1/1] python: multilib header support.

2012-04-05 Thread Lianhao Lu
Add intercept multilib header for pyconfig.h in python. Signed-off-by: Lianhao Lu lianhao...@intel.com --- .../python/python-2.7-manifest.inc |2 +- meta/recipes-devtools/python/python_2.7.2.bb |6 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH V2 0/1] multilib header support for python

2012-04-05 Thread Lianhao Lu
repository at: git://git.yoctoproject.org/poky-contrib llu/multilib2 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/multilib2 Lianhao Lu (1): python: multilib header support. .../python/python-2.7-manifest.inc |2 +- meta/recipes-devtools/python/python.inc

[OE-core] [PATCH V2 1/1] python: multilib header support.

2012-04-05 Thread Lianhao Lu
Add intercept multilib header for pyconfig.h in python. This is part of the bug fixing [YOCTO #2216]. Signed-off-by: Lianhao Lu lianhao...@intel.com --- .../python/python-2.7-manifest.inc |2 +- meta/recipes-devtools/python/python.inc|2 +- meta/recipes

[OE-core] [PATCH 0/1] Separate add-on settings for target/nativesdk eglibc

2012-04-02 Thread Lianhao Lu
://git.yoctoproject.org/poky-contrib llu/nativesdkfixing http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/nativesdkfixing Lianhao Lu (1): eglibc: SDK_GLIBC_ADDONS for eglibc-nativesdk. meta/conf/machine-sdk/i586.conf |2 ++ meta/conf/machine-sdk/i686.conf |2

[OE-core] [PATCH 1/1] eglibc: SDK_GLIBC_ADDONS for eglibc-nativesdk.

2012-04-02 Thread Lianhao Lu
Use SDK_GLIBC_ADDONS for eglibc-nativesdk so that it is not dependant on the target eglibc's GLIBC_ADDONS settings. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/conf/machine-sdk/i586.conf |2 ++ meta/conf/machine-sdk/i686.conf |2 ++ meta/conf/machine-sdk

[OE-core] [PATCH 0/5] Misc fixings of nativesdk

2012-03-31 Thread Lianhao Lu
-contrib/log/?h=llu/nativesdkfixing Lianhao Lu (5): nativesdk.bbclass: Set PACKAGE_ARCHS to SDK_PACKAGE_ARCHS. crosssdk.bbclass: Set TUNE_PKGARCH to SDK_PKGARCH. autotools.bbclass: Drop -nativesdk dependency to lib-cross. eglibc-nativesdk: Set GCC_ADDONS. pkgconfig.bbclass: corrected

[OE-core] [PATCH 1/5] nativesdk.bbclass: Set PACKAGE_ARCHS to SDK_PACKAGE_ARCHS.

2012-03-31 Thread Lianhao Lu
This patch fixed the issue of reading incorrect pkgdata files. Previous appending '-nativesdk' suffix to PACKAGE_ARCHS would result the i686-nativesdk recipes reading in x86_64-nativesdk pkgdata files if the MACHINE is set to qemux86-64. Fixed bug [YOCTO #2203]. Signed-off-by: Lianhao Lu lianhao

[OE-core] [PATCH 5/5] pkgconfig.bbclass: corrected dependency for -nativesdk.

2012-03-31 Thread Lianhao Lu
For -nativesdk, the dependency should be pkgconfig-nativesdk instead of pkgconfig. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/pkgconfig.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/classes/pkgconfig.bbclass b/meta/classes

[OE-core] [PATCH 2/5] crosssdk.bbclass: Set TUNE_PKGARCH to SDK_PKGARCH.

2012-03-31 Thread Lianhao Lu
The TUNE_PKGARCH of crosssdk should be set to SDK_ARCH, not the one from target machine's configuration. Fixed bug [YOCTO #2206] Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/crosssdk.bbclass |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/meta

[OE-core] [PATCH 4/5] eglibc-nativesdk: Set GCC_ADDONS.

2012-03-31 Thread Lianhao Lu
Set only necessary GCC_ADDONS for eglibc-nativesdk so that it is not dependant on the target eglibc's GCC_ADDONS settings. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-core/eglibc/eglibc_2.13.bb |3 ++- meta/recipes-core/eglibc/eglibc_2.15.bb |3 ++- 2 files changed, 4

[OE-core] [PATCH 3/5] autotools.bbclass: Drop -nativesdk dependency to lib-cross.

2012-03-31 Thread Lianhao Lu
-nativesdk recipes should not have dependency to lib-cross, which is never used. This unnecessary dependency would result different task hash values in sstate for different MACHINE settings. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/autotools.bbclass |1 + 1 files

[OE-core] [PATCH 1/1] adt-installer: Adapted environment file name for powerpc.

2012-03-30 Thread Lianhao Lu
Adpated to the new environment file name for powerpc, due to the oe-core commit c2d96179. Fixed bug [YOCTO #2055]. Signed-off-by: Lianhao Lu lianhao...@intel.com --- .../adt-installer/scripts/adt_installer_internal |2 -- .../installer/adt-installer_1.0.bb |2 +- 2

[OE-core] [PATCH 0/1] Fix powerpc environment file naming in adt-installer

2012-03-30 Thread Lianhao Lu
support in locale_arch_options are available in the git repository at: git://git.yoctoproject.org/poky-contrib llu/bug2055 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/bug2055 Lianhao Lu (1): adt-installer: Adapted environment file name for powerpc. .../adt-installer/scripts

[OE-core] [PATCH 1/1] gcc-cross-canadian: Fixed packaging warnings.

2012-03-26 Thread Lianhao Lu
Removed non-shipped empty directories: -${prefix}/${TARGET_SYS} -${libdir}/../lib -${prefix}/include Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-devtools/gcc/gcc-package-sdk.inc |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH 0/1] Fixed gcc-cross-canadian packaging warnings.

2012-03-26 Thread Lianhao Lu
. are available in the git repository at: git://git.yoctoproject.org/poky-contrib llu/warningfix2 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/warningfix2 Lianhao Lu (1): gcc-cross-canadian: Fixed packaging warnings. meta/recipes-devtools/gcc/gcc-package-sdk.inc |7

[OE-core] [PATCH 1/1] gcc-cross-canadian: Clean non shipped empty directories.

2012-03-26 Thread Lianhao Lu
Cleaning up non shipped empty directories. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-devtools/gcc/gcc-package-sdk.inc | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-package-sdk.inc b/meta/recipes-devtools/gcc

[OE-core] [PATCH 0/1] Cleanup non shipped empty directories for gcc-cross-canadian

2012-03-26 Thread Lianhao Lu
at: git://git.yoctoproject.org/poky-contrib llu/warningfix2 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/warningfix2 Lianhao Lu (1): gcc-cross-canadian: Clean non shipped empty directories. meta/recipes-devtools/gcc/gcc-package-sdk.inc | 10 +- 1 files changed, 5

[OE-core] [PATCH 0/1] Populate libc's siteconfig file into metatoolchain

2012-03-23 Thread Lianhao Lu
/siteconfig http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/siteconfig Lianhao Lu (1): meta-toolchain: Popluated the libc siteconfig files. meta/classes/toolchain-scripts.bbclass |8 ++-- meta/recipes-core/meta/meta-environment.bb |2 +- meta/recipes-core/meta/meta

[OE-core] [PATCH 1/1] meta-toolchain: Popluated the libc siteconfig files.

2012-03-23 Thread Lianhao Lu
Fixed bug [YOCTO #2159] by correctly populate the libc's siteconfig files. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/toolchain-scripts.bbclass |8 ++-- meta/recipes-core/meta/meta-environment.bb |2 +- meta/recipes-core/meta/meta-toolchain.bb |2 +- 3

[OE-core] [PATCH 0/1] tcf-agent using git instead of svn

2012-03-22 Thread Lianhao Lu
llu/tcf-agent http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/tcf-agent Lianhao Lu (1): tcf-agent: Using git repository instead of svn. .../{tcf-agent_svn.bb = tcf-agent_git.bb} | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) rename meta/recipes

[OE-core] [PATCH 1/1] tcf-agent: Using git repository instead of svn.

2012-03-22 Thread Lianhao Lu
Fixed bug [YOCTO #2152]. Signed-off-by: Lianhao Lu lianhao...@intel.com --- .../{tcf-agent_svn.bb = tcf-agent_git.bb} | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) rename meta/recipes-devtools/tcf-agent/{tcf-agent_svn.bb = tcf-agent_git.bb} (83%) diff --git

[OE-core] [PATCH 0/5] Fixed packaging warnings

2012-03-22 Thread Lianhao Lu
-contrib llu/warningfix2 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/warningfix2 Lianhao Lu (5): pseudo: package the var/pseudo directory. gdb-cross-canadian: not shipping libiberty. ncurses: ship clear/reset in package. nativesdk/misc: set PKGSUFFIX for correct variable

[OE-core] [PATCH 1/5] pseudo: package the var/pseudo directory.

2012-03-22 Thread Lianhao Lu
/var/pseudo Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-devtools/pseudo/pseudo.inc|2 +- meta/recipes-devtools/pseudo/pseudo_1.2.bb |2 +- meta/recipes-devtools/pseudo/pseudo_git.bb |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta

[OE-core] [PATCH 4/5] nativesdk/misc: set PKGSUFFIX for correct variable name expansion.

2012-03-22 Thread Lianhao Lu
Set PKGSUFFIX in nativesdk.bbclass for correct variable name expansion. This would fix bunch of not shipped packaging warnings in -nativesdk recipes. And also bumping the corresponding PR. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/nativesdk.bbclass |2

[OE-core] [PATCH 3/5] ncurses: ship clear/reset in package.

2012-03-22 Thread Lianhao Lu
/bin/clear Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-core/ncurses/ncurses.inc |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index 4d64f5e..ae99e2c 100644 --- a/meta

[OE-core] [PATCH 5/5] libgcc: corrected -nativesdk package namings.

2012-03-22 Thread Lianhao Lu
/1.1+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/x86_64-pokysdk-linux/4.6.4/libgcc_eh.a' Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-devtools/gcc/gcc-4.6.inc |2 +- meta/recipes-devtools/gcc/libgcc_4.6.bb | 11 +++ 2 files changed, 8 insertions(+), 5 deletions

[OE-core] [PATCH 1/1] lttng-2.0/lttng-ust: Change recipe name to lttng2-ust.

2012-03-21 Thread Lianhao Lu
Change the recipe name lttng-ust from lttng-2.0 to lttng2-ust so that that both the lttng-ust of the old framework and of the new framework lttng-2.0 can coexist. Fixed bug [YOCTO #2062]. Signed-off-by: Lianhao Lu lianhao...@intel.com --- .../lttng-2.0/lttng-tools_2.0-pre16.bb

[OE-core] [PATCH 0/1] change name of lttng-ust from lttng-2.0

2012-03-21 Thread Lianhao Lu
without dtrace support are available in the git repository at: git://git.yoctoproject.org/poky-contrib llu/bug2062 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/bug2062 Lianhao Lu (1): lttng-2.0/lttng-ust: Change recipe name to lttng2-ust. .../lttng-2.0/lttng-tools_2.0-pre16

[OE-core] [PATCH V2 0/1] warning fix of sysvinit-inittab.

2012-03-19 Thread Lianhao Lu
/warningfix http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/warningfix Lianhao Lu (1): sysvinit-inittab: Fixed license warning. .../recipes-core/sysvinit/sysvinit-inittab/COPYING | 339 .../sysvinit/sysvinit-inittab_2.88dsf.bb |9 +- 2 files

[OE-core] [PATCH V2 1/1] sysvinit-inittab: Fixed license warning.

2012-03-19 Thread Lianhao Lu
WARNING: .../sysvinit-inittab-2.88dsf-r6/sysvinit-2.88dsf/COPYING could not be copied for some reason. It may not exist. WARN for now. Signed-off-by: Lianhao Lu lianhao...@intel.com --- .../recipes-core/sysvinit/sysvinit-inittab/COPYING | 339 .../sysvinit/sysvinit

[OE-core] [PATCH 0/1] warning fix of sysvinit-inittab.

2012-03-18 Thread Lianhao Lu
/warningfix http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/warningfix Lianhao Lu (1): sysvinit-inittab: Fixed license warning. .../sysvinit/sysvinit-inittab_2.88dsf.bb |6 +- 1 files changed, 5 insertions(+), 1 deletions

[OE-core] [PATCH 1/1] sysvinit-inittab: Fixed license warning.

2012-03-18 Thread Lianhao Lu
WARNING: .../sysvinit-inittab-2.88dsf-r6/sysvinit-2.88dsf/COPYING could not be copied for some reason. It may not exist. WARN for now. Signed-off-by: Lianhao Lu lianhao...@intel.com --- .../sysvinit/sysvinit-inittab_2.88dsf.bb |6 +- 1 files changed, 5 insertions(+), 1

[OE-core] [PATCH 0/1] fixed errors in adt-installer

2012-03-06 Thread Lianhao Lu
/bug2055 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/bug2055 Lianhao Lu (1): adt-installer: Corrected wrong environment file names. .../adt-installer/scripts/adt_installer_internal |2 ++ .../installer/adt-installer_1.0.bb |5 + 2 files changed, 3

[OE-core] [PATCH 1/1] adt-installer: Corrected wrong environment file names.

2012-03-06 Thread Lianhao Lu
[YOCTO #2055] 1. Corrected the wrong environment file name for powerpc. 2. Removed unnecessary variables in adt_installer.conf. Signed-off-by: Lianhao Lu lianhao...@intel.com --- .../adt-installer/scripts/adt_installer_internal |2 ++ .../installer/adt-installer_1.0.bb

[OE-core] [PATCH 0/1] Added sanity check for PRservice

2012-03-06 Thread Lianhao Lu
at: git://git.yoctoproject.org/poky-contrib llu/bug2052 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/bug2052 Lianhao Lu (1): prservice: Added sanity check for prservice connection. meta/classes/prexport.bbclass |4 +++- meta/classes/primport.bbclass |3 +++ meta/lib

[OE-core] [PATCH 1/1] prservice: Added sanity check for prservice connection.

2012-03-06 Thread Lianhao Lu
Fixed bug [YOCTO #2052]. Added sanity check for variables of PRSERV_HOST and PRSERV_PORT, also for the connection availabity of prservice. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/prexport.bbclass |4 +++- meta/classes/primport.bbclass |3 +++ meta/lib/oe

[OE-core] [PATCH 1/1] scripts/prserv-tool: Adepted to new bitbake cache.

2012-02-27 Thread Lianhao Lu
Adepted to the new bitbake cache mechanism which is based on file content but not on file timp stamps any more. Signed-off-by: Lianhao Lu lianhao...@intel.com --- scripts/bitbake-prserv-tool | 28 +--- 1 files changed, 17 insertions(+), 11 deletions(-) diff --git

[OE-core] [PATCH 0/1] bitbake-prserv-tool adepted to new bitbake cache

2012-02-27 Thread Lianhao Lu
are available in the git repository at: git://git.yoctoproject.org/poky-contrib llu/prserv-tool http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/prserv-tool Lianhao Lu (1): scripts/prserv-tool: Adepted to new bitbake cache. scripts/bitbake-prserv-tool | 28

  1   2   >