[yocto] [error-report-web][PATCH V2] Add local.conf and auto.conf into error details

2019-11-12 Thread changqing.li
From: Changqing Li Support to display local.conf and auto.conf on error report web. Here is commit in oe-core, which add local.conf/auto.conf into error report https://git.openembedded.org/openembedded-core/commit/?id=7adf9707c04d8ef6bcd8d8bda555687f705e6ee6 This commit is related to YOCTO #1325

[yocto] [error-report-web][PATCH] add local.conf and auto.conf as error details

2019-09-17 Thread changqing.li
From: Changqing Li support to display local.conf and auto.conf on error report web, this need to work with change in oe-core Signed-off-by: Changqing Li --- Post/0006_auto_20190917_0419.py | 24 Post/models.py | 2 ++ Post/parser.py |

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

2019-09-17 Thread changqing.li
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-initramfs cannot build success, failed during do_rootfs with belo

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

2019-09-17 Thread changqing.li
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 Yang Signed-off-by: Changqing Li --- ...sh-Remove-unneeded-lib-lsb-init-

[yocto] [meta-cgl][PATCH] libwww-perl: 6.35 -> 6.36

2019-09-02 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-perl/perl/{libwww-perl_6.35.bb => libwww-perl_6.36.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-cgl-common/recipes-perl/perl/{libwww-perl_6.35.bb => libwww-perl_6.36.bb} (79%) diff --git a/meta-cgl

[yocto] [meta-cgl][PATCH] pacemaker: upgrade 1.1.19 -> 1.1.21

2019-09-02 Thread changqing.li
From: Changqing Li License-Update: update e-mail address and URL Signed-off-by: Changqing Li --- ...o-not-execute-target-program-while-cross-.patch | 25 -- .../{pacemaker_1.1.19.bb => pacemaker_1.1.21.bb} | 6 -- 2 files changed, 18 insertions(+), 13 deletions(-)

[yocto] [meta-cgl][PATCH] monit: upgrade 5.25.2 -> 5.26.0

2019-09-02 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-cgl/monit/{monit_5.25.2.bb => monit_5.26.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-cgl-common/recipes-cgl/monit/{monit_5.25.2.bb => monit_5.26.0.bb} (90%) diff --git a/meta-cgl-common/

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

2019-08-30 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- recipes-extended/dpdk/dpdk.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc index 9dcec76..9b04881 100644 --- a/recipes-extended/dpdk/dpdk.inc +++ b/recipes-

[yocto] [meta-cloud-services][PATCH] glusterfs: support usrmerge

2019-08-29 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- recipes-extended/glusterfs/glusterfs.inc | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/recipes-extended/glusterfs/glusterfs.inc b/recipes-extended/glusterfs/glusterfs.inc index 40a3922..66e2bf1 100644 --- a/recipe

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

2019-08-29 Thread changqing.li
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(+), 3 deletions(-) diff --git a/recipes-extended/glusterfs/glusterfs.inc b/recipes

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

2019-08-29 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- recipes-extended/dpdk/dpdk.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/dpdk/dpdk.inc b/recipes-extended/dpdk/dpdk.inc index 9dcec76..08db741 100644 --- a/recipes-extended/dpdk/dpdk.inc +++ b/recipes-

[yocto] [meta-security][PATCH] keyutils: remove it

2019-08-01 Thread changqing.li
From: Changqing Li keyutils have been moved to meta-openembeded by this commit https://git.openembedded.org/meta-openembedded/commit/?id=415e213ad75ec9a93171c963395a1c4b92c6233b so remove this one Signed-off-by: Changqing Li --- .../keyutils/files/fix_library_install_path.patch | 28 -

[yocto] [meta-security][PATCH] keyutils: remove it

2019-08-01 Thread changqing.li
From: Changqing Li keyutils have been moved to meta-openembeded by this commit https://git.openembedded.org/meta-openembedded/commit/?id=415e213ad75ec9a93171c963395a1c4b92c6233b so remove this one Signed-off-by: Changqing Li --- .../keyutils/files/fix_library_install_path.patch | 28 -

[yocto] [patchtest-oe][PATCH] test_python_pylint.py: correct filepath passed to pylint

2019-07-31 Thread changqing.li
From: Changqing Li we cannot get abspath of the added/modified file from info which is generated by unidiff, we can only get path like: "scripts/lib/wic/plugins/source/bootimg-biosplusefi.py" So pylint will responsed as "scripts/lib/wic/plugins/ source/bootimg-biosplusefi.py does not exist" For

[yocto] [poky][PATCH] update-rc.d: update refer link

2019-06-20 Thread changqing.li
From: Changqing Li old referred link is not aligned with yocto's update-rc.d. update it to align with current one [Yocto #12955] Signed-off-by: Changqing Li --- documentation/ref-manual/ref-variables.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/ref-man

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

2019-06-13 Thread changqing.li
From: Changqing Li 4.9 is not avaiable currently, so remove version from bbappend and remove PREFERRED_VERSION. Signed-off-by: Changqing Li --- .../linux/{linux-yocto_4.%.bbappend => linux-yocto_%.bbappend} | 0 scripts/create-guest-machine | 5 ---

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

2019-06-13 Thread changqing.li
From: Changqing Li 4.9 is not avaiable currently, preferred version changed to 5.0, also correct the bbappend name Signed-off-by: Changqing Li --- .../linux/{linux-yocto_4.%.bbappend => linux-yocto_%.bbappend} | 0 scripts/create-guest-machine | 5

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

2019-06-13 Thread changqing.li
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 Li --- meta-patchtest/recipes-devtools/qemu/qemu-system-native_%.bbappend | 1 + meta-patchte

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

2019-06-13 Thread changqing.li
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 Li --- meta-patchtest/recipes-devtools/qemu/qemu-system-native_%.bbappend | 1 + meta-patchte

[yocto] [PATCH] samhain: add rconflict for client and server mode

2019-05-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- recipes-ids/samhain/samhain-client_4.3.2.bb | 1 + recipes-ids/samhain/samhain-server_4.3.2.bb | 1 + 2 files changed, 2 insertions(+) diff --git a/recipes-ids/samhain/samhain-client_4.3.2.bb b/recipes-ids/samhain/samhain-client_4.3.2.bb inde

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

2019-04-29 Thread changqing.li
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 for these options, it will only create start/stop link when there are none, or it will keep the previous configur

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

2019-04-29 Thread changqing.li
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 a package. The program will only install links if none are prese

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

2019-03-05 Thread changqing.li
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 by commit 6108d97f83b211f9eb245f339a412debd0ec5db4. The added test

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

2019-03-05 Thread changqing.li
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/COMPATIBLE_HOST to "" to avoid skip parse [Yocto #13005] [1] htt

[yocto] [meta-security][PATCH V2] xmlsec1: add PACKAGECONFIG disable-des

2019-02-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- recipes-security/xmlsec1/xmlsec1_1.2.27.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-security/xmlsec1/xmlsec1_1.2.27.bb b/recipes-security/xmlsec1/xmlsec1_1.2.27.bb index 0cd06c5..eac8d6b 100644 --- a/recipe

[yocto] [meta-security][PATCH] xmlsec1: add PACKAGECONFIG disable-des

2019-02-27 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- recipes-security/xmlsec1/xmlsec1_1.2.27.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-security/xmlsec1/xmlsec1_1.2.27.bb b/recipes-security/xmlsec1/xmlsec1_1.2.27.bb index 0cd06c5..76e3976 100644 --- a/recipes-security/xmlsec1

[yocto] [PATCH V2 2/2] ref-variables.xml: update manual page for update-rc.d

2019-01-21 Thread changqing.li
From: Changqing Li Currently, yocto doc refer link http://www.tin.org/bin/man.cgi? section=8&topic=update-rc.d. as man page of update-rc.d, but lastest debian udpate-rc.d have big difference with yocto, they need insserv and all the initscripts support LSB comment header. change to new link whic

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

2019-01-21 Thread changqing.li
From: Changqing Li Add support of enable/disable function, so that user can keep previous config like disable one service even after upgrade package. this patch need to work with oe-core patch [update-rc.d.bbclass: remove preinst and remove -f for postinst] [Yocto 12955] Signed-off-by: Changqi

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

2019-01-21 Thread changqing.li
These three patches are for support disable/enable function for update-rc.d change in V2: add some comments and fix commit message change in V1: * change of script update-rc.d is for support disable/enable of init script link * update-rc.d.bbclass remove preinst to make disable/enable can work af

[yocto] [PATCH V2 1/2] update-rc.d.bbclass: remove preinst and remove -f for postinst

2019-01-21 Thread changqing.li
From: Changqing Li *preinst use "-f remove" to remove any links in the /etc/rcrunlevel.d but this will make user cannot keep previous init script link after upgrade eg: user disable one service before upgrade, after upgrade, service could be started since during preinst, all link have be

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

2019-01-17 Thread changqing.li
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 SDK

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

2019-01-17 Thread changqing.li
change in V2: 1. move zip part to oe-core, and if usr want to use .zip file set SDK_ARCHIVE_TYPE to zip in local.conf 2. correct extract sdk function for qa test Changqing Li (1): testsdk: enhance extract sdk part lib/oeqa/sdkmingw/testsdk.py | 11 +-- 1 file changed, 9 insertions

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

2019-01-16 Thread changqing.li
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 Also tried to use

[yocto] [PATCH V2] patchtest: several enhancement

2019-01-15 Thread changqing.li
From: Changqing Li * since we need use git-pw in patchwork, and that need GitPython/ requests, so add them into requirements.txt * fetch-mboxes: add option for supprt select which project to fetch , not always use default oe-core for pull-events * test-mboxes: crontab's stdin

[yocto] [PATCH V2] patchtest: several enhancement for docker

2019-01-15 Thread changqing.li
change in V2: fix bug in pw-host-test change in V1: based on previous script guest, which run qemu, and run testcase in qemu, change to pw-host-test, change to run directly on host. and will be used by dockerfile in patchwork, detail deploy can refer change in patchwork for docker deployment. Ch

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

2019-01-15 Thread changqing.li
From: Changqing Li Add a dockerfile for easy deploy patchwork and patchtest in docker Signed-off-by: Changqing Li --- Dockerfile.pw | 52 +++ README.pw | 32 ++ requirements.txt | 1

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

2019-01-15 Thread changqing.li
change in v2: run getmail in crontab Changqing Li (1): patchwork: Add a dockerfile for deploy patchwork and patchtest Dockerfile.pw | 52 +++ README.pw | 32 ++ requirements.txt |

[yocto] [patchtest][PATCH] patchtest: several enhancement

2018-12-28 Thread changqing.li
From: Changqing Li * since we need use git-pw in patchwork, and that need GitPython/ requests, so add them into requirements.txt * fetch-mboxes: add option for supprt select which project to fetch , not always use default oe-core for pull-events * test-mboxes: crontab's stdin

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

2018-12-28 Thread changqing.li
From: Changqing Li Add a dockerfile for easy deploy patchwork and patchtest in docker Signed-off-by: Changqing Li --- Dockerfile.pw | 52 +++ README.pw | 32 ++ requirements.txt | 1

[yocto] [patchwork][PATCH] patchwork: support wsgi

2018-12-18 Thread changqing.li
From: Changqing Li provide option of use like nginx + wsgi, this file is backported from patchwork upstream https://github.com/getpatchwork/patchwork Signed-off-by: Changqing Li --- patchwork/wsgi.py | 30 ++ 1 file changed, 30 insertions(+) create mode 100644 patc

[yocto] [PATCH] ref-variables.xml: update manual page for update-rc.d

2018-11-09 Thread changqing.li
From: Changqing Li Currently, yocto doc refer link http://www.tin.org/bin/man.cgi? section=8&topic=update-rc.d. as man page of update-rc.d, but lastest debian udpate-rc.d have big difference with ours, they need insserv and all the initscripts support LSB comment header. change to new link which

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

2018-11-09 Thread changqing.li
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 + 1 file changed, 70 insertions(+) diff --git a/update-rc.d b/up

[yocto] [PATCH][meta-mingw] mingw32-common: only export WINDRES/RC for SDK build

2018-10-18 Thread changqing.li
From: Changqing Li Fix below problem: MACHINE=intel-x86-64 SDKMACHINE = "i686-mingw32" bitbake freetype do_compile failed with below error: x86_64-wrs-linux-libtool: compile: x86_64-wrs-linux-windres --include-dir=work/corei7-64-wrs-linux/freetype/2.9.1-r0/recipe-sysroot/usr/include /work/corei

[yocto] [PATCH][meta-virtualization] oci-runtime-tools: fix do package qa warning

2018-09-29 Thread changqing.li
From: Changqing Li fix below warning: do_package_qa: QA Issue: ELF binary 'xxx/usr/sbin/oci-runtime-tool' has relocations in .text [textrel] Add GOBUILDFLAGS which have -buildmode=pie to fix the problem Signed-off-by: Changqing Li --- .../files/0001-fix-do_package_qa-error.patch | 32 ++

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

2018-09-29 Thread changqing.li
From: Changqing Li fix below warning: 1.do_package_qa: QA Issue: No GNU_HASH in the elf binary: xxx/usr/sbin/registry' [ldflags] 2.do_package_qa: QA Issue: ELF binary 'xxx/usr/sbin/registry' has relocations in .text [textrel] Add GOBUILDFLAGS which have -buildmode=pie to fix the second problem

[yocto] [PATCH][meta-virtualization] oci-image-tools: fix do package qa warning

2018-09-29 Thread changqing.li
From: Changqing Li fix below warning: do_package_qa: QA Issue: ELF binary 'xxx/usr/sbin/oci-image-tool' has relocations in .text [textrel] Add GOBUILDFLAGS which have -buildmode=pie to fix the problem Signed-off-by: Changqing Li --- .../files/0001-fix-do_package_qa-error.patch | 32

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

2018-09-29 Thread changqing.li
From: Changqing Li fix below warning: do_package_qa: QA Issue: ELF binary 'xxx/usr/bin/docker' has relocations in .text [textrel] Signed-off-by: Changqing Li --- recipes-containers/docker/docker_git.bb| 1 + .../files/0001-fix-do_package_qa-error.patch | 31 +

[yocto] [PATCH][meta-security] bseccomp: fix do package qa warning

2018-09-29 Thread changqing.li
From: Changqing Li Fix below warning: lib32-libseccomp-2.3.3-r0 do_package: QA Issue: lib32-libseccomp: Files/directories were installed but not shipped in any package: Signed-off-by: Changqing Li --- recipes-security/libseccomp/libseccomp_2.3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 de

[yocto] [PATCH V2][meta-cgl] pacemaker: Upgrade 1.1.16 -> 1.1.19

2018-08-20 Thread changqing.li
From: Changqing Li 1. Upgrade pacemaker to 1.1.19 2. fence_legacy/fence_pcmk in package pacemaker requires /usr/bin/perl, but no providers found in RDEPENDS_pacemaker, so add it Signed-off-by: Changqing Li --- ...-pacemaker-fix-compile-error-of-musl-libc.patch | 56 ++

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

2018-08-12 Thread changqing.li
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), but there are big differences with original one. I don't have condition to test this now, I can only go as far as builds OK

[yocto] [PATCH][meta-cgl] pacemaker: upgrade 1.1.16 -> 1.1.19

2018-08-10 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- ...-pacemaker-fix-compile-error-of-musl-libc.patch | 56 ++ .../pacemaker/0001-pacemaker-fix-xml-config.patch | 19 +--- .../{pacemaker_1.1.16.bb => pacemaker_1.1.19.bb} | 7 ++- 3 files changed, 73 insertions(+), 9

[yocto] [PATCH][meta-cgl] libtest-pod-perl: 1.51 -> 1.52

2018-08-10 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../perl/{libtest-pod-perl_1.51.bb => libtest-pod-perl_1.52.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-cgl-common/recipes-perl/perl/{libtest-pod-perl_1.51.bb => libtest-pod-perl_1.52.bb} (78%) diff --git

[yocto] [PATCH][meta-cgl] monit: 5.20.0 -> 5.25.2

2018-08-10 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../recipes-cgl/monit/{monit_5.20.0.bb => monit_5.25.2.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-cgl-common/recipes-cgl/monit/{monit_5.20.0.bb => monit_5.25.2.bb} (91%) diff --git a/meta-cgl-common/

[yocto] [PATCH][meta-cgl] libwww-perl: 6.05 -> 6.35

2018-08-10 Thread changqing.li
From: Changqing Li License-Update: license file change from README to LICENSE Signed-off-by: Changqing Li --- .../perl/{libwww-perl_6.05.bb => libwww-perl_6.35.bb} | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) rename meta-cgl-common/recipes-perl/perl/{libwww-perl_6

[yocto] [PATCH][meta-cgl] crmsh: 2.3.2 -> 3.0.3

2018-08-10 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta-cgl-common/recipes-cgl/crmsh/{crmsh_2.3.2.bb => crmsh_3.0.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-cgl-common/recipes-cgl/crmsh/{crmsh_2.3.2.bb => crmsh_3.0.3.bb} (87%) diff --git a/meta-cgl-common/rec

[yocto] [PATCH][meta-cgl] libsocket6-perl: 0.23 -> 0.28

2018-08-10 Thread changqing.li
From: Changqing Li License-Update: copyright year update Signed-off-by: Changqing Li --- .../0001-socket6-perl-fix-configure-error.patch| 34 ++ ...ocket6-perl_0.23.bb => libsocket6-perl_0.28.bb} | 10 --- 2 files changed, 40 insertions(+), 4 deletions(-) create mo

[yocto] [PATCH][meta-cgl] libmailtools-perl: 2.18 -> 2.20

2018-08-10 Thread changqing.li
From: Changqing Li License-Update: copyright year update Signed-off-by: Changqing Li --- .../perl/{libmailtools-perl_2.18.bb => libmailtools-perl_2.20.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-cgl-common/recipes-perl/perl/{libmailtools-perl_2.18.bb => libm

[yocto] [PATCH][meta-cgl] pacemaker: remove depend on openais

2018-07-24 Thread changqing.li
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-by: Changqing Li --- meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.1.16.bb | 2 +- 1 fi

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

2018-07-24 Thread changqing.li
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-by: Changqing Li --- meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.1.16.bb | 2 +- 1 fi

[yocto] [PATCH] iucode-tool: add a service file (systemd)

2018-07-15 Thread changqing.li
From: Changqing Li Add a service file (systemd), so that the microcode can be uploaded automatically Signed-off-by: Changqing Li --- recipes-core/microcode/iucode-tool/iucode-tool.service | 11 +++ recipes-core/microcode/iucode-tool_2.3.1.bb| 17 +++-- 2 files c