[bitbake-devel] [PATCH 3/3] toastergui: change image in landing page

Elliot Smith elliot.smith at intel.com
Wed Aug 26 08:48:38 UTC 2015


From: Belen Barros Pena <belen.barros.pena at intel.com>

Change the Toaster screenshot we use in the landing page
to make sure it cannot be confused with the real interface.

Also, remove the MANAGE conditional we were using to set the
screenshot. We no longer have different applications for the
two modes, so it should no longer be needed.

[YOCTO #7743]

Signed-off-by: Belen Barros Pena <belen.barros.pena at intel.com>
Signed-off-by: Elliot Smith <elliot.smith at intel.com>
---
 lib/toaster/toastergui/templates/landing.html | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/lib/toaster/toastergui/templates/landing.html b/lib/toaster/toastergui/templates/landing.html
index 15cac47..45e9532 100644
--- a/lib/toaster/toastergui/templates/landing.html
+++ b/lib/toaster/toastergui/templates/landing.html
@@ -49,11 +49,7 @@
 
       </div>
       <div class="span6">
-        {% if MANAGED %}
-            <img alt="Yocto Project" class="thumbnail" src="{% static 'img/toaster_1.7.png' %}"/>
-	    {% else %}
-            <img alt="Yocto Project" class="thumbnail" src="{% static 'img/toaster.png' %}"/>
-	    {% endif %}
+          <img alt="Yocto Project" class="thumbnail" src="{% static 'img/toaster_bw.png' %}"/>
       </div>
      </div>
     </div>
-- 
1.9.3

---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.




More information about the bitbake-devel mailing list