From: Richard Purdie Date: Tue, 5 Jan 2016 17:49:51 +0000 (+0000) Subject: image: Remove pointless rootfs lock X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27860 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eaeac6d98c310cb2602ba194d934c5b7bed253d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index d2f8105f131..8242c568a82 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 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