aboutsummaryrefslogtreecommitdiffstats
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
parenta500e3a45afe79396c1a1b4a67c574c5f8f4069d (diff)
downloadopenembedded-core-contrib-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>
-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 () {
create_image(d)
}
do_rootfs[dirs] = "${TOPDIR}"
-do_rootfs[lockfiles] += "${IMAGE_ROOTFS}.lock"
do_rootfs[cleandirs] += "${S}"
do_rootfs[umask] = "022"
addtask rootfs before do_build