diff options
Diffstat (limited to 'bitbake/lib/toaster/bldcontrol')
-rw-r--r-- | bitbake/lib/toaster/bldcontrol/localhostbecontroller.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py b/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py index a93cf40bd6..a2ca95bf42 100644 --- a/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py +++ b/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py | |||
@@ -213,6 +213,10 @@ class LocalhostBEController(BuildEnvironmentController): | |||
213 | self.setCloneStatus(bitbake,'complete',clone_total,clone_count) | 213 | self.setCloneStatus(bitbake,'complete',clone_total,clone_count) |
214 | logger.debug("localhostbecontroller: current layer list %s " % pformat(layerlist)) | 214 | logger.debug("localhostbecontroller: current layer list %s " % pformat(layerlist)) |
215 | 215 | ||
216 | if self.pokydirname is None and os.path.exists(os.path.join(self.be.sourcedir, "oe-init-build-env")): | ||
217 | logger.debug("localhostbecontroller: selected poky dir name %s" % self.be.sourcedir) | ||
218 | self.pokydirname = self.be.sourcedir | ||
219 | |||
216 | # 5. create custom layer and add custom recipes to it | 220 | # 5. create custom layer and add custom recipes to it |
217 | for target in targets: | 221 | for target in targets: |
218 | try: | 222 | try: |