Using Eclipse and the Yocto Plugin I can create a ‘Hello World’ program that successfully runs on my target board. This is created using the the Yocto Project SDK Autotools Project template.
I now would like to create a static library project, not an executable.
What is the best way to accomplish this?