diff --git a/bitbake/lib/toaster/toastergui/templates/projectconf.html b/bitbake/lib/toaster/toastergui/templates/projectconf.html index 774e9ea417..c994f31bbc 100644 --- a/bitbake/lib/toaster/toastergui/templates/projectconf.html +++ b/bitbake/lib/toaster/toastergui/templates/projectconf.html @@ -14,6 +14,7 @@
+ {% if distro_defined %}
DISTRO @@ -32,6 +33,9 @@
+ {% endif %} + + {% if fstypes_defined %}
IMAGE_FSTYPES @@ -47,6 +51,9 @@ + {% endif %} + + {% if image_install_append_defined %}
IMAGE_INSTALL_append @@ -66,6 +73,9 @@ + {% endif %} + + {% if package_classes_defined %}
PACKAGE_CLASSES @@ -99,6 +109,9 @@ + {% endif %} + + {% if sdk_machine_defined %}
SDKMACHINE @@ -121,6 +134,7 @@ + {% endif %} @@ -137,7 +151,7 @@ {% endfor %} {% for b in vars_managed %} - + {% endfor %}
@@ -187,6 +201,9 @@