fix the PROVIDES variable.

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
Lucien Mueller 2021-08-03 13:51:40 +02:00
parent 898c9d60a8
commit dd047c4fbd
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ 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