In Yocto Project Application Development and the Extensible Software Development Kit(eSDK) Manual, Appendix A.2. 6. Building an SDK Installer says the following: "To build the SDK installer for a standard SDK and populate the SDK image" what do they mean by "populate the SDK image" ? After running 'bitbake image -c populate_sdk' command, sdk folder was created in my build/tmp/deploy/sdk. In this folder there is .sh script. This script is SDK installer but what do they mean by 'and populate the SDK image'? What SDK image?
In Yocto Project Application Development and the Extensible Software Development Kit(eSDK) Manual, Appendix A.2. 6. Building an SDK Installer says the following: "To build the SDK installer for a standard SDK and populate the SDK image" what do they mean by "populate the SDK image" ? After running 'bitbake image -c populate_sdk' command, sdk folder was created in my build/tmp/deploy/sdk. In this folder there is .sh script. This script is SDK installer but what do they mean by 'and populate the SDK image'? What SDK image?
sdk installer - The container ( .sh file) SDK image - Content inside the installer ( SDK files which you see upon SDK installation)