Re: [OE-core] [PATCH] initrdscripts: handle mmc device as installer medium

2015-07-12 Thread Belal, Awais
Hi folks, Any objections on the below patch? BR, Awais From: openembedded-core-boun...@lists.openembedded.org [openembedded-core-boun...@lists.openembedded.org] on behalf of Belal, Awais Sent: Tuesday, July 07, 2015 12:43 PM To: openembedded-core@lists.o

[OE-core] [PATCH][resend] elfutils: fix stack usage warning

2015-07-12 Thread rongqing.li
From: Roy Li Signed-off-by: Roy Li --- .../0001-fix-a-stack-usage-warning.patch | 28 ++ meta/recipes-devtools/elfutils/elfutils_0.163.bb | 1 + 2 files changed, 29 insertions(+) create mode 100644 meta/recipes-devtools/elfutils/elfutils-0.163/0001-fix-a-stack

Re: [OE-core] [PATCH][resend] perl: fix build failure if building dir has the "blib" string

2015-07-12 Thread Rongqing Li
On 2015年07月10日 18:08, Jens Rehsack wrote: Am 10.07.2015 um 11:28 schrieb Rongqing Li : On 2015年07月10日 17:09, Jens Rehsack wrote: Hi, When build dir includes contain blib, there is an error which should be solved first. Can you please give an example where this condition is true? And ma

Re: [OE-core] [PATCH] systemd: fix systemd-udev-hwdb-update service

2015-07-12 Thread Rongqing Li
ping -Roy On 2015年06月30日 13:16, rongqing...@windriver.com wrote: From: Chen Qi The new version of systemd has implemented the following feature. Opointer.de/blog/projects/stateless.html As a result, the systemd-udev-hwdb-update.service would always run at first boot. This will cause failure

Re: [OE-core] [PATCH] systemd: fix systemd-udev-hwdb-update service

2015-07-12 Thread Khem Raj
On Mon, Jun 29, 2015 at 10:16 PM, wrote: > This patch achieves the above goal by setting CondistonNeedsUpdate to > "/etc/udev" in the service file, and creating /etc/udev/.updated file if the > postinst succeeds. will /etc/udev/.updated get packaged automatically in case of r/o rootfs ? -- ___

[OE-core] [PATCH 1/1 v2] netbase: add rpcbind as an alias to sunrpc

2015-07-12 Thread wenzong.fan
From: Li Wang rpcbind starts successfully, but shows the following errors in dmesg: Jul 24 20:34:42 quake rpcbind: cannot get local address for udp: \ Servname not supported for ai_socktype Jul 24 20:34:42 quake rpcbind: cannot get local address for tcp: \ Servname not supported for

[OE-core] [PATCH 1/1 v2] rpcbind: handle rpcbind options

2015-07-12 Thread wenzong.fan
From: Li Wang While runing: $ systemctl restart rpcbind $ systemctl status rpcbind There are errors like below: rpcbind[1722]: Cannot open '/tmp/rpcbind.xdr' file for reading, \ errno 2 (No such file or directory) rpcbind[1722]: Cannot open '/tmp/portmap.xdr' file for reading, \ err

Re: [OE-core] [PATCH 1/1] rpcbind: handle rpcbind options

2015-07-12 Thread wenzong fan
On 07/10/2015 10:16 PM, Richard Purdie wrote: On Fri, 2015-07-10 at 13:36 +0800, wenzong@windriver.com wrote: From: Li Wang the patch refers to: https://bugs.launchpad.net/ubuntu/+source/rpcbind/+bug/835833 Run test: $ systemctl restart rpcbind $ systemctl status rpcbind I shouldn't ha

[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 --- .../0001-mod_cgi-buffers-dat

[OE-core] [PATCH] logrotate: move binary logrotate back to /usr/sbin

2015-07-12 Thread Zhang Xiao
Upstream-Status: pending Signed-off-by: Zhang Xiao --- meta/recipes-extended/logrotate/logrotate_3.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/logrotate/logrotate_3.9.1.bb b/meta/recipes-extended/logrotate/logrotate_3.9.1.bb index 7d0a159..6c

Re: [OE-core] [PATCH] systemd: fix systemd-udev-hwdb-update service

2015-07-12 Thread ChenQi
On 07/13/2015 01:00 PM, Khem Raj wrote: On Mon, Jun 29, 2015 at 10:16 PM, wrote: This patch achieves the above goal by setting CondistonNeedsUpdate to "/etc/udev" in the service file, and creating /etc/udev/.updated file if the postinst succeeds. will /etc/udev/.updated get packaged automati