summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-09-06 21:07:13 -0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-07 08:33:49 +0100
commit04014b8b2c3d7bb80d7d8dca97b7472f0e6b4ebb (patch)
tree2a161f632067a2177ad1ed397846500fa0521c63
parent5964bb67bb20df7f411ee0650cf189504a05cf25 (diff)
downloadbitbake-04014b8b2c3d7bb80d7d8dca97b7472f0e6b4ebb.tar.gz
toaster: fix kirkstone version
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/toaster/orm/fixtures/poky.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/orm/fixtures/poky.xml b/lib/toaster/orm/fixtures/poky.xml
index ed86114eb..20fcc0176 100644
--- a/lib/toaster/orm/fixtures/poky.xml
+++ b/lib/toaster/orm/fixtures/poky.xml
@@ -42,7 +42,7 @@
<!-- Releases available -->
<object model="orm.release" pk="1">
<field type="CharField" name="name">kirkstone</field>
- <field type="CharField" name="description">Yocto Project 3.5 "Kirkstone"</field>
+ <field type="CharField" name="description">Yocto Project 4.0 "Kirkstone"</field>
<field rel="ManyToOneRel" to="orm.bitbakeversion" name="bitbake_version">1</field>
<field type="CharField" name="branch_name">kirkstone</field>
<field type="TextField" name="helptext">Toaster will run your builds using the tip of the &lt;a href="https://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=kirkstone"&gt;Yocto Project Kirkstone branch&lt;/a&gt;.</field>