Bitbake: Install xrandr rdepends upon non-existent task do_package_write_deb

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Bitbake: Install xrandr rdepends upon non-existent task do_package_write_deb

399 次查看
AlanWen
Contributor III

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.

 

标签 (1)
标记 (4)
0 项奖励
回复
2 回复数

372 次查看
AlanWen
Contributor III

Is there any update about this issue ?

0 项奖励
回复

339 次查看
joanxie
NXP TechSupport
NXP TechSupport

don't add native, try to use IMAGE_INSTALL:append = " libxrandr"

0 项奖励
回复