On Wed, 25 Nov 2020, [email protected] wrote:

> Hi, can anyone please guide me on adding json module to my python
> 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.

  simply adding a recipe to your layer is not sufficient ... you need
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
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#51555): https://lists.yoctoproject.org/g/yocto/message/51555
Mute This Topic: https://lists.yoctoproject.org/mt/78497680/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to