[oe-commits] [meta-openembedded] 43/141: linux-yocto-tiny-kexecboot: disable do_shared_workdir task

git at git.openembedded.org git at git.openembedded.org
Wed Feb 24 13:08:37 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit f0ea85933807c2b2d90edda40e42a4f2a0b75b34
Author: Andrea Adami <andrea.adami at gmail.com>
AuthorDate: Sun Feb 14 12:29:48 2016 +0100

    linux-yocto-tiny-kexecboot: disable do_shared_workdir task
    
    Simultaneous builds of mismatched kernel versions fail because of contamination.
    
    Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_4.4.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_4.4.bb b/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_4.4.bb
index f6d2fa0..2904ab6 100644
--- a/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_4.4.bb
+++ b/meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_4.4.bb
@@ -11,6 +11,7 @@ INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image"
 INITRAMFS_TASK = "${INITRAMFS_IMAGE}:do_rootfs"
 
 # disable unneeded tasks
+do_shared_workdir[noexec] = "1"
 do_install[noexec] = "1"
 do_package[noexec] = "1"
 do_package_qa[noexec] = "1"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list