[OE-core] [PATCH 0/1]libQtopenGL: Add library "libQtOpenGL*" to lsb image

2011-06-10 Thread Xiaofeng Yan
From: Xiaofeng Yan Hi Saul, I submit this patch for adding library "libQtopenGL*" to lsb image. We make lsb test on the following platform with default setting "mesa-xlib" so far. emenlow, mpc8315e, qemux86,qemux86-64 ,jasperforest Pull URL: git://git.pokylinux.org/poky-

[OE-core] [PATCH 1/1] task-core-lsb: Install libQtOpenGL* to lsb

2011-06-10 Thread Xiaofeng Yan
From: Xiaofeng Yan Fix bug [#YOCTO 1020] It is part of fixing bug [YOCTO #1020]. If another patch to add configuration for compiling qtopengl to poky-lsb.conf is merged to poky, \ then this bug will be fixed. LSB Test Suite need library "libQtOpenGL*" in an lsb image. If an image

[OE-core] [PATCH 1/1] task-core-lsb: Add absent libraries and commands to task-core-lsb.bb

2011-06-21 Thread Xiaofeng Yan
From: Xiaofeng Yan Due to "tools-profile" and "tools-testapps" were removed from variable \ "EXTRA_IMAGE_FEATURES" in meta-yocto/conf/local.conf.sample, some libraries \ needed by LSB Test Suite were absent in an lsb image. I add these absent \ libraries to ta

[OE-core] [PATCH 0/1] task-core-lsb: Add absent libraries and commands to task-core-lsb.bb

2011-06-21 Thread Xiaofeng Yan
From: Xiaofeng Yan "tools-profile" and tools-testapps" which include three packages "owl-video" , "sysprof" and "alsa-utils-amixer" beside other packages were removed from variable "EXTRA_IMAGE_FEATURES" in meta-yocto/conf/local.conf.sa

[OE-core] [PATCH 1/1] meta-qt3: Resolve the compilation error when building an lsb image for qemuarm

2011-06-23 Thread Xiaofeng Yan
From: Xiaofeng Yan The difference for the variable TARGET_OS and BUILD_OS caused compilation error. I submit this patch to fix this problem. Signed-off-by: Xiaofeng Yan --- recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a

[OE-core] [PATCH 0/1] meta-qt3: Resolve the compilation error when building an lsb image for qemuarm

2011-06-23 Thread Xiaofeng Yan
From: Xiaofeng Yan A compilation error arose when compiling qt3 for qemuarm. I fix this problem. Please check patch for detailed information. Pull URL: git://git.pokylinux.org/meta-qt3.git Branch: xiaofeng/meta-qt3 Browse: http://git.pokylinux.org/cgit.cgi/meta-qt3/log/?h=xiaofeng/meta

[OE-core] [PATCH 0/1] libQtOpenGL:Add libQtOpenGL to an lsb image

2011-07-05 Thread Xiaofeng Yan
Hi Saul, I make "opengl" as a ditro-feature for installing libQtOpenGL to image. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/opengl Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/opengl Thanks, Xiaofeng Yan --- Xiaof

[OE-core] [PATCH 1/1] libQtOpenGL:Add libQtOpenGL to an lsb image

2011-07-05 Thread Xiaofeng Yan
I make "opengl" as a DISTO_FEATURE for installing libQtOpenGL to image. Fix Bug [YOCTO #1020] Signed-off-by: Xiaofeng Yan --- meta/recipes-extended/tasks/task-core-lsb.bb | 18 +- meta/recipes-qt/qt4/qt4-x11-free.inc |2 +- 2 files changed, 2 inserti

[OE-core] [PATCH 1/3] openssh: Support PAM

2011-07-25 Thread Xiaofeng Yan
From: Xiaofeng Yan Change as follows: * Adding configuration file "sshd" in /etc/pam.d/ for supporting pam. * Using four spaces instead of tab Signed-off-by: Xiaofeng Yan --- .../openssh/openssh-5.8p2/sshd | 10 +++ meta/recipes-connectivity/openssh/openss

[OE-core] [PATCH 0/3] Adding pam supporting

2011-07-25 Thread Xiaofeng Yan
From: Xiaofeng Yan Hi Saul, I modified my patches according to your suggestion. - Using spaces instead of tab - The patches can work only when pam is enabled - Using OE-Core instead of poky Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/pam Browse: http

[OE-core] [PATCH 2/3] polkit: Support pam

2011-07-25 Thread Xiaofeng Yan
From: Xiaofeng Yan Modify configuration "polkit-1" in /etc/pam.d/ for supporting pam. Signed-off-by: Xiaofeng Yan --- .../polkit/polkit-0.101/polkit-1_pam.patch | 23 meta/recipes-extended/polkit/polkit_0.101.bb |7 - 2 files changed, 28

[OE-core] [PATCH 3/3] dropbear: Support pam

2011-07-25 Thread Xiaofeng Yan
From: Xiaofeng Yan I make a patch and some changes in dropbear.inc for supporting pam. - Enable pam in configure - Modify file option.h to open pam supporting Signed-off-by: Xiaofeng Yan --- meta/recipes-core/dropbear/dropbear.inc| 78 +++- .../dropbear/dropbear

[OE-core] [PATCH 1/3] openssh: Support PAM

2011-07-26 Thread Xiaofeng Yan
Adding configuration file "sshd" in /etc/pam.d/ for supporting pam. Signed-off-by: Xiaofeng Yan --- .../openssh/openssh-5.8p2/sshd | 10 ++ meta/recipes-connectivity/openssh/openssh_5.8p2.bb | 13 +++-- 2 files changed, 21 insertions(+), 2

[OE-core] [PATCH 3/3] polkit: Support pam

2011-07-26 Thread Xiaofeng Yan
Modify configuration "polkit-1" in /etc/pam.d/ for supporting pam. Signed-off-by: Xiaofeng Yan --- .../polkit/polkit-0.101/polkit-1_pam.patch | 23 meta/recipes-extended/polkit/polkit_0.101.bb |7 - 2 files changed, 28 insertions(+), 2

[OE-core] [PATCH 0/3] Adding patches to support pam

2011-07-26 Thread Xiaofeng Yan
Hi Saul & Richard, I modified my patches about how to whitespace and tab in .bb file according to your suggestion. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/pam Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/pam Thanks, Xiaofeng

[OE-core] [PATCH 2/3] dropbear: Support pam

2011-07-26 Thread Xiaofeng Yan
I make a patch and some changes in dropbear.inc for supporting pam. - Enable pam in configure - Modify file option.h to open pam supporting Signed-off-by: Xiaofeng Yan --- meta/recipes-core/dropbear/dropbear.inc|8 ++- .../dropbear/dropbear/dropbear-enable-pam.patch

[OE-core] [PATCH 0/1] qt3: Solve the failure to compile qt3 on platform arm

2011-08-09 Thread Xiaofeng Yan
From: Xiaofeng Yan Hi Saul, The variable "TARGET_OS" has different value when building qt-x11-free-native and qt-x11-free. The different cause failure to compile qt3. $ bitbake qt-x11-free-native -e | grep ^TARGET_OS TARGET_OS="linux" $ bitbake qt-x11-free -e | grep ^

[OE-core] [PATCH 1/1] qt3: Solve the failure to compile qt3 on platform arm

2011-08-09 Thread Xiaofeng Yan
From: Xiaofeng Yan [YOCTO #1348] The variable "TARGET_OS" has different value when building qt-x11-free-native and \ qt-x11-free. The different cause failure to compile qt3. $ bitbake qt-x11-free-native -e | grep ^TARGET_OS TARGET_OS="linux" $ bitbake qt-x11-free -e | grep

[OE-core] [PATCH 1/1] rootfs_rpm: Fix bug 936

2011-08-10 Thread Xiaofeng Yan
From: Xiaofeng Yan [YOCTO #936] "update-alternatives" installed: one in /usr/sbin from chkconfig \ (symlinked to "alternatives"), and the other in /usr/bin \ from update-alternatives-cworth. It appears for whatever reason that the one from chkconfig is run \ during postinst p

[OE-core] [OE-Core][PATCH 0/1] rootfs_rpm: Fix bug 936

2011-08-10 Thread Xiaofeng Yan
From: Xiaofeng Yan "update-alternatives" installed: one in /usr/sbin from chkconfig (symlinked to "alternatives"), and the other in /usr/bin from update-alternatives-cworth. It appears for whatever reason that the one from chkconfig is run during postinst processing but i

Re: [OE-core] [PATCH 1/1] qt3: Solve the failure to compile qt3 on platform arm

2011-08-11 Thread Xiaofeng Yan
On 2011年08月10日 20:30, Richard Purdie wrote: On Tue, 2011-08-09 at 16:50 +0800, Xiaofeng Yan wrote: From: Xiaofeng Yan [YOCTO #1348] The variable "TARGET_OS" has different value when building qt-x11-free-native and \ qt-x11-free. The different cause failure to compile qt3. $ bitb

[OE-core] [PATCH 0/1] libx11-diet: Fix bug 1050

2011-08-12 Thread Xiaofeng Yan
From: Xiaofeng Yan I got do_compile failure during building qemux86 image | ../../../doltlibtool: line 17: /distro/dcui/0704/pc1/build/tmp/work/i586-poky-linux/ \ libx11-diet-1.3-r2/libX11-1.3/modules/im/ximcp/../../../libtool: No such file or directory This is due to not found libtool, but

[OE-core] [PATCH 1/1] libx11-diet: Fix bug 1050

2011-08-12 Thread Xiaofeng Yan
From: Xiaofeng Yan [YOCTO #1050] I got do_compile failure during building qemux86 image | ../../../doltlibtool: line 17: /distro/dcui/0704/pc1/build/tmp/work/i586-poky-linux/libx11-diet-1.3-r2/libX11-1.3/modules/im/ximcp/../../../libtool: No such file or directory This is due to not found

[OE-core] [PATCH 1/1] qt3: fix bug 1348

2011-08-12 Thread Xiaofeng Yan
From: Xiaofeng Yan [YOCTO #1348] The variable is different when building qt-x11-free-native and qt-x11-free. The different cause this bug. $ bitbake qt-x11-free-native -e | grep ^TARGET_OS TARGET_OS="linux" $ bitbake qt-x11-free -e | grep ^TARGET_OS TARGET_OS="linux-gnueabi&qu

[OE-core] [PATCH 0/1] qt3: fix bug 1348

2011-08-12 Thread Xiaofeng Yan
From: Xiaofeng Yan Hi Richard, I modified this bug according to your suggestion. If you have any suggestion, I will modify it. Pull URL: git://git.pokylinux.org/meta-qt3.git Branch: xiaofeng/meta-qt3 Browse: http://git.yoctoproject.org/cgit/cgit.cgi/meta-qt3/commit/?h=xiaofeng/meta-qt3

[OE-core] [OC-core][PATCH 0/1] libx11-diet: Fix bug 1050

2011-08-15 Thread Xiaofeng Yan
From: Xiaofeng Yan Hi Richard, I just disable dolt according to your suggestion. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/libx11-diet Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/libx11-diet Thanks, Xiaofeng Yan --- Xiaofeng Yan

[OE-core] [PATCH 1/1] libx11-diet: Fix bug 1050

2011-08-15 Thread Xiaofeng Yan
From: Xiaofeng Yan [YOCTO #1050] I got do_compile failure during building qemux86 image | ../../../doltlibtool: line 17: /distro/dcui/0704/pc1/build/tmp/work/i586-poky-linux/libx11-diet-1.3-r2/libX11-1.3/modules/im/ximcp/../../../libtool: No such file or directory This is due to not found

[OE-core] [PATCH 0/1] qt4-x11-demo-image: Fix bug 999

2011-08-22 Thread Xiaofeng Yan
From: Xiaofeng Yan Fix bug 999 Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/qt4-x11-demo-image Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/qt4-x11-demo-image Thanks, Xiaofeng Yan --- Xiaofeng Yan (1): qt4-x11-demo-image: Fix bug

[OE-core] [PATCH 1/1] qt4-x11-demo-image: Fix bug 999

2011-08-22 Thread Xiaofeng Yan
From: Xiaofeng Yan [YOCTO #999] Add qt4-x11-demo-image for fixing bug 999 Signed-off-by: Xiaofeng Yan --- meta/classes/palmtop.bbclass | 26 ++ meta/classes/sdk.bbclass | 74 meta/recipes-qt/images/micro-base-image.bb | 19 + meta

Re: [OE-core] [PATCH 1/1] qt4-x11-demo-image: Fix bug 999

2011-08-22 Thread Xiaofeng Yan
On 2011年08月22日 20:52, Paul Eggleton wrote: On Monday 22 August 2011 12:34:11 Xiaofeng Yan wrote: From: Xiaofeng Yan [YOCTO #999] Add qt4-x11-demo-image for fixing bug 999 Thanks for looking into this bug. A couple of comments though: 1) You need to specify an appropriate commit message. This

[OE-core] [PATCH 0/1] qt4e-demo-image: Fix bug 999

2011-08-23 Thread Xiaofeng Yan
From: Xiaofeng Yan Copy metadata of qt4e-demo-image from OE for easy testing qt4e on yocto project. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/qt4-demo-image Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/qt4-demo-image Thanks

[OE-core] [PATCH 1/1] qt4e-demo-image: Fix bug 999

2011-08-23 Thread Xiaofeng Yan
From: Xiaofeng Yan [YOCTO #999] Copy metadata of qt4e-demo-image from OE for easy testing qt4embeded on embedded platform. This image was tested on qemuarm and can run program "qtdemoE". Signed-off-by: Xiaofeng Yan --- meta/recipes-qt/images/qt4e-base-image.bb| 19 + me

[OE-core] [PATCH 1/1] qt4e-demo-image: Fix bug 999

2011-08-23 Thread Xiaofeng Yan
From: Xiaofeng Yan [YOCTO #999] Copy metadata of qt4e-demo-image from OE for easy testing qt4embeded on embedded platform. This image was tested on qemuarm and can run program "qtdemoE". Signed-off-by: Xiaofeng Yan --- meta/recipes-qt/images/qt4e-base-image.bb| 14 ++

[OE-core] [PATCH 0/1] qt4e-demo-image: Fix bug 999

2011-08-23 Thread Xiaofeng Yan
From: Xiaofeng Yan Hi Paul, Thank you for your very good suggestion for building a qt4e-demo-image. I modified some .bb files and removed qwt according to your suggestion. If you have any suggestion for these patches, I will continue modifying it. Pull URL: git://git.pokylinux.org/poky

Re: [OE-core] [PATCH 1/1] qt4e-demo-image: Fix bug 999

2011-08-24 Thread Xiaofeng Yan
On 2011年08月25日 08:13, Paul Eggleton wrote: On Thursday 25 August 2011 00:36:45 Saul Wold wrote: Why do we need the qt4e-base-image and this demo-image? Do we expect to have multiple images? This creates yet another image that needs to be built and tested? Can this really just be added to the

[OE-core] [PATCH 0/1] qt4e-demo-image: Fix bug 999

2011-08-25 Thread Xiaofeng Yan
From: Xiaofeng Yan Hi Saul & Paul, I merged qt4e-base-image.bb to qt4e-demoo-image.bb according to your suggestion. If you have any suggestion, I will modify them again. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/qt4e-demo-image Browse: http://git.pokylinux

[OE-core] [OC-core][PATCH 1/1] qt4e-demo-image: Fix bug 999

2011-08-25 Thread Xiaofeng Yan
From: Xiaofeng Yan [YOCTO #999] Copy metadata of qt4e-demo-image from OE for easy testing qt4embeded on embedded platform. This image was tested on qemuarm and can run program "qtdemoE". Signed-off-by: Xiaofeng Yan --- meta/recipes-qt/images/qt4e-demo-image.bb | 19 ++ me

[OE-core] [PATCH 0/1] eglibc-locale.inc: Add eglibc-binaries, eglibc-localedatas, eglibc-gconvs and eglibc-charmps to variable PACKAGE

2011-08-26 Thread Xiaofeng Yan
From: Xiaofeng Yan The above variables lost their function, which caused no locale resources in an lsb image because locale resources were splitted from eglibc-package.inc and put into "eglibc-locale.inc". For continuing to effect the above variables, I move them from eglibc-pack

[OE-core] [PATCH 1/1] eglibc-locale.inc: Add eglibc-binaries, eglibc-localedatas, eglibc-gconvs and eglibc-charmps to variable PACKAGE

2011-08-26 Thread Xiaofeng Yan
From: Xiaofeng Yan There are no locales resources in an lsb image because the locale resources were splitted from eglibc-package.inc \ and putted into a new file "eglibc-locale.inc". So the above variables lost their function in eglibc-package.inc and caused no locale resources in an

[OE-core] [PATCH 1/1] dropbear: Change the path to find configuration file and add a configuration file for dropbear

2011-08-29 Thread Xiaofeng Yan
From: Xiaofeng Yan dropbear will check "/etc/pam.d/sshd" which comes from package "openssh" \ When enabling pam supporting. But if we only install dropbear \ package without package "openssh", then "dropbear" will not \ find a configuration file. The c

[OE-core] [PATCH 0/1] dropbear: Change the path to find configuration file and add s configuration file for dropbear

2011-08-29 Thread Xiaofeng Yan
From: Xiaofeng Yan dropbear will check "/etc/pam.d/sshd" which comes from package "openssh" \ When enabling pam supporting. But if we only install dropbear \ package without package "openssh", then "dropbear" will not \ find a configuration file. The c

[OE-core] [PATCH 1/1] qt-demo-init: Fix bug 999

2011-08-30 Thread Xiaofeng Yan
From: Xiaofeng Yan [YOCTO #999] qt4e-demo-image needs qt-demo-init when starting qtdemoE. qt-demo-init was pulled from Openembeded. Signed-off-by: Xiaofeng Yan --- meta/recipes-qt/qt-demo/qt-demo-init/qtdemo-init | 55 ++ meta/recipes-qt/qt-demo/qt-demo-init_0.1.bb

[OE-core] [PATCH 0/1] Fix bug 999

2011-08-30 Thread Xiaofeng Yan
From: Xiaofeng Yan qt-init-demo was needed during building a qt4e-demo-image. So I pull it from Openembeded and push it into OE-core. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/qt4e-demo-image Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng

Re: [OE-core] [PATCH 1/1] dropbear: Change the path to find configuration file and add a configuration file for dropbear

2011-08-30 Thread Xiaofeng Yan
On 2011年08月29日 20:54, Richard Purdie wrote: On Mon, 2011-08-29 at 18:48 +0800, Xiaofeng Yan wrote: From: Xiaofeng Yan dropbear will check "/etc/pam.d/sshd" which comes from package "openssh" \ When enabling pam supporting. But if we only install dropbear \ package with

[OE-core] [PATCH 0/1] dropbear: Change the path to find configuration file and add a configuration file for dropbear

2011-08-30 Thread Xiaofeng Yan
From: Xiaofeng Yan Hi Richard, I modify my fault. Please review it again. If have any suggestion. I will modify it again. Thanks Yan Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/dropbear Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng

[OE-core] [PATCH 1/1] dropbear: Change the path to find configuration file and add a configuration file for dropbear

2011-08-30 Thread Xiaofeng Yan
From: Xiaofeng Yan dropbear will check "/etc/pam.d/sshd" which comes from package "openssh" \ When enabling pam supporting. But if we only install dropbear \ package without package "openssh", then "dropbear" will not \ find a configuration file. The c

[OE-core] [PATCH 0/1]:qt4e-demo-image: Fix bug 999

2011-09-04 Thread Xiaofeng Yan
From: Xiaofeng Yan "/bin/sh" is needed by qt4e-demo-image. I add "busybox" to this image. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/qt4e-demo-image Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/qt4e-demo-image Than

[OE-core] [PATCH 1/1] qt4e-demo-image:Fix bug 999

2011-09-04 Thread Xiaofeng Yan
From: Xiaofeng Yan "/bin/sh" is needed by qt4e-demo-image, So I add busybox for fixing this problem. Signed-off-by: Xiaofeng Yan --- meta/recipes-qt/images/qt4e-demo-image.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-qt/images/qt4e-demo-i

Re: [OE-core] Recent xserver-kdrive failure and util-macros update

2012-01-04 Thread Xiaofeng Yan
On 2012年01月04日 15:28, Saul Wold wrote: We seem to have a relatively new failure in xserver-kdrive, which appeared in the last set of change. I tried to run though a bisect but was not able to find the problem. The problem seems to be related to configure.ac setting of XSERVER_CFLAGS='$(CWAR

[OE-core] [PATCH 1/2] package_rpm.bbclass: add srpm function in spec file

2012-01-07 Thread Xiaofeng Yan
From: Xiaofeng Yan For packaging source codes to source rpm package, adding Sources,\ Patches and prep stage in spec file. "Sources" include source codes (type of tar.gz) and \ log files including log.do_patch and log.do_configure (type of tar.gz) "Patches" include all patch

[OE-core] [PATCH 0/2] Add function to package source codes tree to source rpm and tar packages

2012-01-08 Thread Xiaofeng Yan
From: Xiaofeng Yan Add file "tar_archive.bbclass" and modify file "package_rpm.bbclass" for packaging source codes tree to source rpm and tar packages. After adding srpm function in file "package_rpm.bbclass", user can get source rpm packages beside rpm package.

[OE-core] [PATCH 2/2] tar_archive.bbclass: Package source codes and log files to tar package

2012-01-08 Thread Xiaofeng Yan
From: Xiaofeng Yan Source rpm package needs tar package as its source codes. log files \ are required as a part of source (description in bug 1655). So log files need be packaged as tar package too. User can select two types of package, the first is tar package and the second is src.rpm package

Re: [OE-core] [PATCH 1/2] package_rpm.bbclass: add srpm function in spec file

2012-01-10 Thread Xiaofeng Yan
On 2012年01月10日 00:17, Mark Hatle wrote: On 1/8/12 1:11 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan For packaging source codes to source rpm package, adding Sources,\ Patches and prep stage in spec file. "Sources" include source codes (type of tar.gz) and \ log files including log.do

[OE-core] [PATCH 2/3] cairo.inc: Change configuration of directfb to gtk-directfb

2012-01-12 Thread Xiaofeng Yan
From: Xiaofeng Yan "direcdtfb" is a wrong configuration in PACKAGECONFIG. It should be "gtk-directfb". PACKAGECONFIG can't select directfb as backend rightly, or else. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- meta/recipes-graphics/cairo/cairo.inc |

[OE-core] [PATCH 3/3] pango.inc: add directory "/etc/pango"

2012-01-12 Thread Xiaofeng Yan
From: Xiaofeng Yan Command "pango-querymodules > /etc/pango/pango.modules" can't work when \ starting up yocto because of no directory "/etc/pango". It will cause \ messy code when gtk-demo running. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- meta/recipes-gra

[OE-core] PATCH 0/3] Fix the error when building image "core-image-gtk-directfb"

2012-01-12 Thread Xiaofeng Yan
From: Xiaofeng Yan Bitbake complain " No package 'cairo-xlib' found" when building image "core-image-gtk-directfb". Misconfiguration of directfb in PACKAGECONFIG causes this problem. I change directfb to gtk-directfb. Another problem is about messy code when

[OE-core] [PATCH 1/3] gtk.inc: Change configuration of directfb to gtk-directfb

2012-01-12 Thread Xiaofeng Yan
From: Xiaofeng Yan "direcdtfb" is a wrong configuration in PACKAGECONFIG. It should be "gtk-directfb". PACKAGECONFIG can't select directfb as backend rightly, or else. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- meta/recipes-gnome/gtk+/gtk+.inc |2 +- 1 fi

[OE-core] [PATCH 1/1] distro_tracking_fields.inc: Modify the status of eds-tools and mingetty

2012-01-12 Thread Xiaofeng Yan
From: Xiaofeng Yan Update the status of eds-tools and mingetty. mingetty has still not been updated since 2008. Signed-off-by: Xiaofeng Yan --- .../conf/distro/include/distro_tracking_fields.inc |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/conf/distro

[OE-core] [PATCH 0/1]distro_tracking_fields.inc: Modify the status of eds-tools and mingetty

2012-01-12 Thread Xiaofeng Yan
From: Xiaofeng Yan Update the status of eds-tools and mingetty. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/maintainer Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/maintainer Thanks, Xiaofeng Yan --- Xiaofeng Yan (1

Re: [OE-core] [PATCH 3/3] pango.inc: add directory "/etc/pango"

2012-01-12 Thread Xiaofeng Yan
On 2012年01月13日 04:33, Phil Blundell wrote: On Thu, 2012-01-12 at 12:30 -0800, Saul Wold wrote: On 01/12/2012 12:12 AM, Xiaofeng Yan wrote: -FILES_${PN} = "/etc/pango/* ${bindir}/* ${libdir}/libpango*${SOLIBS}" +FILES_${PN} += "${syscondir}/* ${bindir}/* ${libdir}/libpango*${SO

[OE-core] [PATCH 0/3]: Fix the error when building image "core-image-gtk-directfb"

2012-01-12 Thread Xiaofeng Yan
From: Xiaofeng Yan Hi Saul, I remove ${sysconfdir}/* because bitbake will package this directory as default. The following part was previous description. -- Bitbake complain " No package 'cairo-xlib' found" when building im

[OE-core] [PATCH 2/3] cairo.inc: Change configuration of directfb to gtk-directfb

2012-01-12 Thread Xiaofeng Yan
From: Xiaofeng Yan "direcdtfb" is a wrong configuration in PACKAGECONFIG. It should be "gtk-directfb". PACKAGECONFIG can't select directfb as backend rightly, or else. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- meta/recipes-graphics/cairo/cairo.inc |

[OE-core] [PATCH 1/3] gtk.inc: Change configuration of directfb to gtk-directfb

2012-01-12 Thread Xiaofeng Yan
From: Xiaofeng Yan "direcdtfb" is a wrong configuration in PACKAGECONFIG. It should be "gtk-directfb". PACKAGECONFIG can't select directfb as backend rightly, or else. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- meta/recipes-gnome/gtk+/gtk+.inc |2 +- 1 fi

[OE-core] [PATCH 3/3] pango.inc: add directory "/etc/pango"

2012-01-12 Thread Xiaofeng Yan
From: Xiaofeng Yan Command "pango-querymodules > /etc/pango/pango.modules" can't work when \ starting up yocto because of no directory "/etc/pango". It will cause \ messy code when gtk-demo running. [YOCTO #1674] Signed-off-by: Xiaofeng Yan --- meta/recipes-gra

Re: [OE-core] [PATCH 0/2] Add function to package source codes tree to source rpm and tar packages

2012-01-13 Thread Xiaofeng Yan
On 2012年01月13日 04:04, Saul Wold wrote: On 01/07/2012 11:11 PM, Xiaofeng Yan wrote: From: Xiaofeng Yan Add file "tar_archive.bbclass" and modify file "package_rpm.bbclass" for packaging source codes tree to source rpm and tar packages. After adding srpm function in file

[OE-core] [PATCH 0/2] LSB_Setup.sh: Add locale resources and startup avi

2012-02-02 Thread Xiaofeng Yan
From: Xiaofeng Yan Add two parts: 1 Add absent locale resources in LSB_Setup.sh because of a lack of locale resources in core-image-lsb-qt3 when running lsb test. 2 Add avahi-daemon. Function "gethostbyaddr" will search file "/var/run/avahi-daemon/socket" but there i

[OE-core] [PATCH 2/2] LSB_Setup.sh: Add locale resources and startup script avahi-daemon

2012-02-02 Thread Xiaofeng Yan
From: Xiaofeng Yan The purpose of adding locale resources is to resolve bug 1954 because missing locale resources cause many failures. The purpose of adding startup script avahi-daemon is to resolve bug 1907. The detailed description is as follows: No daemon progress "avahi-daemon&

[OE-core] [PATCH 1/2] init-functions: Add two functions

2012-02-02 Thread Xiaofeng Yan
From: Xiaofeng Yan Add log_begin_msg() and log_end_msg () in init-functions because some startup scripts need them. if there are not two functions, then error information will arise on screen. for example, $ /etc/init.d/avahi-daemon start /etc/init.d/avahi-daemon: line 161: log_begin_msg

[OE-core] [PATCH 0/2] glib-2.0: Don't check function "qsort_r" in configure.ac

2012-02-05 Thread Xiaofeng Yan
From: Xiaofeng Yan The function "g_qsort_with_data" has two kinds of realization. One calls qsort_r from libglib, the other realize itself. the realization method is controlled by macro "HAVE_QSORT_R". qsort_r from libglib cause sort error. Add no-check-qsort_r.patch for

[OE-core] [PATCH 1/2] glib-2.0: Don't check function qsort_r

2012-02-05 Thread Xiaofeng Yan
From: Xiaofeng Yan function "g_qsort_with_data" has two kinds of realization. One calls qsort_r from libglib, the other realize itself. qsort_r from libglib cause sort error. For fixing this problem no checking "qsort_r" in configure.ac. [YOCTO #1959] Signed-off-by: Xiaofen

[OE-core] [PATCH 2/2] glib-2.0: Add patch "no-check-qsort_r.patch"

2012-02-05 Thread Xiaofeng Yan
From: Xiaofeng Yan Apply this patch for avoiding sort error. Please check no-check-qsort_r.patch for detailed information. Signed-off-by: Xiaofeng Yan --- meta/recipes-core/glib-2.0/glib-2.0_2.30.2.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core

Re: [OE-core] [PATCH 0/2] glib-2.0: Don't check function "qsort_r" in configure.ac

2012-02-05 Thread Xiaofeng Yan
On 2012年02月06日 15:05, Martin Jansa wrote: On Mon, Feb 06, 2012 at 02:41:09PM +0800, Xiaofeng Yan wrote: From: Xiaofeng Yan The function "g_qsort_with_data" has two kinds of realization. One calls qsort_r from libglib, the other realize itself. the realization method is controlle

Re: [OE-core] [PATCH 0/2] glib-2.0: Don't check function "qsort_r" in configure.ac

2012-02-06 Thread Xiaofeng Yan
On 2012年02月06日 15:37, Xiaofeng Yan wrote: On 2012年02月06日 15:05, Martin Jansa wrote: On Mon, Feb 06, 2012 at 02:41:09PM +0800, Xiaofeng Yan wrote: From: Xiaofeng Yan The function "g_qsort_with_data" has two kinds of realization. One calls qsort_r from libglib, the other realize i

Re: [OE-core] [PATCH 2/2] glib-2.0: Add patch "no-check-qsort_r.patch"

2012-02-06 Thread Xiaofeng Yan
On 2012年02月06日 23:33, Khem Raj wrote: On Sun, Feb 5, 2012 at 10:41 PM, Xiaofeng Yan wrote: + file://file://no-check-qsort_r.patch \ really ? ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http

[OE-core] [PATCH 1/2] libx11-1.4.4: Add patch makekeys_crosscompile.patch

2012-02-09 Thread Xiaofeng Yan
From: Xiaofeng Yan LSB 4.1 complain a host contamination error from libx11 because of absent patch "makekeys_crosscompile.patch" from libx11-trim-1.4.4. [YOCTO #1970] Signed-off-by: Xiaofeng Yan --- .../libx11-1.4.4/makekeys_crosscompile.patch | 45 +++

[OE-core] [PATCH 0/2] libx11-1.4.4: add patch "makekeys_crosscompile.patch"

2012-02-09 Thread Xiaofeng Yan
From: Xiaofeng Yan LSB report the following information when running lsb test. VSW5TESTSUITE PURPOSE 7 Assertion XStringToKeysym-7.(A) When the string argument is the name of a KeySym in the table with the prefix XK_ removed, then a call to XStringToKeysym returns that KeySym. METH: For each

[OE-core] [PATCH 2/2] libx11-1.4.4: Add patch "makekeys_crosscompile.patch"

2012-02-09 Thread Xiaofeng Yan
From: Xiaofeng Yan Add patch "makekeys_crosscompile.patch" to libx11-1.4.4 for fixing bug 1970. [YOCTO #1970] Signed-off-by: Xiaofeng Yan --- meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-gra

Re: [OE-core] Fwd: [oe] Source Archiver Class

2012-02-13 Thread Xiaofeng Yan
Hi Saul, I have some issues when I writing design document. The following description is my understanding. I take package "zlib" for example . This is a progression list of what the source archives should include: 1 - Original Upstream Archive & Patches - 2 archives (tarballs) $ls zlib

Re: [OE-core] Fwd: [oe] Source Archiver Class

2012-02-15 Thread Xiaofeng Yan
a function to include all of gnu sources and patches in one tarball in archiver.bbclass. On 02/14/2012 08:51 AM, Saul Wold wrote: On 02/13/2012 02:41 AM, Xiaofeng Yan wrote: Hi Saul, I have some issues when I writing design document. The following description is my understanding. I take p

Re: [OE-core] Fwd: [oe] Source Archiver Class

2012-02-19 Thread Xiaofeng Yan
get_source_patches" SOURCE_ARCHIVE_PACKAGE_TYPE = {tar, srpm} SOURCE_ARCHIVE_LOG = {True, False} Please let us know if you have any questions. Sau! If my understanding don't meet your ideas, Please correct me. Thanks for your help very much. Thanks Yan On 02/15/2012 05:19 PM, X

Re: [OE-core] Fwd: [oe] Source Archiver Class

2012-02-22 Thread Xiaofeng Yan
On 2012年02月22日 00:57, Saul Wold wrote: On 02/19/2012 10:40 PM, Xiaofeng Yan wrote: On 2012年02月18日 07:52, Saul Wold wrote: Hi Saul, I have implemented the most functions but srpm functions. I will complete the left work(merge functions from sourcepkg, src_distribute to archiver.bbclass

Re: [OE-core] [PATCH 1/2] libx11-1.4.4: Add patch makekeys_crosscompile.patch

2012-02-29 Thread Xiaofeng Yan
On 2012年02月09日 17:06, Paul Menzel wrote: Dear Xiaofeng, Am Donnerstag, den 09.02.2012, 16:05 +0800 schrieb Xiaofeng Yan: From: Xiaofeng Yan LSB 4.1 complain a host contamination error from libx11 because of absent patch "makekeys_crosscompile.patch" from libx11-trim-1.4.4. [Y

[OE-core] [PATCH 0/3] Realize archiver.bbclass

2012-03-03 Thread Xiaofeng Yan
From: Xiaofeng Yan archiver.bbclass is for archiving sources , patches and logs including .bb and .inc files by configuring archiver_configure.bbclass which control what a archiving package should include. For archiving a source rpm package, I add some functions to package_rpm.bbclass. I also

[OE-core] [Oe-core][PATCH 3/3] archiver_configure.bbclass: configure the content for archiving package

2012-03-03 Thread Xiaofeng Yan
From: Xiaofeng Yan This is configuration file to point to what content a archive package should include in the different stage of task by pointing to different variable and stage. [YOCTO #1977] Signed-off-by: Xiaofeng Yan Signed-off-by: Xiaofeng Yan --- meta/classes

[OE-core] [PATCH 2/3] archiver.bbclass: archive sources, patches, logs to tarball

2012-03-03 Thread Xiaofeng Yan
From: Xiaofeng Yan Support the following functions in this bbclass: 1 Archive sources in ${S} in the different stage to tarball (do_unpack,do_patch,do_configure). 2 Archive patches including series to tarball 3 Archive logs including scripts (.bb and .inc files) to tarball 4 dump environment

[OE-core] [PATCH 1/3] package_rpm.bbclass: Add srpm function

2012-03-03 Thread Xiaofeng Yan
From: Xiaofeng Yan Add a new function to archive source, patches and logs to a source rpm package. Every source rpm package will be deployed to ${DEPLOY}/sources/deploy-srpm. [YOCTO #1977] Signed-off-by: Xiaofeng Yan --- meta/classes/package_rpm.bbclass | 54

[OE-core] [PATCH 0/3]

2012-03-03 Thread Xiaofeng Yan
From: Xiaofeng Yan LSB report the following information when running lsb test. VSW5TESTSUITE PURPOSE 7 Assertion XStringToKeysym-7.(A) When the string argument is the name of a KeySym in the table with the prefix XK_ removed, then a call to XStringToKeysym returns that KeySym. METH: For each

[OE-core] [PATCH 1/3] libx11-1.4.4: Add patch makekeys_crosscompile.patch

2012-03-03 Thread Xiaofeng Yan
From: Xiaofeng Yan LSB 4.1 complain a host contamination error from libx11 because of absent patch "makekeys_crosscompile.patch" from libx11-trim-1.4.4. The error from LSB Test Suite is as follow: VSW5TESTSUITE PURPOSE 7 Assertion XStringToKeysym-7.(A) When the string argument is the

[OE-core] [PATCH 2/3] libx11-1.4.4: Add patch "makekeys_crosscompile.patch"

2012-03-03 Thread Xiaofeng Yan
From: Xiaofeng Yan Add patch "makekeys_crosscompile.patch" to libx11-1.4.4 for fixing bug 1970. [YOCTO #1970] Signed-off-by: Xiaofeng Yan --- meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-gra

[OE-core] [PATCH 3/3] libx11-trim: Add error information from LSB Test Suite to makekeys_crosscompile.patch

2012-03-03 Thread Xiaofeng Yan
From: Xiaofeng Yan Append error information from LSB Test Suite to this patch for an illustrative purpose \ why this patches should be needed. Signed-off-by: Xiaofeng Yan --- .../libx11-trim-1.4.4/makekeys_crosscompile.patch | 33 +++- 1 files changed, 32 insertions(+), 1

Re: [OE-core] [Oe-core][PATCH 3/3] archiver_configure.bbclass: configure the content for archiving package

2012-03-06 Thread Xiaofeng Yan
On 2012?03?06? 06:18, Saul Wold wrote: On 03/03/2012 02:54 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan This is configuration file to point to what content a archive package should include in the different stage of task by pointing to different variable and stage. Xiaogeng, You are on the

Re: [OE-core] [PATCH 0/3] Realize archiver.bbclass

2012-03-06 Thread Xiaofeng Yan
On 2012年03月06日 06:28, Saul Wold wrote: On 03/03/2012 02:53 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan archiver.bbclass is for archiving sources , patches and logs including .bb and .inc files by configuring archiver_configure.bbclass which control what a archiving package should include

Re: [OE-core] [Oe-core][PATCH 3/3] archiver_configure.bbclass: configure the content for archiving package

2012-03-12 Thread Xiaofeng Yan
On 2012年03月13日 02:58, Mark Hatle wrote: A few quick comments to match up with the patch 2/3 comments.. On 3/3/12 4:54 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan This is configuration file to point to what content a archive package should include in the different stage of task by pointing to

Re: [OE-core] [PATCH 2/3] archiver.bbclass: archive sources, patches, logs to tarball

2012-03-13 Thread Xiaofeng Yan
Hi Mark, Thanks for your detailed comment. On 2012年03月13日 02:54, Mark Hatle wrote: Apologies for the very late review... see comments below. All in all it looks good. But I have not applied it and tried it yet. On 3/3/12 4:54 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan Support the following

[OE-core] [PATCH 3/7] archive-patched-source.bbclass: Archive patched source

2012-03-13 Thread Xiaofeng Yan
From: Xiaofeng Yan This bbclass inherits archiver.bbclass to archive patched source [#YOCTO 1977] Signed-off-by: Xiaofeng Yan --- meta/classes/archive-patched-source.bbclass | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 meta/classes/archive

[OE-core] [PATCH 0/7] Realize archiving functions

2012-03-13 Thread Xiaofeng Yan
From: Xiaofeng Yan archiver.bbclass is for archiving sources , patches and logs including .bb and .inc files by configuring conf/local.conf which control what a archiving package should include. For archiving a source rpm package, I add some functions to package_rpm.bbclass. I also merge

[OE-core] [PATCH 1/7] package_rpm: Add srpm function to this bbclass

2012-03-13 Thread Xiaofeng Yan
From: Xiaofeng Yan Add a new function to archive source, patches and logs to a source rpm package. Every source rpm package will be deployed to ${DEPLOY_DIR}/sources/deploy-srpm. [YOCTO #1977] Signed-off-by: Xiaofeng Yan --- meta/classes/package_rpm.bbclass | 63

[OE-core] [PATCH 2/7] archiver.bbclass: New bbclass for archiving sources, patches, logs and scripts

2012-03-13 Thread Xiaofeng Yan
From: Xiaofeng Yan 1 Archive sources in ${S} in the different stage (do_unpack,do_patch,do_configure). 2 Archive patches including series 3 Archive logs including scripts (.bb and .inc files) 4 dump environment resources which show all variable and functions used to xxx.showdata.dump when

[OE-core] [PATCH 5/7] archive-original-source.bbclass: Archive original source

2012-03-13 Thread Xiaofeng Yan
From: Xiaofeng Yan This bbclass prepares for archiving original source. [#YOCTO 1977] Signed-off-by: Xiaofeng Yan --- meta/classes/archive-original-source.bbclass | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 meta/classes/archive-original

[OE-core] [PATCH 4/7] archive-configured-source.bbclass: Archive configured source

2012-03-13 Thread Xiaofeng Yan
From: Xiaofeng Yan This bbclass prepares for archiving configured source. [#YOCTO 1977] Signed-off-by: Xiaofeng Yan --- meta/classes/archive-configured-source.bbclass | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 meta/classes/archive-configured

  1   2   3   >