gdbus-codegen command not found

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

gdbus-codegen command not found

4,965 次查看
venkatesh_dyaga
Contributor II

Hi,

I have built fsl-image-validation-imx imx-yocto-bsp image with frame buffer graphics distro for imx6slevk board.

I have modified local.conf at the end with:

IMAGE_INSTALL_append += " gcc g++ libgcc libgcc-dev libstdc++ libstdc++-dev libstdc++-staticdev automake autoconf ccache chkconfig glib-networking glibmm boost zlib packagegroup-fsl-tools-testapps cmake binutils bluez5 elfutils distcc packagegroup-core-buildessential python python3 python3-dbus python3-setuptools python-pygobject python3-pip python3-git opkg glib-2.0 util-linux pkgconfig dbus "

After booting the image I could not find gdbus-codegen command which I need.

Please let me know the issue.

Thanks

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

4,676 次查看
diegoadrian
NXP Employee
NXP Employee

Hello,

Unfortunately, is not supported by our BSP. You will need to add the needed support on your own. What I have found is that the recipe needs some python packages in order to work. I apologie for the inconvenience this could give you.

glib-2.0: Add python3 modules required by gdbus-codegen - Patchwork 

Best regards,

Diego.

0 项奖励
回复

4,675 次查看
venkatesh_dyaga
Contributor II

Hi Diego,

Thanks. What I did is I have added python3-xml python3 python3-distutils glib-2.0-codegen in local.conf and built. Now gdbus-codegen command is generated.

Thanks