Re: [yocto] [PATCH runqemu] runqemu: add support for FSTYPE=vmdk

2012-12-17 Thread Saul Wold
On 12/15/2012 04:18 AM, Trevor Woerner wrote: Is there a chance this can get included? I believe a rebase is needed and please sent to oe-core mailing list. Thanks Sau! ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoprojec

Re: [yocto] [PATCH runqemu] runqemu: add support for FSTYPE=vmdk

2012-12-15 Thread Trevor Woerner
Is there a chance this can get included? ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [PATCH runqemu] runqemu: add support for FSTYPE=vmdk

2012-12-12 Thread Trevor Woerner
Hi Scott, Thank you for reviewing my patch. On Wed, Dec 12, 2012 at 12:55 AM, Scott Garman wrote: > This looks ok without having tested it personally. Could you just add a > signed-off-by line to the commit? D'oh! Sorry about that. It has obviously been too long since I last contributed to a pr

[yocto] [PATCH runqemu] runqemu: add support for FSTYPE=vmdk

2012-12-12 Thread Trevor Woerner
Allow vmdk images to be run through the 'runqemu' facility. Signed-off-by: Trevor Woerner --- scripts/runqemu | 39 +-- scripts/runqemu-internal | 20 2 files changed, 45 insertions(+), 14 deletions(-) diff --git a/scripts/runqem

Re: [yocto] [PATCH runqemu] runqemu: add support for FSTYPE=vmdk

2012-12-11 Thread Scott Garman
On 12/10/2012 05:55 PM, Trevor Woerner wrote: Allow vmdk images to be run through the 'runqemu' facility. This looks ok without having tested it personally. Could you just add a signed-off-by line to the commit? Thanks for this, Scott --- scripts/runqemu | 39 ++

[yocto] [PATCH runqemu] runqemu: add support for FSTYPE=vmdk

2012-12-10 Thread Trevor Woerner
Allow vmdk images to be run through the 'runqemu' facility. --- scripts/runqemu | 39 +-- scripts/runqemu-internal | 20 2 files changed, 45 insertions(+), 14 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index fb7ac5