IMX8 yocto build fail

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

IMX8 yocto build fail

1,111 Views
gravity_one
Contributor III

board :imx8qxp mek

log:
grayli@LinuxServer:~/test_case/yocto/imx-yocto-bsp$
grayli@LinuxServer:~/test_case/yocto/imx-yocto-bsp$ repo sync
repo: warning: Python 2 is no longer supported; Please upgrade to Python 3.6+.
repo: warning: Python 2 is no longer supported; Please upgrade to Python 3.6+.
Fetching projects: 100% (12/12), done.
repo sync has finished successfully.
grayli@LinuxServer:~/test_case/yocto/imx-yocto-bsp$ DISTRO=fsl-imx-xwayland MACHINE=imx8qxpc0mek source imx-setup-release.sh -b build
-bash: /home/grayli/test_case/yocto/imx-yocto-bsp/sources/poky/oe-init-build-env: No such file or directory
grayli@LinuxServer:~/test_case/yocto/imx-yocto-bsp$

 

hello,

step:

mkdir imx-yocto-bsp
cd imx-yocto-bsp
repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-zeus -m imx-5.4.24-2.1.0.xml --repo-url=https://mirrors.tuna.tsinghua.edu.cn/git/git-repo
repo sync

why not have "poky/oe-init-build-env"  in source ?

 

tks,

grayli

 

0 Kudos
1 Reply

1,106 Views
joanxie
NXP TechSupport
NXP TechSupport

-bash: /home/grayli/test_case/yocto/imx-yocto-bsp/sources/poky/oe-init-build-env: No such file or directory” this is error message when you use the command "DISTRO=fsl-imx-xwayland MACHINE=imx8qxpc0mek source imx-setup-release.sh -b build"??

did you install all of package the ubuntu needs? what ubuntu version do you use? don't forget to build packages, can refer to the chapter 3 Host Setup and chapter 3.1 Host packages of yocto user guide

0 Kudos