[oe-commits] [meta-openembedded] 04/11: linux-yocto-tiny-kexecboot: fix build error (cpio not found)

git at git.openembedded.org git at git.openembedded.org
Fri Mar 4 08:04:42 UTC 2016


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

commit c24380fbf98da5ba106888e31f0e9d95b7fbe5e6
Author: Andrea Adami <andrea.adami at gmail.com>
AuthorDate: Sun Feb 28 23:41:57 2016 +0100

    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 <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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 fed62a9..66e0e53 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"

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


More information about the Openembedded-commits mailing list