diff options
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r-- | meta/classes/image.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 2469442d70..e77ec427fc 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -83,6 +83,8 @@ do_build[nostamp] = "1" | |||
83 | 83 | ||
84 | # Must call real_do_rootfs() from inside here, rather than as a separate | 84 | # Must call real_do_rootfs() from inside here, rather than as a separate |
85 | # task, so that we have a single fakeroot context for the whole process. | 85 | # task, so that we have a single fakeroot context for the whole process. |
86 | do_rootfs[umask] = 022 | ||
87 | |||
86 | fakeroot do_rootfs () { | 88 | fakeroot do_rootfs () { |
87 | #set -x | 89 | #set -x |
88 | rm -rf ${IMAGE_ROOTFS} | 90 | rm -rf ${IMAGE_ROOTFS} |