toaster.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* Move Toaster Settings default from Morty to Pyro??
@ 2017-04-14  4:03 Reyna, David
  2017-04-18 10:54 ` Joshua Lock
  0 siblings, 1 reply; 3+ messages in thread
From: Reyna, David @ 2017-04-14  4:03 UTC (permalink / raw)
  To: LOCK, JOSHUA, AVERY, BRIAN; +Cc: toaster

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

Hi Joshua and Brian,

It occurs to me that we have an end-of-release task of updating "fixtures/poky.xml", "fixtures/oe-core.xml", and "fixtures/settings.xml" from "Morty" to the next release name, which I think is "Pyro" for YP-2.3.

Is this true? Should I prepare and submit a patch ASAP to bitbake-devel?

- David

[poky]$ grep -i morty bitbake/lib/toaster/orm/fixtures/*
bitbake/lib/toaster/orm/fixtures/oe-core.xml:    <field type="CharField" name="name">morty</field>
bitbake/lib/toaster/orm/fixtures/oe-core.xml:    <field type="CharField" name="name">morty</field>
bitbake/lib/toaster/orm/fixtures/oe-core.xml:    <field type="CharField" name="description">Openembedded Morty</field>
bitbake/lib/toaster/orm/fixtures/oe-core.xml:    <field type="CharField" name="branch_name">morty</field>
bitbake/lib/toaster/orm/fixtures/oe-core.xml:    <field type="TextField" name="helptext">Toaster will run your builds using the tip of the &lt;a href=\"http://cgit.openembedded.org/openembedded-core/log/?h=morty\"&gt;OpenEmbedded Morty&lt;/a&gt; branch.</field>
bitbake/lib/toaster/orm/fixtures/poky.xml:    <field type="CharField" name="name">morty</field>
bitbake/lib/toaster/orm/fixtures/poky.xml:    <field type="CharField" name="branch">morty</field>
bitbake/lib/toaster/orm/fixtures/poky.xml:    <field type="CharField" name="name">morty</field>
bitbake/lib/toaster/orm/fixtures/poky.xml:    <field type="CharField" name="description">Yocto Project 2.2 "Morty"</field>
bitbake/lib/toaster/orm/fixtures/poky.xml:    <field type="CharField" name="branch_name">morty</field>
bitbake/lib/toaster/orm/fixtures/poky.xml:    <field type="TextField" name="helptext">Toaster will run your builds using the tip of the &lt;a href="http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=morty"&gt;Yocto Project Morty branch&lt;/a&gt;.</field>
bitbake/lib/toaster/orm/fixtures/settings.xml:    <field type="CharField" name="value">morty</field>
[poky]$




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

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

* Re: Move Toaster Settings default from Morty to Pyro??
  2017-04-14  4:03 Move Toaster Settings default from Morty to Pyro?? Reyna, David
@ 2017-04-18 10:54 ` Joshua Lock
  2017-04-18 23:06   ` Reyna, David
  0 siblings, 1 reply; 3+ messages in thread
From: Joshua Lock @ 2017-04-18 10:54 UTC (permalink / raw)
  To: Reyna, David, AVERY, BRIAN; +Cc: toaster

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

On Fri, 2017-04-14 at 04:03 +0000, Reyna, David wrote:
> Hi Joshua and Brian,
>  
> It occurs to me that we have an end-of-release task of updating
> “fixtures/poky.xml”, “fixtures/oe-core.xml”, and
> “fixtures/settings.xml” from “Morty” to the next release name, which
> I think is “Pyro” for YP-2.3.

The name for the 2.3 release is pyro. It looks like those files are
indeed usually updated in preparation for the release.
> Is this true? Should I prepare and submit a patch ASAP to bitbake-
> devel?

Please do!
Joshua
> - David
>  
> [poky]$ grep -i morty bitbake/lib/toaster/orm/fixtures/*
> bitbake/lib/toaster/orm/fixtures/oe-core.xml:    <field
> type="CharField" name="name">morty</field>
> bitbake/lib/toaster/orm/fixtures/oe-core.xml:    <field
> type="CharField" name="name">morty</field>
> bitbake/lib/toaster/orm/fixtures/oe-core.xml:    <field
> type="CharField" name="description">Openembedded
> Morty</field>
> bitbake/lib/toaster/orm/fixtures/oe-core.xml:    <field
> type="CharField" name="branch_name">morty</field>
> bitbake/lib/toaster/orm/fixtures/oe-core.xml:    <field
> type="TextField" name="helptext">Toaster will run your builds using
> the tip of the &lt;a href=\"http://cgit.openembedded.org/openembedded
> -core/log/?h=morty\"&gt;OpenEmbedded
> Morty&lt;/a&gt; branch.</field>
> bitbake/lib/toaster/orm/fixtures/poky.xml:    <field type="CharField"
> name="name">morty</field>
> bitbake/lib/toaster/orm/fixtures/poky.xml:    <field type="CharField"
> name="branch">morty</field>
> bitbake/lib/toaster/orm/fixtures/poky.xml:    <field type="CharField"
> name="name">morty</field>
> bitbake/lib/toaster/orm/fixtures/poky.xml:    <field type="CharField"
> name="description">Yocto Project 2.2 "Morty"</field>
> bitbake/lib/toaster/orm/fixtures/poky.xml:    <field type="CharField"
> name="branch_name">morty</field>
> bitbake/lib/toaster/orm/fixtures/poky.xml:    <field type="TextField"
> name="helptext">Toaster will run your builds using the tip of the
> &lt;a href="http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=mor
> ty"&gt;Yocto
>  Project Morty branch&lt;/a&gt;.</field>
> bitbake/lib/toaster/orm/fixtures/settings.xml:    <field
> type="CharField" name="value">morty</field>
> [poky]$
>  
>  
>  
> 
> 
> 

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

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

* Re: Move Toaster Settings default from Morty to Pyro??
  2017-04-18 10:54 ` Joshua Lock
