aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-08-26 09:48:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-29 14:03:49 +0100
commit7ee503e7c59e24a4a096f0052afb91325f82e663 (patch)
tree21c480da93bef401f4360cc337614aa043b3216f /bitbake
parent1fa9a0cc6e4c80a5a2bf40331390ae9da71686c2 (diff)
downloadopenembedded-core-contrib-7ee503e7c59e24a4a096f0052afb91325f82e663.tar.gz
bitbake: toastergui: change image in landing page
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] (Bitbake rev: 099c1af869a6cd52a2cdb87465a05893d60c8f38) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/landing.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/landing.html b/bitbake/lib/toaster/toastergui/templates/landing.html
index 15cac47b39..45e95322d1 100644
--- a/bitbake/lib/toaster/toastergui/templates/landing.html
+++ b/bitbake/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>