Skip to content

Instantly share code, notes, and snippets.

@bart0sh
Created August 11, 2015 11:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bart0sh/ee6e25e1a7c41fb1e932 to your computer and use it in GitHub Desktop.
Save bart0sh/ee6e25e1a7c41fb1e932 to your computer and use it in GitHub Desktop.
--- a/bitbake/lib/toaster/bldcontrol/management/commands/loadconf.py
+++ b/bitbake/lib/toaster/bldcontrol/management/commands/loadconf.py
@@ -115,6 +115,7 @@ class Command(BaseCommand):
lo.vcs_url = layerinfo['vcs_url']
if layerinfo['vcs_url'].startswith("remote:"):
+ print 'debug:', layerinfo["name"], os.getcwd()
lo.vcs_url = _read_git_url_from_local_repository(layerinfo['vcs_url'])
else:
lo.vcs_url = layerinfo['vcs_url']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment