On Wed, Aug 18, 2021 at 5:51 AM <[email protected]> wrote: > > Hello everyone, > > Why I can't execute an executable python script in the raspberry? what should > I add to the yocto image?
you will need python3 in image IMAGE_INSTALL+= "python3" might be minimally needed. > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#54491): https://lists.yoctoproject.org/g/yocto/message/54491 Mute This Topic: https://lists.yoctoproject.org/mt/84971161/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]] -=-=-=-=-=-=-=-=-=-=-=-
