bitbake.conf: IMAGE_CMD_ext2.gz: Remove tmp.gz/ before creating it.
authorPaul Sokolovsky <pmiscml@gmail.com>
Thu, 4 Jan 2007 20:36:40 +0000 (20:36 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Thu, 4 Jan 2007 20:36:40 +0000 (20:36 +0000)
commit410c0d5df3d48e875228ec830d61dcccf719ef97
treea25f068325f86d0a85f29498e601792e6a857431
parent8eef5d1855dcc401a7aafc54764db3767ccbb570
bitbake.conf: IMAGE_CMD_ext2.gz: Remove tmp.gz/ before creating it.
* Sometimes due to errors ${DEPLOY_DIR_IMAGE}/tmp.gz is not deleted, and
then next time it will error again on mkdir. Pretty confusing, especially
fro newbies. So, just kill it to make sure no stale content is there.
conf/bitbake.conf