It doesn't make sense to use it as image recipe is not
in workspace. It means that we can't do 'devtool reset'
for the recipe, which is a main point of using add_md5.
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
import logging
from bb.process import ExecutionError
-from devtool import exec_build_env_command, add_md5
+from devtool import exec_build_env_command
LOG = logging.getLogger('devtool')
afile.write('IMAGE_INSTALL_append = " %s"\n' % \
' '.join(workspace.keys()))
- add_md5(config, image, appendfile)
-
try:
exec_build_env_command(config.init_path, basepath,
'bitbake %s' % image, watch=True)