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

2015-08-18 Thread ChenQi
ping If we build core-image-minimal for qemux86-64 and start it with qemu, we'll see failure of this service without this patch. Please consider merging this patch. Regards, Chen Qi On 06/30/2015 01:16 PM, rongqing...@windriver.com wrote: From: Chen Qi The new version of systemd has implem

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

2015-08-09 Thread Rongqing Li
On 2015年07月24日 14:18, ChenQi wrote: ping Anybody has objection for this one? Best Regards, Chen Qi ping -R On 06/30/2015 01:16 PM, rongqing...@windriver.com wrote: From: Chen Qi The new version of systemd has implemented the following feature. Opointer.de/blog/projects/stateless.html

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

2015-07-23 Thread ChenQi
ping Anybody has objection for this one? Best Regards, Chen Qi On 06/30/2015 01:16 PM, 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

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

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 ? -- ___

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

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

2015-06-29 Thread rongqing.li
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 if the target device doesn't have enough storage space. Besides, as w