Hi Yuri,
Many thanks for your answer..
I added libusb-0.1-4 on the conf/local.conf and run "bitbate fsl-image-qt5". but, it says "ERROR: Nothing RPROVIDES 'libusb-0.1-4' " like below
<'libusb-0.1-4'>
ERROR: Nothing RPROVIDES 'libusb-0.1-4' (but /home/hj/var-dart-6ul-yocto-fido-52/sources/meta-fsl-bsp-release/imx/meta-sdk/recipes-fsl/images/fsl-image-qt5.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'libusb-0.1-4' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['libusb-0.1-4']
ERROR: Required build target 'fsl-image-qt5' has no buildable providers.
Missing or unbuildable dependency chain was: ['fsl-image-qt5', 'libusb-0.1-4']
and, I added libusb on the conf/local.conf and run "bitbate fsl-image-qt5". but, it says "ERROR: Nothing RPROVIDES 'libusb' " like below
<'libusb'>
ERROR: Nothing RPROVIDES 'libusb' (but /home/hj/var-dart-6ul-yocto-fido-52/sources/meta-fsl-bsp-release/imx/meta-sdk/recipes-fsl/images/fsl-image-qt5.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'libusb' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['libusb']
ERROR: Required build target 'fsl-image-qt5' has no buildable providers.
Missing or unbuildable dependency chain was: ['fsl-image-qt5', 'libusb']
form this words
"Missing or unbuildable dependency chain was"
I need to put buildable chain but I don't know what's the right name of libusb-0.1-4 for Yocto
How can I know the buildable chains of libs for Yocto?