summaryrefslogtreecommitdiffstats
path: root/meta/classes/image.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-05 17:49:51 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-06 15:27:33 +0000
commit3428eddcd1c433c52f1886598479c5970dd400d5 (patch)
tree69e8ac55da2b2b74b9293016de6a0ff68d4ee732 /meta/classes/image.bbclass
parenteb5bb0ee291eaa32ce22317f11379142a4fa21e2 (diff)
downloadpoky-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/image.bbclass')
-rw-r--r--meta/classes/image.bbclass1
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
227PSEUDO_PASSWD = "${IMAGE_ROOTFS}:${STAGING_DIR_NATIVE}" 227PSEUDO_PASSWD = "${IMAGE_ROOTFS}:${STAGING_DIR_NATIVE}"
228 228
229do_rootfs[dirs] = "${TOPDIR}" 229do_rootfs[dirs] = "${TOPDIR}"
230do_rootfs[lockfiles] += "${IMAGE_ROOTFS}.lock"
231do_rootfs[cleandirs] += "${S}" 230do_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