[OE-core] [PATCH] linux-yocto_5.0: set devicetree for armv5

2019-04-28 Thread Dengke Du
Signed-off-by: Dengke Du --- meta/recipes-kernel/linux/linux-yocto_5.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-kernel/linux/linux-yocto_5.0.bb b/meta/recipes-kernel/linux/linux-yocto_5.0.bb index fe773be..005dd8c 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.0

[OE-core] [PATCH] perf: workaround the error cased by maybe-uninitialized warning

2019-04-04 Thread Dengke Du
compiler can't see it in 'if' code block, so treat it as 'maybe-uninitialized'. Signed-off-by: Dengke Du --- meta/recipes-kernel/perf/perf.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 5ac

[OE-core] [PATCH] ltp: fix mmap15 failed on qemumips64

2018-09-12 Thread Dengke Du
larger than (TASK_SIZE - page_size), mips think it is invalid. Signed-off-by: Dengke Du --- .../ltp/ltp/0001-mmap15-mips64-return-EINVAL.patch | 41 ++ meta/recipes-extended/ltp/ltp_20180515.bb | 1 + 2 files changed, 42 insertions(+) create mode 100644 meta/recipes

Re: [OE-core] [PATCH V2] nfs-export-root: add it to nfs-server FEATURE_PACKAGES

2018-08-15 Thread Dengke Du
Ping. On 2018年08月13日 17:06, Dengke Du wrote: When we enable nfs-server feature, we should add the required file /etc/exports installed by nfs-export-root. Signed-off-by: Dengke Du --- meta/classes/core-image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

[OE-core] [PATCH V2] nfs-export-root: add it to nfs-server FEATURE_PACKAGES

2018-08-13 Thread Dengke Du
When we enable nfs-server feature, we should add the required file /etc/exports installed by nfs-export-root. Signed-off-by: Dengke Du --- meta/classes/core-image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/core-image.bbclass b/meta/classes/core

Re: [OE-core] [PATCH] nfs-utils: add runtime depends for nfs-export-root

2018-08-12 Thread Dengke Du
On 2018年08月11日 17:33, Richard Purdie wrote: On Fri, 2018-08-10 at 17:38 +0800, Dengke Du wrote: When DISTRO_FEATURE enable "systemd", the nfs-server.service in nfs- utils depends on /etc/exports, but the file "/etc/exports" installed by package nfs-export-root. Otherwi

[OE-core] [PATCH] nfs-utils: add runtime depends for nfs-export-root

2018-08-10 Thread Dengke Du
When DISTRO_FEATURE enable "systemd", the nfs-server.service in nfs-utils depends on /etc/exports, but the file "/etc/exports" installed by package nfs-export-root. Otherwise the service would failed. So we should add the runtime depends for nfs-export-root. Signed-off-by:

Re: [OE-core] [PATCH v3] kernel-selftest: Add a recipe on kernel selftest

2018-07-08 Thread Dengke Du
into relevant recipe. But now, you should add them to conf/local.conf manually. KERNEL_FEATURES_append += "features/bpf/bpf.scc" Signed-off-by: Dengke Du Signed-off-by: Hongzhi.Song --- .../kernel-selftest/kernel-selftest.bb | 94 ++ 1 file c

Re: [OE-core] [PATCH 1/1] kernel-selftest: add it

2018-07-06 Thread Dengke Du
Please ignore this, thanks! On 2018年07月06日 15:51, Dengke Du wrote: The framework for kernel-selftest, this framework contains many aspect, such as bpf, we should enable bpf kernel feature, this enable bpf syscall. How to test? On target, enter directory: /opt/kselftest/bpf/, run

[OE-core] [PATCH 0/1] kernel-selftest: add it

2018-07-06 Thread Dengke Du
Dengke Du (1): kernel-selftest: add it .../kernel-selftest/kernel-selftest.bb | 94 ++ meta/recipes-kernel/linux/linux-yocto.inc | 1 + 2 files changed, 95 insertions(+) create mode 100644 meta/recipes-kernel/kernel-selftest/kernel-selftest.bb

[OE-core] [PATCH 1/1] kernel-selftest: add it

2018-07-06 Thread Dengke Du
t variable offset 2 ... PASS Test 9: dubious pointer arithmetic ... PASS Test 10: variable subtraction ... PASS Test 11: pointer variable subtraction ... PASS Results: 12 pass 0 fail Signed-off-by: Dengke Du --- .../kernel-selftest/kernel-selftest.bb

[OE-core] [PATCH V4 0/1] linux-yocto: add ptest support

2018-07-05 Thread Dengke Du
e/dengke/kernel-ptest2 Dengke Du (1): linux-yocto: add ptest support meta/recipes-kernel/linux/linux-yocto/run-ptest | 144 meta/recipes-kernel/linux/linux-yocto_4.14.bb | 10 ++ 2 files changed, 154 insertions(+) create mode 100644 meta/recipes-kernel/linux/linux-

[OE-core] [PATCH V4 1/1] linux-yocto: add ptest support

2018-07-05 Thread Dengke Du
Signed-off-by: Dengke Du --- meta/recipes-kernel/linux/linux-yocto/run-ptest | 144 meta/recipes-kernel/linux/linux-yocto_4.14.bb | 10 ++ 2 files changed, 154 insertions(+) create mode 100644 meta/recipes-kernel/linux/linux-yocto/run-ptest diff --git a/meta/recipes

