diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-06 18:04:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-07 13:42:12 +0000 |
commit | 2c5e7e04f1983d640d74c03fa065bd4264d960cf (patch) | |
tree | b28d27c2f60bf74037a84e3a9a63294a810ee6a0 /meta/classes/image.bbclass | |
parent | a500e3a45afe79396c1a1b4a67c574c5f8f4069d (diff) | |
download | poky-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.bbclass | 1 |
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 | } |
251 | do_rootfs[dirs] = "${TOPDIR}" | 251 | do_rootfs[dirs] = "${TOPDIR}" |
252 | do_rootfs[lockfiles] += "${IMAGE_ROOTFS}.lock" | ||
253 | do_rootfs[cleandirs] += "${S}" | 252 | do_rootfs[cleandirs] += "${S}" |
254 | do_rootfs[umask] = "022" | 253 | do_rootfs[umask] = "022" |
255 | addtask rootfs before do_build | 254 | addtask rootfs before do_build |