All of lore.kernel.org
 help / color / mirror / Atom feed
* oddities in "runqemu" script
@ 2012-06-14 18:39 Robert P. J. Day
  2012-06-14 19:58 ` Scott Garman
  0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2012-06-14 18:39 UTC (permalink / raw)
  To: Yocto discussion list


  just a few observations:

1) usage suggests this possible option:

  MACHINE=xyz

  not sure what that's supposed to accomplish, that will be rejected
by the arg parsing loop, will it not?  or how is one supposed to
interpret that?

2) the process_filename() function appears to accept a filesystem type
of "ext4", but the arg parsing loop immediately after that doesn't
recognize that as valid, only ext[23].

3) the arg parsing script clearly recognizes the option "audio", but
that's not mentioned in the usage() function.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: oddities in "runqemu" script
  2012-06-14 18:39 oddities in "runqemu" script Robert P. J. Day
@ 2012-06-14 19:58 ` Scott Garman
  0 siblings, 0 replies; 2+ messages in thread
From: Scott Garman @ 2012-06-14 19:58 UTC (permalink / raw)
  To: yocto

On 06/14/2012 11:39 AM, Robert P. J. Day wrote:
>
>    just a few observations:
>
> 1) usage suggests this possible option:
>
>    MACHINE=xyz
>
>    not sure what that's supposed to accomplish, that will be rejected
> by the arg parsing loop, will it not?  or how is one supposed to
> interpret that?

This is a bug in the usage() documentation, thanks for reporting it.

> 2) the process_filename() function appears to accept a filesystem type
> of "ext4", but the arg parsing loop immediately after that doesn't
> recognize that as valid, only ext[23].

Our QEMU machines only generate .ext3 images, so that would explain why 
this never got tested. It's still not good that it's inconsistent, so 
I've filed a bug to fix that and the above issue:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=2611

> 3) the arg parsing script clearly recognizes the option "audio", but
> that's not mentioned in the usage() function.

That's because we're not yet ready to advertise that the audio option is 
fully supported, see this bug:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=1018

which isn't even slated for work in 1.3, but rather 1.4.

Thanks for these inquiries!

Scott

-- 
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-14 19:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-14 18:39 oddities in "runqemu" script Robert P. J. Day
2012-06-14 19:58 ` Scott Garman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.