aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2016-04-05 21:36:55 +0200
committerAndrea Adami <andrea.adami@gmail.com>2016-04-24 00:52:40 +0200
commitcd8e35875cc47a01607c520c8e93847e5b30629f (patch)
treea238058f10756a3b89e985543e7be341fe18d048 /recipes-kernel
parent6a663820e15a30c21f76dd541ae3e01fbd0295c5 (diff)
downloadmeta-handheld-cd8e35875cc47a01607c520c8e93847e5b30629f.tar.gz
linux-gcw0-kexecboot: skip do_shared_workdir
As done in meta-initramfs for the main -kexecboot recipe do not pollute with our stuff, maybe different kernel version... Issue found building for other machines. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-gcw0-kexecboot_4.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-gcw0-kexecboot_4.0.bb b/recipes-kernel/linux/linux-gcw0-kexecboot_4.0.bb
index 0582398..06d515d 100644
--- a/recipes-kernel/linux/linux-gcw0-kexecboot_4.0.bb
+++ b/recipes-kernel/linux/linux-gcw0-kexecboot_4.0.bb
@@ -14,6 +14,7 @@ INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image"
INITRAMFS_TASK = "${INITRAMFS_IMAGE}:do_image_complete"
# disable unneeded tasks
+do_shared_workdir[noexec] = "1"
do_install[noexec] = "1"
do_package[noexec] = "1"
do_package_qa[noexec] = "1"