Re: [yocto] [meta-cgl][PATCH 1/2] core-image-cgl/core-image-cgl-initramfs: remove them

2019-11-21 Thread Changqing Li
ping On 9/17/19 4:04 PM, changqing...@windriver.com wrote: From: Changqing Li remove core-image-cgl.bb and core-image-cgl-initramfs.bb * They require core-image-lsb.bb which has been removed by oe-core * Even before LSB support is dropped by oe-core, core-image-cgl and core-image-cgl

Re: [yocto] [meta-cgl][PATCH 2/2] ocfs2-tools: Remove lsb from RDEPENDS

2019-11-11 Thread Changqing Li
ping On 9/17/19 4:04 PM, changqing...@windriver.com wrote: From: Changqing Li The lsb had been removed from oe-core, and the "systemctl start o2cb/ocfs2" works well after patched, when systemd (no /etc/init.d/functions, either), so remove the unneeded line. Signed-off-by: Robert Ya

Re: [yocto] [meta-dpdk][PATCH] dpdk: support usrmerge

2019-08-30 Thread Changqing Li
On 8/30/19 2:43 PM, Mittal, Anuj wrote: On Fri, 2019-08-30 at 13:58 +0800, changqing...@windriver.com wrote: -export MODULE_DIR="/lib/modules/${KERNEL_VERSION}/kernel/drivers/net" +export MODULE_DIR="${@bb.utils.contains('DISTRO_FEATURES','usrmerge'

Re: [yocto] [meta-cloud-services][PATCH 1/14] glusterfs: support usrmerge [LINUXEXEC-1807]

2019-08-30 Thread Changqing Li
Please ignore this mail On 8/30/19 2:09 PM, changqing...@windriver.com wrote: From: Changqing Li Issue: LINUXEXEC-1807 (LOCAL REV: NOT UPSTREAM) -- send upstream 20190830 Signed-off-by: Changqing Li --- recipes-extended/glusterfs/glusterfs.inc | 8 +--- 1 file changed, 5 insertions

Re: [yocto] [patchtest][PATCH V2] patchtest: fix linux-yocto version

2019-08-13 Thread Changqing Li
Hi, Richard This patchset need to be merged. patchtest: fix linux-yocto version and patchtest: fix virtio-9p-pci is not a valid device Thanks On 6/13/19 5:16 PM, changqing...@windriver.com wrote: From: Changqing Li 4.9 is not avaiable currently, so remove version from bbappend and remove

Re: [yocto] [PATCH V3] update-rc.d: support enable/disable options

2019-06-20 Thread Changqing Li
On 6/20/19 3:28 PM, richard.pur...@linuxfoundation.org wrote: On Thu, 2019-06-20 at 10:07 +0800, Changqing Li wrote: Please also help to review this patch, Thanks. This patch needs to go to OE-Core for the bbclass part. The documentation piece needs to be separated out as its a different

Re: [yocto] [PATCH V3] update-rc.d: support enable/disable options

2019-06-19 Thread Changqing Li
Please also help to review this patch, Thanks. On 4/30/19 2:56 PM, changqing...@windriver.com wrote: From: Changqing Li * update-rc.d has added support of enable/disable options, which are expected to keep the previous configuration even after upgrade the packages. With support

Re: [yocto] [update-rc.d][PATCH V3] update-rc.d: support enable/disable options

2019-06-19 Thread Changqing Li
On 6/19/19 10:43 PM, Richard Purdie wrote: On Tue, 2019-04-30 at 14:56 +0800, changqing...@windriver.com wrote: From: Changqing Li Add support of enable/disable options, refer https://manpages.debian.org/wheezy/sysv-rc/update-rc.d.8.en.html With support of these options, the usr can never

Re: [yocto] [update-rc.d][PATCH V3] update-rc.d: support enable/disable options

2019-06-17 Thread Changqing Li
ping On 5/28/19 8:59 AM, Changqing Li wrote: ping On 4/30/19 2:56 PM, changqing...@windriver.com wrote: From: Changqing Li Add support of enable/disable options, refer https://manpages.debian.org/wheezy/sysv-rc/update-rc.d.8.en.html With support of these options, the usr can never change

Re: [yocto] [patchtest][PATCH 2/2] patchtest: fix linux-yocto version

2019-06-13 Thread Changqing Li
On 6/13/19 4:29 PM, Adrian Bunk wrote: On Thu, Jun 13, 2019 at 03:46:04PM +0800, changqing...@windriver.com wrote: From: Changqing Li 4.9 is not avaiable currently, preferred version changed to 5.0, also correct the bbappend name 5.0 is already EOL upstream and will be removed soon

Re: [yocto] [PATCH 1/2] patchtest: fix virtio-9p-pci is not a valid device

2019-06-13 Thread Changqing Li
Please ignore this one, I resend one. On 6/13/19 3:45 PM, changqing...@windriver.com wrote: From: Changqing Li fix error during runqemu: test_mount: 'virtio-9p-pci' is not a valid device model name recipe qemu has been splited into qemu/qemu-native/qemu-sytem-native Signed-off-by: Changqing

