[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 --- recipes-security/samhain/samhain.inc | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/recipes-security/samhain/samhain.inc b/recipes

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

2015-12-17 Thread Li, Xin
Thanks & Regards, Li > >--Adrian > >> >> Signed-off-by: Li Xin >> --- >> 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/rec

[yocto] [meta-cgl][PATCH 2/3] cluster: Error Fix

2015-12-14 Thread Li Xin
collect2: error: ld returned 1 exit status ld: cannot find crtn.o: No such file or directory ld: cannot find crtendS.o: No such file or directory Signed-off-by: Li Xin --- meta-cgl-common/recipes-cgl/cluster/cluster_3.2.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-cgl-common

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

2015-12-14 Thread Li Xin
-deps] * Also Modify SRC_URI,since original one is always do_fetch failed. Signed-off-by: Li Xin --- 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/pacemaker/pacemaker_1.1.13.bb b

[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 --- meta-cgl-common/recipes-cgl/cluster

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

2015-11-01 Thread Li, Xin
Hi, Armin, I got it. Thanks a lot. Regards, Li >-Original Message- >From: akuster808 [mailto:akuster...@gmail.com] >Sent: Saturday, October 31, 2015 2:42 AM >To: Li, Xin/李 欣 >Cc: yocto@yoctoproject.org >Subject: Re: [yocto] [meta-security][PATCH] samhain: upgrade

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

2015-10-30 Thread Li xin
From: Li Xin 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 --- .../samhain/{samhain-client_4.0.0.bb => samhain-client_4.1.0.bb}| 3 ++- .../samhain/{samha

[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 --- .../0001-don-t-compile-doc-and-Error-Fix.patch | 75 +++ .../0001-ribcl.py.in-Warning-Fix.patch | 34 +++

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

2015-08-23 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

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, Xi

[yocto] [meta-cgl][PATCH v2] ocfs2-tools: upgrade 1.4.3 -> 1.6.4

2015-08-19 Thread Li xin
* Dropped backported 0001-ocfs2_controld-Makefile-fix-compile-error.patch. * Update 0002-ocfs2_fs.h-mount.ocfs2.c-fix-compile-error.patch,since the context changed. * Modify SRC_URI,since the original one is unstable. Signed-off-by: Li Xin --- ...ocfs2_controld-Makefile-fix-compile-error.patch

[yocto] [meta-cgl][PATCH] upgrade ocfs2-tools

2015-08-19 Thread Li xin
1.4.4 is not the newest version, and 1.6.4 is. Reference: https://oss.oracle.com/projects/ocfs2-tools/files/source/ Li xin (1): ocfs2-tools: upgrade 1.4.3 -> 1.6.4 ...ocfs2_controld-Makefile-fix-compile-error.patch | 62 -- ...cfs2_fs.h-mount.ocfs2.c-fix-comp

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

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

2015-08-19 Thread Li xin
Signed-off-by: Li Xin --- .../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 a/meta-cgl-common/r

[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 --- .../0001-don-t-compile-doc-and-Error-Fix.patch | 50 ++ .../0001-ribcl.py.in-Warning-Fix.patch | 34 +++ .../cluste

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

[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 --- .../configure.in-Error-and-warning-fix.patch | 58 +++--- .../heartbeat/ucast.c-fix

[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 --- .../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-remove-getpid-check.patch

[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 --- ...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(-) rename meta-cgl-com

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.

[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 --- ...ocfs2_controld-Makefile-fix-compile-error.patch | 62 +++ ...cfs2_fs.h-mount.ocfs2.c-fix-compile-error.patch | 51 +++ ...-vendor-common-o2cb.ocf-add-new-conf

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

2014-12-11 Thread Li xin
Signed-off-by: Li Xin --- .../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 --- .../pacemaker-dont-use

[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 --- .../Makefile.am-not-chgrp-in-cross-compile.patch | 41 ++ .../configure.in-Error-and-warning-fix.patch | 157 + ...beat-init.d-heartbeat.in-modify-parameter.patch | 27

[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 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-and-warning-fix.

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

2014-12-10 Thread Li xin
respective time. Signed-off-by: Li Xin --- .../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 insertions(+) create mode

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

2014-12-08 Thread Li xin
Signed-off-by: Li Xin --- 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/recipes-cgl/openais

[yocto] Luajit Compile Error

2014-10-29 Thread Li, Xin
Best regards Li Xin -- $ cat tmp/work/i586-poky-linux/luajit/2.0.3-r0/temp/log.do_compile DEBUG: Executing shell function do_compile NOTE: make -j 10 CROSS=i586-poky-linux- TARGET_CFLAGS= --sysroot=/yocto/wor

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

Re: [yocto] Luajit Compile Error

2014-10-26 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 CROSS=i586