[OE-core] [PATCH] meta-environment: make rpm and dnf work in toolchain

2019-09-01 Thread Zheng Ruoqin
We need to configure dnf and rpm to use and make it compatible with package architecture from yocto build system. Signed-off-by: Zheng Ruoqin --- meta/recipes-core/meta/meta-environment.bb | 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta/recipes-core/meta/meta

Re: [OE-core] [PATCH] meta-environment: make rpm and dnf work in toolchain

2019-09-03 Thread Zheng, Ruoqin
ipe? -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) From: Alexander Kanavin [mailto:alex.kana...@gmail.com] Sent: Monday, September 02, 2019 4:12 PM To: Zheng, Ruoqin/郑 若钦 Cc: OE-core Subject: Re: [OE-core] [PATCH] meta-environment: make

[OE-core] [PATCH] rpm: make rpm work in toolchain.

2019-09-09 Thread Zheng Ruoqin
We need to configure rpm to use package architecture from yocto build system. Signed-off-by: Zheng Ruoqin --- meta/recipes-devtools/rpm/rpm_4.14.2.1.bb | 15 +++ 1 file changed, 15 insertions(+) diff --git a/meta/recipes-devtools/rpm/rpm_4.14.2.1.bb b/meta/recipes-devtools/rpm

Re: [OE-core] [PATCH] rpm: make rpm work in toolchain.

2019-09-09 Thread Zheng, Ruoqin
y/2.7+snapshot/sysroots/core2-64-poky-linux. As each ARCH has its own target-sysroot, config file will not be covered. -- -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 2

Re: [OE-core] [PATCH] rpm: make rpm work in toolchain.

2019-09-09 Thread Zheng, Ruoqin
/rpmrc. -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com From: Alexander Kanavin [mailto:alex.kana...@gmail.com] Sent: Monday, September 09, 2019 7:07 PM To:

[OE-core] [PATCH v2] rpm: make rpm work in toolchain.

2019-09-09 Thread Zheng Ruoqin
inefficacy. To resolve it, put config file in target-sysroot like /opt/poky/2.7+snapshot/sysroots/core2-64-poky-linux. As each ARCH has its own target-sysroot, config file will not be covered. Signed-off-by: Zheng Ruoqin --- meta/recipes-devtools/rpm/rpm_4.14.2.1.bb | 15 +++ 1

Re: [OE-core] [PATCH] rpm: make rpm work in toolchain.

2019-09-09 Thread Zheng, Ruoqin
Hi Alex: Ok, I will send a V3 patch. -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com From: Alexander Kanavin

Re: [OE-core] [PATCH] rpm: make rpm work in toolchain.

2019-09-10 Thread Zheng, Ruoqin
, the value of ${PACKAGE_ARCHS} will always be “all any noarch x86_64-nativesdk” which is not suitable for x86, arm and other ARCHS. So I’d like to put config file in the rpm of meta-environment. Did you have any good Suggestions? -- Zheng Ruoqin

Re: [OE-core] [PATCH] rpm: make rpm work in toolchain.

2019-09-10 Thread Zheng, Ruoqin
echo 'export OECORE_DISTRO_VERSION="${DISTRO_VERSION}"' >> $script + echo 'export MACHINE_ARCH=${MACHINE_ARCH}' >> $script echo 'export OECORE_SDK_VERSION="${SDK_VERSION}"' >> $script I guess if it can work, maybe post

[OE-core] [PATCH v3] rpm: make rpm work in toolchain.

2019-09-12 Thread Zheng Ruoqin
settings inefficacy. To resolve it, put config file in target-sysroot like /opt/poky/2.7+snapshot/sysroots/core2-64-poky-linux. As each ARCH has its own target-sysroot, config file will not be covered. Signed-off-by: Zheng Ruoqin --- meta/recipes-devtools/rpm/rpm_4.14.2.1.bb | 16 1

[OE-core] [PATCH] dnf: make dnf work in toolchain

2019-09-15 Thread Zheng Ruoqin
inefficacy. To resolve it, put config file in target-sysroot like /opt/poky/2.7+snapshot/sysroots/core2-64-poky-linux. As each ARCH has its own target-sysroot, config file will not be covered. Signed-off-by: Zheng Ruoqin --- meta/recipes-devtools/dnf/dnf_4.2.2.bb | 14 ++ 1 file changed

Re: [OE-core] [PATCH] dnf: make dnf work in toolchain

2019-09-16 Thread Zheng, Ruoqin
st for? Thanks ------ Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com > -Original Message- > From: Richard Purdie [mailto:richard.pur...@linuxfoundatio

Re: [OE-core] [PATCH] dnf: make dnf work in toolchain

2019-09-17 Thread Zheng, Ruoqin
t () - Ran 1 test in 317.642s 2019-09-17 11:17:07,065 - oe-selftest - INFO - oe-selftest - OK - All required tests passed (successes=1, skipped=0, failures=0, errors=0) ------ Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) AD

