From c24380fbf98da5ba106888e31f0e9d95b7fbe5e6 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sun, 28 Feb 2016 23:41:57 +0100 Subject: linux-yocto-tiny-kexecboot: fix build error (cpio not found) As seen in the autobuilder the script generating the initramfs fails because the .cpio is not found. Match changes in the oe-core classes and redefine the INITRAMFS_TASK. See commit 59a5f59 in oe-core "classes: Fix do_rootfs references" Signed-off-by: Andrea Adami Signed-off-by: Martin Jansa --- meta-initramfs/recipes-kernel/linux/linux-yocto-tiny-kexecboot_4.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-initramfs') 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 fed62a9260..66e0e53a1e 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 @@ -10,7 +10,7 @@ KERNEL_IMAGE_BASE_NAME = "${KERNEL_IMAGETYPE}-yocto-tiny-kexecboot-${PV}-${MACHI KERNEL_IMAGE_SYMLINK_NAME = "${KERNEL_IMAGETYPE}-yocto-tiny-kexecboot-${MACHINE}" INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image" -INITRAMFS_TASK = "${INITRAMFS_IMAGE}:do_rootfs" +INITRAMFS_TASK = "${INITRAMFS_IMAGE}:do_image_complete" # disable unneeded tasks do_shared_workdir[noexec] = "1" -- cgit 1.2.3-korg