summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/views.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py
index 3e59138ae3..92814cef15 100644
--- a/bitbake/lib/toaster/toastergui/views.py
+++ b/bitbake/lib/toaster/toastergui/views.py
@@ -317,7 +317,7 @@ def builds(request):
317 } 317 }
318 }, 318 },
319 {'name': 'Warnings', 'clclass': 'warnings_no', 319 {'name': 'Warnings', 'clclass': 'warnings_no',
320 'qhelp': "How many warnigns were encountered during the build (if any)", 320 'qhelp': "How many warnings were encountered during the build (if any)",
321 'orderfield': _get_toggle_order(request, "warnings_no", True), 321 'orderfield': _get_toggle_order(request, "warnings_no", True),
322 'ordericon':_get_toggle_order_icon(request, "warnings_no"), 322 'ordericon':_get_toggle_order_icon(request, "warnings_no"),
323 'filter' : {'class' : 'warnings_no', 323 'filter' : {'class' : 'warnings_no',
@@ -942,26 +942,26 @@ def recipes(request, build_id):
942 }, 942 },
943 { 943 {
944 'name':'Layer', 944 'name':'Layer',
945 'qhelp':'The name of the layer prodiving the recipe', 945 'qhelp':'The name of the layer providing the recipe',
946 'orderfield': _get_toggle_order(request, "layer_version__layer__name"), 946 'orderfield': _get_toggle_order(request, "layer_version__layer__name"),
947 'ordericon':_get_toggle_order_icon(request, "layer_version__layer__name"), 947 'ordericon':_get_toggle_order_icon(request, "layer_version__layer__name"),
948 'clclass': 'layer_version__layer__name', 'hidden': 0, 948 'clclass': 'layer_version__layer__name', 'hidden': 0,
949 }, 949 },
950 { 950 {
951 'name':'Layer branch', 951 'name':'Layer branch',
952 'qhelp':'The Git branch of the layer prodiving the recipe', 952 'qhelp':'The Git branch of the layer providing the recipe',
953 'orderfield': _get_toggle_order(request, "layer_version__branch"), 953 'orderfield': _get_toggle_order(request, "layer_version__branch"),
954 'ordericon':_get_toggle_order_icon(request, "layer_version__branch"), 954 'ordericon':_get_toggle_order_icon(request, "layer_version__branch"),
955 'clclass': 'layer_version__branch', 'hidden': 1, 955 'clclass': 'layer_version__branch', 'hidden': 1,
956 }, 956 },
957 { 957 {
958 'name':'Layer commit', 958 'name':'Layer commit',
959 'qhelp':'The Git commit of the layer prodiving the recipe', 959 'qhelp':'The Git commit of the layer providing the recipe',
960 'clclass': 'layer_version__layer__commit', 'hidden': 1, 960 'clclass': 'layer_version__layer__commit', 'hidden': 1,
961 }, 961 },
962 { 962 {
963 'name':'Layer directory', 963 'name':'Layer directory',
964 'qhelp':'Location in disk of the layer prodiving the recipe', 964 'qhelp':'Location in disk of the layer providing the recipe',
965 'orderfield': _get_toggle_order(request, "layer_version__layer__local_path"), 965 'orderfield': _get_toggle_order(request, "layer_version__layer__local_path"),
966 'ordericon':_get_toggle_order_icon(request, "layer_version__layer__local_path"), 966 'ordericon':_get_toggle_order_icon(request, "layer_version__layer__local_path"),
967 'clclass': 'layer_version__layer__local_path', 'hidden': 1, 967 'clclass': 'layer_version__layer__local_path', 'hidden': 1,