Re: [OE-core] [PATCH] dnf: make dnf work in toolchain

2019-09-23 Thread Zheng, Ruoqin
ping -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com > -Original Message- > From: openembedded-cor

[OE-core] [PATCH v4] rpm: make rpm work in toolchain.

2019-09-24 Thread Zheng Ruoqin
settings inefficacy. To resolve it, put config file in target-sysroot like /opt/poky/2.7+snapshot/sysroots/core2-64-poky-linux. As each ARCH has its own target-sysroot, config file will not be covered. Signed-off-by: Zheng Ruoqin --- meta/recipes-devtools/rpm/files/rpm-setup.py | 27

Re: [OE-core] ✗ patchtest: failure for rpm: make rpm work in toolchain. (rev4)

2019-09-26 Thread Zheng, Ruoqin
suggestion? -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com > -Original Message- > From: Patchwork [mailto:

Re: [OE-core] ✗ patchtest: failure for rpm: make rpm work in toolchain. (rev4)

2019-10-01 Thread Zheng, Ruoqin
ping -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com > -Original Message- > From: openembedded-cor

Re: [OE-core] [PATCH v4] rpm: make rpm work in toolchain.

2019-10-06 Thread Zheng, Ruoqin
ivesdk-rpm recipe machine specific ". The config file is processed by script in post-relocate-setup.d/ the same as that in nativesdk-meson. ------ Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software

Re: [OE-core] [PATCH v4] rpm: make rpm work in toolchain.

2019-10-14 Thread Zheng, Ruoqin
arch info? Do you have any suggestion about it? -- ------ Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com > -Original

[OE-core] [PATCH] libx11: Upgrade to 1.6.9

2019-10-22 Thread Zheng Ruoqin
1) Upgrade libx11 from 1.6.8 to 1.6.9. 2) Delete patches for they have been meraged in new version. no-host-libtool.patch no-host-x.patch Signed-off-by: Zheng Ruoqin --- meta/recipes-graphics/xorg-lib/libx11.inc | 7 ++-- .../xorg-lib/libx11/no-host-libtool.patch | 45

[OE-core] [zeus][PATCH] tiff: Refresh patch

2019-11-20 Thread Zheng Ruoqin
Refresh CVE-2019-7663.patch as it can't be applyed when using PATCHTOOL = "patch". Signed-off-by: Zheng Ruoqin --- .../libtiff/tiff/CVE-2019-7663.patch | 71 -- 1 file changed, 26 insertions(+), 45 deletions(-) diff --git a/meta/recipes-mul

[OE-core] [PATCH] tiff: Refresh patch

2019-11-20 Thread Zheng Ruoqin
Refresh CVE-2019-7663.patch as it can't be applyed when using PATCHTOOL = "patch". Signed-off-by: Zheng Ruoqin --- .../libtiff/tiff/CVE-2019-7663.patch | 71 -- 1 file changed, 26 insertions(+), 45 deletions(-) diff --git a/meta/recipes-mul

Re: [OE-core] [PATCH] toolchain-scripts: make rpm work in toolchain

2019-08-02 Thread Zheng, Ruoqin
ping -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com > -Original Message- > From: openembedded-cor

[OE-core] [PATCH] python3-mako: 1.0.14 -> 1.1.0

2019-08-07 Thread Zheng Ruoqin
Upgrade python3-mako from 1.0.14 to 1.1.0. Signed-off-by: Zheng Ruoqin --- .../python/{python3-mako_1.0.14.bb => python3-mako_1.1.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-mako_1.0.14.bb => python3-mako_1.1.0.bb} (75%)

[OE-core] [PATCH v2] toolchain-scripts: make rpm work in toolchain

2019-08-11 Thread Zheng Ruoqin
Rpm need to read the arch info, but $script did not provide it, so add it. Signed-off-by: Zheng Ruoqin --- meta/classes/toolchain-scripts.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain-scripts.bbclass index 1a2ec4f3b2

Re: [OE-core] [PATCH v2] toolchain-scripts: make rpm work in toolchain

2019-08-11 Thread Zheng, Ruoqin
Hi Sorry, I have missed the previous mail. So please ignore this mail. I will think about a new way to fix this problem. -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing

[OE-core] [PATCH] xkbcomp: upgrade 1.4.2 -> 1.4.3

