summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/views.py')
-rwxr-xr-xbitbake/lib/toaster/toastergui/views.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py
index b58f916d8c..f6f1a54597 100755
--- a/bitbake/lib/toaster/toastergui/views.py
+++ b/bitbake/lib/toaster/toastergui/views.py
@@ -2594,15 +2594,6 @@ if True:
2594 2594
2595 return(vars_managed,sorted(vars_fstypes),vars_blacklist) 2595 return(vars_managed,sorted(vars_fstypes),vars_blacklist)
2596 2596
2597 def customrecipe(request, pid, recipe_id):
2598 project = Project.objects.get(pk=pid)
2599 context = {'project' : project,
2600 'projectlayers': [],
2601 'recipe' : CustomImageRecipe.objects.get(pk=recipe_id)
2602 }
2603
2604 return render(request, "customrecipe.html", context)
2605
2606 @_template_renderer("projectconf.html") 2597 @_template_renderer("projectconf.html")
2607 def projectconf(request, pid): 2598 def projectconf(request, pid):
2608 2599