All of lore.kernel.org
 help / color / mirror / Atom feed
* Menu configuration
@ 2011-07-11 17:00 Turner Randy
  2011-07-12  8:43 ` Richard Purdie
  0 siblings, 1 reply; 8+ messages in thread
From: Turner Randy @ 2011-07-11 17:00 UTC (permalink / raw)
  To: yocto

Hello list,

Is there a interactive menu-based configuration for yocto/poky builds similar to that provided in Buildroot? Or is someone working on this?

Thanks
Randy

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

* Re: Menu configuration
  2011-07-11 17:00 Menu configuration Turner Randy
@ 2011-07-12  8:43 ` Richard Purdie
  2011-07-14 13:06   ` Kumar Gala
  0 siblings, 1 reply; 8+ messages in thread
From: Richard Purdie @ 2011-07-12  8:43 UTC (permalink / raw)
  To: Turner Randy; +Cc: yocto

On Mon, 2011-07-11 at 10:00 -0700, Turner Randy wrote:
> Hello list,
> 
> Is there a interactive menu-based configuration for yocto/poky builds
> similar to that provided in Buildroot? Or is someone working on this?

At present there is not any interactive menu based configuration but
there is work ongoing on a UI called hob which allows you to select
packages and construct images of those packages so its a graphical front
end to the system.

We're also in the process of starting to better markup configuration
variables in the metadata so that writing some kind of menu based
configuration system would be easier in the future.

We're certainly open to any help in those areas too!

Cheers,

Richard





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

* Re: Menu configuration
  2011-07-12  8:43 ` Richard Purdie
@ 2011-07-14 13:06   ` Kumar Gala
  2011-07-14 13:52     ` Richard Purdie
  0 siblings, 1 reply; 8+ messages in thread
From: Kumar Gala @ 2011-07-14 13:06 UTC (permalink / raw)
  To: Richard Purdie; +Cc: yocto


On Jul 12, 2011, at 3:43 AM, Richard Purdie wrote:

> On Mon, 2011-07-11 at 10:00 -0700, Turner Randy wrote:
>> Hello list,
>> 
>> Is there a interactive menu-based configuration for yocto/poky builds
>> similar to that provided in Buildroot? Or is someone working on this?
> 
> At present there is not any interactive menu based configuration but
> there is work ongoing on a UI called hob which allows you to select
> packages and construct images of those packages so its a graphical front
> end to the system.
> 
> We're also in the process of starting to better markup configuration
> variables in the metadata so that writing some kind of menu based
> configuration system would be easier in the future.
> 
> We're certainly open to any help in those areas too!
> 
> Cheers,
> 
> Richard

Are there any docs for hob at this point?

- k


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

* Re: Menu configuration
  2011-07-14 13:06   ` Kumar Gala
@ 2011-07-14 13:52     ` Richard Purdie
  2011-07-14 16:34       ` Kumar Gala
  0 siblings, 1 reply; 8+ messages in thread
From: Richard Purdie @ 2011-07-14 13:52 UTC (permalink / raw)
  To: Kumar Gala; +Cc: yocto

On Thu, 2011-07-14 at 08:06 -0500, Kumar Gala wrote:
> On Jul 12, 2011, at 3:43 AM, Richard Purdie wrote:
> 
> > On Mon, 2011-07-11 at 10:00 -0700, Turner Randy wrote:
> >> Hello list,
> >> 
> >> Is there a interactive menu-based configuration for yocto/poky builds
> >> similar to that provided in Buildroot? Or is someone working on this?
> > 
> > At present there is not any interactive menu based configuration but
> > there is work ongoing on a UI called hob which allows you to select
> > packages and construct images of those packages so its a graphical front
> > end to the system.
> > 
> > We're also in the process of starting to better markup configuration
> > variables in the metadata so that writing some kind of menu based
> > configuration system would be easier in the future.
> > 
> > We're certainly open to any help in those areas too!
> > 
> > Cheers,
> > 
> > Richard
> 
> Are there any docs for hob at this point?

Not specifically. "bitbake -u hob" should let you see where things are
at. Please keep in mind that its under active development at the moment
and can be considered "alpha" quality but feedback is welcome.

Cheers,

Richard



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

* Re: Menu configuration
  2011-07-14 13:52     ` Richard Purdie
@ 2011-07-14 16:34       ` Kumar Gala
  2011-07-14 17:09         ` Joshua Lock
  0 siblings, 1 reply; 8+ messages in thread
From: Kumar Gala @ 2011-07-14 16:34 UTC (permalink / raw)
  To: Richard Purdie; +Cc: yocto


On Jul 14, 2011, at 8:52 AM, Richard Purdie wrote:

