All of lore.kernel.org
 help / color / mirror / Atom feed
* [yocto-autobuilder][PATCHv2 1/5] buildsteps/BuildImages: Setproperty BUILDIMAGES
@ 2017-06-06 15:46 Aníbal Limón
  2017-06-06 15:46 ` [yocto-autobuilder][PATCHv2 2/5] buildsteps/RunSanityTests: Add support for simpleremote target Aníbal Limón
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Aníbal Limón @ 2017-06-06 15:46 UTC (permalink / raw)
  To: yocto; +Cc: monserratx.sedeno.bustos

In certain situations is need to know what images was built for
example the DAFT executes flashing over certain image.

[YOCTO #10604]

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
---
 lib/python2.7/site-packages/autobuilder/buildsteps/BuildImages.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/python2.7/site-packages/autobuilder/buildsteps/BuildImages.py b/lib/python2.7/site-packages/autobuilder/buildsteps/BuildImages.py
index 30f7a18..7262fd3 100644
--- a/lib/python2.7/site-packages/autobuilder/buildsteps/BuildImages.py
+++ b/lib/python2.7/site-packages/autobuilder/buildsteps/BuildImages.py
@@ -146,6 +146,9 @@ class BuildImages(BitbakeShellCommand):
                 if self.minnowExists is None or self.minnowExists == "True":
                     self.command = ". ./oe-init-build-env; bitbake " + bitbakeflags + self.images
                     self.description = ["Building " + str(self.images)]
+        
+        self.setProperty("BUILDIMAGES", self.images)
+
         ShellCommand.start(self)
 
     def describe(self, done=False):
-- 
2.1.4



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

end of thread, other threads:[~2017-07-03 19:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-06 15:46 [yocto-autobuilder][PATCHv2 1/5] buildsteps/BuildImages: Setproperty BUILDIMAGES Aníbal Limón
2017-06-06 15:46 ` [yocto-autobuilder][PATCHv2 2/5] buildsteps/RunSanityTests: Add support for simpleremote target Aníbal Limón
2017-06-06 15:46 ` [yocto-autobuilder][PATCHv2 3/5] autobuilder/buildsteps: Add DaftGetDevices step Aníbal Limón
2017-07-03 14:03   ` Joshua Lock
2017-07-03 16:34     ` Aníbal Limón
2017-06-06 15:46 ` [yocto-autobuilder][PATCHv2 4/5] autobuilder/buildsteps: Add DAFTFlash buildstep Aníbal Limón
2017-06-06 15:48   ` Aníbal Limón
2017-07-03 14:03   ` Joshua Lock
2017-07-03 16:37     ` Aníbal Limón
2017-07-03 18:23       ` Ylinen, Mikko
2017-07-03 19:14         ` Gonzalez Plascencia, Jair De Jesus
2017-06-06 15:46 ` [yocto-autobuilder][PATCHv2 5/5] buildset-config.yocto-qa: Add intel-corei7-64-daft buildset Aníbal Limón
2017-07-03 14:02 ` [yocto-autobuilder][PATCHv2 1/5] buildsteps/BuildImages: Setproperty BUILDIMAGES Joshua Lock
2017-07-03 16:34   ` Aníbal Limón

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.