Hi,
Could anyone do a favor to explain why lots of architectures are generated in "tmp/work/<architecture>" directory when I built the image? I mean what's the difference between these architectures and what's purpose of each architecture?
Ths BSP I am using is L4.9.88_2.0.0-ga, here is my build scenario,
$ DISTRO=fsl-imx-wayland MACHINE=imx8mqevk source fsl-setup-release.sh -b build-wayland
$ bitbake fsl-image-qt5-validation-imx
And, I saw these architectures in "tmp/work/" directory,
- aarch64-mx8mq-poky-linux
- aarch64-poky-linux
- all-poky-linux
- imx8mqevk-poky-linux
- x86_64-linux
Thanks.
Hi Chris,
Those are condition your build need, as example aarch64-mx8mp-poky-linux is the compiler that mx8mq will use.