Yocto allows for other applications/libraries to be built for WP target. Great example would be lsusb and libusb (the former being dependent on the later). The Yocto Distro released in Firmware 15.1 will build these both with the recipe usbutils. If i modify the mdm9x28-image-minimal recipe to include usbutils it will be added to the yocto*.cwe, but this requires i push the entire kernel and rootfs to just add this utility. I want to know:
- Can I use the
.ipkgfile generated bybitbake(IE:bitbake usbutilscreatesusbutil*.ipkg) to just install this package? Can i justscpthe file and run a command? - If there a way that legato handles these existing packages? Can i say my custom application is dependent on a library, say
libusb, is installed like a typical package manager?