I have a recipe (lets say my_package_1.0.bb) that builds libraries and populates sysroot with libraries and headers I need for development. I also see that .ipk for my package is created under build/tmp/deploy/ipk/.
My requirement is, I want to share the libraries, headers and a recipe that deploys these in my customer's sysroot directory (for their development), but not the sources for my package. What is the best way to handle this?
Is there a way that I share the .ipk and some recipe to install the .ipk?
P.S: customer intends to develop applications using the interfaces in my header and libraries. customer has not licensed the sources for my package.