> On Thu, 2011-07-14 at 08:06 -0500, Kumar Gala wrote:
>> On Jul 12, 2011, at 3:43 AM, Richard Purdie wrote:
>> 
>>> On Mon, 2011-07-11 at 10:00 -0700, Turner Randy wrote:
>>>> Hello list,
>>>> 
>>>> Is there a interactive menu-based configuration for yocto/poky builds
>>>> similar to that provided in Buildroot? Or is someone working on this?
>>> 
>>> At present there is not any interactive menu based configuration but
>>> there is work ongoing on a UI called hob which allows you to select
>>> packages and construct images of those packages so its a graphical front
>>> end to the system.
>>> 
>>> We're also in the process of starting to better markup configuration
>>> variables in the metadata so that writing some kind of menu based
>>> configuration system would be easier in the future.
>>> 
>>> We're certainly open to any help in those areas too!
>>> 
>>> Cheers,
>>> 
>>> Richard
>> 
>> Are there any docs for hob at this point?
> 
> Not specifically. "bitbake -u hob" should let you see where things are
> at. Please keep in mind that its under active development at the moment
> and can be considered "alpha" quality but feedback is welcome.

Are they thread of email discussion or anything.  I tried playing with it, but a little confused on exactly what its trying to accomplish and what the 'cfg' that is saved off ends up being.

- k

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

* Re: Menu configuration
  2011-07-14 16:34       ` Kumar Gala
@ 2011-07-14 17:09         ` Joshua Lock
  2011-07-14 18:09           ` Koen Kooi
  0 siblings, 1 reply; 8+ messages in thread
From: Joshua Lock @ 2011-07-14 17:09 UTC (permalink / raw)
  To: yocto

On Thu, 2011-07-14 at 11:34 -0500, Kumar Gala wrote:
> On Jul 14, 2011, at 8:52 AM, Richard Purdie wrote:
> 
> > On Thu, 2011-07-14 at 08:06 -0500, Kumar Gala wrote:
> >> On Jul 12, 2011, at 3:43 AM, Richard Purdie wrote:
> >> 
> >>> On Mon, 2011-07-11 at 10:00 -0700, Turner Randy wrote:
> >>>> Hello list,
> >>>> 
> >>>> Is there a interactive menu-based configuration for yocto/poky builds
> >>>> similar to that provided in Buildroot? Or is someone working on this?
> >>> 
> >>> At present there is not any interactive menu based configuration but
> >>> there is work ongoing on a UI called hob which allows you to select
> >>> packages and construct images of those packages so its a graphical front
> >>> end to the system.
> >>> 
> >>> We're also in the process of starting to better markup configuration
> >>> variables in the metadata so that writing some kind of menu based
> >>> configuration system would be easier in the future.
> >>> 
> >>> We're certainly open to any help in those areas too!
> >>> 
> >>> Cheers,
> >>> 
> >>> Richard
> >> 
> >> Are there any docs for hob at this point?
> > 
> > Not specifically. "bitbake -u hob" should let you see where things are
> > at. Please keep in mind that its under active development at the moment
> > and can be considered "alpha" quality but feedback is welcome.
> 
> Are they thread of email discussion or anything.  I tried playing with it, but a little confused on exactly what its trying to accomplish and what the 'cfg' that is saved off ends up being.

If you have questions please ask them. The saved file should be a recipe
for building a custom image. The purpose of the tool is to help you put
together a custom image and build it.

Regards,
Joshua
-- 
Joshua Lock
        Yocto Project "Johannes Factotum"
        Intel Open Source Technology Centre



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

* Re: Menu configuration
  2011-07-14 17:09         ` Joshua Lock
@ 2011-07-14 18:09           ` Koen Kooi
  2011-07-14 18:42             ` Joshua Lock
  0 siblings, 1 reply; 8+ messages in thread
From: Koen Kooi @ 2011-07-14 18:09 UTC (permalink / raw)
  To: Joshua Lock; +Cc: yocto


Op 14 jul 2011, om 19:09 heeft Joshua Lock het volgende geschreven:

> On Thu, 2011-07-14 at 11:34 -0500, Kumar Gala wrote:
>> On Jul 14, 2011, at 8:52 AM, Richard Purdie wrote:
>> 
>>> On Thu, 2011-07-14 at 08:06 -0500, Kumar Gala wrote:
>>>> On Jul 12, 2011, at 3:43 AM, Richard Purdie wrote:
>>>> 
>>>>> On Mon, 2011-07-11 at 10:00 -0700, Turner Randy wrote:
>>>>>> Hello list,
>>>>>> 
>>>>>> Is there a interactive menu-based configuration for yocto/poky builds
>>>>>> similar to that provided in Buildroot? Or is someone working on this?
>>>>> 
>>>>> At present there is not any interactive menu based configuration but
>>>>> there is work ongoing on a UI called hob which allows you to select
>>>>> packages and construct images of those packages so its a graphical front
>>>>> end to the system.
>>>>> 
>>>>> We're also in the process of starting to better markup configuration
>>>>> variables in the metadata so that writing some kind of menu based
>>>>> configuration system would be easier in the future.
>>>>> 
>>>>> We're certainly open to any help in those areas too!
>>>>> 
>>>>> Cheers,
>>>>> 
>>>>> Richard
>>>> 
>>>> Are there any docs for hob at this point?
>>> 
>>> Not specifically. "bitbake -u hob" should let you see where things are
>>> at. Please keep in mind that its under active development at the moment
>>> and can be considered "alpha" quality but feedback is welcome.
>> 
>> Are they thread of email discussion or anything.  I tried playing with it, but a little confused on exactly what its trying to accomplish and what the 'cfg' that is saved off ends up being.
> 
> If you have questions please ask them. The saved file should be a recipe
> for building a custom image. The purpose of the tool is to help you put
> together a custom image and build it.

