diff options
-rw-r--r-- | meta/classes/image.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 4610731536..573c90539c 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -131,6 +131,7 @@ PSEUDO_PASSWD = "${IMAGE_ROOTFS}" | |||
131 | do_rootfs[nostamp] = "1" | 131 | do_rootfs[nostamp] = "1" |
132 | do_rootfs[dirs] = "${TOPDIR}" | 132 | do_rootfs[dirs] = "${TOPDIR}" |
133 | do_rootfs[lockfiles] += "${IMAGE_ROOTFS}.lock" | 133 | do_rootfs[lockfiles] += "${IMAGE_ROOTFS}.lock" |
134 | do_rootfs[cleandirs] += "${S}" | ||
134 | do_build[nostamp] = "1" | 135 | do_build[nostamp] = "1" |
135 | 136 | ||
136 | # Must call real_do_rootfs() from inside here, rather than as a separate | 137 | # Must call real_do_rootfs() from inside here, rather than as a separate |