Re: [OE-core] [PATCH V3 1/1] linux-yocto: add ptest support

2018-07-04 Thread Dengke Du
Please ignore this. On 2018年07月05日 12:09, Dengke Du wrote: Signed-off-by: Dengke Du --- meta/recipes-kernel/linux/linux-yocto/run-ptest | 144 meta/recipes-kernel/linux/linux-yocto_4.14.bb | 15 +++ 2 files changed, 159 insertions(+) create mode 100644 meta

[OE-core] [PATCH V3 0/1] linux-yocto: add ptest support

2018-07-04 Thread Dengke Du
es since commit 611013a23a0082faa4fda2cd2529668965586a76: mesa: add lost Upstream-Status tag (2018-07-05 00:22:08 +0100) are available in the git repository at: https://github.com/DengkeDu/openembedded-core.git dengke/kernel-ptest https://github.com//tree/dengke/kernel-ptest Dengke Du (1): linux-y

[OE-core] [PATCH V3 1/1] linux-yocto: add ptest support

2018-07-04 Thread Dengke Du
Signed-off-by: Dengke Du --- meta/recipes-kernel/linux/linux-yocto/run-ptest | 144 meta/recipes-kernel/linux/linux-yocto_4.14.bb | 15 +++ 2 files changed, 159 insertions(+) create mode 100644 meta/recipes-kernel/linux/linux-yocto/run-ptest diff --git a/meta

Re: [OE-core] [PATCH V2 1/1] linux-yocto: add ptest support

2018-07-04 Thread Dengke Du
t and will send V3. On Wed, Jun 13, 2018 at 10:49 PM, Dengke Du wrote: Signed-off-by: Dengke Du --- meta/recipes-kernel/linux/linux-yocto/run-ptest | 138 meta/recipes-kernel/linux/linux-yocto_4.14.bb | 9 ++ 2 files changed, 147 insertions(+) create mode 1

[OE-core] [PATCH V2 0/1] linux-yocto: add ptest support

2018-06-13 Thread Dengke Du
repository at: https://github.com/DengkeDu/openembedded-core.git kernel-ptest https://github.com//tree/kernel-ptest Dengke Du (1): linux-yocto: add ptest support meta/recipes-kernel/linux/linux-yocto/run-ptest | 138 meta/recipes-kernel/linux/linux-yocto_4.14.bb | 9

[OE-core] [PATCH V2 1/1] linux-yocto: add ptest support

2018-06-13 Thread Dengke Du
Signed-off-by: Dengke Du --- meta/recipes-kernel/linux/linux-yocto/run-ptest | 138 meta/recipes-kernel/linux/linux-yocto_4.14.bb | 9 ++ 2 files changed, 147 insertions(+) create mode 100644 meta/recipes-kernel/linux/linux-yocto/run-ptest diff --git a/meta/recipes

[OE-core] [PATCH V2 0/1] trace-cmd: add PACKAGECONFIG for audit

2018-06-07 Thread Dengke Du
://github.com//tree/dengke/trace-cmd Dengke Du (1): trace-cmd: add PACKAGECONFIG for audit meta/recipes-kernel/trace-cmd/trace-cmd_git.bb | 3 +++ 1 file changed, 3 insertions(+) -- 2.7.4 -- ___ Openembedded-core mailing list Openembedded-core

[OE-core] [PATCH V2 1/1] trace-cmd: add PACKAGECONFIG for audit

2018-06-07 Thread Dengke Du
Signed-off-by: Dengke Du --- meta/recipes-kernel/trace-cmd/trace-cmd_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-kernel/trace-cmd/trace-cmd_git.bb b/meta/recipes-kernel/trace-cmd/trace-cmd_git.bb index 27c7c19..d9cc9a7 100644 --- a/meta/recipes-kernel/trace-cmd

Re: [OE-core] [PATCH 1/1] linux-yocto: add ptest support

2018-06-01 Thread Dengke Du
wrote: On Wed, May 30, 2018 at 11:08 PM, Dengke Du <mailto:dengke...@windriver.com>> wrote: Signed-off-by: Dengke Du mailto:dengke...@windriver.com>> ---  meta/recipes-kernel/linux/files/run-ptest    | 138 ++ Nothing else in linux-yocto us

Re: [OE-core] [PATCH 1/1] linux-yocto: add ptest support

2018-06-01 Thread Dengke Du
On 2018年05月31日 12:19, Bruce Ashfield wrote: On Wed, May 30, 2018 at 11:08 PM, Dengke Du <mailto:dengke...@windriver.com>> wrote: Signed-off-by: Dengke Du mailto:dengke...@windriver.com>> ---  meta/recipes-kernel/linux/files/run

[OE-core] [PATCH 0/1] linux-yocto: add ptest support

2018-05-30 Thread Dengke Du
available in the git repository at: https://github.com/DengkeDu/openembedded-core.git dengke/dev https://github.com//tree/dengke/dev Dengke Du (1): linux-yocto: add ptest support meta/recipes-kernel/linux/files/run-ptest | 138 ++ meta/recipes-kernel/linux/linux

[OE-core] [PATCH 1/1] linux-yocto: add ptest support

2018-05-30 Thread Dengke Du
Signed-off-by: Dengke Du --- meta/recipes-kernel/linux/files/run-ptest | 138 ++ meta/recipes-kernel/linux/linux-yocto.inc | 8 ++ meta/recipes-kernel/linux/linux-yocto_4.14.bb | 2 +- 3 files changed, 147 insertions(+), 1 deletion(-) create mode 100644 meta

