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

2015-07-06 Thread Bian Naimeng
Signed-off-by: Bian Naimeng bia...@cn.fujitsu.com --- .../pacemaker/files/kill-stack-protector.patch | 12 --- .../pacemaker-remove-ptest-functionality.patch | 29 --- .../recipes-cgl/pacemaker/files/tmpfiles | 11 +-- .../recipes-cgl/pacemaker/files/volatiles | 11

[yocto] [meta-cgl][PATCH] cluster-resource-agents: upgrade to 3.9.6 and rename to resource-agents

2015-06-30 Thread Bian Naimeng
Signed-off-by: Bian Naimeng bia...@cn.fujitsu.com --- .../disable-doc-build.patch| 13 --- .../fix-fortify_sources-optimization-calls.patch | 12 --- .../fix-header-defs-lookup.patch | 16 .../kill-stack-protector.patch | 12

[yocto] [meta-cgl][PATCH] pacemaker: changing depencency to resource-agents

2015-06-30 Thread Bian Naimeng
cluster-resource-agents is renamed to resource-agents, so changes the depencency to resource-agents Signed-off-by: Bian Naimeng bia...@cn.fujitsu.com --- meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.0.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cgl-common

[yocto] [meta-security][PATCH] samhain-server: fix build warn

2015-06-25 Thread Bian Naimeng
WARNING: QA Issue: /etc/init.d/samhain-server_samhain-server contained in package samhain-server requires /bin/bash, but no providers found in its RDEPENDS [file-rdeps] Signed-off-by: Bian Naimeng bia...@cn.fujitsu.com --- recipes-security/samhain/samhain-server_3.1.5.bb | 2 +- 1 file changed

[yocto] [meta-cgl][RFC]upgrade resource-agents

2015-06-25 Thread Bian, Naimeng
Hi all We have a recipe named cluster-resource-agents_1.0.3.bb which is a implementation for OCF Resource Agents, Is it same as Resource Agents which is being maintained in https://github.com/ClusterLabs/resource-agents. If so, the cluster-resource-agents_1.0.3.bb is too old, I want to upgrade

[yocto] [Question] How to walkaround this warning

2015-02-16 Thread Bian, Naimeng
Hi folks I built my image and got the following warning message in do_rootfs. -- Output from btrfs-tools-3.14.2+git0+24cf4d8c3e-r0@core2_64: warning: user tss does not exist - using root warning: group pulse does not exist -

[yocto] [RFC]provide native recipe for every package

2015-02-02 Thread Bian, Naimeng
Hi folks Would you tell me why can't we inherit native.bbclass in every recipes. IMO, it's better to provide native recipe for every package. Thanks, Bian -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-cgl][PATCH 0/2] cluster: Fix some error and format

2015-01-22 Thread Bian, Naimeng
Hi Alex Maybe you should check that where ${libexecdir} was set to point to in ${B}/servers/slapd/Makefile # cat ${B}/servers/slapd/Makefile | grep libexecdir = I guess it's /usr/libexec. Did you build the openldap with the

[yocto] [Dizzy] Backport patch of CVE-2014-9112

2014-12-14 Thread Bian, Naimeng
, Naimeng Sent: Monday, December 08, 2014 1:45 PM To: openembedded-c...@lists.openembedded.org Cc: Bian, Naimeng; Sergey Poznyakoff Subject: [PATCH 0/2] cpio: backport patch of CVE-2014-9112 cpio: Fix memory overrun on reading improperly created link records Signed-off-by: Bian Naimeng bia

Re: [yocto] [PATCH 0/2] Add some recipes

2014-12-03 Thread Bian, Naimeng
. Alex Vaduva On Tuesday, December 2, 2014 10:07 AM, Bian Naimeng bia...@cn.fujitsu.com wrote: Bian Naimeng (2): [meta-cgl] device-mapper-multipath: add recipe [meta-cgl]drbd: add recipe .../device-mapper-multipath/multipathd.init.patch | 12

[yocto] [PATCH 0/2] Add some recipes

2014-12-02 Thread Bian Naimeng
Bian Naimeng (2): [meta-cgl] device-mapper-multipath: add recipe [meta-cgl]drbd: add recipe .../device-mapper-multipath/multipathd.init.patch | 12 + .../device-mapper-multipath_0.5.0.bb | 53 meta-cgl-common/recipes-cgl/drbd/drbd/drbd.service | 12

[yocto] [PATCH 1/2] [meta-cgl] device-mapper-multipath: add recipe

2014-12-02 Thread Bian Naimeng
Signed-off-by: Bian Naimeng bia...@cn.fujitsu.com --- .../device-mapper-multipath/multipathd.init.patch | 12 + .../device-mapper-multipath_0.5.0.bb | 53 ++ 2 files changed, 65 insertions(+) create mode 100644 meta-cgl-common/recipes-cgl/device-mapper

[yocto] [PATCH 2/2] [meta-cgl]drbd: add recipe

2014-12-02 Thread Bian Naimeng
Signed-off-by: Bian Naimeng bia...@cn.fujitsu.com --- meta-cgl-common/recipes-cgl/drbd/drbd/drbd.service | 12 + meta-cgl-common/recipes-cgl/drbd/drbd_8.4.4.bb | 57 ++ 2 files changed, 69 insertions(+) create mode 100644 meta-cgl-common/recipes-cgl/drbd/drbd

[yocto] [PATCH] [meta-cgl] corosync: upgrade to 1.4.7

2014-11-27 Thread Bian Naimeng
upgrade corosync from 1.2.8 to 1.4.7 Signed-off-by: Bian Naimeng bia...@cn.fujitsu.com --- .../recipes-cgl/corosync/corosync_1.2.8.bb | 46 --- .../recipes-cgl/corosync/corosync_1.4.7.bb | 51 ++ .../files/build-cleanup-configure-ac.patch