diff options
Diffstat (limited to 'scripts/lib/devtool/__init__.py')
| -rw-r--r-- | scripts/lib/devtool/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/devtool/__init__.py b/scripts/lib/devtool/__init__.py index d39c474fbd..6ebe368a9e 100644 --- a/scripts/lib/devtool/__init__.py +++ b/scripts/lib/devtool/__init__.py | |||
| @@ -196,7 +196,7 @@ def setup_git_repo(repodir, version, devbranch, basetag='devtool-base', d=None): | |||
| 196 | if not os.path.exists(os.path.join(repodir, '.git')): | 196 | if not os.path.exists(os.path.join(repodir, '.git')): |
| 197 | bb.process.run('git init', cwd=repodir) | 197 | bb.process.run('git init', cwd=repodir) |
| 198 | bb.process.run('git config --local gc.autodetach 0', cwd=repodir) | 198 | bb.process.run('git config --local gc.autodetach 0', cwd=repodir) |
| 199 | bb.process.run('git add .', cwd=repodir) | 199 | bb.process.run('git add -f -A .', cwd=repodir) |
| 200 | commit_cmd = ['git'] | 200 | commit_cmd = ['git'] |
| 201 | oe.patch.GitApplyTree.gitCommandUserOptions(commit_cmd, d=d) | 201 | oe.patch.GitApplyTree.gitCommandUserOptions(commit_cmd, d=d) |
| 202 | commit_cmd += ['commit', '-q'] | 202 | commit_cmd += ['commit', '-q'] |