2020-03-04 Thread Zheng Ruoqin
Signed-off-by: Zheng Ruoqin --- .../xorg-app/{xkbcomp_1.4.2.bb => xkbcomp_1.4.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-app/{xkbcomp_1.4.2.bb => xkbcomp_1.4.3.bb} (79%) diff --git a/meta/recipes-graphics/xorg-app/xkbcomp

[OE-core] [PATCH] util-linux: 2.28.1 -> 2.29

2016-12-12 Thread Zheng Ruoqin
Upgrade util-linux from 2.28.1 to 2.29 Signed-off-by: Zheng Ruoqin --- .../util-linux/{util-linux_2.28.1.bb => util-linux_2.29.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-core/util-linux/{util-linux_2.28.1.bb => util-linux_2.29.bb} (84%)

[OE-core] [PATCH] wpa-supplicant: 2.5 -> 2.6

2016-12-12 Thread Zheng Ruoqin
0002-Remove-newlines-from-wpa_supplicant-config-network-o.patch 0003-Reject-SET-commands-with-newline-characters-in-the-s.patch 3)License checksum changes are not related to license changes. Signed-off-by: Zheng Ruoqin --- ...parameter-set-with-invalid-passphrase-cha.patch | 55

[OE-core] [PATCH] e2fsprogs 1.43 -> 1.43.3

2016-12-14 Thread Zheng Ruoqin
Upgrade e2fsprogs from 1.43 to 1.43.3 Signed-off-by: Zheng Ruoqin --- .../e2fsprogs/{e2fsprogs_1.43.bb => e2fsprogs_1.43.3.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.43.bb => e2fsprogs_1.43.3.bb} (98%)

[OE-core] [PATCH 0/2 V2] gdb 7.11.1 -> 7.12

2016-12-15 Thread Zheng Ruoqin
-restrict-keyword-conflict.patch 0011-avx_mpx.patch 3) Change default gdb config to 7.12 Zheng Ruoqin (2): [OE-core] [PATCH] gdb 7.11.1 -> 7.12 [OE-core] [PATCH] Change default gdb config meta/conf/distro/include/tcmode-default.inc|2 +- meta/recipes-devtools/gdb/gdb-7.11.1.

[OE-core] [PATCH] [PATCH 2/2 V2] Change default gdb config

2016-12-15 Thread Zheng Ruoqin
Change default gdb config to 7.12 Signed-off-by: Zheng Ruoqin --- meta/conf/distro/include/tcmode-default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index ca3c5ec..16e1e55

[OE-core] [PATCH] dbus-glib 0.106 -> 0.108

2016-12-15 Thread Zheng Ruoqin
Upgrade dbus-glib from 0.106 to 0.108 Signed-off-by: Zheng Ruoqin --- meta/recipes-core/dbus/dbus-glib_0.106.bb | 4 meta/recipes-core/dbus/dbus-glib_0.108.bb | 4 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta/recipes-core/dbus/dbus-glib_0.106.bb create

[OE-core] [PATCH] shared-mime-info 1.6 -> 1.8

2016-12-19 Thread Zheng Ruoqin
Upgrade shared-mime-info from 1.6 to 1.8 Signed-off-by: Zheng Ruoqin --- meta/recipes-support/shared-mime-info/shared-mime-info_1.6.bb | 7 --- meta/recipes-support/shared-mime-info/shared-mime-info_1.8.bb | 7 +++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644

[OE-core] [PATCH] elfutils 0.166->0.167

2016-12-21 Thread Zheng Ruoqin
futils-0.167/mips_backend.diff elfutils-0.166/m68k_backend.diff -> elfutils-0.167/m68k_backend.diff elfutils-0.166/0001-build-Provide-alternatives-for-glibc-assumptions-hel.patch -> elfutils-0.167/0001-build-Provide-alternatives-for-glibc-assumptions-hel.patch Signed-off-by:

[OE-core] [PATCH v2] elfutils 0.166->0.167

2016-12-22 Thread Zheng Ruoqin
-0.166/m68k_backend.diff -> elfutils-0.167/m68k_backend.diff elfutils-0.166/0001-build-Provide-alternatives-for-glibc-assumptions-hel.patch -> elfutils-0.167/0001-build-Provide-alternatives-for-glibc-assumptions-hel.patch Signed-off-by: Zheng Ruoqin --- ...m-Silence-Werror-maybe-uninitialized-fals

[OE-core] [PATCH] iproute2 4.7.0 -> 4.9.0

2016-12-25 Thread Zheng Ruoqin
1) Upgrade iproute2 from 4.7.0 to 4.9.0 2) Add iproute2-4.9.0-musl.patch to fix musl compile problem Signed-off-by: Zheng Ruoqin --- .../iproute2/iproute2/iproute2-4.9.0-musl.patch| 39 ++ .../{iproute2_4.7.0.bb => iproute2_4.9.0.bb} | 6 ++-- 2 files changed,

Re: [OE-core] [PATCH] iproute2 4.7.0 -> 4.9.0

2017-01-08 Thread Zheng, Ruoqin
, 2017 1:12 AM To: Zheng, Ruoqin/郑 若钦 Cc: OE-core Subject: Re: [OE-core] [PATCH] iproute2 4.7.0 -> 4.9.0 On 26 December 2016 at 06:15, Zheng Ruoqin mailto:zhengrq.f...@cn.fujitsu.com>> wrote: +Subject: [PATCH] fix 4.9.0 musl compile problem + +Avoid in6_addr redefinition + +Signed-off-