Try this:

bitbake -u hob

-> Python traceback

change PARALLEL_MAKE from 'j8' to 'j 8'

bitbake -u hob

click save

Open up recipe in editor

-> 'require None.bb'

So it looks like creating an image from scratch doesn't work.

regards,

Koen

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

* Re: Menu configuration
  2011-07-14 18:09           ` Koen Kooi
@ 2011-07-14 18:42             ` Joshua Lock
  0 siblings, 0 replies; 8+ messages in thread
From: Joshua Lock @ 2011-07-14 18:42 UTC (permalink / raw)
  To: Koen Kooi; +Cc: yocto

On Thu, 2011-07-14 at 20:09 +0200, Koen Kooi wrote:
> Op 14 jul 2011, om 19:09 heeft Joshua Lock het volgende geschreven:
> 
> > On Thu, 2011-07-14 at 11:34 -0500, Kumar Gala wrote:
> >> On Jul 14, 2011, at 8:52 AM, Richard Purdie wrote:
> >> 
> >>> On Thu, 2011-07-14 at 08:06 -0500, Kumar Gala wrote:
> >>>> On Jul 12, 2011, at 3:43 AM, Richard Purdie wrote:
> >>>> 
> >>>>> On Mon, 2011-07-11 at 10:00 -0700, Turner Randy wrote:
> >>>>>> Hello list,
> >>>>>> 
> >>>>>> Is there a interactive menu-based configuration for yocto/poky builds
> >>>>>> similar to that provided in Buildroot? Or is someone working on this?
> >>>>> 
> >>>>> At present there is not any interactive menu based configuration but
> >>>>> there is work ongoing on a UI called hob which allows you to select
> >>>>> packages and construct images of those packages so its a graphical front
> >>>>> end to the system.
> >>>>> 
> >>>>> We're also in the process of starting to better markup configuration
> >>>>> variables in the metadata so that writing some kind of menu based
> >>>>> configuration system would be easier in the future.
> >>>>> 
> >>>>> We're certainly open to any help in those areas too!
> >>>>> 
> >>>>> Cheers,
> >>>>> 
> >>>>> Richard
> >>>> 
> >>>> Are there any docs for hob at this point?
> >>> 
> >>> Not specifically. "bitbake -u hob" should let you see where things are
> >>> at. Please keep in mind that its under active development at the moment
> >>> and can be considered "alpha" quality but feedback is welcome.
> >> 
> >> Are they thread of email discussion or anything.  I tried playing with it, but a little confused on exactly what its trying to accomplish and what the 'cfg' that is saved off ends up being.
> > 
> > If you have questions please ask them. The saved file should be a recipe
> > for building a custom image. The purpose of the tool is to help you put
> > together a custom image and build it.
> 
> Try this:
> 
> bitbake -u hob
> 
> -> Python traceback
> 
> change PARALLEL_MAKE from 'j8' to 'j 8'

Ugh, sorry. Bug #1244 to track
http://bugzilla.pokylinux.org/show_bug.cgi?id=1244

> 
> bitbake -u hob
> 
> click save
> 
> Open up recipe in editor
> 
> -> 'require None.bb'
> 
> So it looks like creating an image from scratch doesn't work.

Yeah, I sucked at designing use cases. This is already filed as bug
#1239 http://bugzilla.pokylinux.org/show_bug.cgi?id=1239

Thanks for the feedback,
Joshua
-- 
Joshua Lock
        Yocto Project "Johannes Factotum"
        Intel Open Source Technology Centre



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

end of thread, other threads:[~2011-07-14 18:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-11 17:00 Menu configuration Turner Randy
2011-07-12  8:43 ` Richard Purdie
2011-07-14 13:06   ` Kumar Gala
2011-07-14 13:52     ` Richard Purdie
2011-07-14 16:34       ` Kumar Gala
2011-07-14 17:09         ` Joshua Lock
2011-07-14 18:09           ` Koen Kooi
2011-07-14 18:42             ` Joshua Lock

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.