diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/devtool/build-image.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/lib/devtool/build-image.py b/scripts/lib/devtool/build-image.py index d8e7b12832..ebd9c59bfc 100644 --- a/scripts/lib/devtool/build-image.py +++ b/scripts/lib/devtool/build-image.py | |||
@@ -21,7 +21,7 @@ import os | |||
21 | import logging | 21 | import logging |
22 | 22 | ||
23 | from bb.process import ExecutionError | 23 | from bb.process import ExecutionError |
24 | from devtool import exec_build_env_command, add_md5 | 24 | from devtool import exec_build_env_command |
25 | 25 | ||
26 | LOG = logging.getLogger('devtool') | 26 | LOG = logging.getLogger('devtool') |
27 | 27 | ||
@@ -38,8 +38,6 @@ def build_image(args, config, basepath, workspace): | |||
38 | afile.write('IMAGE_INSTALL_append = " %s"\n' % \ | 38 | afile.write('IMAGE_INSTALL_append = " %s"\n' % \ |
39 | ' '.join(workspace.keys())) | 39 | ' '.join(workspace.keys())) |
40 | 40 | ||
41 | add_md5(config, image, appendfile) | ||
42 | |||
43 | try: | 41 | try: |
44 | exec_build_env_command(config.init_path, basepath, | 42 | exec_build_env_command(config.init_path, basepath, |
45 | 'bitbake %s' % image, watch=True) | 43 | 'bitbake %s' % image, watch=True) |