[OE-core] [PATCH V2] iproute2 4.7->4.9

2017-01-09 Thread Zheng Ruoqin
Upgrade iproute2 from 4.7 to 4.9 Signed-off-by: Zheng Ruoqin --- .../iproute2/iproute2/iproute2-4.3.0-musl.patch| 85 - .../iproute2/iproute2/iproute2-4.9.0-musl.patch| 131 + .../{iproute2_4.7.0.bb => iproute2_4.9.0.bb} | 7 +- 3 files chan

[OE-core] [PATCH] bash 4.3.30 -> 4.4

2017-01-18 Thread Zheng Ruoqin
pkgconfig sanity error 0001-patch-to-obtain-pkgconfig-sanity.patch Signed-off-by: Zheng Ruoqin --- .../0001-patch-to-obtain-pkgconfig-sanity.patch| 26 ...roc-run-heredoc-run-execscript-run-test-f.patch | 137 ++--- meta/recipes-extended/bash/bash/fix-run-intl.patch

Re: [OE-core] [PATCH v2] elfutils 0.166->0.167

2017-01-18 Thread Zheng, Ruoqin
Ping -Original Message- From: Zheng, Ruoqin/郑 若钦 Sent: Friday, December 23, 2016 10:16 AM To: openembedded-core@lists.openembedded.org Cc: Zheng, Ruoqin/郑 若钦 Subject: [OE-core] [PATCH v2] elfutils 0.166->0.167 1) Upgrade elfutils from 0.166 to 0.167 2) Delete 5 patches below, si

Re: [OE-core] [PATCH] bash 4.3.30 -> 4.4

2017-01-19 Thread Zheng, Ruoqin
t; warning: squelched 2 whitespace errors warning: 7 lines add whitespace errors. But the patch really works, I don’know why it doesn't apply to master? Zheng From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Thursday, January 19, 2017 8:31 PM To: Zheng, Ruoqin/郑 若钦 Cc: OE-core S

[OE-core] [PATCH V2] bash: 4.3.30 -> 4.4

2017-01-22 Thread Zheng Ruoqin
pkgconfig sanity error 0001-patch-to-obtain-pkgconfig-sanity.patch Signed-off-by: Zheng Ruoqin --- .../0001-patch-to-obtain-pkgconfig-sanity.patch| 28 + ...roc-run-heredoc-run-execscript-run-test-f.patch | 137 ++--- meta/recipes-extended/bash/bash/fix-run-intl.patch

[OE-core] [PATCH] busybox: 1.24.1 -> 1.26.2

2017-01-22 Thread Zheng Ruoqin
-no_deconfig.patch busybox/makefile-fix-backport.patch Signed-off-by: Zheng Ruoqin --- ...e-the-behaviour-of-c-parameter-to-match-u.patch | 73 --- ...biproute-handle-table-ids-larger-than-255.patch | 134 --- ...-n-flushes-pattern-space-terminates-early.patch | 72

[OE-core] [PATCH] elfutils: 0.166->0.168

2017-01-23 Thread Zheng Ruoqin
ns-hel.patch Signed-off-by: Zheng Ruoqin --- ...de-alternatives-for-glibc-assumptions-hel.patch | 1163 .../elfcmp-fix-self-comparision.patch | 41 - .../elfutils/elfutils-0.166/m68k_backend.diff | 492 - ...ferences-between-mips-machine-identifiers.

Re: [OE-core] [PATCH] elfutils: 0.166->0.168

2017-01-24 Thread Zheng, Ruoqin
the order of fixed files is different from original patch. So git check these changes and consider the difference is big enough to produce a new file? Zheng From: Jussi Kukkonen [mailto:jussi.kukko...@intel.com] Sent: Tuesday, January 24, 2017 4:50 PM To: Zheng, Ruoqin/郑 若钦 Cc: Patches and

[OE-core] [PATCH v2] elfutils: 0.166->0.168

2017-01-24 Thread Zheng Ruoqin
-hel.patch 4) Update the homepage and SRC_URI on recipe Signed-off-by: Zheng Ruoqin --- ...de-alternatives-for-glibc-assumptions-hel.patch | 1163 .../elfcmp-fix-self-comparision.patch | 41 - .../elfutils/elfutils-0.166/m68k_backend.diff | 492 -

Re: [OE-core] [PATCH] busybox: 1.24.1 -> 1.26.2

2017-02-08 Thread Zheng, Ruoqin
ping -Original Message- From: Zheng, Ruoqin/郑 若钦 Sent: Monday, January 23, 2017 10:41 AM To: openembedded-core@lists.openembedded.org Cc: Zheng, Ruoqin/郑 若钦 Subject: [OE-core] [PATCH] busybox: 1.24.1 -> 1.26.2 1) Upgrade busybox from 1.24.1 to 1.26.2 2) Delete 12 patches below, si

Re: [OE-core] [PATCH] elfutils: 0.166->0.168

