fix ostree build with netmodule-fitimage.
Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
parent
6204c7fbdc
commit
898c9d60a8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue