diff options
author | David Reyna <David.Reyna@windriver.com> | 2019-06-09 17:48:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-10 09:44:41 +0100 |
commit | 14040a2613169639faeb9962fcc0521ca425f70f (patch) | |
tree | 088572091dcaff8d37448df7b4f34caa0c01bacd | |
parent | cdd4a52578f4f1b79b3fc2c92aa4434b99efd91c (diff) | |
download | poky-14040a2613169639faeb9962fcc0521ca425f70f.tar.gz |
bitbake: toaster: Fix Thud Bitbake release metadata
Fix the Bitbake version ID for Thud (1.40).
[YOCTO #13356]
(Bitbake rev: f8a23ad4f8f0336470a5d5b074b7a2d02ec94631)
Signed-off-by: David Reyna <David.Reyna@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | bitbake/lib/toaster/orm/fixtures/oe-core.xml | 2 | ||||
-rw-r--r-- | bitbake/lib/toaster/orm/fixtures/poky.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/orm/fixtures/oe-core.xml b/bitbake/lib/toaster/orm/fixtures/oe-core.xml index a37c664627..3ed234ca58 100644 --- a/bitbake/lib/toaster/orm/fixtures/oe-core.xml +++ b/bitbake/lib/toaster/orm/fixtures/oe-core.xml | |||
@@ -53,7 +53,7 @@ | |||
53 | <object model="orm.release" pk="4"> | 53 | <object model="orm.release" pk="4"> |
54 | <field type="CharField" name="name">thud</field> | 54 | <field type="CharField" name="name">thud</field> |
55 | <field type="CharField" name="description">Openembedded Thud</field> | 55 | <field type="CharField" name="description">Openembedded Thud</field> |
56 | <field rel="ManyToOneRel" to="orm.bitbakeversion" name="bitbake_version">1</field> | 56 | <field rel="ManyToOneRel" to="orm.bitbakeversion" name="bitbake_version">4</field> |
57 | <field type="CharField" name="branch_name">thud</field> | 57 | <field type="CharField" name="branch_name">thud</field> |
58 | <field type="TextField" name="helptext">Toaster will run your builds using the tip of the <a href=\"http://cgit.openembedded.org/openembedded-core/log/?h=thud\">OpenEmbedded Thud</a> branch.</field> | 58 | <field type="TextField" name="helptext">Toaster will run your builds using the tip of the <a href=\"http://cgit.openembedded.org/openembedded-core/log/?h=thud\">OpenEmbedded Thud</a> branch.</field> |
59 | </object> | 59 | </object> |
diff --git a/bitbake/lib/toaster/orm/fixtures/poky.xml b/bitbake/lib/toaster/orm/fixtures/poky.xml index 482efaf0f8..80b7ef5ed9 100644 --- a/bitbake/lib/toaster/orm/fixtures/poky.xml +++ b/bitbake/lib/toaster/orm/fixtures/poky.xml | |||
@@ -58,7 +58,7 @@ | |||
58 | <object model="orm.release" pk="4"> | 58 | <object model="orm.release" pk="4"> |
59 | <field type="CharField" name="name">thud</field> | 59 | <field type="CharField" name="name">thud</field> |
60 | <field type="CharField" name="description">Yocto Project 2.6 "Thud"</field> | 60 | <field type="CharField" name="description">Yocto Project 2.6 "Thud"</field> |
61 | <field rel="ManyToOneRel" to="orm.bitbakeversion" name="bitbake_version">1</field> | 61 | <field rel="ManyToOneRel" to="orm.bitbakeversion" name="bitbake_version">4</field> |
62 | <field type="CharField" name="branch_name">thud</field> | 62 | <field type="CharField" name="branch_name">thud</field> |
63 | <field type="TextField" name="helptext">Toaster will run your builds using the tip of the <a href="http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=thud">Yocto Project Thud branch</a>.</field> | 63 | <field type="TextField" name="helptext">Toaster will run your builds using the tip of the <a href="http://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=thud">Yocto Project Thud branch</a>.</field> |
64 | </object> | 64 | </object> |