summaryrefslogtreecommitdiffstats
path: root/meta/classes/image.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-06 18:04:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-07 13:42:12 +0000
commit2c5e7e04f1983d640d74c03fa065bd4264d960cf (patch)
treeb28d27c2f60bf74037a84e3a9a63294a810ee6a0 /meta/classes/image.bbclass
parenta500e3a45afe79396c1a1b4a67c574c5f8f4069d (diff)
downloadpoky-2c5e7e04f1983d640d74c03fa065bd4264d960cf.tar.gz
image: Really remove lockfiles flag
This was supposed to be removed by a previous patch but was readded. Really remove it. (From OE-Core rev: 5661d8cb7849df62358368743134c0aaf523965e) 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 81971fefef..e3769b4725 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -249,7 +249,6 @@ fakeroot python do_rootfs () {
249 create_image(d) 249 create_image(d)
250} 250}
251do_rootfs[dirs] = "${TOPDIR}" 251do_rootfs[dirs] = "${TOPDIR}"
252do_rootfs[lockfiles] += "${IMAGE_ROOTFS}.lock"
253do_rootfs[cleandirs] += "${S}" 252do_rootfs[cleandirs] += "${S}"
254do_rootfs[umask] = "022" 253do_rootfs[umask] = "022"
255addtask rootfs before do_build 254addtask rootfs before do_build