[oe] [PATCH] mce-test: add it

2018-12-05 Thread Dengke Du
Signed-off-by: Dengke Du --- .../mcelog/mce-test/makefile-remove-ldflags.patch | 23 + meta-oe/recipes-support/mcelog/mce-test_git.bb | 30 ++ 2 files changed, 53 insertions(+) create mode 100644 meta-oe/recipes-support/mcelog/mce-test/makefile-remove

Re: [oe] [meta-oe][PATCH] snappy: add -fPIC flags

2018-08-28 Thread Dengke Du
On 2018年08月29日 00:45, Khem Raj wrote: On Tue, Aug 28, 2018 at 12:29 AM Dengke Du wrote: Let the libsnappy.a be position independent code, so other packages can use it to make shared PIC library, such as ceph. Signed-off-by: Dengke Du --- meta-oe/recipes-extended/snappy/snappy_1.1.7.bb

[oe] [meta-oe][PATCH] snappy: add -fPIC flags

2018-08-28 Thread Dengke Du
Let the libsnappy.a be position independent code, so other packages can use it to make shared PIC library, such as ceph. Signed-off-by: Dengke Du --- meta-oe/recipes-extended/snappy/snappy_1.1.7.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-extended/snappy/snappy_1.1.7

[oe] [meta-oe][PATCH 2/2] kernel-selftest: add ptest support

2018-08-17 Thread Dengke Du
Group the kernel-selftest testcases in run-ptest. Signed-off-by: Dengke Du --- meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb | 4 +++- .../recipes-kernel/kernel-selftest/kernel-selftest/run-ptest | 11 +++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode

[oe] [meta-oe][PATCH 1/2] kernel-selftest: compatible with latest kernel

2018-08-17 Thread Dengke Du
From: "Hongzhi.Song" There are some new program added for bpf. So we make corresponding modifications. Signed-off-by: Hongzhi.Song --- meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

[oe] [meta-virtualization][PATCH] lxc: add runtime depends for util-linux-getopt

2018-08-13 Thread Dengke Du
When runing: lxc-create -t download -n test The system reports that the getopt command can't find. This is because the lxc-download template depends on getopt command. So add the runtime depends on util-linux-getopt for lxc. Signed-off-by: Dengke Du --- recipes-containers/lxc/lxc_3.0.1.bb

Re: [oe] [meta-intel][PATCH V2] mce-test: add it

2018-06-09 Thread Dengke Du
Sorry for my mistake, thanks for reminding. On 2018年06月08日 15:41, Khem Raj wrote: Hi Dengke subject seems to indicate its for meta-intel. if so then its sent to wrong ml. On 6/7/18 6:49 PM, Dengke Du wrote: Signed-off-by: Dengke Du ---   .../mce-test/files/makefile-remove-ldflags.patch

[oe] [meta-intel][PATCH V2] mce-test: add it

2018-06-07 Thread Dengke Du
Signed-off-by: Dengke Du --- .../mce-test/files/makefile-remove-ldflags.patch | 23 +++ recipes-kernel/mce-test/mce-test_git.bb| 48 ++ 2 files changed, 71 insertions(+) create mode 100644 recipes-kernel/mce-test/files/makefile-remove-ldflags.patch

[oe] [meta-networking][PATCH] netkit-rsh: correct the file attribute

2017-10-08 Thread Dengke Du
From: Mingli Yu <mingli...@windriver.com> Correct the file /etc/pam.d/rsh attribute Signed-off-by: Mingli Yu <mingli...@windriver.com> Signed-off-by: Dengke Du <dengke...@windriver.com> --- meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb | 2 +- 1 file changed,

[oe] [meta-webserver][PATCH V2 1/2] apache2: use volatiles for sysvinit

2017-09-14 Thread Dengke Du
Signed-off-by: Dengke Du <dengke...@windriver.com> --- meta-webserver/recipes-httpd/apache2/apache2_2.4.27.bb | 4 meta-webserver/recipes-httpd/apache2/files/volatiles.04_apache2 | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 meta-webserver/recipes-httpd/a

[oe] [meta-webserver][PATCH V2 2/2] apache2: change files layout to debian style