2017-02-08 Thread Zheng, Ruoqin
ping From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Zheng, Ruoqin Sent: Wednesday, January 25, 2017 9:52 AM To: Jussi Kukkonen Cc: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH

Re: [OE-core] [PATCH V2] bash: 4.3.30 -> 4.4

2017-02-08 Thread Zheng, Ruoqin
ping -Original Message- From: Zheng, Ruoqin/郑 若钦 Sent: Monday, January 23, 2017 10:39 AM To: openembedded-core@lists.openembedded.org Cc: Zheng, Ruoqin/郑 若钦 Subject: [OE-core] [PATCH V2] bash: 4.3.30 -> 4.4 1) Upgrade bash from 4.3.30 to 4.4 2) Delete 1 patche below, since they

[OE-core] [PATCH] Add two patches for bind

2016-10-12 Thread Zheng Ruoqin
: "Zheng Ruoqin" +Date: Wed, 12 Oct 2016 19:52:59 +0900 +Subject: [PATCH] +4406. [security] getrrsetbyname with a non absolute name could +trigger an infinite recursion bug in lwresd +and named with lwres configured if whe

[OE-core] [PATCH] fix two CVEs for bind

2016-10-13 Thread Zheng Ruoqin
Add two CVE patches from upstream git: https://www.isc.org/git/ 1.CVE-2016-2775.patch 2.CVE-2016-2776.patch Signed-off-by: zhengruoqin --- .../bind/bind/CVE-2016-2775.patch | 90 +++ .../bind/bind/CVE-2016-2776.patch | 123 + me

[OE-core] [PATCH v2] xkeyboard-config: 2.18 -> 2.19

2016-12-07 Thread Zheng Ruoqin
Upgrade xkeyboard-config from 2.18 to 2.19 Signed-off-by: zhengruoqin --- .../xorg-lib/{xkeyboard-config_2.18.bb => xkeyboard-config_2.19.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.18.bb => xkeyboard-config_2.19.bb}

[OE-core] [PATCH] pkgconfig: Fix QA issue when upgrade rpm from 5.4.16 to 5.4.17

2017-03-09 Thread Zheng Ruoqin
: Zheng Ruoqin --- meta/recipes-devtools/pkgconfig/pkgconfig_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb b/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb index 422c5f3..2296e76 100644 --- a/meta/recipes-devtools

Re: [OE-core] [jethro][PATCH] sdk: arm toolchain patch for multilib

2017-03-14 Thread Zheng, Ruoqin
Hi richard I have sent a new patch to fix toolchain for arm multilib #8642 (From OE-Core rev: b6253350fb86d8e54792905342a5892af570d526) Last patch is indeed not in master. Zheng Ruoqin -Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent

Re: [OE-core] [jethro][PATCH] gcc-multilib-config: make aarch64 support multilib

2017-03-16 Thread Zheng, Ruoqin
[mailto:raj.k...@gmail.com] Sent: Thursday, March 16, 2017 10:06 AM To: openembedded-core@lists.openembedded.org; Zheng, Ruoqin/郑 若钦 Subject: Re: [OE-core] [jethro][PATCH] gcc-multilib-config: make aarch64 support multilib On Wed, Mar 15, 2017 at 2:36 AM zhengrq mailto:zhengrq.f...@cn.fujitsu.com>>

[OE-core] [meta-freescale]: 32be_rootfs boot from sdcard

2017-04-05 Thread Zheng, Ruoqin
05 262144 ram5 (driver?) 0106 262144 ram6 (driver?) 0107 262144 ram7 (driver?) 1f00 524288 mtdblock0 (driver?) Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.1.30-rt34+ #2 Har

Re: [OE-core] [meta-freescale]: 32be_rootfs boot from sdcard

2017-04-05 Thread Zheng, Ruoqin
river?) Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.1.30-rt34+ #2 Hardware name: Freescale LAYERSCAPE Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue,

[OE-core] [thud][PATCH] createrepo-c: Fix setup of logging (log domains)

2018-12-09 Thread Zheng Ruoqin
Signed-off-by: Zheng Ruoqin --- ...etup-of-logging-log-domains-RhBug-1645897.patch | 72 ++ .../createrepo-c/createrepo-c_git.bb | 1 + 2 files changed, 73 insertions(+) create mode 100644 meta/recipes-devtools/createrepo-c/createrepo-c/0001-Fix-setup-of-l

[OE-core] [PATCH] createrepo-c: Fix setup of logging (log domains)

2018-12-09 Thread Zheng Ruoqin
Signed-off-by: Zheng Ruoqin --- ...etup-of-logging-log-domains-RhBug-1645897.patch | 72 ++ .../createrepo-c/createrepo-c_git.bb | 1 + 2 files changed, 73 insertions(+) create mode 100644 meta/recipes-devtools/createrepo-c/createrepo-c/0001-Fix-setup-of-l

[OE-core] [thud][PATCH v2] createrepo-c: Fix setup of logging (log domains)

