Install jq on apalis imx6Q

Hi
need help to understand how to install jq on my apalis i.mx6Q board.

Thanks and Regards
Sijeo Philip

Assuming you are referring to jq, it is available in OpenEmbedded with this recipe. To add it to the image, have jq in the local.conf as follows

IMAGE_INSTALL_append = " jq"

and then build the image. OE build image will now have jq deployed. Relevant ipk will be available in deploy/ipk if you would like to install with opkg.