2017-09-14 Thread Dengke Du
The default layout installs log files and pid files into /var/apache2/logs. This is odd and also will cause security issues because selinux does not know how to label the security contexts for the files. Signed-off-by: Xin Ouyang <xin.ouy...@windriver.com> Signed-off-by: Dengke Du &

Re: [oe] [PATCH] apache2: add a configure file for sysvinit

2017-09-14 Thread Dengke Du
On 2017年09月14日 16:07, Peter Kjellerstedt wrote: -Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Dengke Du Sent: den 14 september 2017 08:52 To: openembedded-devel@lists.openembedded.org

[oe] [PATCH] apache2: add a configure file for sysvinit

2017-09-14 Thread Dengke Du
Signed-off-by: Dengke Du <dengke...@windriver.com> --- meta-webserver/recipes-httpd/apache2/apache2_2.4.27.bb | 18 +- .../recipes-httpd/apache2/files/volatiles.04_apache2 | 3 +++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 meta-webserver/r

Re: [oe] [meta-networking][PATCH] squid: upgrade to 3.5.27

2017-09-11 Thread Dengke Du
Ping. On 2017年08月29日 13:19, Dengke Du wrote: Signed-off-by: Dengke Du <dengke...@windriver.com> --- .../0001-Before-use-rpc-rpc.h-check-it-first.patch | 32 +++ ...e-noexcept-instead-of-throw-for-C-11-comp.patch | 48 -- .../recipes-daemons/squid/file

Re: [oe] [PATCH] iscsitarget: fix few arguments for netlink_ack

2017-09-03 Thread Dengke Du
Thanks, you patch more better. On 2017年09月01日 21:24, Khem Raj wrote: On Thu, Aug 31, 2017 at 10:26 PM, Dengke Du <dengke...@windriver.com> wrote: After kernel version 4.12, the function netlink_ack need four arguments, so adjust it in iscsitarget. check https://patchwork.openembedd

[oe] [meta-oe][PATCH] openjpeg: upgrade to 2.2.0

2017-09-01 Thread Dengke Du
Signed-off-by: Dengke Du <dengke...@windriver.com> --- ...fo_header-reject-bmp-files-with-biBitCoun.patch | 31 ++ .../{openjpeg_2.1.1.bb => openjpeg_2.2.0.bb} | 8 +++--- 2 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 meta-oe/recipes

[oe] [PATCH] openjpeg: upgrade to 2.2.0

