Re: How to add Python3 json module in Yocto
Robert P. J. Day
On Wed, 25 Nov 2020, vijayrakeshmunganda@... wrote:
to specifically say you want a package added to your image with,
perhaps, adding the line:
IMAGE_INSTALL_append = " <package> <package> ..."
to your local.conf file.
rday
Hi, can anyone please guide me on adding json module to my pythonsimply adding a recipe to your layer is not sufficient ... you need
library in yocto. I had download .bb file from OE Layer and placed
it under recipe-devtool/python folder, but it is not including to
the build. Also guide me how to select a suitable .bb file as there
are many recipes available on json.
to specifically say you want a package added to your image with,
perhaps, adding the line:
IMAGE_INSTALL_append = " <package> <package> ..."
to your local.conf file.
rday