]> code.ossystems Code Review - openembedded-core.git/commitdiff
image: Remove pointless rootfs lock
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Jan 2016 17:49:51 +0000 (17:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Jan 2016 17:54:08 +0000 (17:54 +0000)
It was added in aa3141e979326a9d931ff03bad75923faa1d9dc6 back in 2008
but I don't see why multiple images would need this now.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image.bbclass

index d2f8105f1315c767b02c2841a0e4e2142cc6ceaf..8242c568a825cfe82f5cfb23c2b881c70b830d7e 100644 (file)
@@ -227,7 +227,6 @@ LINGUAS_INSTALL ?= "${@" ".join(map(lambda s: "locale-base-%s" % s, d.getVar('IM
 PSEUDO_PASSWD = "${IMAGE_ROOTFS}:${STAGING_DIR_NATIVE}"
 
 do_rootfs[dirs] = "${TOPDIR}"
-do_rootfs[lockfiles] += "${IMAGE_ROOTFS}.lock"
 do_rootfs[cleandirs] += "${S}"
 
 # Must call real_do_rootfs() from inside here, rather than as a separate