diff options
-rw-r--r-- | meta/classes/image.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 14de3e1994..2cc17e1721 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -96,7 +96,7 @@ do_build[nostamp] = "1" | |||
96 | # Must call real_do_rootfs() from inside here, rather than as a separate | 96 | # Must call real_do_rootfs() from inside here, rather than as a separate |
97 | # task, so that we have a single fakeroot context for the whole process. | 97 | # task, so that we have a single fakeroot context for the whole process. |
98 | fakeroot do_rootfs () { | 98 | fakeroot do_rootfs () { |
99 | set -x | 99 | #set -x |
100 | rm -rf ${IMAGE_ROOTFS} | 100 | rm -rf ${IMAGE_ROOTFS} |
101 | mkdir -p ${IMAGE_ROOTFS} | 101 | mkdir -p ${IMAGE_ROOTFS} |
102 | mkdir -p ${DEPLOY_DIR_IMAGE} | 102 | mkdir -p ${DEPLOY_DIR_IMAGE} |