@ 2017-04-18 23:06   ` Reyna, David
  0 siblings, 0 replies; 3+ messages in thread
From: Reyna, David @ 2017-04-18 23:06 UTC (permalink / raw)
  To: Joshua Lock, AVERY, BRIAN; +Cc: toaster

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

Hi Joshua and Brian,

1) In looking in the fixture files (specifically “oe-core.xml”), I see that for YP-2.2 the “orm.bitbakeversion" value for "branch" is “1.32”. I cannot tell what version to use for YP-2.3.

I see that “bitbake” code file says it is "1.33.4", but the current physical branches for “git://git.openembedded.org/bitbake” are of the form
   …
  origin/1.32
  origin/1.4
  origin/1.6
  origin/1.8
  …


2) I am wondering if I should still offer “Morty” while the other layers branches settle into “Pyro”. I am sure this has been discussed in Toaster before, but I do not recall the reason for not explicitly including the previous branch name.

3) I observe that I cannot test this stuff, because the Layer Index does not yet offer “Pyro”. Coding without a safety net!

- David




From: Joshua Lock [mailto:joshua.g.lock "1.33.4" linux.intel.com]
Sent: Tuesday, April 18, 2017 3:55 AM
To: Reyna, David; AVERY, BRIAN
Cc: toaster@yoctoproject.org
Subject: Re: [Toaster] Move Toaster Settings default from Morty to Pyro??

On Fri, 2017-04-14 at 04:03 +0000, Reyna, David wrote:
Hi Joshua and Brian,

It occurs to me that we have an end-of-release task of updating “fixtures/poky.xml”, “fixtures/oe-core.xml”, and “fixtures/settings.xml” from “Morty” to the next release name, which I think is “Pyro” for YP-2.3.

The name for the 2.3 release is pyro. It looks like those files are indeed usually updated in preparation for the release.

Is this true? Should I prepare and submit a patch ASAP to bitbake-devel?

Please do!

Joshua

- David

[poky]$ grep -i morty bitbake/lib/toaster/orm/fixtures/*
bitbake/lib/toaster/orm/fixtures/oe-core.xml:    <field type="CharField" name="name">morty</field>
bitbake/lib/toaster/orm/fixtures/oe-core.xml:    <field type="CharField" name="name">morty</field>
bitbake/lib/toaster/orm/fixtures/oe-core.xml:    <field type="CharField" name="description">Openembedded Morty</field>
bitbake/lib/toaster/orm/fixtures/oe-core.xml:    <field type="CharField" name="branch_name">morty</field>
bitbake/lib/toaster/orm/fixtures/oe-core.xml:    <field type="TextField" name="helptext">Toaster will run your builds using the tip of the &lt;a href=\"http://cgit.openembedded.org/openembedded-core/log/?h=morty\"&gt;OpenEmbedded Morty&lt;/a&gt; branch.</field>
bitbake/lib/toaster/orm/fixtures/poky.xml:    <field type="CharField" name="name">morty</field>
bitbake/lib/toaster/orm/fixtures/poky.xml:    <field type="CharField" name="branch">morty</field>
bitbake/lib/toaster/orm/fixtures/poky.xml:    <field type="CharField" name="name">morty</field>
bitbake/lib/toaster/orm/fixtures/poky.xml:    <field type="CharField" name="description">Yocto Project 2.2 "Morty"</field>
bitbake/lib/toaster/orm/fixtures/poky.xml:    <field type="CharField" name="branch_name">morty</field>
bitbake/lib/toaster/orm/fixtures/poky.xml:    <field type="TextField" name="helptext">Toaster will run your builds using the tip of the &lt;a href="http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=morty"&gt;Yocto Project Morty branch&lt;/a&gt;.</field>
bitbake/lib/toaster/orm/fixtures/settings.xml:    <field type="CharField" name="value">morty</field>
[poky]$




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

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

end of thread, other threads:[~2017-04-18 23:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-14  4:03 Move Toaster Settings default from Morty to Pyro?? Reyna, David
2017-04-18 10:54 ` Joshua Lock
2017-04-18 23:06   ` Reyna, David

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).