summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/views.py')
-rw-r--r--bitbake/lib/toaster/toastergui/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py
index cc8517ba6c..735d304ad8 100644
--- a/bitbake/lib/toaster/toastergui/views.py
+++ b/bitbake/lib/toaster/toastergui/views.py
@@ -1610,7 +1610,7 @@ if True:
1610 # make sure we have a machine set for this project 1610 # make sure we have a machine set for this project
1611 ProjectVariable.objects.get_or_create(project=new_project, 1611 ProjectVariable.objects.get_or_create(project=new_project,
1612 name="MACHINE", 1612 name="MACHINE",
1613 value="qemux86") 1613 value="qemux86-64")
1614 context = {'project': new_project} 1614 context = {'project': new_project}
1615 return toaster_render(request, "js-unit-tests.html", context) 1615 return toaster_render(request, "js-unit-tests.html", context)
1616 1616