2018-12-10 Thread Zheng Ruoqin
Signed-off-by: Zheng Ruoqin --- ...etup-of-logging-log-domains-RhBug-1645897.patch | 73 ++ .../createrepo-c/createrepo-c_git.bb | 1 + 2 files changed, 74 insertions(+) create mode 100644 meta/recipes-devtools/createrepo-c/createrepo-c/0001-Fix-setup-of-l

[OE-core] [PATCH v2] createrepo-c: Fix setup of logging (log domains)

2018-12-10 Thread Zheng Ruoqin
Signed-off-by: Zheng Ruoqin --- ...etup-of-logging-log-domains-RhBug-1645897.patch | 73 ++ .../createrepo-c/createrepo-c_git.bb | 1 + 2 files changed, 74 insertions(+) create mode 100644 meta/recipes-devtools/createrepo-c/createrepo-c/0001-Fix-setup-of-l

[OE-core] [sumo][PATCH] nss: Fix SHA_HTONL bug for arm 32be.

2018-12-11 Thread Zheng Ruoqin
2.3-20181012.noarch.rpm: not an rpm package (or package manifest) The error is caused by SHA_HTONL in nss, for there is no need to reverse the host value for arm 32be, so fix it. Signed-off-by: Zheng Ruoqin --- .../nss/nss-fix-SHA_HTONL-bug-for-arm-32be.patch | 34 ++ m

[OE-core] [thud][PATCH] nss: Fix SHA_HTONL bug for arm 32be.

2018-12-11 Thread Zheng Ruoqin
2.3-20181012.noarch.rpm: not an rpm package (or package manifest) The error is caused by SHA_HTONL in nss, for there is no need to reverse the host value for arm 32be, so fix it. Signed-off-by: Zheng Ruoqin --- .../nss/nss-fix-SHA_HTONL-bug-for-arm-32be.patch | 34 ++ m

Re: [OE-core] [PATCH 1/4] nss: fix Upstream-Status format

2018-12-13 Thread Zheng, Ruoqin
Hi Ross: My patch has been merged by Upstream NSS: https://hg.mozilla.org/projects/nss/rev/66cae6a8f4b640bec5e8510dcfc247e0546c973c -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue

Re: [OE-core] [thud][PATCH v2] createrepo-c: Fix setup of logging (log domains)

2018-12-18 Thread Zheng, Ruoqin
Ping -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com > -Original Message- > From: Zheng, Ruoqin/郑 若钦

Re: [OE-core] [thud][PATCH v2] createrepo-c: Fix setup of logging (log domains)

2018-12-21 Thread Zheng, Ruoqin
Hi Ross: Well, createrepo-c 0.12 has fixed this bug, and will this upgrade be merged to thud branch? -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL

Re: [OE-core] [thud][PATCH v2] createrepo-c: Fix setup of logging (log domains)

2018-12-24 Thread Zheng, Ruoqin
Hi Ross This patch is just for thud. -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com > -Original Mess

[OE-core] question:glib-2.0: dependence problem

2019-01-30 Thread Zheng, Ruoqin
s anyone know the reason? ------ Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com -- ___ Openembedded-core maili

[OE-core] [PATCH v2] mdadm: add init and service scripts

2019-02-20 Thread Zheng Ruoqin
Add init script and service file for sysvinit and systemd. Signed-off-by: Zheng Ruoqin Signed-off-by: Hong Liu --- meta/recipes-extended/mdadm/files/mdadm.init | 72 ++ .../recipes-extended/mdadm/files/mdmonitor.service | 19 ++ meta/recipes-extended/mdadm

[OE-core] [PATCH v2][thud] mdadm: add init and service scripts

2019-02-20 Thread Zheng Ruoqin
Add init script and service file for sysvinit and systemd. Signed-off-by: Zheng Ruoqin Signed-off-by: Hong Liu --- meta/recipes-extended/mdadm/files/mdadm.init | 72 ++ .../recipes-extended/mdadm/files/mdmonitor.service | 19 ++ meta/recipes-extended/mdadm

[OE-core] question about libgcrypt

2018-03-30 Thread Zheng, Ruoqin
x27; >&2 echo '--should-not-have-used-/usr/bin/libgcrypt-config' exit 1 I think this error is caused by libgcrypt, it creates the wrong file, does anyone have any idea about this? ------ Zheng Ruoqin Nanjing Fujitsu Nanda Softwar

Re: [OE-core] question about libgcrypt

2018-03-31 Thread Zheng, Ruoqin
Hi Anuj, How to change wireshark configure to use pkg-config for libgcrypt? Thanks -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL

[OE-core] [PATCH] [PATCH] wayland: 1.14.0 -> 1.15.0

