Re: [yocto] Luajit Compile Error

2014-10-27 Thread Li, Xin
Hi, I also build the package luajit ,but it has the following errors. Can someone help me? Thanks. --- [lixin@ubinux-yocto-15 temp]$ cat log.do_compile.14752 DEBUG: Executing shell function do_compile NOTE: make -j 10

Re: [yocto] Luajit Compile Error

2014-10-28 Thread Li, Xin
Hi, Indeed,there is a luajit recipe in meta-oe. You can have a look at: http://layers.openembedded.org/layerindex/recipe/4918/. Best Regards, Li Xin From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Tuesday, October 28, 2014 3:48 PM To: neil...@emerson.com Cc: Li, Xin/李 欣; yocto

[yocto] [meta-cgl][PATCH] openais: upgrade to 1.1.4

2014-12-08 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta-cgl-common/recipes-cgl/openais/openais_1.1.3.bb | 18 -- meta-cgl-common/recipes-cgl/openais/openais_1.1.4.bb | 16 2 files changed, 16 insertions(+), 18 deletions(-) delete mode 100644 meta-cgl-common

[yocto] [meta-cgl][PATCH] samhain: add new recipe

2014-12-10 Thread Li xin
at the respective time. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../samhain/0001-Makefile.in-error-fix.patch | 31 .../samhain/samhain/config-site.samhain-3.1.3 | 2 + .../recipes-cgl/samhain/samhain_3.1.3.bb | 58 ++ 3 files changed, 91

[yocto] [meta-cgl][PATCH 0/2] pacemaker: upgrade to 1.1.4

2014-12-11 Thread Li xin
patch-1/2 is pacemaker's new depends. patch-2/2 is upgrade pacemaker to 1.1.4. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com Li xin (2): heartbeat: add new recipe pacemaker: upgrade to version 1.1.4 .../Makefile.am-not-chgrp-in-cross-compile.patch | 41 ++ .../configure.in-Error

[yocto] [meta-cgl][PATCH 1/2] heartbeat: add new recipe

2014-12-11 Thread Li xin
Messaging and membership subsystem for High-Availability Linux. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../Makefile.am-not-chgrp-in-cross-compile.patch | 41 ++ .../configure.in-Error-and-warning-fix.patch | 157 + ...beat-init.d-heartbeat.in-modify

[yocto] [meta-cgl][PATCH 2/2] pacemaker: upgrade to version 1.1.4

2014-12-11 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../pacemaker/files/kill-stack-protector.patch | 12 -- .../pacemaker-remove-ptest-functionality.patch | 29 - .../recipes-cgl/pacemaker/files/volatiles | 5 - .../pacemaker-1.0.9.1/fix-header-defs-lookup.patch | 16

[yocto] [meta-cgl][PATCH] ocfs2-tools: add new recipe

2014-12-12 Thread Li xin
Programs to manage the Ocfs2 cluster file system, including mkfs.ocfs2,tunefs.ocfs2 and fsck.ocfs2 Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- ...ocfs2_controld-Makefile-fix-compile-error.patch | 62 +++ ...cfs2_fs.h-mount.ocfs2.c-fix-compile-error.patch | 51 +++ ...-vendor-common

Re: [yocto] USBmount and systemd-udev namespace conflict

2014-12-15 Thread Li, Xin
Hi, This is my way to use udev to automount a usb driver, perhaps it can help you. 1. Add udev rules. root # cat /etc/udev/rules.d/10-udevtest.rules KERNEL==sda,ACTION==add,OWNER:=udev,GROUP:=udevs 2. Add user and group. root # useradd udev root # groupadd udevs 3. start

[yocto] [meta-cgl][PATCH] pacemaker: upgrade 1.1.12 - 1.1.13

2015-08-18 Thread Li xin
/usr/lib/python2.7/site-packages/cts/watcher.py Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- ...earch-header-from-STAGING_INCDIR-to-walka.patch | 41 +- .../{pacemaker_1.1.12.bb = pacemaker_1.1.13.bb} | 9 +++-- 2 files changed, 21 insertions(+), 29 deletions

Re: [yocto] [meta-cgl][PATCH] cluster-glue: upgrade 1.0.5 - 1.0.12

2015-08-18 Thread Li, Xin
Hi,Jagadeesh, Thanks a lot. Patch V2 will be sent. Regards, Li From: Jagadeesh Krishnanjanappa [mailto:jkrishnanjana...@mvista.com] Sent: Wednesday, August 19, 2015 11:16 AM To: Li, Xin/李 欣 Cc: yocto@yoctoproject.org Subject: Re: [yocto] [meta-cgl][PATCH] cluster-glue: upgrade 1.0.5 - 1.0.12

[yocto] [meta-cgl][PATCH] cluster-glue: upgrade 1.0.5 - 1.0.12

2015-08-18 Thread Li xin
-support.patch Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../0001-don-t-compile-doc-and-Error-Fix.patch | 50 ++ .../0001-ribcl.py.in-Warning-Fix.patch | 34 +++ .../cluster-glue/cluster-glue/fix-const-cast.patch | 103 - .../cluster-glue/glue

