ERROR: Nothing RPROVIDES 'packagegroup-swi-image-targetlibusb' (but /home/sloki/Documents/yocto/meta-swi/meta-swi-mdm9x28/recipes-core/images/mdm9x28-image-minimal.bb RDEPENDS on or otherwise requires it)

Hi,
Im using wp7608 module, for this im trying to build the image using using make image_bin,
This is building successfully.

I need to add libusb and mosquitto to my image so, when i edit local.conf file and adding this
command: IMAGE_INSTALL_append_pn-mdm9x28-image-minimal = “mosquitto mosquitto-clients libusb”
and when i build using make Image_bin command,Im getting this error

WARNING: No bb files matched BBFILE_PATTERN_swi-mdm9xxx-bin ‘^/home/sloki/Documents/yocto/meta-swi/…/meta-swi-extras/meta-swi-mdm9xxx-bin/’
WARNING: No bb files matched BBFILE_PATTERN_swi-mdm9xxx-bin ‘^/home/sloki/Documents/yocto/meta-swi/…/meta-swi-extras/meta-swi-mdm9xxx-bin/’
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES ‘packagegroup-swi-image-targetlibusb’ (but /home/sloki/Documents/yocto/meta-swi/meta-swi-mdm9x28/recipes-core/images/mdm9x28-image-minimal.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target ‘packagegroup-swi-image-targetlibusb’ is unbuildable, removing…
Missing or unbuildable dependency chain was: [‘packagegroup-swi-image-targetlibusb’]
ERROR: Required build target ‘mdm9x28-image-minimal’ has no buildable providers.
Missing or unbuildable dependency chain was: [‘mdm9x28-image-minimal’, ‘packagegroup-swi-image-targetlibusb’]

Summary: There were 24 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Makefile:255: recipe for target ‘image_bin’ failed
make: *** [image_bin] Error 1

has anybody faced this issue,?

Seems there is no libusb package

How about libusb1?

It is OK for me to use “libusb1” package in R16 yocto source.

IMAGE_INSTALL_append = " mosquitto mosquitto-clients libusb1"

Thanks for the quick response, its working now