Building the SDK installerΒΆ
Building the SDK installer is not very different from the instructions on building pelux sources to create the corresponding target image. All you have to do is pass an additional option to bitbake:
bitbake -c populate_sdk <image>
This command will create a tool-chain installer that contains the sysroot that
matches your target root file system. The installer will be created in
tmp/deploy/sdk
directory. Please refer to Installing the SDK for setup
and usage of the generated SDK installer.