[OE-core] [PATCH] file: upgrade to 5.21

2014-12-17 Thread Li xin
file 5.21 fix CVE-2014-8116 and CVE-2014-8117. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../file/file/debian-742262-backport.patch | 32 .../recipes-devtools/file/file/debian-742262.patch | 19 meta/recipes-devtools/file/file_5.18.bb

[OE-core] [PATCH v2] file: upgrade to 5.21

2014-12-17 Thread Li xin
file 5.21 fix CVE-2014-8116 and CVE-2014-8117. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../file/file/debian-742262-backport.patch | 32 .../recipes-devtools/file/file/debian-742262.patch | 19 meta/recipes-devtools/file/file_5.18.bb

[OE-core] [PATCH] elfutils_0.148.bb: CVE-2014-9447 fix

2015-01-21 Thread Li xin
Reference: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-9447 Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../elf_begin.c-CVE-2014-9447-fix.patch| 36 ++ meta/recipes-devtools/elfutils/elfutils_0.148.bb | 23 +++--- 2 files changed, 48

[OE-core] [PATCH] grep_2.5.1a: fix grep for LSB compliance.

2015-05-07 Thread Li xin
The LSB test requires the grep egrep and fgrep can perform pattern matching in searches without regard to case if -i option is specified. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../grep/grep-2.5.1a/grep-fix-LSB-NG-Cases.patch | 1414 meta/recipes-extended/grep

[OE-core] [PATCH] glibc_2.21.bb: Fix LSB bugs #3033

2015-05-08 Thread Li xin
Bug 3033 - T.c_iflag and T.tcgetattr fail when using pseudo ttys (on some systems). https://lsbbugs.linuxfoundation.org/show_bug.cgi?id=3033 Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../glibc/glibc/tcsetattr.c-Fix-LSB-NG-Cases.patch | 69 ++ meta/recipes-core

Re: [OE-core] [PATCH] glibc_2.21.bb: Fix LSB bugs #3033

2015-05-10 Thread Li, Xin
-Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Saturday, May 09, 2015 12:21 AM To: Li, Xin/李 欣 Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] glibc_2.21.bb: Fix LSB bugs #3033 This patch is ok. However two questions 1. what

[OE-core] [PATCH] coreutils_6.9.bb: Fix LSB NG Cases.

2015-05-11 Thread Li xin
-/tset/LI18NUX2K.L1/utils/sort/T.sort #1/3/17/19/33/35 -/tset/LI18NUX2K.L1/utils/comm/T.comm #1/2 The LSB test require comm can handle multibyte characters and sort can interpret blank and alphanumeric character according to the current locale and so on. Signed-off-by: Li Xin lixin.f

Re: [OE-core] [PATCH] grep_2.5.1a: fix grep for LSB compliance.

2015-05-18 Thread Li, Xin
Ping There are two versions of recipe grep. One is 2.21 and the LICENSE is GPLv3. The other is 2.5.1a and the LICENSE is GPLv2. If you use the version 2.5.1a and this patch is need to fix LSB compliance. Thanks. Li xin -Original Message- From: Li, Xin/李 欣 Sent: Friday, May 08, 2015

[OE-core] [PATCH] base-files: Fix LSB NG Cases.

2015-06-04 Thread Li xin
-/tset/LSB.fhs/var/tmp/tmp-tc. The LSB Core test requires the /var/tmp directory supports creation of files. And the mount tmpfs on /var/volatile cause the /var/tmp directory can't be writable for non-root users. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta/recipes-core/base-files

[OE-core] [PATCH] glibc: add systemd support

2015-06-23 Thread Li xin
add systemd service files nscd.service and nscd.socket Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta/recipes-core/glibc/glibc-package.inc | 2 +- meta/recipes-core/glibc/glibc.inc | 20 +++- meta/recipes-core/glibc/glibc/nscd.service | 16

[OE-core] [PATCH] perf: Modify SPDX_S directory to avoid do_spdx error.

2015-06-26 Thread Li xin
This is because S = ${STAGING_KERNEL_DIR}. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- 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 eb27374..52b9404 100644 --- a/meta/recipes

[OE-core] [PATCH] iptables: add systemd support.

2015-06-26 Thread Li xin
Add systemd service file iptables.service and ip6tables.service, also,add configuration file. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../iptables/iptables/ip6tables.data | 13 + .../iptables/iptables/ip6tables.default| 48 +++ .../iptables/iptables

[OE-core] [PATCH] init-ifupdown: modify init script and add systemd support

