From 2eaeac6d98c310cb2602ba194d934c5b7bed253d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 5 Jan 2016 17:49:51 +0000 Subject: 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 --- meta/classes/image.bbclass | 1 - 1 file changed, 1 deletion(-) 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 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 -- cgit 1.2.3-korg