MCIMX8M-EVKB yocto build

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MCIMX8M-EVKB yocto build

1,650件の閲覧回数
sam7
Contributor I

Hello,

I havd an MCIMX8M-EVKB and I try to compile the kernel and qt5 toolchain following : https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf

I tried to follow the most standard configuration,
Freezes during build. There are no errors.

1. Full build

repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-zeus -m imx-5.4.70-2.3.0.xml

DISTRO=fsl-imx-xwayland MACHINE=imx8mqevk source imx-setup-release.sh -b build-xwayland

bitbake imx-image-full

sam7_1-1613703633610.png

 


2. QT Toolchain

repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-zeus -m imx-5.4.70-2.3.0.xml

$ DISTRO=fsl-imx-xwayland MACHINE=imx8mqevk source imx-setup-release.sh -b build-meta-toolchain_qt5
$ bitbake meta-toolchain-qt5

sam7_2-1613703678625.png

 

Have you ever seen a situation like this?
Even if I search, I can't find the reason.
What is the problem?


Thank you

 

0 件の賞賛
返信
3 返答(返信)

1,645件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi

 

Can you try to delete the folder and repo again(Make sure you have installed all host pakages)?

 

BR

Zhiming

0 件の賞賛
返信

1,640件の閲覧回数
sam7
Contributor I

Hi Zhiming,

Thank you for the reply!

I have already tested it the same way in different environments.

Ubuntu 18.04, Ubuntu 16.04, Docker Ubuntu 16.04.. But... All test results are the same..

But I will refer to your comment and try again.

I will reply soon!

Regards,

Sam

0 件の賞賛
返信

1,635件の閲覧回数
Zhiming_Liu
NXP TechSupport
NXP TechSupport

I have tested and there is no problem in building:

Your build environment has been configured with:

MACHINE=imx8mqevk
SDKMACHINE=i686
DISTRO=fsl-imx-xwayland
EULA=
BSPDIR=
BUILD_DIR=.
meta-freescale directory found
nxf65025:~/imx-yocto-bsp/build-xwayland$ bitbake imx-image-full
NOTE: Your conf/bblayers.conf has been automatically updated.
Parsing recipes: 100% |#############################################################################################################################################################| Time: 0:01:43
Parsing of 3218 .bb files complete (0 cached, 3218 parsed). 4641 targets, 241 skipped, 1 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION = "1.44.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-18.04"
TARGET_SYS = "aarch64-poky-linux"
MACHINE = "imx8mqevk"
DISTRO = "fsl-imx-xwayland"
DISTRO_VERSION = "5.4-zeus"
TUNE_FEATURES = "aarch64 cortexa53 crc crypto"
TARGET_FPU = ""
meta
meta-poky = "HEAD:d88d62c20d7d8da85f02edb170dae0280624ad7e"
meta-oe
meta-multimedia
meta-python = "HEAD:2b5dd1eb81cd08bc065bc76125f2856e9383e98b"
meta-freescale = "HEAD:14f1a630a47375432f93c556927b879b51d84c4e"
meta-freescale-3rdparty = "HEAD:dbcc686f52c3c84db8cb86aa8973a4e373651b98"
meta-freescale-distro = "HEAD:ca27d12e4964d1336e662bcc60184bbff526c857"
meta-bsp
meta-sdk
meta-ml = "HEAD:63665ab70ca609451533101cded2a620b340768c"
meta-nxp-demo-experience = "HEAD:c7263d9f3cc7bbf44e7164ffeda494cf283d3dec"
meta-browser = "HEAD:ee3be3b5986a4aa0e73df2204a625ae1fe5df37e"
meta-rust = "HEAD:53bfa324891966a2daf5d36dc13d4a43725aebed"
meta-clang = "HEAD:711e593d5984aad3bf35c51b7ac4482982bc16c7"
meta-gnome
meta-networking
meta-filesystems = "HEAD:2b5dd1eb81cd08bc065bc76125f2856e9383e98b"
meta-qt5 = "HEAD:21ce4c124d9a972d9122f87c64ac2773bf04c284"
meta-python2 = "HEAD:4400f9155ec193d028208cf0c66aeed2ba2b00ab"

0 件の賞賛
返信