2015-06-26 Thread Li xin
1) when the Root file system using the method of NFS, the networking service can not start successfully,so modify the init script. 2) add systemd service file networking.service. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../init-ifupdown/init-ifupdown-1.0/init | 68

[OE-core] [PATCH] util-linux: add user uuidd and group uuidd

2015-06-25 Thread Li xin
it is need to start uuidd.service. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta/recipes-core/util-linux/util-linux.inc | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util

[OE-core] [PATCH] mtd-utils: 1) extend nativesdk support

2015-06-26 Thread Li xin
2) install bin2nand and nand2bin taken from: http://git.infradead.org/mtd-utils.git/tree/3c3674a6e1d3f59554b0ff68ca59be2fd4134e0c:/ubi-utils/old-utils/src Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../mtd/mtd-utils/add-bin2nand-nand2bin.patch | 1524 meta

[OE-core] [PATCH] lighttpd: Bug fix

2015-06-16 Thread Li xin
mod_cgi buffers data without bound,so fix it. Reference: http://redmine.lighttpd.net/issues/1264 Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../0001-mod_cgi-buffers-data-without-bound.patch | 386 + meta/recipes-extended/lighttpd/lighttpd_1.4.35.bb | 1 + 2

[OE-core] [PATCH] sysstat: add systemd service files

2015-06-12 Thread Li xin
Add sysstat.service to support systemd systems. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta/recipes-extended/sysstat/sysstat.inc | 11 ++- meta/recipes-extended/sysstat/sysstat/sysstat.service | 12 2 files changed, 22 insertions(+), 1 deletion

[OE-core] [PATCH] gdb: Modify it to support for gdbreplay.

2015-06-12 Thread Li xin
gdbreplay is not installed by default,so install it. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta/recipes-devtools/gdb/gdb-common.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index 81af42f

Re: [OE-core] [PATCH] curl: Modify PACKAGECONFIG to enable openssl

2015-06-12 Thread Li, Xin
-Original Message- From: Anders Darander [mailto:and...@chargestorm.se] Sent: Friday, June 12, 2015 4:29 PM To: Li, Xin/李 欣 Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] curl: Modify PACKAGECONFIG to enable openssl * Li xin lixin.f...@cn.fujitsu.com

[OE-core] [PATCH] libnewt-python: add native support

2015-06-12 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta/recipes-extended/newt/libnewt-python_0.52.18.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/newt/libnewt-python_0.52.18.bb b/meta/recipes-extended/newt/libnewt-python_0.52.18.bb index ecc670e..94a41a3 100644

[OE-core] [PATCH] dhcp: modify dhcpd.service to make it start successfully and add systemd service files dhcpd6.service

2015-06-17 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta/recipes-connectivity/dhcp/dhcp.inc | 12 meta/recipes-connectivity/dhcp/files/dhcpd.service | 8 ++-- meta/recipes-connectivity/dhcp/files/dhcpd6.service | 15 +++ 3 files changed, 29 insertions

[OE-core] [PATCH] busybox: enable httpd su install

2015-06-17 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta/recipes-core/busybox/busybox.inc | 1 + meta/recipes-core/busybox/busybox/defconfig | 53 +++-- 2 files changed, 28 insertions(+), 26 deletions(-) diff --git a/meta/recipes-core/busybox/busybox.inc b/meta

[OE-core] [PATCH] bind: add systemd file bind-chroot.service

2015-06-10 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../bind/bind/bind-chroot.service | 26 ++ meta/recipes-connectivity/bind/bind_9.10.2.bb | 13 +++ 2 files changed, 35 insertions(+), 4 deletions(-) create mode 100644 meta/recipes-connectivity

[OE-core] [PATCH] iputils: enable rdisc and add systemd support.

2015-06-10 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- .../iputils/files/enable-rdisc.patch | 21 + meta/recipes-extended/iputils/files/rdisc.conf | 1 + meta/recipes-extended/iputils/files/rdisc.service | 11 +++ meta/recipes-extended/iputils

[OE-core] [PATCH] mdadm: add systemd service files

2015-06-15 Thread Li xin
Add mdmonitor.service to support systemd systems and add configuration file. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta/recipes-extended/mdadm/files/mdadm.conf | 1 + meta/recipes-extended/mdadm/files/mdadm.default| 25 meta/recipes-extended/mdadm/files

[OE-core] [PATCH] curl: Modify PACKAGECONFIG to enable openssl

