On Fri, 2021-08-13 at 02:40 -0700, yasminebenghoz...@gmail.com wrote:
> Hello beautiful people, 
> 
> I successfully executed helloworld.py on the raspberrypi by making a
> layer. BUt now i need to add a whole python code with classes etc,
> which exists in different files like the picture, I wanna know please
> how to add them to be able to run the code on the raspberrypi. THey re
> all related together and i need to run the main-SF.py so the code will
> be executed.
> 

I recommend putting your whole python project into a repository (e.g.
with git) and then create a recipe that fetches the git repository and
installs the files to a sensible location.

You should be able to follow the documentation on writing a new recipe
to some degree:

https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#new-recipe-writing-a-new-recipe

To run your script on boot, I would create an init script / systemd
service, depending on what init system your image is using. See here
for more information:

https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#new-recipe-enabling-system-services

> THank you .


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#54430): https://lists.yoctoproject.org/g/yocto/message/54430
Mute This Topic: https://lists.yoctoproject.org/mt/84859973/21656
Mute #python:https://lists.yoctoproject.org/g/yocto/mutehashtag/python
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to