From d4bcbd1110f1af3804bea70100c213fd47190eb7 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Thu, 9 Feb 2017 00:40:26 +0100 Subject: 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 --- recipes-kernel/linux/linux-gcw0-kexecboot_4.7.bb | 2 -- recipes-kernel/linux/linux-kexecboot_4.4.bb | 2 -- 2 files changed, 4 deletions(-) (limited to 'recipes-kernel') 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" -- cgit 1.2.3-korg