summaryrefslogtreecommitdiffstats
path: root/meta/classes/image.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r--meta/classes/image.bbclass2
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.
98fakeroot do_rootfs () { 98fakeroot 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}