diff --git a/recipes-kernel/linux/netmodule-fitimage.bb b/recipes-kernel/linux/netmodule-fitimage.bb index a5cd85c..b4ed3d0 100644 --- a/recipes-kernel/linux/netmodule-fitimage.bb +++ b/recipes-kernel/linux/netmodule-fitimage.bb @@ -9,7 +9,9 @@ inherit kernel-arch inherit deploy do_configure[depends] += "virtual/kernel:do_deploy" -do_bundle_initramfs[depends] += "${INITRAMFS_IMAGE}:do_image_complete" +do_bundle_initramfs[depends] += "${INITRAMFS_IMAGE}:do_image_complete" +do_deploy[depends] += "${PN}:do_assemble_fitimage" + KERNEL_IMAGETYPES = "fitImage" PACKAGE_ARCH = "${MACHINE_ARCH}"