[OE-core] [PATCH 1/1] python2-dev: improve reproducibility

2018-01-17 Thread Dengke Du
oe-core has fixed it for python3, we can apply it to python2, the origin commit id: e21723bb9b6035714268eeab5f43e2d1cb798a0d We can check it here: http://git.openembedded.org/openembedded-core/commit/?id=e21723bb9b6035714268eeab5f43e2d1cb798a0d Signed-off-by: Dengke Du --- meta

[OE-core] [PATCH 0/1] python2-dev: improve reproducibility

2018-01-17 Thread Dengke Du
The following changes since commit b9dcab772fd37ed8376a87d3194195e13ff52d10: qemu: CVE-2017-17381 (2018-01-14 09:11:58 +) are available in the git repository at: https://github.com/DengkeDu/openembedded-core.git dengke/python2-dev https://github.com//tree/dengke/python2-dev Dengke Du

[OE-core] [rocko][PATCH] ltp: remove ltp-staticdev package

2017-12-14 Thread Dengke Du
The nm01 testcase runtime depends on a static library, and ltp-staticdev package is entirely pointless, so remove it and add the static libraries to ltp main package and skip the "staticdev" checks. (From OE-Core rev: 002f7b9f038b86b793b8e0558bcd17ad58372767) Signed-off-by: Dengke Du

[OE-core] [PATCH V2 1/1] ltp: remove ltp-staticdev package

2017-12-04 Thread Dengke Du
The nm01 testcase runtime depends on a static library, and ltp-staticdev package is entirely pointless, so remove it and add the static libraries to ltp main package and skip the "staticdev" checks. Signed-off-by: Dengke Du --- meta/recipes-extended/ltp/ltp_20170929.bb | 6 ++--

[OE-core] [PATCH V2 0/1] ltp: remove ltp-staticdev package

2017-12-04 Thread Dengke Du
-core.git fix-nm01-failed https://github.com//tree/fix-nm01-failed Dengke Du (1): ltp: remove ltp-staticdev package meta/recipes-extended/ltp/ltp_20170929.bb | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) -- 2.8.1 -- ___ Openembedded-core

Re: [OE-core] [PATCH 1/1] ltp: add runtime depends ltp-staticdev

2017-12-03 Thread Dengke Du
Sorry for my errors, I have added the "ltp-staticdev" to my IMAGE_INSTALL_append, so the nm01 test case have passed. On 2017年12月02日 00:01, Tim Orling wrote: On Fri, Dec 1, 2017 at 6:52 AM Khem Raj <mailto:raj.k...@gmail.com>> wrote: On Thu, Nov 30, 2017 at

[OE-core] [PATCH 1/1] ltp: add runtime depends ltp-staticdev

2017-11-30 Thread Dengke Du
The test case nm01 depends on /opt/ltp/testcases/data/nm01/lib.a in ltp-staticdev package. Signed-off-by: Dengke Du --- meta/recipes-extended/ltp/ltp_20170929.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/ltp/ltp_20170929.bb b/meta/recipes-extended/ltp

[OE-core] [PATCH 0/1] ltp: add runtime depends ltp-staticdev

2017-11-30 Thread Dengke Du
-failed Dengke Du (1): ltp: add runtime depends ltp-staticdev meta/recipes-extended/ltp/ltp_20170929.bb | 1 + 1 file changed, 1 insertion(+) -- 2.8.1 -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http

[OE-core] [PATCH 0/1] expat: upgrade to 2.2.5

2017-11-03 Thread Dengke Du
.com//tree/dengke/expat-2.2.5 Dengke Du (1): expat: upgrade to 2.2.5 meta/recipes-core/expat/expat/libtool-tag.patch | 34 + meta/recipes-core/expat/expat_2.2.3.bb | 4 --- meta/recipes-core/expat/expat_2.2.5.bb | 4 +++ 3 files changed, 27 inserti

[OE-core] [PATCH 1/1] expat: upgrade to 2.2.5

2017-11-03 Thread Dengke Du
Signed-off-by: Dengke Du --- meta/recipes-core/expat/expat/libtool-tag.patch | 34 + meta/recipes-core/expat/expat_2.2.3.bb | 4 --- meta/recipes-core/expat/expat_2.2.5.bb | 4 +++ 3 files changed, 27 insertions(+), 15 deletions(-) delete mode 100644

Re: [OE-core] [PATCH 1/1] avahi: upgrade to 0.7

2017-10-31 Thread Dengke Du
On 2017年11月01日 03:20, Khem Raj wrote: On Mon, Oct 30, 2017 at 11:44 PM, Dengke Du wrote: Delete the unneeded patch, because the upstream contains the needed changes. The new version of avahi 0.7 use "/run" directory to place some run-time variable data, not /var/run, so in ava

[OE-core] [PATCH 0/1] avahi: upgrade to 0.7

2017-10-30 Thread Dengke Du
-0.7 Dengke Du (1): avahi: upgrade to 0.7 .../avahi/{avahi-ui_0.6.32.bb => avahi-ui_0.7.bb} | 6 ++--- meta/recipes-connectivity/avahi/avahi.inc | 11 +++- .../avahi/{avahi_0.6.32.bb => avahi_0.7.bb}| 6 ++--- ...c-install-GtkBuilder-interface-files-for-.patc

[OE-core] [PATCH 1/1] avahi: upgrade to 0.7

