diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-05 17:49:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-06 15:27:33 +0000 |
commit | 3428eddcd1c433c52f1886598479c5970dd400d5 (patch) | |
tree | 69e8ac55da2b2b74b9293016de6a0ff68d4ee732 /meta/classes | |
parent | eb5bb0ee291eaa32ce22317f11379142a4fa21e2 (diff) | |
download | poky-3428eddcd1c433c52f1886598479c5970dd400d5.tar.gz |
image: Remove pointless rootfs lock
It was added in aa3141e979326a9d931ff03bad75923faa1d9dc6 back in 2008
but I don't see why multiple images would need this now.
(From OE-Core rev: 2eaeac6d98c310cb2602ba194d934c5b7bed253d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/image.bbclass | 1 |
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 | |||
227 | PSEUDO_PASSWD = "${IMAGE_ROOTFS}:${STAGING_DIR_NATIVE}" | 227 | PSEUDO_PASSWD = "${IMAGE_ROOTFS}:${STAGING_DIR_NATIVE}" |
228 | 228 | ||
229 | do_rootfs[dirs] = "${TOPDIR}" | 229 | do_rootfs[dirs] = "${TOPDIR}" |
230 | do_rootfs[lockfiles] += "${IMAGE_ROOTFS}.lock" | ||
231 | do_rootfs[cleandirs] += "${S}" | 230 | do_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 |