From: Richard Purdie Date: Wed, 22 Aug 2007 16:14:59 +0000 (+0000) Subject: image.bbclass: Add the mkdir back in a different form. This proves nobody uses USE_DE... X-Git-Tag: Release-2010-05/1~8836^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=681a42f0f9ed259fa6d1747f9282044d5b799ef4;p=openembedded.git image.bbclass: Add the mkdir back in a different form. This proves nobody uses USE_DEVFS and we should consider removing it, --- diff --git a/classes/image.bbclass b/classes/image.bbclass index aa0c73adb7..91e63262cd 100644 --- a/classes/image.bbclass +++ b/classes/image.bbclass @@ -69,6 +69,7 @@ do_build[nostamp] = "1" fakeroot do_rootfs () { set -x rm -rf ${IMAGE_ROOTFS} + mkdir -p ${IMAGE_ROOTFS} if [ "${USE_DEVFS}" != "1" ]; then for devtable in ${@get_devtable_list(d)}; do