I'm using the yocto bsp to build the imx project with imx-6.6.3-1.0.0 kernel version.
I add the following requirement into conf/local.conf to add xrandr recipes
IMAGE_INSTALL:append = " libxrandr-native"
But it can't compile the imx-image-full as the errror message shown below
ERROR: Task do_populate_sdk in sources/meta-imx/meta-imx-sdk/dynamic-layers/qt6-layer/recipes-fsl/images/imx-image-full.bb rdepends upon non-existent task do_package_write_deb in virtual:native:sources/poky/meta/recipes-graphics/xorg-lib/libxrandr_1.5.3.bb
When I listed the available package using
bitbake -s | grep xrandr
and it returned
libxrandr-native 1:1.5.3-r0
nativesdk-libxrandr 1:1.5.3-r0
nativesdk-xrandr 1:1.5.2-r0
xrandr-native 1:1.5.2-r0
Please help me figure this out and install the xrandr successfully. Thanks in advance.
Is there any update about this issue ?
don't add native, try to use IMAGE_INSTALL:append = " libxrandr"