Could not find the Qt platform plugin "xcb" in imx8m-mini

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

Could not find the Qt platform plugin "xcb" in imx8m-mini

722 Views
vivek338
Contributor IV

Iam building yocto based linux on below configuration, i try to run cinematicexperience app in qt5 but it shows error "Could not find the Qt platform plugin "xcb" in" .  

 

Please help!!

 

Build Configuration:
BB_VERSION = "2.0.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "aarch64-poky-linux"
MACHINE = "imx8mmevk"
DISTRO = "fsl-imx-wayland"
DISTRO_VERSION = "5.15-kirkstone"
TUNE_FEATURES = "aarch64 armv8a crc crypto"
TARGET_FPU = ""
meta
meta-poky = "HEAD:602922d492351ee747d2ff00f8ed5aab284a706b"
meta-oe
meta-multimedia
meta-python = "HEAD:8f2dc1023482863e2630d1b94052c41ce748b38f"
meta-freescale = "HEAD:06e1cf4099caa53da33c10e1884064f73dc184dd"
meta-freescale-3rdparty = "HEAD:6d8213fc5ec192c33f963b8095d1f01af1574eea"
meta-freescale-distro = "HEAD:fc15f5003043da23212596be7366ae2547c308ad"
meta-bsp
meta-sdk
meta-ml
meta-v2x = "HEAD:a0303c88a5abf96cbe3e4dccd339a323aad726fa"
meta-chromium = "HEAD:e232c2e21b96dc092d9af8bea4b3a528e7a46dd6"
meta-clang = "HEAD:d669d873edf68dc7440bb07096737203bb7ec505"
meta-gnome
meta-networking
meta-filesystems = "HEAD:8f2dc1023482863e2630d1b94052c41ce748b38f"
meta-virtualization = "HEAD:cca772a457a75b2661371932ff79c392da3118db"
meta-qt5 = "master:c22b8fac9ca18687c3a163807dd74853101945a8"

 

 

local.conf ->

 

 

 

MACHINE ??= 'imx8mmevk'
DISTRO ?= 'fsl-imx-wayland'
PACKAGE_CLASSES ?= 'package_rpm'
EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
USER_CLASSES ?= "buildstats"
PATCHRESOLVE = "noop"
BB_DISKMON_DIRS ??= "\
STOPTASKS,${TMPDIR},1G,100K \
STOPTASKS,${DL_DIR},1G,100K \
STOPTASKS,${SSTATE_DIR},1G,100K \
STOPTASKS,/tmp,100M,100K \
HALT,${TMPDIR},100M,1K \
HALT,${DL_DIR},100M,1K \
HALT,${SSTATE_DIR},100M,1K \
HALT,/tmp,10M,1K"
PACKAGECONFIG:append:pn-qemu-system-native = " sdl"
CONF_VERSION = "2"

DL_DIR ?= "${BSPDIR}/downloads/"
ACCEPT_FSL_EULA = "1"

# Switch to Debian packaging and include package-management in the image
PACKAGE_CLASSES = "package_deb"
EXTRA_IMAGE_FEATURES += "package-management"
IMAGE_INSTALL += "cinematicexperience"
#PACKAGECONFIG_append_pn-qtbase = " linuxfb "
PACKAGECONFIG_APPEND_PN-QTBASE = " linuxfb "
EXTRA_IMAGE_FEATURES = " debug-tweaks tools-debug eclipse-debug"
IMAGE_INSTALL_APPEND = " tcf-agent openssh-sftp-server qtbase-examples libusb-compat"

DISTRO_FEATURES_REMOVE = " x11 "
IMAGE_INSTALL_APPEND = " qtbase qtbase-fonts qtbase-plugins qtwayland cinematicexperience"

 

 

Labels (1)
0 Kudos
Reply
2 Replies

710 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

the new bsp comes with Qt6 xcb is not needed.

Regards

0 Kudos
Reply

701 Views
vivek338
Contributor IV

Thanks for rply!

but how to run cinematicexperienxe on qt6, which is I think not available in qt6, so please suggest an gui based example application or test application so that I can run on my imx8mmini board to test qt6.

 

Tags (1)
0 Kudos
Reply