diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2015-08-26 09:48:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-29 14:03:49 +0100 |
commit | 7ee503e7c59e24a4a096f0052afb91325f82e663 (patch) | |
tree | 21c480da93bef401f4360cc337614aa043b3216f /bitbake | |
parent | 1fa9a0cc6e4c80a5a2bf40331390ae9da71686c2 (diff) | |
download | poky-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.html | 6 |
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 @@ | |||
49 | 49 | ||
50 | </div> | 50 | </div> |
51 | <div class="span6"> | 51 | <div class="span6"> |
52 | {% if MANAGED %} | 52 | <img alt="Yocto Project" class="thumbnail" src="{% static 'img/toaster_bw.png' %}"/> |
53 | <img alt="Yocto Project" class="thumbnail" src="{% static 'img/toaster_1.7.png' %}"/> | ||
54 | {% else %} | ||
55 | <img alt="Yocto Project" class="thumbnail" src="{% static 'img/toaster.png' %}"/> | ||
56 | {% endif %} | ||
57 | </div> | 53 | </div> |
58 | </div> | 54 | </div> |
59 | </div> | 55 | </div> |