All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] [WARRIOR] toaster: Fix Thud Bitbake release for YP-2.7
@ 2019-06-10  0:48 David Reyna
  2019-06-10  0:48 ` [PATCH 1/1] " David Reyna
  0 siblings, 1 reply; 2+ messages in thread
From: David Reyna @ 2019-06-10  0:48 UTC (permalink / raw)
  To: bitbake-devel

From: David Reyna <David.Reyna@windriver.com>

For the Warrior release, this is to fix a broken bitbake vertion pointer for the thud branch. 
This is allow master Toaster to build Thud-based projects.

The following changes since commit 2fd4bf41a39f34075cfd42d46de1b0eea2ecc5eb:

  dbus-test: Improve ptest dependencies dependencies (2019-06-09 11:01:08 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib dreyna/toaster/thud_bitbake_2_7_13356
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=dreyna/toaster/thud_bitbake_2_7_13356

David Reyna (1):
  toaster: Fix Thud Bitbake release for YP-2.7

 lib/toaster/orm/fixtures/oe-core.xml | 2 +-
 lib/toaster/orm/fixtures/poky.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.9.1



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

* [PATCH 1/1] [WARRIOR] toaster: Fix Thud Bitbake release for YP-2.7
  2019-06-10  0:48 [PATCH 0/1] [WARRIOR] toaster: Fix Thud Bitbake release for YP-2.7 David Reyna
@ 2019-06-10  0:48 ` David Reyna
  0 siblings, 0 replies; 2+ messages in thread
From: David Reyna @ 2019-06-10  0:48 UTC (permalink / raw)
  To: bitbake-devel

From: David Reyna <David.Reyna@windriver.com>

Fix the Bitbake version ID for Thud (1.40).

[YOCTO #13356]

Signed-off-by: David Reyna <David.Reyna@windriver.com>
---
 lib/toaster/orm/fixtures/oe-core.xml | 2 +-
 lib/toaster/orm/fixtures/poky.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/toaster/orm/fixtures/oe-core.xml b/lib/toaster/orm/fixtures/oe-core.xml
index bd9c3268..9ae2e42 100644
--- a/lib/toaster/orm/fixtures/oe-core.xml
+++ b/lib/toaster/orm/fixtures/oe-core.xml
@@ -53,7 +53,7 @@
   <object model="orm.release" pk="4">
     <field type="CharField" name="name">thud</field>
     <field type="CharField" name="description">Openembedded Thud</field>
-    <field rel="ManyToOneRel" to="orm.bitbakeversion" name="bitbake_version">1</field>
+    <field rel="ManyToOneRel" to="orm.bitbakeversion" name="bitbake_version">4</field>
     <field type="CharField" name="branch_name">thud</field>
     <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=thud\"&gt;OpenEmbedded Thud&lt;/a&gt; branch.</field>
   </object>
diff --git a/lib/toaster/orm/fixtures/poky.xml b/lib/toaster/orm/fixtures/poky.xml
index 4162e4f..da3b930 100644
--- a/lib/toaster/orm/fixtures/poky.xml
+++ b/lib/toaster/orm/fixtures/poky.xml
@@ -58,7 +58,7 @@
   <object model="orm.release" pk="4">
     <field type="CharField" name="name">thud</field>
     <field type="CharField" name="description">Yocto Project 2.6 "Thud"</field>
-    <field rel="ManyToOneRel" to="orm.bitbakeversion" name="bitbake_version">1</field>
+    <field rel="ManyToOneRel" to="orm.bitbakeversion" name="bitbake_version">4</field>
     <field type="CharField" name="branch_name">thud</field>
     <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=thud"&gt;Yocto Project Thud branch&lt;/a&gt;.</field>
   </object>
-- 
1.9.1



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

end of thread, other threads:[~2019-06-10  0:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-10  0:48 [PATCH 0/1] [WARRIOR] toaster: Fix Thud Bitbake release for YP-2.7 David Reyna
2019-06-10  0:48 ` [PATCH 1/1] " David Reyna

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.