summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/image.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 5bc0ca2d66..979921f58c 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -167,11 +167,9 @@ LINGUAS_INSTALL ?= "${@" ".join(map(lambda s: "locale-base-%s" % s, d.getVar('IM
167 167
168PSEUDO_PASSWD = "${IMAGE_ROOTFS}" 168PSEUDO_PASSWD = "${IMAGE_ROOTFS}"
169 169
170do_rootfs[nostamp] = "1"
171do_rootfs[dirs] = "${TOPDIR} ${WORKDIR}/intercept_scripts" 170do_rootfs[dirs] = "${TOPDIR} ${WORKDIR}/intercept_scripts"
172do_rootfs[lockfiles] += "${IMAGE_ROOTFS}.lock" 171do_rootfs[lockfiles] += "${IMAGE_ROOTFS}.lock"
173do_rootfs[cleandirs] += "${S} ${WORKDIR}/intercept_scripts" 172do_rootfs[cleandirs] += "${S} ${WORKDIR}/intercept_scripts"
174do_build[nostamp] = "1"
175 173
176# Must call real_do_rootfs() from inside here, rather than as a separate 174# Must call real_do_rootfs() from inside here, rather than as a separate
177# task, so that we have a single fakeroot context for the whole process. 175# task, so that we have a single fakeroot context for the whole process.