summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/orm/management/commands/lsupdates.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/orm/management/commands/lsupdates.py')
-rw-r--r--bitbake/lib/toaster/orm/management/commands/lsupdates.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/orm/management/commands/lsupdates.py b/bitbake/lib/toaster/orm/management/commands/lsupdates.py
index 54b4fab068..efc6b3a946 100644
--- a/bitbake/lib/toaster/orm/management/commands/lsupdates.py
+++ b/bitbake/lib/toaster/orm/management/commands/lsupdates.py
@@ -166,6 +166,8 @@ class Command(BaseCommand):
166 l.description = li['description'] 166 l.description = li['description']
167 167
168 if created: 168 if created:
169 # predefined layers in the fixtures (for example poky.xml)
170 # always preempt the Layer Index for these values
169 l.vcs_url = li['vcs_url'] 171 l.vcs_url = li['vcs_url']
170 l.vcs_web_url = li['vcs_web_url'] 172 l.vcs_web_url = li['vcs_web_url']
171 l.vcs_web_tree_base_url = li['vcs_web_tree_base_url'] 173 l.vcs_web_tree_base_url = li['vcs_web_tree_base_url']