On Wed, 2021-08-18 at 03:59 -0700, [email protected] wrote: > Hello, > > I have a problem importing python RPi.GPIO in yocto, not found, while > they should be there only by cloning the meta-raspberry right?
There is a recipe for RPi.GPIO available in meta-raspberrypi [1]. I doubt that it's installed in any of the default images. You should add it to your image by appending to the IMAGE_INSTALL variable. See the Customizing Images section in the manual [2] for more information. [1]: https://layers.openembedded.org/layerindex/recipe/5769/ [2]: https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#usingpoky-extend-customimage > Any answer please on how to get them? > thank you
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#54475): https://lists.yoctoproject.org/g/yocto/message/54475 Mute This Topic: https://lists.yoctoproject.org/mt/84969544/21656 Mute #raspberrypi:https://lists.yoctoproject.org/g/yocto/mutehashtag/raspberrypi Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
