summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/image.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 81971fefef..e3769b4725 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -249,7 +249,6 @@ fakeroot python do_rootfs () {
249 create_image(d) 249 create_image(d)
250} 250}
251do_rootfs[dirs] = "${TOPDIR}" 251do_rootfs[dirs] = "${TOPDIR}"
252do_rootfs[lockfiles] += "${IMAGE_ROOTFS}.lock"
253do_rootfs[cleandirs] += "${S}" 252do_rootfs[cleandirs] += "${S}"
254do_rootfs[umask] = "022" 253do_rootfs[umask] = "022"
255addtask rootfs before do_build 254addtask rootfs before do_build