mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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>
This commit is contained in:
@@ -249,7 +249,6 @@ fakeroot python do_rootfs () {
|
|||||||
create_image(d)
|
create_image(d)
|
||||||
}
|
}
|
||||||
do_rootfs[dirs] = "${TOPDIR}"
|
do_rootfs[dirs] = "${TOPDIR}"
|
||||||
do_rootfs[lockfiles] += "${IMAGE_ROOTFS}.lock"
|
|
||||||
do_rootfs[cleandirs] += "${S}"
|
do_rootfs[cleandirs] += "${S}"
|
||||||
do_rootfs[umask] = "022"
|
do_rootfs[umask] = "022"
|
||||||
addtask rootfs before do_build
|
addtask rootfs before do_build
|
||||||
|
|||||||
Reference in New Issue
Block a user