...
eg: Image bb file for iperf application
meta-dac-sdk-broadband/recipes-example/images/dac-image-iperf3.bb .
4)Create bbclass file for the application to inherit all the changes to application wrt to oci image supported packages.
eg: bbclass file for iperf application.
meta-dac-sdk-broadband/classes/dac-image-iperf3.bbclass
5)After completing all the above mentioned steps you can follow osi image build instructions which are mentioned above with specified application name to bitbake command.
eg: bitbake command for iperf oci image generation.
bitbake dac-image-iperf3.
...