Re: [OE-core] luvOS yocto based project - "hvc0" respawning too fast

2015-10-29 Thread randy . e . witt
Hi Naresh, > +OE core ML > > On 27 October 2015 at 16:17, Naresh Bhat wrote: >> Hi Randy, >> >> The luvOS project is based on luv-yocto frame work. I have built the >> luvOS project for AArch64 architecture using qemuarm64.conf machine >> configuration file and boot the

Re: [OE-core] [PATCH 2/2] image.bbclass: Empty /var/volatile if it is a mount point

2015-03-24 Thread randy . e . witt
On Mon, Mar 23, 2015 at 5:28 PM, Randy Witt randy.e.w...@linux.intel.com wrote: If /var/volatile is a mount point it shouldn't contain any files before mount time. If files are there, they will no longer be able to be accessed once the tmpfs gets mounted at /var/volatile. why not use

Re: [OE-core] [PATCH] systemd: Instruct the journal to always be volatile

2015-03-11 Thread randy . e . witt
On Mar 11, 2015, at 2:28 PM, Randy Witt randy.e.w...@linux.intel.com wrote: When the storage mode for the journal is auto if /var/log/journal exists then the journal will flush to /var/log/journal assuming that /var/log/journal is persistent. However /var/log - /var/volatile/log in poky,

Re: [OE-core] [PATCH] systemd: Fix the problem of an empty journal on boot

2015-03-05 Thread randy . e . witt
On Mar 5, 2015 6:13 PM, Randy Witt randy.e.w...@linux.intel.com wrote: systemd by default tries to write the journal to /var/log/journal. But base-files has a symlink /var/log - /var/volatile/log. And /var/volatile is a tmpfs mount in /etc/fstab. If the journal service started before

Re: [OE-core] [PATCH] mkefidisk: change filesystem to be writeable on grub

2015-02-26 Thread randy . e . witt
On Qui, 2015-02-26 at 13:44 -0800, Randy Witt wrote: On 02/26/2015 11:29 AM, Bruno Bottazzini wrote: This patch changes grub configuration so the filesystem will be writeable instead, just read only when running the script. --- scripts/contrib/mkefidisk.sh | 2 +- 1 file changed,