To create embedded Linux image for imx8qxpmek evaluation board, I went to Yocto Training - Home as follows:
![]()
I started with Task #1 - Download the source code. I was expecting that Task #1 would contain command to Download poky source: $ git clone git://git.yoctoproject.org/poky --branch warrior
And then I thought Task #1 would provide following command to prepare the build:
$ source oe-init-build-en <build_directory>
But Task #1 is providing commands to download BSP source. For which board are we downloading the BSP source?
Why is Task #1 asking to Download source code from community and NXP Code Aurora? Shouldn't it be one or the other?
Do I need to Download poky source code using the git command above? Or I'll get every needed to build yocto using commands in Task #1 ?