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]$