From 9819728e1210fcf661b557e86f775d1766037856 Mon Sep 17 00:00:00 2001 From: David Reyna Date: Thu, 12 Feb 2015 03:40:53 -0800 Subject: [PATCH] bitbake: toaster: Additional fixes for the project variable page Fix IMAGE_FSTYPES, IMAGE_INSTALL_append, and DISTRO editing management, plus other usability details. [YOCTO #7231] (Bitbake rev: 58f19f1c3128c303fb8e5338c01f575418dc0b15) Signed-off-by: David Reyna Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- .../toastergui/templates/projectconf.html | 252 +++++++++++++----- bitbake/lib/toaster/toastergui/views.py | 42 ++- 2 files changed, 211 insertions(+), 83 deletions(-) diff --git a/bitbake/lib/toaster/toastergui/templates/projectconf.html b/bitbake/lib/toaster/toastergui/templates/projectconf.html index 0d38a9228b..ec1fb9bd20 100644 --- a/bitbake/lib/toaster/toastergui/templates/projectconf.html +++ b/bitbake/lib/toaster/toastergui/templates/projectconf.html @@ -23,9 +23,12 @@ @@ -48,10 +51,10 @@ IMAGE_INSTALL_append -
+
{% if image_install_append %}{{image_install_append}}{%else%}Not set{%endif%} - +