All of lore.kernel.org
 help / color / mirror / Atom feed
* Some 'depexp' nits
@ 2013-11-07 15:04 Gary Thomas
  2013-11-07 16:25 ` Paul Eggleton
  0 siblings, 1 reply; 9+ messages in thread
From: Gary Thomas @ 2013-11-07 15:04 UTC (permalink / raw)
  To: bitbake-devel

I hope this is the correct list.

I was just using '-u depexp' and noticed a few small things.
   $ bitbake my-qt5-image -u depexp
   This UI is only compatible with the -g option

Perhaps this should be worded more strongly, like this?
   This UI requires the -g option

Also, after running successfully, I closed the window (using
the close WM button) and got this:
   $ bitbake my-qt5-image -u depexp -g
   Unable to cleanly stop: No such command

There didn't seem to be any other way to exit the program, so
at least this should be clean.

Are these valid concerns/observations?  Would you entertain patches
for these items?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: Some 'depexp' nits
  2013-11-07 15:04 Some 'depexp' nits Gary Thomas
@ 2013-11-07 16:25 ` Paul Eggleton
  2013-11-07 16:36   ` Gary Thomas
  0 siblings, 1 reply; 9+ messages in thread
From: Paul Eggleton @ 2013-11-07 16:25 UTC (permalink / raw)
  To: Gary Thomas; +Cc: bitbake-devel, Ross Burton

Hi Gary,

On Thursday 07 November 2013 08:04:47 Gary Thomas wrote:
> I hope this is the correct list.
> 
> I was just using '-u depexp' and noticed a few small things.
>    $ bitbake my-qt5-image -u depexp
>    This UI is only compatible with the -g option
> 
> Perhaps this should be worded more strongly, like this?
>    This UI requires the -g option

Sounds like a good idea yes.

> Also, after running successfully, I closed the window (using
> the close WM button) and got this:
>    $ bitbake my-qt5-image -u depexp -g
>    Unable to cleanly stop: No such command
> 
> There didn't seem to be any other way to exit the program, so
> at least this should be clean.

There is now a bug open for the latter issue:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=5445

> Are these valid concerns/observations?  Would you entertain patches
> for these items?

Yes, that would be great.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: Some 'depexp' nits
  2013-11-07 16:25 ` Paul Eggleton
@ 2013-11-07 16:36   ` Gary Thomas
  2013-11-07 16:46     ` Chris Larson
  0 siblings, 1 reply; 9+ messages in thread
From: Gary Thomas @ 2013-11-07 16:36 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: bitbake-devel, Ross Burton

On 2013-11-07 09:25, Paul Eggleton wrote:
> Hi Gary,
>
> On Thursday 07 November 2013 08:04:47 Gary Thomas wrote:
>> I hope this is the correct list.
>>
>> I was just using '-u depexp' and noticed a few small things.
>>     $ bitbake my-qt5-image -u depexp
>>     This UI is only compatible with the -g option
>>
>> Perhaps this should be worded more strongly, like this?
>>     This UI requires the -g option
>
> Sounds like a good idea yes.
>
>> Also, after running successfully, I closed the window (using
>> the close WM button) and got this:
>>     $ bitbake my-qt5-image -u depexp -g
>>     Unable to cleanly stop: No such command
>>
>> There didn't seem to be any other way to exit the program, so
>> at least this should be clean.
>
> There is now a bug open for the latter issue:
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=5445
>
>> Are these valid concerns/observations?  Would you entertain patches
>> for these items?
>
> Yes, that would be great.

