fix ostree build with netmodule-fitimage.

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
Lucien Mueller 2021-08-03 12:20:09 +02:00
parent 6204c7fbdc
commit 898c9d60a8
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ do_bundle_initramfs[depends] += "${INITRAMFS_IMAGE}:do_image_complete"
KERNEL_IMAGETYPES = "fitImage"
PACKAGE_ARCH = "${MACHINE_ARCH}"
PROVIDES = "virtual/netmodule-image"
PROVIDES ?= "virtual/netmodule-image"
PROVIDES_sota = ""
addtask assemble_fitimage_initramfs before do_install after do_compile
addtask do_deploy after assemble_fitimage_initramfs