2017-10-30 Thread Dengke Du
Delete the unneeded patch, because the upstream contains the needed changes. The new version of avahi 0.7 use "/run" directory to place some run-time variable data, not /var/run, so in avahi.inc, we should remove the "/run" not "/var/run". Signed-off-by: Dengke Du -

Re: [OE-core] avahi 0.7 : should we need to package /run directory or delete it?

2017-10-30 Thread Dengke Du
Kanavin wrote: On 10/30/2017 09:21 AM, Dengke Du wrote: The new version of avahi 0.7 use /run directory to place some run-time variable data, not /var/run, should we need to package it or delete it? Can you provide details please? What is being placed there and at which point? Alex

[OE-core] avahi 0.7 : should we need to package /run directory or delete it?

2017-10-30 Thread Dengke Du
Hi Ross The new version of avahi 0.7 use /run directory to place some run-time variable data, not /var/run, should we need to package it or delete it? Thanks! Dengke -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org ht

[OE-core] [PATCH 0/1] ltp: upgrade to 20170929

2017-10-18 Thread Dengke Du
2017-10-16 23:54:31 +0100) are available in the git repository at: https://github.com/DengkeDu/openembedded-core.git ltp-20170929 https://github.com//tree/ltp-20170929 Dengke Du (1): ltp: upgrade to 20170929 ...E_SIZE-redefinition-and-O_CREAT-undeclear.patch | 113 - ..

[OE-core] [PATCH 1/1] ltp: upgrade to 20170929

2017-10-18 Thread Dengke Du
Signed-off-by: Dengke Du --- ...E_SIZE-redefinition-and-O_CREAT-undeclear.patch | 113 - .../ltp/0037-ltp-fix-format-security-error.patch | 36 +++ ...ommands-gdb01-replace-stdin-with-dev-null.patch | 34 --- .../ltp/{ltp_20170516.bb => ltp_20170929.bb} | 5 +-

Re: [OE-core] [PATCH V2] python2/3: Remove building host path from packages

2017-09-22 Thread Dengke Du
The libxml2 ,python3-dbus and gpgme used host include and/or library paths, if we remove those host paths in the end of do_install task, those host paths would not populate in sysroot, so it's better to put the removing action in PACKAGE_PREPROCESS_FUNCS. On 2017年06月08日 21:36, Burton, Ros

[OE-core] [PATCH V3 1/1] ovmf: fix do_compile error when len(tmp)=410

