Re: [OE-core] [PATCH] init-install-efi.sh: Avoid /mnt/mtab creation if already present

2015-09-02 Thread Leonardo Sandoval
ping.. This patch has not been merged and I believe the reason is that I did not label it as V2 (my fault). Instead, V1 [1] was merged (which is fine, it gives some message to the user). [1] http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=445c49ce5007eb0c0aa14680c41b79e7764d8882

Re: [OE-core] [PATCH] init-install-efi.sh: Avoid /mnt/mtab creation if already present

2015-08-25 Thread Leonardo Sandoval
Tests were done in the same manner as described in the bugzilla (core-image-sato-sdk image and genericx86-64 machine). In my case, the only HW I tested was the minnowboard. The testing consists of booting a live image and installing the image. After this patch, installation went fine. On 08/

Re: [OE-core] [PATCH] init-install-efi.sh: Avoid /mnt/mtab creation if already present

2015-08-21 Thread Benjamin Esquivel
Hi Leo, this fix looks good to me, can you mention how did you test this? On Mon, 2015-08-03 at 15:01 +, leonardo.sandoval.gonza...@linux.intel.com wrote: > From: Leonardo Sandoval > > The base-files recipe installs /mnt/mtab (it is a softlink of > /proc/mounts), > so if an image includes t

[OE-core] [PATCH] init-install-efi.sh: Avoid /mnt/mtab creation if already present

2015-08-03 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval The base-files recipe installs /mnt/mtab (it is a softlink of /proc/mounts), so if an image includes the latter, there is no new to created it again inside the install-efi.sh script, otherwise an error may occur as indicated on the bug's site. [YOCTO #7971] Signed-off-by