aboutsummaryrefslogtreecommitdiffstats
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:35 +0100
commit7d3b766ef26361c44abc2b8175bc5c44e29c3955 (patch)
tree75dedeeb65d6a6e2eb5239ea1ec10ed31f0b4d1a
parentce9fe70156e8f909a3a81da017b89ea61bc6fe38 (diff)
downloadbitbake-7d3b766ef26361c44abc2b8175bc5c44e29c3955.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>