netmodule-fitimage: do_assemble_fitimage is now run before the do_deploy

step.

BugzID: 74417

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
Lucien Mueller 2021-08-24 13:12:36 +02:00
parent a9ac74dac7
commit 26e480a6e0
1 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@ inherit deploy
do_configure[depends] += "virtual/kernel:do_deploy"
do_bundle_initramfs[depends] += "${INITRAMFS_IMAGE}:do_image_complete"
do_deploy[depends] += "${PN}:do_assemble_fitimage"
KERNEL_IMAGETYPES = "fitImage"
PACKAGE_ARCH = "${MACHINE_ARCH}"