bitbake.conf: fix parallel build for gzip'd images
authorRoman I Khimov <khimov@altell.ru>
Mon, 27 Apr 2009 10:46:23 +0000 (14:46 +0400)
committerRoman I Khimov <khimov@altell.ru>
Mon, 27 Apr 2009 17:13:15 +0000 (21:13 +0400)
commit3db9402b8a82bd98b225673a80772276aa1efd2c
tree7f308838777997bbeeba2d3be1f3fc4a92a1cc06
parenteee57a831f63162a5c40c7ed53805f8d78a058bf
bitbake.conf: fix parallel build for gzip'd images

Parallel build of gzip'd images is broken now because of the way
${DEPLOY_DIR_IMAGE}/tmp.gz dir is removed-created-removed for every image.
Fix it by 'installing' the dir and let it stay in place.

Acked-by: Otavio Salvador <otavio@ossystems.com.br>
conf/bitbake.conf