From 829c9bcb58f961c644e24b24265e0ef45f0fec57 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Mon, 5 Sep 2016 15:29:23 +0100 Subject: [PATCH] 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 Signed-off-by: Michael Wood Signed-off-by: Richard Purdie --- 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 ff9eab73619..30ee93a76fa 100644 --- a/lib/toaster/toastergui/templates/project.html +++ b/lib/toaster/toastergui/templates/project.html @@ -57,10 +57,7 @@