2017-09-12 Thread Dengke Du
[YOCTO #11354] Signed-off-by: Dengke Du --- .../ovmf/0004-ovmf-enable-long-path-file.patch | 28 ++ meta/recipes-core/ovmf/ovmf_git.bb | 3 ++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-core/ovmf/ovmf/0004-ovmf

[OE-core] [PATCH V3 0/1] ovmf: fix do_compile error when len(tmp)=410

2017-09-12 Thread Dengke Du
conflict in the sysroot (2017-09-11 17:30:30 +0100) are available in the git repository at: https://github.com/DengkeDu/openembedded-core.git dengke/fix-ovmf-do-compile-error-when-enable-long-file-path https://github.com//tree/dengke/fix-ovmf-do-compile-error-when-enable-long-file-path Dengke Du

Re: [OE-core] [PATCH V2 1/1] ovmf: fix do_compile error when len(tmp)=410

2017-09-12 Thread Dengke Du
On 2017年09月12日 15:46, Patrick Ohly wrote: On Mon, 2017-09-11 at 21:20 -0400, Dengke Du wrote: diff --git a/meta/recipes-core/ovmf/ovmf/0004-ovmf-enable-long-path- file.patch b/meta/recipes-core/ovmf/ovmf/0004-ovmf-enable-long-path- file.patch new file mode 100644 index 000..9cc85ad

[OE-core] [PATCH V2 0/1] ovmf: fix do_compile error when len(tmp)=410

2017-09-11 Thread Dengke Du
/DengkeDu/openembedded-core.git dengke/fix-ovmf-do-compile-error-when-enable-long-file-path https://github.com//tree/dengke/fix-ovmf-do-compile-error-when-enable-long-file-path Dengke Du (1): ovmf: fix do_compile error when len(tmp)=410 .../ovmf/0004-ovmf-enable-long-path-file.patch | 28

[OE-core] [PATCH V2 1/1] ovmf: fix do_compile error when len(tmp)=410

2017-09-11 Thread Dengke Du
[YOCTO #11354] Signed-off-by: Dengke Du --- .../ovmf/0004-ovmf-enable-long-path-file.patch | 28 ++ meta/recipes-core/ovmf/ovmf_git.bb | 3 ++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-core/ovmf/ovmf/0004-ovmf

Re: [OE-core] [PATCH 1/1] ovmf: fix do_compile error when len(tmp)=410

2017-09-11 Thread Dengke Du
Ok, I will resend it with 1023. On 2017年09月11日 18:51, Burton, Ross wrote: On 11 September 2017 at 08:29, Dengke Du <mailto:dengke...@windriver.com>> wrote: +-#define MAX_LONG_FILE_PATH 500 ++#define MAX_LONG_FILE_PATH 800 Making this limit a little bigger seems like a gre

[OE-core] [PATCH 1/1] ovmf: fix do_compile error when len(tmp)=410

2017-09-11 Thread Dengke Du
[YOCTO #11354] Signed-off-by: Dengke Du --- .../ovmf/0004-ovmf-enable-long-path-file.patch | 28 ++ meta/recipes-core/ovmf/ovmf_git.bb | 3 ++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-core/ovmf/ovmf/0004-ovmf

[OE-core] [PATCH 0/1] ovmf: fix do_compile error when len(tmp)=410

2017-09-11 Thread Dengke Du
-when-enable-long-file-path https://github.com//tree/dengke/fix-ovmf-do-compile-error-when-enable-long-file-path Dengke Du (1): ovmf: fix do_compile error when len(tmp)=410 .../ovmf/0004-ovmf-enable-long-path-file.patch | 28 ++ meta/recipes-core/ovmf/ovmf_git.bb

[OE-core] [PATCH] python-numpy, python3-numpy: Fix CVE-2017-12852

2017-09-01 Thread Dengke Du
Backport upstream patch to fix CVE-2017-12852 Signed-off-by: Dengke Du --- ...inite-loop-when-creating-np.pad-on-an-emp.patch | 45 ++ .../python-numpy/python-numpy_1.13.1.bb| 1 + .../python-numpy/python3-numpy_1.13.1.bb | 1 + 3 files changed, 47

[OE-core] [PATCH 0/1] rng-tools: add systemd service file

2017-08-25 Thread Dengke Du
://github.com//tree/dengke/rng-tools-add-systemd-service-file Dengke Du (1): rng-tools: add systemd service file meta/recipes-support/rng-tools/rng-tools/rngd.service | 9 + meta/recipes-support/rng-tools/rng-tools_5.bb | 14 -- 2 files changed, 21 insertions(+), 2

[OE-core] [PATCH 1/1] rng-tools: add systemd service file

2017-08-25 Thread Dengke Du
Add systemd service file for rng-tools. Signed-off-by: Dengke Du --- meta/recipes-support/rng-tools/rng-tools/rngd.service | 9 + meta/recipes-support/rng-tools/rng-tools_5.bb | 14 -- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 meta

[OE-core] [PATCH 1/1] mpg123: upgrade to 1.25.6

2017-08-17 Thread Dengke Du
Signed-off-by: Dengke Du --- meta/recipes-multimedia/mpg123/{mpg123_1.25.4.bb => mpg123_1.25.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/mpg123/{mpg123_1.25.4.bb => mpg123_1.25.6.bb} (94%) diff --git a/meta/recipes-multimedia/

[OE-core] [PATCH 0/1] mpg123: upgrade to 1.25.6

2017-08-17 Thread Dengke Du
/mpg123-1.25.6 Dengke Du (1): mpg123: upgrade to 1.25.6 meta/recipes-multimedia/mpg123/{mpg123_1.25.4.bb => mpg123_1.25.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/mpg123/{mpg123_1.25.4.bb => mpg123_1.25.6.bb} (94%) --

[OE-core] [PATCH 1/1] cairo: Fix CVE-2017-9814

2017-08-16 Thread Dengke Du
Backport patch from the following link to fix CVE-2017-9814: https://bugs.freedesktop.org/show_bug.cgi?id=101547 Signed-off-by: Dengke Du --- .../cairo/cairo/0001-cairo-Fix-CVE-2017-9814.patch | 45 ++ meta/recipes-graphics/cairo/cairo_1.14.10.bb | 1 + 2 files

[OE-core] [PATCH 0/1] cairo: Fix CVE-2017-9814

2017-08-16 Thread Dengke Du
/dengke/fix-CVE-2017-9814 Dengke Du (1): cairo: Fix CVE-2017-9814 .../cairo/cairo/0001-cairo-Fix-CVE-2017-9814.patch | 45 ++ meta/recipes-graphics/cairo/cairo_1.14.10.bb | 1 + 2 files changed, 46 insertions(+) create mode 100644 meta/recipes-graphics/cairo/cairo/0001

[OE-core] [PATCH V3 1/1] ltp: upgrade to upstream latest commit on 20170804

2017-08-11 Thread Dengke Du
4. Fix runtime failed case file01 Signed-off-by: Dengke Du --- .../ltp/ltp/0001-dirtyc0w-Include-stdint.h.patch | 34 -- ...TH_MAX-undeclared-when-building-with-musl.patch | 31 - ...faccessat-and-fchmodat-Fix-build-warnings.patch | 68 --- ...E_SIZE-redefinition-and-O_CREAT

[OE-core] [PATCH V3 0/1] ltp: upgrade to upstream latest commit on 20170804

2017-08-11 Thread Dengke Du
ltp-fix-PAGE_SIZE Dengke Du (1): ltp: upgrade to upstream latest commit on 20170804 .../ltp/ltp/0001-dirtyc0w-Include-stdint.h.patch | 34 -- ...TH_MAX-undeclared-when-building-with-musl.patch | 31 - ...faccessat-and-fchmodat-Fix-build-warnings.patch | 68 --- ...E_S

[OE-core] [PATCH V2 0/1] expat: Upgrade to 2.2.3

2017-08-10 Thread Dengke Du
The following changes since commit 5e4bd86130866d4a92fa7b0fa6d3628126dfdf91: libinput: Upgrade 1.7.3 -> 1.8.1 (2017-08-09 09:38:25 +0100) are available in the git repository at: https://github.com/DengkeDu/openembedded-core.git dengke/expat-upgrade-to-2.2.3 https://github.com//tree/dengke

[OE-core] [PATCH V2 1/1] expat: Upgrade to 2.2.3

2017-08-10 Thread Dengke Du
From: Khem Raj Signed-off-by: Khem Raj Signed-off-by: Dengke Du --- meta/recipes-core/expat/expat.inc | 1 + meta/recipes-core/expat/expat/libtool-tag.patch | 18 ++ meta/recipes-core/expat/expat_2.2.1.bb | 5 - meta/recipes-core/expat/expat_2.2.3

Re: [OE-core] [PATCH V2 1/1] ltp: upgrade to upstream latest commit on 20170804

2017-08-10 Thread Dengke Du
<https://github.com/linux-test-project/ltp/commit/3f385652efe811fe7491474f8513baf44cf0a12d> Signed-off-by: Dengke Du mailto:dengke...@windriver.com>> --- .../ltp/ltp/0001-dirtyc0w-Include-stdint.h.patch | 34 -- ...TH_MAX-undeclared-when-building-with-musl.patch | 31 --

[OE-core] [PATCH V2 0/1] ltp: upgrade to upstream latest commit on 20170804

2017-08-04 Thread Dengke Du
https://github.com//tree/dengke/ltp-upgrade-to-20170804 Dengke Du (1): ltp: upgrade to upstream latest commit on 20170804 .../ltp/ltp/0001-dirtyc0w-Include-stdint.h.patch | 34 -- ...TH_MAX-undeclared-when-building-with-musl.patch | 31 - ...faccessat-and-fchmodat-Fix-build

[OE-core] [PATCH V2 1/1] ltp: upgrade to upstream latest commit on 20170804

2017-08-04 Thread Dengke Du
do_compile_prepend function, because the upstream already fix the parallel make race, we can check it here: https://github.com/linux-test-project/ltp/commit/3f385652efe811fe7491474f8513baf44cf0a12d Signed-off-by: Dengke Du --- .../ltp/ltp/0001-dirtyc0w-Include-stdint.h.patch | 34

Re: [OE-core] [PATCH 1/1] ltp: upgrade to upstream latest commit on 20170804

2017-08-04 Thread Dengke Du
Please ignore this! On 2017年08月04日 17:54, Dengke Du wrote: drop 4 patches because the upstream already contains them: 0001-dirtyc0w-Include-stdint.h.patch 0006-fix-PATH_MAX-undeclared-when-building-with-musl.patch 0037-faccessat-and-fchmodat-Fix-build-warnings.patch file

[OE-core] [PATCH 0/1] ltp: upgrade to upstream latest commit on 20170804

2017-08-04 Thread Dengke Du
https://github.com//tree/dengke/ltp-upgrade-to-20170804 Dengke Du (1): ltp: upgrade to upstream latest commit on 20170804 .../ltp/ltp/0001-dirtyc0w-Include-stdint.h.patch | 34 -- ...TH_MAX-undeclared-when-building-with-musl.patch | 31 - ...faccessat-and-fchmodat-Fix-build

[OE-core] [PATCH 1/1] ltp: upgrade to upstream latest commit on 20170804

2017-08-04 Thread Dengke Du
drop the do_compile_prepend function, because the upstream already fix the parallel make race, we can check it here: https://github.com/linux-test-project/ltp/commit/3f385652efe811fe7491474f8513baf44cf0a12d Signed-off-by: Dengke Du --- .../ltp/ltp/0001-dirtyc0w-Include-stdint.h.patch | 34

Re: [OE-core] [PATCH 1/1] expat: upgrade to 2.2.2

2017-08-03 Thread Dengke Du
OK! On 2017年08月04日 00:48, Khem Raj wrote: On Thu, Aug 3, 2017 at 9:42 AM, Burton, Ross wrote: On 24 July 2017 at 11:23, Burton, Ross wrote: I've filed a bug upstream about the failure on Debian 8: https://github.com/libexpat/libexpat/issues/97 And this bug is now resolved. expat in git c

[OE-core] [PATCH 1/1] bison: reduce local pending patches

2017-07-20 Thread Dengke Du
Signed-off-by: Dengke Du --- .../bison/bison/0001-src-local.mk-fix-parallel-issue.patch | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/bison/bison/0001-src-local.mk-fix-parallel-issue.patch b/meta/recipes-devtools/bison/bison/0001-src

[OE-core] [PATCH 0/1] bison: reduce local pending patches

2017-07-20 Thread Dengke Du
//tree/dengke/bison-reduce-local-pending-patches Dengke Du (1): bison: reduce local pending patches .../bison/bison/0001-src-local.mk-fix-parallel-issue.patch | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) -- 2.8.1

[OE-core] [PATCH 0/2] acl,at: reduce local pending patches

2017-07-18 Thread Dengke Du
://github.com//tree/dengke/acl-at-reduce-local-pending-patches Dengke Du (2): at: reduce local pending patches acl: reduce local pending patches .../at/at/0001-remove-glibc-assumption.patch| 12 +++- .../attr/acl/test-fix-directory-permissions.patch | 17

[OE-core] [PATCH 2/2] acl: reduce local pending patches

2017-07-18 Thread Dengke Du
Signed-off-by: Dengke Du --- .../attr/acl/test-fix-directory-permissions.patch | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/meta/recipes-support/attr/acl/test-fix-directory-permissions.patch b/meta/recipes-support/attr/acl/test-fix-directory

[OE-core] [PATCH 1/2] at: reduce local pending patches

2017-07-18 Thread Dengke Du
Signed-off-by: Dengke Du --- .../at/at/0001-remove-glibc-assumption.patch | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/meta/recipes-extended/at/at/0001-remove-glibc-assumption.patch b/meta/recipes-extended/at/at/0001-remove-glibc

Re: [OE-core] [PATCH 1/1] expat: upgrade to 2.2.2

2017-07-17 Thread Dengke Du
Hi Ross Do we need to add a patch to glibc to support the ubuntu 14.04 (or kernel version older than 3.17)? On 2017年07月18日 14:01, Dengke Du wrote: The expat 2.2.2: using getrandom syscall on linux 3.17+, so when we compiling expat-native on the kernel older than 3.17, that would

[OE-core] [PATCH 0/1] expat: upgrade to 2.2.2

2017-07-17 Thread Dengke Du
/dengke/expat-upgrade-2.2.2 Dengke Du (1): expat: upgrade to 2.2.2 meta/recipes-core/expat/expat_2.2.1.bb | 5 - meta/recipes-core/expat/expat_2.2.2.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-core/expat/expat_2.2.1.bb create mode 100644

[OE-core] [PATCH 1/1] expat: upgrade to 2.2.2

2017-07-17 Thread Dengke Du
The expat 2.2.2: using getrandom syscall on linux 3.17+, so when we compiling expat-native on the kernel older than 3.17, that would be failed. Signed-off-by: Dengke Du --- meta/recipes-core/expat/expat_2.2.1.bb | 5 - meta/recipes-core/expat/expat_2.2.2.bb | 5 + 2 files

[OE-core] [PATCH V2 1/2] dropbear: reduce local pending patches

2017-07-12 Thread Dengke Du
Signed-off-by: Dengke Du --- meta/recipes-core/dropbear/dropbear/0003-configure.patch| 13 +++-- .../dropbear/fix-libtomcrypt-libtommath-ordering.patch | 11 ++- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/meta/recipes-core/dropbear/dropbear/0003

[OE-core] [PATCH V2 0/2] dropbear, chrpath: reduce local pending patches

2017-07-12 Thread Dengke Du
https://github.com//tree/dengke/dropbear-chrpath-reduce-local-pending-patch Dengke Du (2): dropbear: reduce local pending patches chrpath: reduce local pending patches .../dropbear/dropbear/0003-configure.patch | 13 +-- .../fix-libtomcrypt-libtommath-ordering.patch | 11

[OE-core] [PATCH V2 2/2] chrpath: reduce local pending patches

2017-07-12 Thread Dengke Du
Signed-off-by: Dengke Du --- .../chrpath/chrpath/standarddoc.patch | 25 -- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch b/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch index

[OE-core] [PATCH 1/2] dropbear: reduce local pending patches

2017-07-11 Thread Dengke Du
Signed-off-by: Dengke Du --- meta/recipes-core/dropbear/dropbear/0003-configure.patch| 13 +++-- .../dropbear/fix-libtomcrypt-libtommath-ordering.patch | 12 +++- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/meta/recipes-core/dropbear/dropbear/0003

[OE-core] [PATCH 0/2] dropbear, chrpath: reduce local pending patches

2017-07-11 Thread Dengke Du
https://github.com//tree/dengke/dropbear-chrpath-reduce-local-pending-patch Dengke Du (2): dropbear: reduce local pending patches chrpath: reduce local pending patches .../dropbear/dropbear/0003-configure.patch | 13 +-- .../fix-libtomcrypt-libtommath-ordering.patch | 12

[OE-core] [PATCH 2/2] chrpath: reduce local pending patches

2017-07-11 Thread Dengke Du
Signed-off-by: Dengke Du --- .../chrpath/chrpath/standarddoc.patch | 25 -- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch b/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch index

[OE-core] [PATCH 0/1] avahi-ui: reduce local pending patches

2017-07-05 Thread Dengke Du
Dengke Du (1): avahi-ui: reduce local pending patches ...01-configure.ac-install-GtkBuilder-interface-files-for-.patch | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) -- 2.8.1 -- ___ Openembedded-core mailing list Openembedded-core

[OE-core] [PATCH 1/1] avahi-ui: reduce local pending patches

2017-07-05 Thread Dengke Du
[Yocto #11548] Signed-off-by: Dengke Du --- ...01-configure.ac-install-GtkBuilder-interface-files-for-.patch | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/meta/recipes-connectivity/avahi/files/0001-configure.ac-install-GtkBuilder-interface-files-for-.patch b

[OE-core] [PATCH 1/1] ltp: Reduce local Pending patches

2017-07-03 Thread Dengke Du
Rebase the patch on latest ltp upstream: 0007-fix-__WORDSIZE-undeclared-when-building-with-musl.patch [Yocto #11548] Signed-off-by: Dengke Du --- ...TH_MAX-undeclared-when-building-with-musl.patch | 15 +++--- ...RDSIZE-undeclared-when-building-with-musl.patch | 23

[OE-core] [PATCH 0/1] ltp: Reduce local Pending patches

2017-07-03 Thread Dengke Du
Dengke Du (1): ltp: Reduce local Pending patches ...TH_MAX-undeclared-when-building-with-musl.patch | 15 +++--- ...RDSIZE-undeclared-when-building-with-musl.patch | 23 +++--- ...ition-of-struct-msgbuf-error-building-wit.patch | 9 + 3 files changed, 25 insertions

[OE-core] [PATCH V2 0/1] expat: upgrade to 2.2.1

2017-07-03 Thread Dengke Du
://github.com//tree/dengke/expat-upgrade-to-2.2.1 Dengke Du (1): expat: upgrade to 2.2.1 meta/recipes-core/expat/expat_2.2.0.bb | 5 - meta/recipes-core/expat/expat_2.2.1.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-core/expat/expat_2.2.0.bb create

[OE-core] [PATCH V2 1/1] expat: upgrade to 2.2.1

2017-07-03 Thread Dengke Du
The COPYING file in expat has the following changes: 2001-20016 to 2001-2017 Signed-off-by: Dengke Du --- meta/recipes-core/expat/expat_2.2.0.bb | 5 - meta/recipes-core/expat/expat_2.2.1.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes

Re: [OE-core] [PATCH] ltp: add acl, attr, curl and util-linux runtime dependencies

2017-07-03 Thread Dengke Du
On 2017年07月03日 16:59, Maxin B. John wrote: Hi, On Mon, Jul 03, 2017 at 11:03:31AM +0300, Fathi Boudra wrote: * Use a list and re-order alphabetically to make it easier to read and update. * Add missing runtime dependencies: - acl (getfacl/setfacl commands are required) - attr (getfat

[OE-core] [PATCH 1/1] grep: upgrade to 3.1

2017-07-03 Thread Dengke Du
Signed-off-by: Dengke Du --- meta/recipes-extended/grep/{grep_3.0.bb => grep_3.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/grep/{grep_3.0.bb => grep_3.1.bb} (89%) diff --git a/meta/recipes-extended/grep/grep_3.0.bb b/meta/recipes-extende

[OE-core] [PATCH 0/1] grep: upgrade to 3.1

2017-07-03 Thread Dengke Du
The following changes since commit 98099349e358a9caaec8ec81f0d4abe588909cfe: bitbake: npm fetcher: fix unknown variable name. (2017-06-29 14:33:42 +0100) are available in the git repository at: https://github.com/DengkeDu/openembedded-core.git dengke/grep-upgrade-to-3.1 Dengke Du (1

[OE-core] [PATCH 1/1] openssh: Restore TCP wrappers support

2017-06-29 Thread Dengke Du
ned-off-by: Wenzong Fan Signed-off-by: Robert Yang Signed-off-by: Dengke Du --- .../openssh/openssh/restore-tcp-wrappers.patch | 183 + meta/recipes-connectivity/openssh/openssh_7.5p1.bb | 4 + 2 files changed, 187 insertions(+) create mode 100644 meta/recipes-co

[OE-core] [PATCH 0/1] openssh: Restore TCP wrappers support

2017-06-29 Thread Dengke Du
The following changes since commit 98099349e358a9caaec8ec81f0d4abe588909cfe: bitbake: npm fetcher: fix unknown variable name. (2017-06-29 14:33:42 +0100) are available in the git repository at: https://github.com/DengkeDu/openembedded-core.git dengke/openssh-restore-tcp-wrappers-support h

Re: [OE-core] [PATCH 1/1] expat: upgrade to 2.2.1

2017-06-29 Thread Dengke Du
OK, I will, thanks! On 2017年06月29日 19:32, Burton, Ross wrote: On 29 June 2017 at 08:57, Dengke Du <mailto:dengke...@windriver.com>> wrote: -LIC_FILES_CHKSUM = "file://COPYING;md5=9c3ee559c6f9dcee1043ead112139f4f" +LIC_FILES_CHKSUM =

[OE-core] [PATCH 1/1] expat: upgrade to 2.2.1

2017-06-29 Thread Dengke Du
Signed-off-by: Dengke Du --- meta/recipes-core/expat/expat_2.2.0.bb | 5 - meta/recipes-core/expat/expat_2.2.1.bb | 5 + 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-core/expat/expat_2.2.0.bb create mode 100644 meta/recipes-core/expat/expat_2.2.1.bb

[OE-core] [PATCH 0/1] expat: upgrade to 2.2.1

2017-06-29 Thread Dengke Du
The following changes since commit abc7131777e8ea8e6aacc5118bbb5c24883c0ead: lz4: Add patch to fix re-builds (2017-06-28 20:55:09 +0100) are available in the git repository at: https://github.com/DengkeDu/openembedded-core.git dengke/expat-upgrade-to-2.2.1 Dengke Du (1): expat: upgrade

Re: [OE-core] [PATCH 1/1] archiver.bbclass: add task do_prepare_recipe_sysroot before do_configure

2017-06-11 Thread Dengke Du
Thanks, that commit works, please ignore this patch. On 2017年06月10日 00:38, Burton, Ross wrote: On 9 June 2017 at 10:45, Dengke Du <mailto:dengke...@windriver.com>> wrote: When recipe inherit archiver.bbclass and enable: ARCHIVER_MODE[src] = "configured"

[OE-core] [PATCH 1/1] archiver.bbclass: add task do_prepare_recipe_sysroot before do_configure

2017-06-09 Thread Dengke Du
So it is necessary to add the task do_prepare_recipe_sysroot before executing the do_configure task. Signed-off-by: Dengke Du --- meta/classes/archiver.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass index 18c5b96..4775786 1

[OE-core] [PATCH 0/1] archiver.bbclass: add task do_prepare_recipe_sysroot before do_configure

2017-06-09 Thread Dengke Du
Dengke Du (1): archiver.bbclass: add task do_prepare_recipe_sysroot before do_configure meta/classes/archiver.bbclass | 1 + 1 file changed, 1 insertion(+) -- 2.8.1 -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

  1   2   3   >