Can I send them against the Poky/Yocto tree?  Or should it be the
separate bitbake tree (which is where?)?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: Some 'depexp' nits
  2013-11-07 16:36   ` Gary Thomas
@ 2013-11-07 16:46     ` Chris Larson
  2013-11-08 12:28       ` Gary Thomas
  0 siblings, 1 reply; 9+ messages in thread
From: Chris Larson @ 2013-11-07 16:46 UTC (permalink / raw)
  To: Gary Thomas
  Cc: Paul Eggleton, bitbake-devel@lists.openembedded.org, Ross Burton

[-- Attachment #1: Type: text/plain, Size: 1570 bytes --]

On Thu, Nov 7, 2013 at 9:36 AM, Gary Thomas <gary@mlbassoc.com> wrote:

> On 2013-11-07 09:25, Paul Eggleton wrote:
>
>> Hi Gary,
>>
>> On Thursday 07 November 2013 08:04:47 Gary Thomas wrote:
>>
>>> I hope this is the correct list.
>>>
>>> I was just using '-u depexp' and noticed a few small things.
>>>     $ bitbake my-qt5-image -u depexp
>>>     This UI is only compatible with the -g option
>>>
>>> Perhaps this should be worded more strongly, like this?
>>>     This UI requires the -g option
>>>
>>
>> Sounds like a good idea yes.
>>
>>  Also, after running successfully, I closed the window (using
>>> the close WM button) and got this:
>>>     $ bitbake my-qt5-image -u depexp -g
>>>     Unable to cleanly stop: No such command
>>>
>>> There didn't seem to be any other way to exit the program, so
>>> at least this should be clean.
>>>
>>
>> There is now a bug open for the latter issue:
>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=5445
>>
>>  Are these valid concerns/observations?  Would you entertain patches
>>> for these items?
>>>
>>
>> Yes, that would be great.
>>
>
> Can I send them against the Poky/Yocto tree?  Or should it be the
> separate bitbake tree (which is where?)?


http://git.openembedded.org/, mirrored at https://github.com/openembedded/.
Submit the patches against the separate bitbake repo to the bitbake-devel
list.
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics

[-- Attachment #2: Type: text/html, Size: 2578 bytes --]

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

* Re: Some 'depexp' nits
  2013-11-07 16:46     ` Chris Larson
@ 2013-11-08 12:28       ` Gary Thomas
  2013-11-08 12:37         ` Burton, Ross
  0 siblings, 1 reply; 9+ messages in thread
From: Gary Thomas @ 2013-11-08 12:28 UTC (permalink / raw)
  To: Chris Larson
  Cc: Paul Eggleton, bitbake-devel@lists.openembedded.org, Ross Burton

On 2013-11-07 09:46, Chris Larson wrote:
>
> On Thu, Nov 7, 2013 at 9:36 AM, Gary Thomas <gary@mlbassoc.com <mailto:gary@mlbassoc.com>> wrote:
>
>     On 2013-11-07 09:25, Paul Eggleton wrote:
>
>         Hi Gary,
>
>         On Thursday 07 November 2013 08:04:47 Gary Thomas wrote:
>
>             I hope this is the correct list.
>
>             I was just using '-u depexp' and noticed a few small things.
>                  $ bitbake my-qt5-image -u depexp
>                  This UI is only compatible with the -g option
>
>             Perhaps this should be worded more strongly, like this?
>                  This UI requires the -g option
>
>
>         Sounds like a good idea yes.
>
>             Also, after running successfully, I closed the window (using
>             the close WM button) and got this:
>                  $ bitbake my-qt5-image -u depexp -g
>                  Unable to cleanly stop: No such command
>
>             There didn't seem to be any other way to exit the program, so
>             at least this should be clean.
>
>
>         There is now a bug open for the latter issue:
>         https://bugzilla.yoctoproject.__org/show_bug.cgi?id=5445 <https://bugzilla.yoctoproject.org/show_bug.cgi?id=5445>
>
>             Are these valid concerns/observations?  Would you entertain patches
>             for these items?
>
>
>         Yes, that would be great.
>
>
>     Can I send them against the Poky/Yocto tree?  Or should it be the
>     separate bitbake tree (which is where?)?
>
>
> http://git.openembedded.org/, mirrored at https://github.com/openembedded/. Submit the patches against the separate bitbake repo to the bitbake-devel list.