2018-04-15 Thread Zheng Ruoqin
Upgrade wayland from 1.14.0 to 1.15.0. Signed-off-by: Zheng Ruoqin --- .../recipes-graphics/wayland/{wayland_1.14.0.bb => wayland_1.15.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{wayland_1.14.0.bb => wayland_1.15.0.bb} (92%)

[OE-core] [PATCH] [PATCH] sqlite3:3.22.0->3.23.1

2018-04-15 Thread Zheng Ruoqin
Upgrade sqlite3 from 3.22.0 to 3.23.1. Signed-off-by: Zheng Ruoqin --- meta/recipes-support/sqlite/{sqlite3_3.22.0.bb => sqlite3_3.23.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/sqlite/{sqlite3_3.22.0.bb => sqlite3_3.23.1.bb} (59%) diff -

[OE-core] question: Use systemd as the default initialization manager

2018-05-23 Thread Zheng, Ruoqin
Hi All: By default, the Yocto Project uses SysVinit as the initialization manager. However, systemd is used by many distributions and it's supported in Yocto. Why didn't use systemd as the default initialization manager? ------ Zheng Ruoq

[OE-core] [PATCH] meta-toolchain: Added dnf-nativesdk into cross-development toolchain.

2018-05-27 Thread Zheng Ruoqin
To make dnf work on cross-development environment. Signed-off-by: Zheng Ruoqin --- meta/classes/toolchain-scripts.bbclass | 1 + .../nativesdk-packagegroup-sdk-host.bb | 4 +++ meta/recipes-core/update-rc.d/update-rc.d_0.7.bb | 2 +- .../createrepo-c/createrepo

Re: [OE-core] [PATCH] meta-toolchain: Added dnf-nativesdk into cross-development toolchain.

2018-06-10 Thread Zheng, Ruoqin
Ping -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com -Original Message- From: Zheng, Ruoqin/郑 若钦 Sent: Monday

Re: [OE-core] [PATCH] meta-toolchain: Added dnf-nativesdk into cross-development toolchain.

2018-06-13 Thread Zheng, Ruoqin
dvice. -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com -Original Message- From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Monday, Ju

Re: [OE-core] [PATCH] meta-toolchain: Added dnf-nativesdk into cross-development toolchain.

2018-06-14 Thread Zheng, Ruoqin
Hi Alex: These packages are taken from yocto build system, and they will be installed in your host as root file system, then you can deploy the root file system to your embedded device. -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software

[OE-core] [question] rpm: nss problem on arm32be

2018-11-22 Thread Zheng, Ruoqin
32be, does anyone know the reason about it? ------ Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com -- __

[OE-core] [PATCH] nss: Fix SHA_HTONL bug for arm 32be.

2018-12-04 Thread Zheng Ruoqin
2.3-20181012.noarch.rpm: not an rpm package (or package manifest) The error is caused by SHA_HTONL in nss, for there is no need to reverse the host value for arm 32be, so fix it. Signed-off-by: Zheng Ruoqin --- .../nss/nss-fix-SHA_HTONL-bug-for-arm-32be.patch | 34 ++ m

[OE-core] do_configure problem about freerdp

2017-11-12 Thread Zheng, Ruoqin
rAUTOINC+62da9d28c6-r0/build/CMakeFiles/CMakeError.log". | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_configure (log file is located at /yocto/work001/fnst/zrq/community/build_master/tmp/work/i586-poky-linux/freerdp/1.2.5+gitrAUTOINC+62da9d28c6-r0/temp/log.do_configure

[OE-core] do_fetch problem of linux-yocto

2017-11-13 Thread Zheng, Ruoqin
0% | | 92.5K/s -------- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com -- ___ Openembedded-core mailing li

Re: [OE-core] [PATCH] python-setuptools: update to 36.7.2

2017-11-20 Thread Zheng, Ruoqin
Hi Ross Is it means that I should make a new patch for python3-setuptools? -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f

Re: [OE-core] [PATCH] libyui

2017-12-03 Thread Zheng, Ruoqin
Hi Alex: I attend to make dnfdragora(which is a gui for dnf) used in oe-core, and libyui is the depend of dnfdragora. -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing

Re: [OE-core] [PATCH] libyui

2017-12-06 Thread Zheng, Ruoqin
Hi Ross! Where should I put this recipe? -- Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com From: Burton, Ross

Re: [OE-core] [PATCH] meta-toolchain: Added dnf-nativesdk into cross-development toolchain.

2018-06-23 Thread Zheng, Ruoqin
o in their host. So I hope to add dnf-nativesdk in toolchain. ------ Zheng Ruoqin Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) ADDR.: No.6 Wenzhu Road, Software Avenue, Nanjing, 210012, China MAIL : zhengrq.f...@cn.fujistu.com -Origin

[OE-core] [PATCH 1/8][PATCH v2] slang: add nativesdk

2018-06-23 Thread Zheng Ruoqin
Add nativesdk for slang. Signed-off-by: Zheng Ruoqin --- meta/recipes-extended/slang/slang_2.3.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/slang/slang_2.3.2.bb b/meta/recipes-extended/slang/slang_2.3.2.bb index 87fd41a..e53c432 100644 --- a

[OE-core] [PATCH 2/8][PATCH v2] libnewt: Add nativesdk

2018-06-23 Thread Zheng Ruoqin
Add nativesdk for libnewt. Signed-off-by: Zheng Ruoqin --- meta/recipes-extended/newt/libnewt_0.52.20.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/newt/libnewt_0.52.20.bb b/meta/recipes-extended/newt/libnewt_0.52.20.bb index 65ce70c..264ef3b

[OE-core] [PATCH 0/8] [PATCH v2]meta-toolchain: Added dnf-nativesdk into cross-development toolchain.

2018-06-23 Thread Zheng Ruoqin
1. To make dnf work on cross-development environment. 2. To enable runtime dependencies for dnf-nativesdk. Zheng Ruoqin (8): [OE-core][PATCH v2] slang: add nativesdk [OE-core][PATCH v2] libnewt: Add nativesdk [OE-core][PATCH v2] libnewt-python: Add nativesdk [OE-core][PATCH v2] libnewt

[OE-core] [PATCH 3/8][PATCH v2] libnewt-python: Add nativesdk

2018-06-23 Thread Zheng Ruoqin
Add nativesdk for libnewt-python. Signed-off-by: Zheng Ruoqin --- meta/recipes-extended/newt/libnewt-python_0.52.20.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/newt/libnewt-python_0.52.20.bb b/meta/recipes-extended/newt/libnewt-python_0.52.20.bb

[OE-core] [PATCH 5/8][PATCH v2] createrepo-c: Add nativesdk

2018-06-23 Thread Zheng Ruoqin
Add nativesdk for createrepo-c. Signed-off-by: Zheng Ruoqin --- meta/recipes-devtools/createrepo-c/createrepo-c_git.bb | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb b/meta/recipes-devtools/createrepo-c

[OE-core] [PATCH 4/8][PATCH v2] libnewt-python: Add PROVIDES for nativesdk.

2018-06-23 Thread Zheng Ruoqin
Signed-off-by: Zheng Ruoqin --- meta/recipes-devtools/file/file_5.32.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/file/file_5.32.bb b/meta/recipes-devtools/file/file_5.32.bb index 5e15925..9b13261 100644 --- a/meta/recipes-devtools/file/file_5.32.bb +++ b/meta

[OE-core] [PATCH 7/8] [PATCH v2] rpm: Add DEPENDS for nativesdk.

2018-06-23 Thread Zheng Ruoqin
Add DEPENDS for nativesdk. Signed-off-by: Zheng Ruoqin --- meta/recipes-devtools/rpm/rpm_4.14.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/rpm/rpm_4.14.1.bb b/meta/recipes-devtools/rpm/rpm_4.14.1.bb index e5e87d3..6ca5c94 100644 --- a/meta/recipes-devtools/rpm

[OE-core] [PATCH 6/8][PATCH v2] update-rc.d: Add nativesdk

2018-06-23 Thread Zheng Ruoqin
Add nativesdk for update-rc.d. Signed-off-by: Zheng Ruoqin --- meta/recipes-core/update-rc.d/update-rc.d_0.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb index 76d4312

[OE-core] [PATCH 8/8] [PATCH v2] meta-toolchain: Added dnf-nativesdk into cross-development toolchain.

2018-06-23 Thread Zheng Ruoqin
Add dnf-nativesdk and it's runtime dependence to make dnf work on cross-development environment. Signed-off-by: Zheng Ruoqin --- meta/classes/toolchain-scripts.bbclass | 1 + meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 4 2

[OE-core] [PATCH] glibc: fix CVE-2018-11237

2018-06-25 Thread Zheng Ruoqin
glibc: fix CVE-2018-11237 Signed-off-by: Zheng Ruoqin --- meta/recipes-core/glibc/glibc/CVE-2018-11237.patch | 82 ++ meta/recipes-core/glibc/glibc_2.27.bb | 1 + 2 files changed, 83 insertions(+) create mode 100644 meta/recipes-core/glibc/glibc/CVE-2018-11237

[OE-core] [sumo][PATCH] glibc: fix CVE-2018-11237

2018-06-25 Thread Zheng Ruoqin
glibc: fix CVE-2018-11237 Signed-off-by: Zheng Ruoqin --- meta/recipes-core/glibc/glibc/CVE-2018-11237.patch | 83 ++ meta/recipes-core/glibc/glibc_2.27.bb | 1 + 2 files changed, 84 insertions(+) create mode 100644 meta/recipes-core/glibc/glibc/CVE-2018-11237

[OE-core] [PATCH] sshd: add sshd.service

2018-07-16 Thread Zheng Ruoqin
Add sshd.service for user to start the sshd deamon. Signed-off-by: Zheng Ruoqin --- meta/recipes-connectivity/openssh/openssh/sshd.service | 16 meta/recipes-connectivity/openssh/openssh_7.7p1.bb | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 meta/recipes

  1   2   >