[yocto] [meta-cgl][PATCH] heartbeat: upgrade 3.0.5 - 3.0.6

2015-08-18 Thread Li xin
* Update configure.in-Error-and-warning-fix.patch, since the contents has been changed. * Dropped ucast.c-fix-compile-errors.patch,it it not needed anymore. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../configure.in-Error-and-warning-fix.patch | 58

Re: [yocto] [meta-cgl][PATCH] ocfs2-tools: upgrade 1.4.3 - 1.4.4

2015-08-19 Thread Li, Xin
--- a/meta-cgl-common/recipes-cgl/ocfs2-tools/ocfs2-tools_1.4.3.bb +++ b/meta-cgl-common/recipes-cgl/ocfs2-tools/ocfs2-tools_1.4.4.bb @@ -20,9 +20,10 @@ SRC_URI = \ file://o2cb.service \ file://ocfs2.service \ -SRC_URI[md5sum] = 296f1242f4d00d188231d726d7a1d148

Re: [yocto] [meta-cgl][PATCH v2] cluster-glue: upgrade 1.0.5 - 1.0.12

2015-08-20 Thread Li, Xin
Hi, Alex V. Thanks a lot. Indeed, the error does not occur on my system. I will do some extra test, and resend the patch. Regards, Li -Original Message- From: Alexandru Vaduva [mailto:alexandru.vad...@enea.com] Sent: Thursday, August 20, 2015 10:51 PM To: Li, Xin/李 欣; yocto

[yocto] [meta-cgl][PATCH v2] cluster-glue: upgrade 1.0.5 - 1.0.12

2015-08-18 Thread Li xin
-support.patch * Replace the hardcoded strings /usr/lib /etc/ /usr/sbin /usr/share Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../0001-don-t-compile-doc-and-Error-Fix.patch | 50 ++ .../0001-ribcl.py.in-Warning-Fix.patch | 34 +++ .../cluster-glue/cluster-glue/fix

[yocto] [meta-cgl][PATCH] ocfs2-tools: upgrade 1.4.3 - 1.4.4

2015-08-19 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../ocfs2-tools/{ocfs2-tools_1.4.3.bb = ocfs2-tools_1.4.4.bb} | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta-cgl-common/recipes-cgl/ocfs2-tools/{ocfs2-tools_1.4.3.bb = ocfs2-tools_1.4.4.bb} (94%) diff --git

Re: [yocto] [meta-cgl][PATCH v2] cluster-glue: upgrade 1.0.5 - 1.0.12

2015-08-24 Thread Li, Xin
Hi, Alex V. I bitbake cluster-glue for x86, Arm, and Powerpc. But I can't produce the error. Would you mind providing the error message for me? Regards, Li -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Li, Xin Sent: Friday

[yocto] [meta-cgl][PATCH v2] cluster-glue: upgrade 1.0.5 - 1.0.12

2015-08-24 Thread Li xin
-support.patch * Replace the hardcoded strings /usr/lib /etc/ /usr/sbin /usr/share Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../0001-don-t-compile-doc-and-Error-Fix.patch | 75 +++ .../0001-ribcl.py.in-Warning-Fix.patch | 34 +++ .../cluster-glue/cluster-glue

[yocto] [meta-security][PATCH] samhain: upgrade to 4.1.0

2015-10-30 Thread Li xin
From: Li Xin <lixin.f...@cn.fujitsu.com> Also fix an error when "samhain -t check" is executed. The error is like this: 'ERROR: msg=, subroutine=, path=<(null)>' Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../samhain/{samhain-client_4.0.0.bb =>

[yocto] [meta-cgl][PATCH 3/3] pacemaker: WARNING Fix

2015-12-14 Thread Li Xin
] * Also Modify SRC_URI,since original one is always do_fetch failed. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.1.13.bb | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/meta-cgl-common/recipes-cgl/pac

[yocto] [meta-cgl][PATCH 1/3] cluster-glue: WARNING Fix

2015-12-14 Thread Li Xin
WARNING: QA Issue: cluster-glue: Files/directories were installed but not shipped in any package: /lib /lib/systemd /lib/systemd/system /lib/systemd/system/logd.service Please set FILES such that these items are packaged. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- me

Re: [yocto] [meta-cgl][PATCH 3/3] pacemaker: WARNING Fix

2015-12-17 Thread Li, Xin
s & Regards, Li > >--Adrian > >> >> Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> >> --- >> meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.1.13.bb | 11 >> ++- >> 1 file changed, 6 insertions(+), 5 deletions(-) >> >> diff --gi

[yocto] [meta-security][PATCH] samhain-client: Erorr Fix

2016-03-06 Thread Li Xin
The Error is as following: # /usr/sbin/samhain -t init -p info .. Segmentation fault # echo $? 139 Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- recipes-security/samhain/samhain.inc | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/recipes-se