Re: [yocto] [patchtest-oe][PATCH] test_metadata_src_uri: new unittest detecting added patch files without modifying SRC_URI

2019-05-28 Thread Changqing Li
On 5/28/19 10:53 PM, akuster wrote: On 5/27/19 6:00 PM, Changqing Li wrote: ping On 4/29/19 2:10 PM, Changqing Li wrote: ping Does this mean you have a working knowledge of patchtest? The one used by the project appears to be off line.  Can you help? kind regards, Armin I have do some

Re: [yocto] [update-rc.d][PATCH V3] update-rc.d: support enable/disable options

2019-05-27 Thread Changqing Li
ping On 4/30/19 2:56 PM, changqing...@windriver.com wrote: From: Changqing Li Add support of enable/disable options, refer https://manpages.debian.org/wheezy/sysv-rc/update-rc.d.8.en.html With support of these options, the usr can never change an existing configuration even after upgrading

Re: [yocto] [patchtest-oe][PATCH] test_metadata_src_uri: new unittest detecting added patch files without modifying SRC_URI

2019-05-27 Thread Changqing Li
ping On 4/29/19 2:10 PM, Changqing Li wrote: ping On 3/5/19 5:59 PM, changqing...@windriver.com wrote: From: Changqing Li Adds new unittest detecting when a patch file is added but no corresponding change to the SRC_URI is done. This patch is from , get from commit

Re: [yocto] [meta-mingw][PATCH V2] testsdk: enhance extract sdk part

2019-05-05 Thread Changqing Li
wrote: From: Changqing Li Current sdk type is tar.xz, but for mingw sdk, since we have symlink under the sdk folder, 7zip which used to extract tar.xz cannot handle it, refer 7zip upstream bug: https://sourceforge.net/p/sevenzip/discussion/45797/thread/c71d6b96/ so oe-core have add support of change

Re: [yocto] [patchtest-oe][PATCH] test_metadata_src_uri: new unittest detecting added patch files without modifying SRC_URI

2019-04-29 Thread Changqing Li
ping On 3/5/19 5:59 PM, changqing...@windriver.com wrote: From: Changqing Li Adds new unittest detecting when a patch file is added but no corresponding change to the SRC_URI is done. This patch is from , get from commit 49201c19cfe4cadd127b112d2858d5b28db49c20, this commit is reverted

Re: [yocto] [patchtest][PATCH] core-image-patchtest: avoid skip parse recipe

2019-04-29 Thread Changqing Li
ping On 3/5/19 5:59 PM, changqing...@windriver.com wrote: From: Changqing Li patchtest [1] failed since the recipe is skipparsed since it defines REQUIRED_DISTRO_FEATURES. patchtest don't really need DISTRO_FEATURES, so fix the problem by set REQUIRED_DISTRO_FEATURES/ COMPATIBLE_MACHINE

Re: [yocto] [PATCH V2 0/2] update-rc.d: support enable/disable function

2019-02-26 Thread Changqing Li
-rc.d.bbclass remove preinst to make disable/enable can work after upgrade * fix the doc manual Changqing Li (2): update-rc.d.bbclass: remove preinst and remove -f for postinst ref-variables.xml: update manual page for update-rc.d documentation/ref-manual/ref-variables.xml | 2 +- meta

Re: [yocto] [PATCH V2] patchwork: Add a dockerfile for deploy patchwork and patchtest

2019-02-10 Thread Changqing Li
. On Mon, 2019-01-28 at 20:30 -0500, Randy MacLeod wrote: On 1/16/19 12:37 AM, changqing...@windriver.com wrote: From: Changqing Li Ping? Jose, are you maintaining this repo? http://git.yoctoproject.org/cgit/cgit.cgi/patchwork/about/ You were the committer for most of the recent work. ../Randy

Re: [yocto] [meta-mingw][PATCH V2] testsdk: enhance extract sdk part

2019-01-21 Thread Changqing Li
-next, it would be very helpful. Thanks Yes, I will do it. On Thu, 2019-01-17 at 17:49 +0800, changqing...@windriver.com wrote: From: Changqing Li Current sdk type is tar.xz, but for mingw sdk, since we have symlink under the sdk folder, 7zip which used to extract tar.xz cannot handle

Re: [yocto] [meta-mingw][PATCH] mingw32-common: change mingw sdk to .zip type

2019-01-16 Thread Changqing Li
, 2019, 3:37 AM From: Changqing Li Current sdk type is tar.xz, but for mingw sdk, since we have symlink under the sdk folder, 7zip which used to extract tar.xz cannot handle it, refer 7zip upstream bug: https://sourceforge.net/p/sevenzip/discussion/45797/thread/c71d6b96/ so change to .zip type

Re: [yocto] [PATCH] update-rc.d: support enable/disable function

2018-12-26 Thread Changqing Li
Ping On 12/5/18 4:13 PM, Changqing Li wrote: ping On 11/26/18 11:35 AM, Changqing Li wrote: Ping On 11/9/18 5:44 PM, changqing...@windriver.com wrote: From: Changqing Li Add support of enable/disable function, so that user can keep previous config after upgrade package Signed-off

