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
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.