aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2017-02-09 00:40:26 +0100
committerAndrea Adami <andrea.adami@gmail.com>2017-02-09 00:50:49 +0100
commitd4bcbd1110f1af3804bea70100c213fd47190eb7 (patch)
treecab3ed3ed79bf056570e8906b29b02852791aa8b /recipes-kernel
parent9cf53318ea2fb3d27342f02d6eeb10c304135fbb (diff)
downloadmeta-handheld-d4bcbd1110f1af3804bea70100c213fd47190eb7.tar.gz
linux(-gcw0)-kexecboot: fix rebuild from sstate
As seen rebuilding zaurus-installer from sstate there are issues: WARNING: zaurus-installer-1.0-r7 do_install: Manifest ... sstatee-control/manifest-allarch-linux-kexecboot.populate_sysroot not found? With Recipe Specific Sysroot we can safely re-enable the disabled tasks: just a little more time spent for populating sysroot. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-gcw0-kexecboot_4.7.bb2
-rw-r--r--recipes-kernel/linux/linux-kexecboot_4.4.bb2
2 files changed, 0 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-gcw0-kexecboot_4.7.bb b/recipes-kernel/linux/linux-gcw0-kexecboot_4.7.bb
index a6519f0..64480eb 100644
--- a/recipes-kernel/linux/linux-gcw0-kexecboot_4.7.bb
+++ b/recipes-kernel/linux/linux-gcw0-kexecboot_4.7.bb
@@ -17,6 +17,4 @@ 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_populate_sysroot[noexec] = "1"
diff --git a/recipes-kernel/linux/linux-kexecboot_4.4.bb b/recipes-kernel/linux/linux-kexecboot_4.4.bb
index 4e8c8ce..cb3f544 100644
--- a/recipes-kernel/linux/linux-kexecboot_4.4.bb
+++ b/recipes-kernel/linux/linux-kexecboot_4.4.bb
@@ -31,6 +31,4 @@ 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_populate_sysroot[noexec] = "1"