Re: [yocto] [PATCH] update-rc.d: support enable/disable function

2018-12-05 Thread Changqing Li
ping On 11/26/18 11:35 AM, Changqing Li wrote: Ping On 11/9/18 5:44 PM, changqing...@windriver.com wrote: From: Changqing Li Add support of enable/disable function, so that user can keep previous config after upgrade package Signed-off-by: Changqing Li ---   update-rc.d | 70

Re: [yocto] [PATCH] update-rc.d: support enable/disable function

2018-11-25 Thread Changqing Li
Ping On 11/9/18 5:44 PM, changqing...@windriver.com wrote: From: Changqing Li Add support of enable/disable function, so that user can keep previous config after upgrade package Signed-off-by: Changqing Li --- update-rc.d | 70

Re: [yocto] [PATCH][meta-virtualization] docker-distribution: fix do package qa warning

2018-09-29 Thread Changqing Li
On 09/30/2018 01:12 AM, Bruce Ashfield wrote: These are all to the wrong mailing list, please resend them to the meta-virtualization list. OK. On 2018-09-29 5:26 AM, changqing...@windriver.com wrote: From: Changqing Li fix below warning: 1.do_package_qa: QA Issue: No GNU_HASH

Re: [yocto] [PATCH][meta-dpdk] dpdk-dev-libibverbs: fix do_fetch error

2018-08-27 Thread Changqing Li
On 08/28/2018 09:42 AM, Anuj Mittal wrote: On 08/23/2018 04:40 PM, Changqing Li wrote: On 08/14/2018 10:27 AM, Anuj Mittal wrote: On 08/14/2018 09:37 AM, Changqing Li wrote: On 08/13/2018 02:35 PM, Anuj Mittal wrote: On 08/13/2018 01:22 PM, changqing...@windriver.com wrote: From

Re: [yocto] [PATCH][meta-dpdk] dpdk-dev-libibverbs: fix do_fetch error

2018-08-23 Thread Changqing Li
On 08/14/2018 10:27 AM, Anuj Mittal wrote: On 08/14/2018 09:37 AM, Changqing Li wrote: On 08/13/2018 02:35 PM, Anuj Mittal wrote: On 08/13/2018 01:22 PM, changqing...@windriver.com wrote: From: Changqing Li original URI have been deleted(don't know why). I noticed there is an official

Re: [linux-yocto] [PATCH] dmm.cfg: Change dm-multipath from built-in kernel module to LKM

2018-08-22 Thread Changqing Li
It is for: kernel version:    yocto-kernel-cahe: linux-yocto-dev   master linux-yocto-4.12  yocto-4.12 On 08/23/2018 09:49 AM, changqing...@windriver.com wrote: From: Changqing Li It is better to use LKM for dm-multipath. 1. For multipathd service, it will modprobe dm-multipath

Re: [yocto] [PATCH][meta-dpdk] dpdk-dev-libibverbs: fix do_fetch error

2018-08-13 Thread Changqing Li
On 08/13/2018 02:35 PM, Anuj Mittal wrote: On 08/13/2018 01:22 PM, changqing...@windriver.com wrote: From: Changqing Li original URI have been deleted(don't know why). I noticed there is an official libibverbs(https://git.kernel.org/pub/scm/libs/infiniband /libibverbs.git), The deprecation

Re: [yocto] [PATCH] pacemaker: remove depend on openais

2018-07-25 Thread Changqing Li
Please ignore this patch. On 07/25/2018 02:41 PM, changqing...@windriver.com wrote: From: Changqing Li corosync 1.x have removed from meta-cgl, and use corosync under meta-networking. corosync 2.x can replace corosync 1.x + openais (in meta-cgl), so remove depend on openais Signed-off

Re: [linux-yocto] [PATCH] Add scsi device handler

2018-07-02 Thread Changqing Li
On 07/03/2018 10:16 AM, Bruce Ashfield wrote: What kernel versions is this for ? Bruce kernel version:    yocto-kernel-cahe: linux-yocto-dev   master linux-yocto-4.12  yocto-4.12 //changqing On 2018-07-02 1:34 AM, Changqing Li wrote: multipathd service depend on kernel module

[yocto] [PATCH] samhain: correct service status

2018-06-26 Thread Changqing Li
status get by "systemctl status samhain" is not correct. It is active(exited) now. but actually, there is a dameon running, it should be active(running). so change Type of servive. Signed-off-by: Changqing Li --- recipes-security/samhain/files/samhain.service | 2 +- 1 file changed, 1

[yocto] [PATCH][meta-cloud-services] spice: remove spice receipe from meta-cloud-services

2018-06-21 Thread Changqing Li
spice have been export to meta-openembedded/meta-networking, and have newer version. spice under this layer now have compile error, but spice under networking layer don't. Maybe we should not maintain 2 same spices, so delete it. Signed-off-by: Changqing Li --- ...ros-in-printf-to-keep