I sent a patch, but I never received it from the list although
I can find it in the list archives.  This made me think I had
messed up somehow, so I ended up sending it three times :-(

Did you (or anyone) actually see it?  Did I do something wrong?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: Some 'depexp' nits
  2013-11-08 12:28       ` Gary Thomas
@ 2013-11-08 12:37         ` Burton, Ross
  2013-11-08 13:20           ` Gary Thomas
  0 siblings, 1 reply; 9+ messages in thread
From: Burton, Ross @ 2013-11-08 12:37 UTC (permalink / raw)
  To: Gary Thomas
  Cc: Paul Eggleton, Chris Larson, bitbake-devel@lists.openembedded.org

On 8 November 2013 12:28, Gary Thomas <gary@mlbassoc.com> wrote:
> I sent a patch, but I never received it from the list although
> I can find it in the list archives.  This made me think I had
> messed up somehow, so I ended up sending it three times :-(

As it is on the archives it made it to the list...  maybe you
accidently turned off delivery of the list mails, or that list doesn't
send your own messages back to you (I know gmail at least recognises
mails that you sent and doesn't show them in your inbox).


Ross


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

* Re: Some 'depexp' nits
  2013-11-08 12:37         ` Burton, Ross
@ 2013-11-08 13:20           ` Gary Thomas
  2013-11-08 13:33             ` Burton, Ross
  2013-11-08 17:13             ` Richard Purdie
  0 siblings, 2 replies; 9+ messages in thread
From: Gary Thomas @ 2013-11-08 13:20 UTC (permalink / raw)
  To: Burton, Ross
  Cc: Paul Eggleton, Chris Larson, bitbake-devel@lists.openembedded.org

On 2013-11-08 05:37, Burton, Ross wrote:
> On 8 November 2013 12:28, Gary Thomas <gary@mlbassoc.com> wrote:
>> I sent a patch, but I never received it from the list although
>> I can find it in the list archives.  This made me think I had
>> messed up somehow, so I ended up sending it three times :-(
>
> As it is on the archives it made it to the list...  maybe you
> accidently turned off delivery of the list mails, or that list doesn't
> send your own messages back to you (I know gmail at least recognises
> mails that you sent and doesn't show them in your inbox).

I do get my posts (send from my desk using Thunderbird), but not
it seems patches sent directly from git.  Perhaps they are being
filtered somehow.

So, did you see the patch (by email, not archives)?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: Some 'depexp' nits
  2013-11-08 13:20           ` Gary Thomas
@ 2013-11-08 13:33             ` Burton, Ross
  2013-11-08 17:13             ` Richard Purdie
  1 sibling, 0 replies; 9+ messages in thread
From: Burton, Ross @ 2013-11-08 13:33 UTC (permalink / raw)
  To: Gary Thomas
  Cc: Paul Eggleton, Chris Larson, bitbake-devel@lists.openembedded.org

On 8 November 2013 13:20, Gary Thomas <gary@mlbassoc.com> wrote:
> So, did you see the patch (by email, not archives)?

Personally, I'm not on bitbake-list (yet).

Ross


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

* Re: Some 'depexp' nits
  2013-11-08 13:20           ` Gary Thomas
  2013-11-08 13:33             ` Burton, Ross
@ 2013-11-08 17:13             ` Richard Purdie
  1 sibling, 0 replies; 9+ messages in thread
From: Richard Purdie @ 2013-11-08 17:13 UTC (permalink / raw)
  To: Gary Thomas
  Cc: Paul Eggleton, Chris Larson, bitbake-devel@lists.openembedded.org

On Fri, 2013-11-08 at 06:20 -0700, Gary Thomas wrote:
> On 2013-11-08 05:37, Burton, Ross wrote:
> > On 8 November 2013 12:28, Gary Thomas <gary@mlbassoc.com> wrote:
> >> I sent a patch, but I never received it from the list although
> >> I can find it in the list archives.  This made me think I had
> >> messed up somehow, so I ended up sending it three times :-(
> >
> > As it is on the archives it made it to the list...  maybe you
> > accidently turned off delivery of the list mails, or that list doesn't
> > send your own messages back to you (I know gmail at least recognises
> > mails that you sent and doesn't show them in your inbox).
> 
> I do get my posts (send from my desk using Thunderbird), but not
> it seems patches sent directly from git.  Perhaps they are being
> filtered somehow.
> 
> So, did you see the patch (by email, not archives)?

I saw it three times...

Cheers,

Richard





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

end of thread, other threads:[~2013-11-08 17:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-07 15:04 Some 'depexp' nits Gary Thomas
2013-11-07 16:25 ` Paul Eggleton
2013-11-07 16:36   ` Gary Thomas
2013-11-07 16:46     ` Chris Larson
2013-11-08 12:28       ` Gary Thomas
2013-11-08 12:37         ` Burton, Ross
2013-11-08 13:20           ` Gary Thomas
2013-11-08 13:33             ` Burton, Ross
2013-11-08 17:13             ` Richard Purdie

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.