From i.MX Linux® User's Guide I learned that to generate a cross compile SDK, I need to do
- DISTRO=fsl-imx-wayland MACHINE=imx8mp-lpddr4-evk source imx-setup-release.sh -b ./build
- bitbake imx-image-multimedia
- bitbake imx-image-multimedia -c populate_sdk
My question is, what does the commands
- bitbake meta-toolchain
- bitbake meta-ide-support
do. Do I need to run this command before the populate_sdk command, for the SDK to be generated correctly?