]> code.ossystems Code Review - openembedded-core.git/commitdiff
image.bbclass: Make sure DEPLOY_DIR_IMAGE exists before running image generation
authorRichard Purdie <richard@openedhand.com>
Thu, 12 Jun 2008 20:18:24 +0000 (20:18 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 12 Jun 2008 20:18:24 +0000 (20:18 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4633 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/image.bbclass

index f44b305eaabe47233bae0806a92711232df73846..7287232374e4071137c972e1ce4976caa92a975f 100644 (file)
@@ -93,6 +93,7 @@ fakeroot do_rootfs () {
        set -x
        rm -rf ${IMAGE_ROOTFS}
        mkdir -p ${IMAGE_ROOTFS}
+       mkdir -p ${DEPLOY_DIR_IMAGE}
 
        if [ "${USE_DEVFS}" != "1" ]; then
                for devtable in ${@get_devtable_list(d)}; do