mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +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:
committed by
Martin Jansa
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}"
|
KERNEL_IMAGE_SYMLINK_NAME = "${KERNEL_IMAGETYPE}-yocto-tiny-kexecboot-${MACHINE}"
|
||||||
|
|
||||||
INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image"
|
INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image"
|
||||||
INITRAMFS_TASK = "${INITRAMFS_IMAGE}:do_rootfs"
|
INITRAMFS_TASK = "${INITRAMFS_IMAGE}:do_image_complete"
|
||||||
|
|
||||||
# disable unneeded tasks
|
# disable unneeded tasks
|
||||||
do_shared_workdir[noexec] = "1"
|
do_shared_workdir[noexec] = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user