Re: [OE-core] [PATCH] boot-directdisk: mount root by MBR disk signature for Linux 3.8+

2013-07-09 Thread Jonathan Liu
On 11/06/2013 2:26 AM, Darren Hart wrote: On 06/08/2013 06:03 AM, Jonathan Liu wrote: Hi Darren, + sed -i s|\broot=[^ ]*|root=PARTUUID=$DISK_SIGNATURE-02| $HDDDIR/syslinux.cfg In bootimg.bbclass I have been abstracting out the boot loader so it is not explicitly referenced.

Re: [OE-core] [PATCH] boot-directdisk: mount root by MBR disk signature for Linux 3.8+

2013-06-10 Thread Darren Hart
On 06/08/2013 06:03 AM, Jonathan Liu wrote: Hi Darren, + sed -i s|\broot=[^ ]*|root=PARTUUID=$DISK_SIGNATURE-02| $HDDDIR/syslinux.cfg In bootimg.bbclass I have been abstracting out the boot loader so it is not explicitly referenced. Something like that is in order here. For

Re: [OE-core] [PATCH] boot-directdisk: mount root by MBR disk signature for Linux 3.8+

2013-06-08 Thread Jonathan Liu
Hi Darren, On 8/06/2013 9:28 AM, Darren Hart wrote: Hi Jon, Please include a complete commit message. For specifics on contributing patches, please see: https://wiki.yoctoproject.org/wiki/Contribution_Guidelines What is the problem? What is the cause? How are you addressing it? How was it

Re: [OE-core] [PATCH] boot-directdisk: mount root by MBR disk signature for Linux 3.8+

2013-06-07 Thread Darren Hart
Hi Jon, Please include a complete commit message. For specifics on contributing patches, please see: https://wiki.yoctoproject.org/wiki/Contribution_Guidelines What is the problem? What is the cause? How are you addressing it? How was it tested? Is this 3.8 feature you are referring to

[OE-core] [PATCH] boot-directdisk: mount root by MBR disk signature for Linux 3.8+

2013-05-22 Thread Jonathan Liu
Signed-off-by: Jonathan Liu net...@gmail.com --- meta/classes/boot-directdisk.bbclass | 21 ++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/meta/classes/boot-directdisk.bbclass b/meta/classes/boot-directdisk.bbclass index 3169043..736bee0 100644 ---