This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Wonder if (+) Nick Saulnier's Profile - Nick Saulnier - TI E2E support forums or (+) Andreas Dannenberg's Profile - Andreas Dannenberg - TI E2E support forums can respond or send to a TI expert
Bin Liu replied to me:
"The libusbgx is a user space library, not in kernel. How to include libusbgx in root filesystem depends on how the customer create the rootfs. The Processor SDK uses Yocto to build rootfs, so it is about to enable the libusbgx recipe"
How does one include a package like libusbgx in Linux user space via Yocto?
Hi Jim,
How does one include a package like libusbgx in Linux user space via Yocto?
You would need to include it as a dependency to the package (or package group) that needs it, specifically via RDEPENDS, see https://docs.yoctoproject.org/ref-manual/variables.html#term-RDEPENDS
Regards, Andreas