diff options
-rw-r--r-- | meta/classes/image.bbclass | 2 |
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 | ||
168 | PSEUDO_PASSWD = "${IMAGE_ROOTFS}" | 168 | PSEUDO_PASSWD = "${IMAGE_ROOTFS}" |
169 | 169 | ||
170 | do_rootfs[nostamp] = "1" | ||
171 | do_rootfs[dirs] = "${TOPDIR} ${WORKDIR}/intercept_scripts" | 170 | do_rootfs[dirs] = "${TOPDIR} ${WORKDIR}/intercept_scripts" |
172 | do_rootfs[lockfiles] += "${IMAGE_ROOTFS}.lock" | 171 | do_rootfs[lockfiles] += "${IMAGE_ROOTFS}.lock" |
173 | do_rootfs[cleandirs] += "${S} ${WORKDIR}/intercept_scripts" | 172 | do_rootfs[cleandirs] += "${S} ${WORKDIR}/intercept_scripts" |
174 | do_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. |