diff options
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r-- | meta/classes/image.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 1b34ac423b..3db34ac193 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -90,7 +90,7 @@ LINGUAS_INSTALL = "${@" ".join(map(lambda s: "locale-base-%s" % s, bb.data.getVa | |||
90 | 90 | ||
91 | do_rootfs[nostamp] = "1" | 91 | do_rootfs[nostamp] = "1" |
92 | do_rootfs[dirs] = "${TOPDIR}" | 92 | do_rootfs[dirs] = "${TOPDIR}" |
93 | do_rootfs[lockfiles] = "${IMAGE_ROOTFS}.lock" | 93 | do_rootfs[lockfiles] += "${IMAGE_ROOTFS}.lock" |
94 | do_build[nostamp] = "1" | 94 | do_build[nostamp] = "1" |
95 | 95 | ||
96 | # Must call real_do_rootfs() from inside here, rather than as a separate | 96 | # Must call real_do_rootfs() from inside here, rather than as a separate |