Advertisement
Guest User

Untitled

a guest
Aug 11th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. (venv)sujith@kdekidd0:~/MEL/toaster_MEL$ ./poky/bitbake/lib/toaster/manage.py loadconf meta-mentor/toasterconf.json
  2. Traceback (most recent call last):
  3. File "./poky/bitbake/lib/toaster/manage.py", line 10, in <module>
  4. execute_from_command_line(sys.argv)
  5. File "/home/sujith/MEL/toaster_MEL/venv/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
  6. utility.execute()
  7. File "/home/sujith/MEL/toaster_MEL/venv/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
  8. self.fetch_command(subcommand).run_from_argv(self.argv)
  9. File "/home/sujith/MEL/toaster_MEL/venv/local/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
  10. self.execute(*args, **options.__dict__)
  11. File "/home/sujith/MEL/toaster_MEL/venv/local/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
  12. output = self.handle(*args, **options)
  13. File "/home/sujith/MEL/toaster_MEL/poky/bitbake/lib/toaster/bldcontrol/management/commands/loadconf.py", line 171, in handle
  14. self._import_layer_config(filepath)
  15. File "/home/sujith/MEL/toaster_MEL/poky/bitbake/lib/toaster/bldcontrol/management/commands/loadconf.py", line 71, in _import_layer_config
  16. bvo.giturl = _read_git_url_from_local_repository(bvi['giturl'])
  17. File "/home/sujith/MEL/toaster_MEL/poky/bitbake/lib/toaster/bldcontrol/management/commands/loadconf.py", line 62, in _read_git_url_from_local_repository
  18. raise Exception("Error while looking for remote \"%s\" in \"%s\"" % (remote_name, out))
  19. Exception: Error while looking for remote "yocto" in "mel ssh://git@github.com/MentorEmbedded/meta-mentor.git (fetch)
  20. mel ssh://git@github.com/MentorEmbedded/meta-mentor.git (push)
  21. "
  22. (venv)sujith@kdekidd0:~/MEL/toaster_MEL$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement