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@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Andrea Adami 2016-02-28 23:41:57 +01:00 committed by Martin Jansa
parent dca85f2fc6
commit c24380fbf9

View File

@ -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"