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 d2f8105f13..8242c568a8 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -227,7 +227,6 @@ LINGUAS_INSTALL ?= "${@" ".join(map(lambda s: "locale-base-%s" % s, d.getVar('IM
227PSEUDO_PASSWD = "${IMAGE_ROOTFS}:${STAGING_DIR_NATIVE}" 227PSEUDO_PASSWD = "${IMAGE_ROOTFS}:${STAGING_DIR_NATIVE}"
228 228
229do_rootfs[dirs] = "${TOPDIR}" 229do_rootfs[dirs] = "${TOPDIR}"
230do_rootfs[lockfiles] += "${IMAGE_ROOTFS}.lock"
231do_rootfs[cleandirs] += "${S}" 230do_rootfs[cleandirs] += "${S}"
232 231
233# Must call real_do_rootfs() from inside here, rather than as a separate 232# Must call real_do_rootfs() from inside here, rather than as a separate