diff options
Diffstat (limited to 'bitbake/lib/toaster/bldcontrol/localhostbecontroller.py')
| -rw-r--r-- | bitbake/lib/toaster/bldcontrol/localhostbecontroller.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py b/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py index 75674ccbf1..577e765f11 100644 --- a/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py +++ b/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py | |||
| @@ -200,7 +200,7 @@ class LocalhostBEController(BuildEnvironmentController): | |||
| 200 | localdirpath = os.path.join(localdirname, dirpath) | 200 | localdirpath = os.path.join(localdirname, dirpath) |
| 201 | logger.debug("localhostbecontroller: localdirpath expects '%s'" % localdirpath) | 201 | logger.debug("localhostbecontroller: localdirpath expects '%s'" % localdirpath) |
| 202 | if not os.path.exists(localdirpath): | 202 | if not os.path.exists(localdirpath): |
| 203 | raise BuildSetupException("Cannot find layer git path '%s' in checked out repository '%s:%s'. Aborting." % (localdirpath, giturl, commit)) | 203 | raise BuildSetupException("Cannot find layer git path '%s' in checked out repository '%s:%s'. Exiting." % (localdirpath, giturl, commit)) |
| 204 | 204 | ||
| 205 | if name != "bitbake": | 205 | if name != "bitbake": |
| 206 | layerlist.append("%03d:%s" % (index,localdirpath.rstrip("/"))) | 206 | layerlist.append("%03d:%s" % (index,localdirpath.rstrip("/"))) |
| @@ -467,7 +467,7 @@ class LocalhostBEController(BuildEnvironmentController): | |||
| 467 | logger.debug("localhostbecontroller: waiting for bblock content to appear") | 467 | logger.debug("localhostbecontroller: waiting for bblock content to appear") |
| 468 | time.sleep(1) | 468 | time.sleep(1) |
| 469 | else: | 469 | else: |
| 470 | raise BuildSetupException("Cannot find bitbake server lock file '%s'. Aborting." % bblock) | 470 | raise BuildSetupException("Cannot find bitbake server lock file '%s'. Exiting." % bblock) |
| 471 | 471 | ||
| 472 | with open(bblock) as fplock: | 472 | with open(bblock) as fplock: |
| 473 | for line in fplock: | 473 | for line in fplock: |
