gdbus-codegen command not found

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

gdbus-codegen command not found

2,348 Views
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

Labels (1)
0 Kudos
2 Replies

2,059 Views
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 Kudos

2,058 Views
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