imx-yocto-L5.4.24_2.1.0 Yocto build configurations fail

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx-yocto-L5.4.24_2.1.0 Yocto build configurations fail

Jump to solution
1,350 Views
hongjinzeng
Contributor IV

According to the i.MX_Yocto_Project_User's_Guide.pdf,I decide to build the bsp.In the 5.1 Build configurations ,I get a problem.

zeng@zeng-VirtualBox:~/imx-yocto-bsp$ DISTRO=fsl-imx-wayland MACHINE=imx8dxmek source imx-setup-release.sh -b build
bash: imx-setup-release.sh: No such file or directory

my linux is ubuntu 18.04.5 LTS.In the 3.1Host packages,I success install all the packages.The 3.2 also success.

How can I solve the problem?

 

0 Kudos
1 Solution
1,340 Views
hongjinzeng
Contributor IV

I should copy the imx-setup-release.sh and set_environment to imx-yocto-bsp folder

View solution in original post

0 Kudos
2 Replies
1,341 Views
hongjinzeng
Contributor IV

I should copy the imx-setup-release.sh and set_environment to imx-yocto-bsp folder

0 Kudos
616 Views
tinganho
Contributor I

I did also face this issue in WSL in Windows. There seems to be something wrong with the symbolic link. I ended up running the full path instead:

DISTRO=fsl-imx-xwayland MACHINE=imx6ulevk source sources/meta-imx/tools/imx-setup-release.sh -b build

 

0 Kudos