Yocto qemu-native failure

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

Yocto qemu-native failure

3,339 Views
arian_suarez
Contributor I

Hello,

So I'm trying to build my first yocto image for the imx6sx. I followed the steps in the i.MX Yocto Project User Guide but I've hit an error building qemu-native. I've attached the error log.

Does anyone know how to correct the error. I also don't need qemu at the moment so if anyone knows of how to avoid building it that would be good too.

I already tried to comment out the following in my local.conf.

#PACKAGECONFIG_append_pn-qemu-native = " sdl"
#PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"

Build Configuration:
BB_VERSION = "1.42.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-19.10"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "imx6sxsabresd"
DISTRO = "fsl-imx-x11"
DISTRO_VERSION = "4.19-warrior"
TUNE_FEATURES = "arm vfp cortexa9 neon callconvention-hard"
TARGET_FPU = "hard"
meta
meta-poky = "HEAD:6d2e12e79211b31cdf5ea824fb9a8be54ba9a9eb"
meta-oe
meta-multimedia = "HEAD:3bdbf72e3a4bf18a4a2c7afbde4f7ab773aeded9"
meta-freescale = "HEAD:2142f7ded1b3115ccc21f7575fd83e2376247193"
meta-freescale-3rdparty = "HEAD:da422478d38e744283bcf61123c4a526396c7030"
meta-freescale-distro = "HEAD:d4e77ea682fa10d0d54a723b3d3099c44fc5e95c"
meta-bsp
meta-sdk
meta-ml = "HEAD:bb05c60e6398b374ac49554c642a3bef36452f73"
meta-browser = "HEAD:5f365ef0f842ba4651efe88787cf9c63bc8b6cb3"
meta-rust = "HEAD:11aed43748d7dd194dc6c06a35a16104400d1090"
meta-gnome
meta-networking
meta-python
meta-filesystems = "HEAD:3bdbf72e3a4bf18a4a2c7afbde4f7ab773aeded9"
meta-qt5 = "HEAD:dc2dedef9961950b88f4245ba7499538ec4244ab"

Labels (3)
Tags (1)
0 Kudos
2 Replies

2,599 Views
aman2709
Contributor I

Hi Arian
I am facing the same issue. How did you manage to skip "qemu" from building it?

0 Kudos

2,978 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello Arian,

Unfortunately qemu is not supported for i.MX platforms. There is support for imx6: fsl-imx6.c and imx7: fsl-imx7.c. But note that not all peripherals are supported.

Regards

0 Kudos