Index: bin/cbuildbot.py |
diff --git a/bin/cbuildbot.py b/bin/cbuildbot.py |
index d0a777f427fb1fe13ef8c6ce959b4f71fb393a42..02513533793e53af88da8e6b9fc741d67f74f395 100755 |
--- a/bin/cbuildbot.py |
+++ b/bin/cbuildbot.py |
@@ -732,7 +732,7 @@ def main(): |
if not os.path.isdir(path): |
Die('Missing overlay: %s' % path) |
- if not os.path.isdir(chroot_path): |
+ if not os.path.isdir(chroot_path) or buildconfig['chroot_replace']: |
_MakeChroot(buildroot, buildconfig['chroot_replace']) |
if not os.path.isdir(boardpath): |