mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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:
parent
dca85f2fc6
commit
c24380fbf9
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user