[oe-commits] [bitbake] 08/18: toaster: configuration Provide machine help text

git at git.openembedded.org git at git.openembedded.org
Tue Sep 6 09:37:43 UTC 2016


rpurdie pushed a commit to branch master-next
in repository bitbake.

commit 829c9bcb58f961c644e24b24265e0ef45f0fec57
Author: Belen Barros Pena <belen.barros.pena at linux.intel.com>
AuthorDate: Mon Sep 5 15:29:23 2016 +0100

    toaster: configuration Provide machine help text
    
    When you change the machine from the project configuration page, you get
    some useful suggestions as you start typing a machine name. However, the
    suggestions only include machines provided by the layers added to your
    project. This is not necessarily clear from the design (yes, it should
    be improved), which means you might be looking for a machine, not see it
    in the suggestions, and assume the machine is not supported by
    OpenEmbedded.
    
    Since we are in no position to change the design of this page right now,
    add some explanatory help text to address the situation.
    
    [YOCTO #8034]
    
    Signed-off-by: Belen Barros Pena <belen.barros.pena at linux.intel.com>
    Signed-off-by: Michael Wood <michael.g.wood at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/toaster/toastergui/templates/project.html | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/lib/toaster/toastergui/templates/project.html b/lib/toaster/toastergui/templates/project.html
index ff9eab7..30ee93a 100644
--- a/lib/toaster/toastergui/templates/project.html
+++ b/lib/toaster/toastergui/templates/project.html
@@ -57,10 +57,7 @@
       <p class="lead"><span id="project-machine-name"></span> <span class="glyphicon glyphicon-edit" id="change-machine-toggle"></span></p>
 
       <form id="select-machine-form" style="display:none;" class="form-inline">
-        <div class="alert alert-info">
-          <strong>Machine changes have a big impact on build outcome.</strong> You cannot really compare the builds for the new machine with the previous ones.
-        </div>
-
+        <span class="help-block">Machine suggestions come from the list of layers added to your project. If you don't see the machine you are looking for, <a href="{% url 'projectmachines' project.id %}">check the full list of machines</a></span>
         <div class="form-group">
           <input class="form-control" id="machine-change-input" autocomplete="off" value="" data-provide="typeahead" data-minlength="1" data-autocomplete="off" type="text">
         </div>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list