2015-06-11 Thread Li xin
Enabled openssl defalutly to use https, just like Ubuntu and Red Hat do. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta/recipes-support/curl/curl_7.42.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/curl/curl_7.42.1.bb b/meta/recipes

[OE-core] [PATCH v2] libnewt-python: add native support and modify its depends

2015-06-14 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta/recipes-extended/newt/libnewt-python_0.52.18.bb | 2 ++ meta/recipes-extended/newt/libnewt_0.52.18.bb| 2 ++ meta/recipes-extended/slang/slang_2.2.4.bb | 2 ++ 3 files changed, 6 insertions(+) diff --git a/meta/recipes

Re: [OE-core] [PATCH] glibc: add systemd support

2015-07-06 Thread Li, Xin
Hi, Ross I have sent some patches about add systemd support and add systemd service files, Such as iptables, iputils, sysstat and so on. So how about those patches? :) Regards, Li -Original Message- From: Li, Xin/李 欣 Sent: Wednesday, June 24, 2015 11:15 AM To: openembedded-core

Re: [OE-core] [PATCH] perf: Modify SPDX_S directory to avoid do_spdx error.

2015-07-06 Thread Li, Xin
Ping... Thanks Li -Original Message- From: Li, Xin/李 欣 Sent: Friday, June 26, 2015 4:01 PM To: openembedded-core@lists.openembedded.org Cc: Li, Xin/李 欣 Subject: [OE-core][PATCH] perf: Modify SPDX_S directory to avoid do_spdx error. This is because S = ${STAGING_KERNEL_DIR

Re: [OE-core] [PATCH] lighttpd: Bug fix

2015-07-06 Thread Li, Xin
Ping... Regards Li -Original Message- From: Li, Xin/李 欣 Sent: Wednesday, June 17, 2015 9:35 AM To: openembedded-core@lists.openembedded.org Cc: Li, Xin/李 欣 Subject: [OE-core][PATCH] lighttpd: Bug fix mod_cgi buffers data without bound,so fix it. Reference: http

[OE-core] [PATCH] mesa-demos: add inherit update-alternatives to avoid conflicts

2015-07-01 Thread Li xin
multiple sources 'busybox ncurses mesa-demos' provide same command 'clear',so rename 'clear' like recipe ncurses do. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-graphics

[OE-core] [PATCH v2] mesa-demos: rename clear

2015-07-03 Thread Li xin
ncurses have already provided clear,so rename it to clear.mesa-demos. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.2.0.bb b/meta/recipes-graphics

[OE-core] [PATCH v2] grep: Fix LSB NG Cases for gplv2 version.

2015-05-24 Thread Li xin
-/tset/LI18NUX2K.L1/utils/egrep-tp/T.egrep-tp 5 -/tset/LI18NUX2K.L1/utils/fgrep/T.fgrep 5 -/tset/LI18NUX2K.L1/utils/grep-tp/T.grep-tp 5 The LSB core test requires grep egrep and fgrep can perform pattern matching in searches without regard to case if -i option is specified. Signed-off-by: Li Xin

[OE-core] [PATCH] gmp.inc: Delete LICENSE = GPLv3 LGPLv3

2015-08-19 Thread Li xin
LICENSE are exist both in gmp.inc and gmp_6.0.0.bb, And the LICENSE in gmp.inc is not right,so delete it. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta/recipes-support/gmp/gmp.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes

[OE-core] [PATCH] mdadm: 3.3.2 - 3.3.3

2015-07-28 Thread Li xin
Upgrade mdadm from 3.3.2 to 3.3.3 1) Remove backported patch:inline.patch 2) update context of mdadm-3.3.2_x32_abi_time_t.patch 3) Add systemd support: add systemd service file mdmonitor.service and mdadm.conf which is needed to start mdmonitor service. Signed-off-by: Li Xin lixin.f

[OE-core] [PATCH v2] mdadm: 3.3.2 - 3.3.3

2015-07-28 Thread Li xin
Upgrade mdadm from 3.3.2 to 3.3.3 1) Remove backported patch:inline.patch 2) update context of mdadm-3.3.2_x32_abi_time_t.patch 3) Add systemd support: add systemd service file mdmonitor.service and mdadm.conf which is needed to start mdmonitor.service. Signed-off-by: Li Xin lixin.f

[OE-core] [PATCH v3] mdadm: 3.3.2 - 3.3.3

2015-07-30 Thread Li xin
Upgrade mdadm from 3.3.2 to 3.3.3 1) Remove backported patch:inline.patch 2) update context of mdadm-3.3.2_x32_abi_time_t.patch 3) Add systemd support: add systemd service file mdmonitor.service and install conf example file. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta/recipes

