Hi @nxp Team,
A few days ago, I completed a Yocto build with the following configuration:
Build Configuration:
BB_VERSION = "2.8.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "aarch64-poky-linux"
MACHINE = "imx8qxpc0mek"
DISTRO = "fsl-imx-xwayland"
DISTRO_VERSION = "6.6-scarlettsnap"
TUNE_FEATURES = "aarch64 armv8a crc crypto"
I used the following command to build the image:
bitbake imx-image-full
I would like your support in achieving the following tasks in my Yocto image:
1. How to enable the LVDS-HDMI drivers.
2. How to add Qt6 tools.
3. How to include FFmpeg.
Could you kindly guide me on how to achieve these?
Thanks and regards,
Subbu