summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui')
-rwxr-xr-xbitbake/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 85ca9be716..15760b36de 100755
--- a/bitbake/lib/toaster/toastergui/views.py
+++ b/bitbake/lib/toaster/toastergui/views.py
@@ -2407,7 +2407,7 @@ if True:
2407 2407
2408 # create layer 'Custom layer' and verion if needed 2408 # create layer 'Custom layer' and verion if needed
2409 layer = Layer.objects.get_or_create( 2409 layer = Layer.objects.get_or_create(
2410 name="toaster-custom-images", 2410 name=CustomImageRecipe.LAYER_NAME,
2411 summary="Layer for custom recipes", 2411 summary="Layer for custom recipes",
2412 vcs_url="file:///toaster_created_layer")[0] 2412 vcs_url="file:///toaster_created_layer")[0]
2413 2413