Re: [OE-core] [PATCH v3] mdadm: 3.3.2 - 3.3.3

2015-07-31 Thread Li, Xin
, Xin/李 欣 Cc: OE-core Subject: Re: [OE-core] [PATCH v3] mdadm: 3.3.2 - 3.3.3 On 30 July 2015 at 07:50, Li xin lixin.f...@cn.fujitsu.commailto:lixin.f...@cn.fujitsu.com wrote: 3) Add systemd support: add systemd service file mdmonitor.service and install conf example file. Signed-off-by: Li Xin

[OE-core] [oe][meta-oe][PATCH] iotop: upgrade 0.4.4 - 0.6

2015-07-30 Thread Li xin
From: zhangpanpan zhangpp-f...@cn.fujitsu.com Signed-off-by: Zhang Panpanzhangpp-f...@cn.fujitsu.com --- meta-oe/recipes-extended/iotop/{iotop_0.4.4.bb = iotop_0.6.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-extended/iotop/{iotop_0.4.4.bb =

[OE-core] [oe][meta-oe][PATCH] ccid: upgrade 1.4.8 - 1.4.19

2015-07-30 Thread Li xin
From: zhangpanpan zhangpp-f...@cn.fujitsu.com Signed-off-by: Zhang Panpanzhangpp-f...@cn.fujitsu.com --- meta-oe/recipes-support/ccid/{ccid_1.4.8.bb = ccid_1.4.19.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta-oe/recipes-support/ccid/{ccid_1.4.8.bb =

[OE-core] [oe][meta-oe][PATCH] libdbi: upgrade 0.8.4 - 0.9.0

2015-07-30 Thread Li xin
From: zhangpanpan zhangpp-f...@cn.fujitsu.com Signed-off-by: Zhang Panpanzhangpp-f...@cn.fujitsu.com --- meta-oe/recipes-support/libdbi/libdbi_0.8.4.bb | 6 -- meta-oe/recipes-support/libdbi/libdbi_0.9.0.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644

Re: [OE-core] [oe][meta-oe][PATCH] iotop: upgrade 0.4.4 - 0.6

2015-07-30 Thread Li, Xin
Hi, Ross, I am very sorry. Please ignore it. Thanks, Li From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Thursday, July 30, 2015 5:31 PM To: Li, Xin/李 欣 Cc: OE-core Subject: Re: [OE-core] [oe][meta-oe][PATCH] iotop: upgrade 0.4.4 - 0.6 meta-oe patches go to openembedded-devel@. Ross

Re: [OE-core] [PATCH] curl: Modify PACKAGECONFIG to enable openssl

2015-07-15 Thread Li, Xin
Hi, Anders Thanks for your replay. Subject: Re: [OE-core] [PATCH] curl: Modify PACKAGECONFIG to enable openssl * Li xin lixin.f...@cn.fujitsu.com [150612 05:41]: Enabled openssl defalutly to use https, just like Ubuntu and Red Hat do. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com

[OE-core] [PATCH] gtk+: Fix bug in gtk-demo

2015-07-17 Thread Li xin
Modify gtkrc.c,otherwise the input-methods can not be enabled in gtk-demo. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta/recipes-gnome/gtk+/gtk+/gtkrc.c-Bug-fix.patch | 30 ++ meta/recipes-gnome/gtk+/gtk+_2.24.28.bb| 1 + 2 files changed, 31 insertions

Re: [OE-core] [PATCH v2] lighttpd: Fix mod_cgi to avoid it buffers data without bound.

2015-07-13 Thread Li, Xin
+From: Li xin lixin.f...@cn.fujitsu.com +Date: Tue, 16 Jun 2015 19:02:38 +0900 +Subject: [PATCH] mod_cgi buffers data without bound so fix it + +Upstream-Status: Backport +it will be fixed in version 1.5.0 Is this really in an upstream branch somewhere? It's not clear from the bug

[OE-core] [PATCH v3] lighttpd: Fix mod_cgi to avoid it buffers data without bound.

2015-07-13 Thread Li xin
If there is a CGI that provides a continuous stream of data, If lighttpd client reads slower then the CGI is pushing the data, then lighttpd's buffers will grow until the (embedded) machine OOMs. Ref: http://redmine.lighttpd.net/issues/1264 Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com

[OE-core] [PATCH v2] lighttpd: Fix mod_cgi to avoid it buffers data without bound.

2015-07-12 Thread Li xin
If there is a CGI that provides a continuous stream of data, if lighttpd client reads slower then the CGI is pushing the data, then lighttpd's buffers will grow until the (embedded) machine OOMs. Ref: http://redmine.lighttpd.net/issues/1264 Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com

Re: [OE-core] [PATCH] sysstat: add systemd service files

2015-08-25 Thread Li, Xin
Ping Thanks -Original Message- From: Li, Xin/李 欣 Sent: Friday, June 12, 2015 2:14 PM To: openembedded-core@lists.openembedded.org Cc: Li, Xin/李 欣 Subject: [OE-core][PATCH] sysstat: add systemd service files Add sysstat.service to support systemd systems. Signed-off-by: Li Xin lixin.f

Re: [OE-core] [PATCH] base-files: Fix LSB NG Cases.

2015-08-24 Thread Li, Xin
Ping Thanks -Original Message- From: Li, Xin/李 欣 Sent: Thursday, June 04, 2015 4:53 PM To: openembedded-core@lists.openembedded.org Cc: Li, Xin/李 欣 Subject: [OE-core][PATCH] base-files: Fix LSB NG Cases. -/tset/LSB.fhs/var/tmp/tmp-tc. The LSB Core test requires the /var/tmp directory

Re: [OE-core] [PATCH] util-linux: add user uuidd and group uuidd

2015-08-24 Thread Li, Xin
Ping Thanks -Original Message- From: Li, Xin/李 欣 Sent: Thursday, June 25, 2015 4:56 PM To: openembedded-core@lists.openembedded.org Cc: Li, Xin/李 欣 Subject: [OE-core][PATCH] util-linux: add user uuidd and group uuidd it is need to start uuidd.service. Signed-off-by: Li Xin lixin.f

Re: [OE-core] [PATCH] base-files: Fix LSB NG Cases.

2015-09-01 Thread Li, Xin
Hi, Richard and Mark, Thanks for your reply. >Subject: Re: [OE-core] [PATCH] base-files: Fix LSB NG Cases. > >On 9/1/15 4:13 PM, Richard Purdie wrote: >> On Thu, 2015-06-04 at 16:52 +0800, Li xin wrote: >>> -/tset/LSB.fhs/var/tmp/tmp-tc. >>> >>> The LSB

Re: [OE-core] [PATCH] base-files: Fix LSB NG Cases.

2015-09-04 Thread Li, Xin
Hi, Mark, Thanks a lot. >> >>> Subject: Re: [OE-core] [PATCH] base-files: Fix LSB NG Cases. >>> >>> On 9/1/15 4:13 PM, Richard Purdie wrote: >>>> On Thu, 2015-06-04 at 16:52 +0800, Li xin wrote: >>>>> -/tset/LSB.fhs/var/tmp/tmp-tc. &

[OE-core] [jethro][PATCH] glibc: Backported a patch to fix glibc's bug(18589)

2015-12-17 Thread Li Xin
* /tset/LI18NUX2K.L1/utils/comm/T.comm 1 2 * /tset/LI18NUX2K.L1/utils/ls-fh/T.ls-fh 2 This patch is backported from https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6c84109cfa26f35c3dfed3acb97d347361bd5849 Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- ...ove-incorrect-STRDIFF

[OE-core] [PATCH] glibc: Backported a patch to fix glibc's bug(18589)

2015-11-25 Thread Li xin
From: Li Xin <lixin.f...@cn.fujitsu.com> Also Fix LSB NG cases: * /tset/ANSI.os/locale/setlocale/T.setlocale 1 2 4 5 15 * /tset/ANSI.os/string/strcoll_X/T.strcoll_X 1 * /tset/LI18NUX2K.L1/base/wcscoll/T.wcscoll 1 * /tset/LI18NUX2K.L1/utils/localedef/T.localedef 7 * /tset/LI18NUX2K.L1

[OE-core] [PATCH] net-tools_1.60-26.bb: Error fix

2016-01-11 Thread Li Xin
when set PATCHTOOL = "patch" in conf/local.conf,error will occur in the step of do_patch. The error is: "quilt: command not found",so fix it. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta/recipes-extended/net-tools/net-tools_1.60-26.bb | 3 ++- 1 file c

[OE-core] [PATCH v2] net-tools_1.60-26.bb: Error fix

2016-01-12 Thread Li Xin
when set PATCHTOOL = "patch" in conf/local.conf,error will occur in the step of do_patch. The error is: "quilt: command not found",so fix it. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta/recipes-extended/net-tools/net-tools_1.60-26.bb | 3 ++- 1 file c

[OE-core] [PATCH v3] net-tools_1.60-26.bb: Error fix

2016-01-14 Thread Li Xin
when set PATCHTOOL = "patch" in conf/local.conf,error will occur in the step of do_patch. The error is: "quilt: command not found",so fix it. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta/recipes-extended/net-tools/net-tools_1.60-26.bb | 1 + 1 file cha

[OE-core] [PATCH] mdadm: Add systemd support

2016-02-01 Thread Li Xin
Add mdadm.service to support systemd systems and add configuration file. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta/recipes-extended/mdadm/files/mdadm.service | 13 + meta/recipes-extended/mdadm/mdadm_3.3.4.bb | 12 +++- 2 files changed, 24 inse

[OE-core] [PATCH] iptables: Add systemd support

2016-02-01 Thread Li Xin
Add iptables.service & ip6tables.service to support systemd systems. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../iptables/iptables/ip6tables.service | 17 + .../recipes-extended/iptables/iptables/iptables.service | 17 + me

[OE-core] [PATCH] busybox: enable httpd su install init

2016-02-15 Thread Li Xin
If you use busybox to create a small image,init and su are needed. So enable it. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta/recipes-core/busybox/busybox/defconfig | 51 +++-- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/meta/recipe

Re: [OE-core] [PATCH] gcc-cross-canadian.inc: add INSANE_SKIP_ to avoid build warning.

2016-03-22 Thread Li, Xin
>-Original Message- >From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] >Sent: Tuesday, March 22, 2016 5:31 PM >To: Li, Xin/李 欣; openembedded-core@lists.openembedded.org >Subject: Re: [OE-core] [PATCH] gcc-cross-canadian.inc: add INSANE_SKIP_ to >a

[OE-core] [PATCH] gcc-cross-canadian.inc: add INSANE_SKIP_ to avoid build warning.

2016-03-21 Thread Li Xin
WARNING: QA Issue: gcc-cross-canadian-i586-dbg: found library in wrong location: /PATH/sysroots/x86_64-oesdk-linux/usr/libexec/i586-oe-linux/gcc/i586-oe-linux/5.2.0/.debug/libcc1.so.0.0.0 This warning is introduced by commit f6e47aa(gcc-target 5.1: fix for libcc1) Signed-off-by: Li Xin <lixi

[OE-core] [PATCH] openssh: add systemd service file sshd.service

2016-03-22 Thread Li Xin
If sysvinit is disabled from DISTRO_FEATURES,then /etc/init.d/sshd will be removed,and this will cause sshd daemon failed to start by systemd, So add it. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- .../recipes-connectivity/openssh/openssh/sshd.service | 19 +++

[OE-core] [jethro][PATCH v2] gcc-cross-canadian.inc: add INSANE_SKIP_ to avoid build warning

2016-03-22 Thread Li Xin
WARNING: QA Issue: gcc-cross-canadian-i586-dbg: found library in wrong location: /PATH/sysroots/x86_64-oesdk-linux/usr/libexec/i586-oe-linux/gcc/ i586-oe-linux/5.2.0/.debug/libcc1.so.0.0.0 This warning is introduced by commit f6e47aa(gcc-target 5.1: fix for libcc1) Signed-off-by: Li Xin <lixi

[OE-core] [PATCH] packagegroup-core-lsb.bb: remove Qt 3 library from packagegroup-core-lsb-desktop

2016-03-06 Thread Li Xin
Since with this release of the LSB 5.0, the Qt 3 library has been removed Ref: https://wiki.linuxfoundation.org/en/ReleaseNotes50#Qt_3_Removed Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb | 1 - 1 file changed, 1 de

[OE-core] [PATCH v2] mdadm: add systemd support

2016-04-27 Thread Li Xin
Add mdadm.service to support systemd systems and add configuration file. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta/recipes-extended/mdadm/files/mdadm.service | 13 + meta/recipes-extended/mdadm/mdadm_3.4.bb| 14 +- 2 files changed, 26 inse

[OE-core] [PATCH v3] mdadm: add systemd support

2016-05-05 Thread Li Xin
Add mdadm.service to support systemd systems and add configuration file. Signed-off-by: Li Xin <lixin.f...@cn.fujitsu.com> --- meta/recipes-extended/mdadm/files/mdadm.service | 13 + meta/recipes-extended/mdadm/mdadm_3.4.bb| 14 +- 2 files changed, 26 inse