2017-09-01 Thread Dengke Du
Signed-off-by: Dengke Du <dengke...@windriver.com> --- .../openjpeg/{openjpeg_2.1.1.bb => openjpeg_2.2.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/openjpeg/{openjpeg_2.1.1.bb => openjpeg_2.2.0.bb} (79%) diff --g

[oe] [PATCH] iscsitarget: fix few arguments for netlink_ack

2017-08-31 Thread Dengke Du
After kernel version 4.12, the function netlink_ack need four arguments, so adjust it in iscsitarget. Signed-off-by: Dengke Du <dengke...@windriver.com> --- ...itarget-fix-few-arguments-for-netlink_ack.patch | 35 ++ .../iscsitarget/iscsitarget_1.4.20.3+svn502.bb

[oe] [meta-networking][PATCH] wolfssl: upgrade to 3.12.0

2017-08-30 Thread Dengke Du
Signed-off-by: Dengke Du <dengke...@windriver.com> --- ...0001-fix-no-rule-to-make-cyassl-options.h.patch | 27 ++ .../{wolfssl_3.9.0.bb => wolfssl_3.12.0.bb}| 10 +--- 2 files changed, 34 insertions(+), 3 deletions(-) create mode 100644 meta-networkin

[oe] [PATCH] wolfssl: upgrade to 3.12.0

2017-08-30 Thread Dengke Du
Signed-off-by: Dengke Du <dengke...@windriver.com> --- ...0001-fix-no-rule-to-make-cyassl-options.h.patch | 27 ++ .../{wolfssl_3.9.0.bb => wolfssl_3.12.0.bb}| 10 +--- 2 files changed, 34 insertions(+), 3 deletions(-) create mode 100644 meta-networkin

[oe] [meta-networking][PATCH] tcpreplay: upgrade to 4.2.6

2017-08-29 Thread Dengke Du
Signed-off-by: Dengke Du <dengke...@windriver.com> --- .../tcpreplay/{tcpreplay_4.1.2.bb => tcpreplay_4.2.6.bb}| 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-networking/recipes-support/tcpreplay/{tcpreplay_4.1.2.bb => tcpreplay_4.2.6.bb} (59%)

[oe] [meta-networking][PATCH] squid: upgrade to 3.5.27

2017-08-28 Thread Dengke Du
Signed-off-by: Dengke Du <dengke...@windriver.com> --- .../0001-Before-use-rpc-rpc.h-check-it-first.patch | 32 +++ ...e-noexcept-instead-of-throw-for-C-11-comp.patch | 48 -- .../recipes-daemons/squid/files/gcc7-fixes.patch | 17 .../squid/{squid_

[oe] [meta-oe][PATCH V2] libvpx: upgrade to 1.6.1

2017-08-17 Thread Dengke Du
Signed-off-by: Dengke Du <dengke...@windriver.com> --- meta-oe/recipes-multimedia/webm/{libvpx_1.5.0.bb => libvpx_1.6.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-multimedia/webm/{libvpx_1.5.0.bb => libvpx_1.6.1.bb} (90%) diff --git a/met

Re: [oe] [PATCH] libvpx: upgrade to 1.6.0

2017-08-17 Thread Dengke Du
Sorry, Please ignore this. the upstream have already to 1.6.1, I will send it again. On 2017年08月18日 10:55, Dengke Du wrote: Signed-off-by: Dengke Du <dengke...@windriver.com> --- meta-oe/recipes-multimedia/webm/{libvpx_1.5.0.bb => libvpx_1.6.0.bb} | 4 ++-- 1 file changed, 2 i

[oe] [PATCH] libvpx: upgrade to 1.6.0

2017-08-17 Thread Dengke Du
Signed-off-by: Dengke Du <dengke...@windriver.com> --- meta-oe/recipes-multimedia/webm/{libvpx_1.5.0.bb => libvpx_1.6.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-multimedia/webm/{libvpx_1.5.0.bb => libvpx_1.6.0.bb} (90%) diff --git a/met

Re: [oe] [meta-networking][PATCH] c-ares: upgrade to 1.13.0

2017-08-17 Thread Dengke Du
OK, thanks. On 2017年08月17日 17:17, Martin Jansa wrote: There is better change for this from Alexey Firago in master-next On Thu, Aug 17, 2017 at 10:48 AM, Dengke Du <dengke...@windriver.com <mailto:dengke...@windriver.com>> wrote: Signed-off-by: Dengke Du <dengke..

[oe] [meta-networking][PATCH] c-ares: upgrade to 1.13.0

2017-08-17 Thread Dengke Du
Signed-off-by: Dengke Du <dengke...@windriver.com> --- .../recipes-support/c-ares/{c-ares_1.12.0.bb => c-ares_1.13.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/c-ares/{c-ares_1.12.0.bb => c-ares_1.13.0.bb} (75%) diff

Re: [oe] [meta-oe][PATCH V4] php: fix install error for libphp*.so

2017-05-17 Thread Dengke Du
Ping. Thanks Dengke On 2017年05月09日 15:54, Dengke Du wrote: Changed in V4: Add the tag: meta-oe 1. Different version php have different libphp*.so, so we need to install its corresponding libphp*.so, for example: php-7.1.0 libphp7.so php-5.6.26 libphp5.so 2. Fix php

[oe] [meta-oe][PATCH V4] php: fix install error for libphp*.so

2017-05-09 Thread Dengke Du
-by: Dengke Du <dengke...@windriver.com> --- .../php/php-5.6.26/0001-Add-lpthread-to-link.patch | 38 ++ meta-oe/recipes-devtools/php/php.inc | 18 +- meta-oe/recipes-devtools/php/php/70_mod_php7.conf | 9 + meta-oe/recipes-devtools/php/php_5.6

[oe] [PATCH V3] php: fix install error for libphp*.so

2017-05-09 Thread Dengke Du
@@GLIBC_2.2.5' error adding symbols: DSO missing from command line 3. Create a configure script like 70_mod_php5, we name it 70_mod_php7, this file connect the php7 and the apache2, so they work together to let the LAMP works correctly. Signed-off-by: Dengke Du <dengke...@windriver.

[oe] [meta-oe][PATCH] phoronix-test-suite: remove it from blacklist

2017-05-09 Thread Dengke Du
The phoronix-test-suite was in blacklist, because the php-cli can't work, the php-cli can work now, so remove it from blacklist. Signed-off-by: Dengke Du <dengke...@windriver.com> --- .../recipes-benchmark/phoronix-test-suite/phoronix-test-suite_6.6.1.bb | 2 -- 1 file changed, 2 del

[oe] [meta-oe][PATCH] crash: fix build failure with mips

2017-05-04 Thread Dengke Du
, from mips-linux-nat.c:32: This problem have been fixed on intel and arm plantform, we can use the similar approch to fix it on mips. Signed-off-by: Dengke Du <dengke...@windriver.com> --- .../0004-cra

Re: [oe] [PATCH V2] crash: 7.1.5 -> 7.1.8

2017-04-23 Thread Dengke Du
On 2017年04月21日 18:53, Anders Darander wrote: Hi, * Dengke Du <dengke...@windriver.com> [170421 12:18]: On 2017年04月18日 20:20, Anders Darander wrote: * Dengke Du <dengke...@windriver.com> [170412 07:42]: 2. Add the "id" to HOSTTOOLS in meta-oe/layer.conf Why

Re: [oe] [PATCH V2] crash: 7.1.5 -> 7.1.8

2017-04-21 Thread Dengke Du
Hi Anders On 2017年04月18日 20:20, Anders Darander wrote: * Dengke Du <dengke...@windriver.com> [170412 07:42]: 2. Add the "id" to HOSTTOOLS in meta-oe/layer.conf Why do you need to add `id` to HOSTTOOLS? It's not me decide to add "id" to HOSTTOOLS, it's the

Re: [oe] [PATCH] php: fix install error for libphp*.so

2017-04-13 Thread Dengke Du
Please ignore this, thanks! //dengke On 2017年04月13日 15:37, Dengke Du wrote: Different version php have different libphp*.so, so we need to install its corresponding libphp*.so, for example: php-7.1.0 libphp7.so php-5.6.26 libphp5.so Signed-off-by: Dengke Du <den

[oe] [meta-oe][PATCH V2] php: fix install error for libphp*.so

2017-04-13 Thread Dengke Du
Different version php have different libphp*.so, so we need to install its corresponding libphp*.so, for example: php-7.1.0 libphp7.so php-5.6.26 libphp5.so Signed-off-by: Dengke Du <dengke...@windriver.com> --- meta-oe/recipes-devtools/php/php.inc | 6 +- meta-oe/r

[oe] [PATCH] php: fix install error for libphp*.so

2017-04-13 Thread Dengke Du
Different version php have different libphp*.so, so we need to install its corresponding libphp*.so, for example: php-7.1.0 libphp7.so php-5.6.26 libphp5.so Signed-off-by: Dengke Du <dengke...@windriver.com> --- meta-oe/recipes-devtools/php/php.inc | 6 +- meta-oe/r

[oe] [PATCH V2] crash: 7.1.5 -> 7.1.8

2017-04-11 Thread Dengke Du
1. Upgrade crash to fix build failure with glibc 2.25. 2. Add the "id" to HOSTTOOLS in meta-oe/layer.conf Signed-off-by: Dengke Du <dengke...@windriver.com> --- meta-oe/conf/layer.conf| 2 + ...ompilation-error-if-glibc-2.25-or-lat

Re: [oe] [PATCH] crash: 7.1.5 -> 7.1.8

2017-04-11 Thread Dengke Du
On 2017年04月12日 12:03, Peter Kjellerstedt wrote: This patch need to add the "id cc" to HOSTTOOLS in bitbake.conf in oe-core, I will send the patch to oe-core later. I doubt you will get either "id" or "cc" accepted into HOSTTOOLS in OE-Core. Definitely not "cc" as recipes are expected to use

Re: [oe] [PATCH] crash: 7.1.5 -> 7.1.8

2017-04-11 Thread Dengke Du
This patch need to add the "id cc" to HOSTTOOLS in bitbake.conf in oe-core, I will send the patch to oe-core later. On 2017年04月12日 10:03, Dengke Du wrote: Upgrade crash to fix build failure with glibc 2.25. Signed-off-by: Dengke Du <dengke...@windriver.com> --- ...ompilatio

[oe] [PATCH] crash: 7.1.5 -> 7.1.8

2017-04-11 Thread Dengke Du
Upgrade crash to fix build failure with glibc 2.25. Signed-off-by: Dengke Du <dengke...@windriver.com> --- ...ompilation-error-if-glibc-2.25-or-later-h.patch | 112 + ...uild-error-unknown-type-name-gdb_fpregset.patch | 36 +++ ...sh-detect-the-sysroot-s-glibc-

[oe] [PATCH][meta-webserver] xdebug: 2.2.6 -> 2.5.1

2017-03-30 Thread Dengke Du
Upgrade the xdebug to fix the build failure with php 7.1 Signed-off-by: Dengke Du <dengke...@windriver.com> --- .../recipes-php/xdebug/{xdebug_2.2.6.bb => xdebug_2.5.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-webserver/recipes-php/xdebug/{xde

[oe] [PATCH][meta-oe] php: fix install failure

2017-03-28 Thread Dengke Du
so we need to place it in correct place. Signed-off-by: Dengke Du <dengke...@windriver.com> --- meta-oe/recipes-devtools/php/php.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc ind

[oe] [meta-oe][PATCH] lvm2: 2.02.138 -> 2.02.166

2016-11-15 Thread Dengke Du
Signed-off-by: Dengke Du <dengke...@windriver.com> --- meta-oe/recipes-support/lvm2/lvm2.inc | 12 +- ...01-implement-libc-specific-_reopen_stream.patch | 139 - ...001-implement-libc-specific-reopen_stream.patch | 80 ...002-Guard-use-of-ma

[oe] [meta-python][PATCH V2] python-pyserial: remove serialjava.py

2016-11-06 Thread Dengke Du
The serialjava.py depends on jpython, we don't support jpython now.So remove it. Signed-off-by: Dengke Du <dengke...@windriver.com> --- meta-python/recipes-devtools/python/python-pyserial.inc | 8 1 file changed, 8 insertions(+) diff --git a/meta-python/recipes-devtools/python/

[oe] [PATCH] python-pyserial: remove serialjava.py

2016-11-06 Thread Dengke Du
The serialjava.py depends on jpython, we don't support jpython now.So remove it. Signed-off-by: Dengke Du <dengke...@windriver.com> --- meta-python/recipes-devtools/python/python-pyserial.inc | 8 1 file changed, 8 insertions(+) diff --git a/meta-python/recipes-devtools/python/

[oe] [meta-oe][PATCH] augeas: fix QA warning

2016-11-04 Thread Dengke Du
Add PACKAGECONFIG for libselinux. Signed-off-by: Dengke Du <dengke...@windriver.com> --- meta-oe/recipes-support/augeas/augeas.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/augeas/augeas.inc b/meta-oe/recipes-support/augeas/augeas.inc index 354b180..1

[oe] [meta-networking][PATCH] fix QA Issue for opensaf

2016-11-03 Thread Dengke Du
Move the do_sysvinit_install contents to do_install_append. Signed-off-by: Dengke Du <dengke...@windriver.com> --- meta-networking/recipes-daemons/opensaf/opensaf_5.0.0.bb | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/meta-networking/recipes-daemons/o

[oe] [meta-oe][PATCH V3] sdparm: 1.09 -> 1.10

2016-10-25 Thread Dengke Du
Signed-off-by: Dengke Du <dengke...@windriver.com> --- .../recipes-support/sdparm/files/make-sysroot-work.patch | 14 +- .../sdparm/{sdparm_1.09.bb => sdparm_1.10.bb} | 4 ++-- 2 files changed, 11 insertions(+), 7 deletions(-) rename meta-oe/recipes-suppo

Re: [oe] [meta-oe][PATCH V2] sdparm: 1.09 -> 1.10

2016-10-25 Thread Dengke Du
Please ignore this. // Dengke On 2016年10月25日 16:45, Dengke Du wrote: Changed in V2: Add the [meta-oe] prefix in patch. Signed-off-by: Dengke Du <dengke...@windriver.com> --- .../recipes-support/sdparm/files/make-sysroot-work.patch | 14 +- .../sdparm/{sdparm_1

Re: [oe] [PATCH] sdparm: 1.09 -> 1.10

2016-10-25 Thread Dengke Du
OK, thanks for reminding, I will send V2. // Dengke On 2016年10月25日 16:28, Robert Yang wrote: Missing [meta-oe] in subject line, see: propriate prefix so that it is clear which layer the patch is intended to be applied to: // Robert On 10/25/2016 12:47 PM, Dengke Du wrote: Signed-off

[oe] [meta-oe][PATCH V2] sdparm: 1.09 -> 1.10

2016-10-25 Thread Dengke Du
Changed in V2: Add the [meta-oe] prefix in patch. Signed-off-by: Dengke Du <dengke...@windriver.com> --- .../recipes-support/sdparm/files/make-sysroot-work.patch | 14 +- .../sdparm/{sdparm_1.09.bb => sdparm_1.10.bb} | 4 ++-- 2 files changed, 11 i

[oe] [PATCH] sdparm: 1.09 -> 1.10

2016-10-24 Thread Dengke Du
Signed-off-by: Dengke Du <dengke...@windriver.com> --- .../sdparm/files/make-sysroot-work.patch | 14 - meta-oe/recipes-support/sdparm/sdparm_1.09.bb | 23 -- meta-oe/recipes-support/sdparm/sdparm_1.10.bb | 23 ++ 3

[oe] [PATCH V2] gd: Security Advisory CVE-2016-7568

2016-10-23 Thread Dengke Du
Changed in V2: In V1 forgot to add SOB(Singed-off-by) in source code patch. Backport patch to fix CVE-2016-7568 from gd upstream: https://github.com/libgd/libgd/commit/2806adfdc27a94d333199345394d7c302952b95f Signed-off-by: Dengke Du <dengke...@windriver.com> --- ...

[oe] [PATCH] gd: Security Advisory CVE-2016-7568

2016-10-21 Thread Dengke Du
Backport patch to fix CVE-2016-7568 from gd upstream: https://github.com/libgd/libgd/commit/2806adfdc27a94d333199345394d7c302952b95f Signed-off-by: Dengke Du <dengke...@windriver.com> --- ...01-Fix-integer-overflow-in-gdImageWebpCtx.patch | 41 ++ meta-oe/r

[oe] [PATCH] linux-atm: fix do_compile error

2016-10-18 Thread Dengke Du
itimerval' We should exclude the linux time.h by disable linux/atm_zatm.h and move some useful definition in linux/atm_zatm.h to a new header file in linux-atm source code to resolve it. (LOCAL REV: NOT UPSTREAM) -- will sent to oe-devel 20161019 Signed-off-by: Dengke Du <dengke...@windriver.

[oe] [PATCH] libndp: 1.5 -> 1.6

2016-10-18 Thread Dengke Du
Signed-off-by: Dengke Du <dengke...@windriver.com> --- meta-oe/recipes-connectivity/libndp/libndp_1.5.bb | 10 -- meta-oe/recipes-connectivity/libndp/libndp_1.6.bb | 10 ++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-oe/recipes-connectivity/

[oe] [meta-oe][PATCH V2] edac-utils: add systemd support and required dependencies for edac

2016-09-28 Thread Dengke Du
Changed in V2: Change the title to eliminate confused. Add systemd unit files for edac-utils. Signed-off-by: Dengke Du <dengke...@windriver.com> --- meta-oe/recipes-support/edac-utils/edac-utils_git.bb | 14 +- meta-oe/recipes-support/edac-utils/files/edac.servic

Re: [oe] [meta-oe][PATCH] edac-utils: add systemd init script for edac

2016-09-28 Thread Dengke Du
Please ignore! Thanks //Dengke On 2016年09月28日 15:44, Dengke Du wrote: In order to add the systemd init script for edac, we need to add some perl module to make sure the correct startup. (LOCAL REV: NOT UPSTREAM) -- Send to meta-openembedded 20160928 Signed-off-by: Dengke Du <den

[oe] [meta-oe][PATCH] edac-utils: add systemd init script for edac

2016-09-28 Thread Dengke Du
In order to add the systemd init script for edac, we need to add some perl module to make sure the correct startup. (LOCAL REV: NOT UPSTREAM) -- Send to meta-openembedded 20160928 Signed-off-by: Dengke Du <dengke...@windriver.com> --- meta-oe/recipes-support/edac-utils/edac-utils_git.bb