I have included "libusb1" and "libusb-compat" in the image by doing IMAGE_INSTALL_append. After booting I see the libraries installed under "/lib".
The application has to include the libusb header file which I expect to be in the user space "/usr/include" and libraries in "/usr/lib" but they are not. Am I skipping any steps? Any alternate methods are appreciated.
Goal: To be able to use libusb API in the application and compile with the library
Yocto Image: core-image-base
Thanks
Bharat