|
Enable graphic in core-image-minimal for raspberrypi
#yocto
Hello, I cant find how to add maybe graphic conf for the yocto image I already have for the raspberrypi, Any help?
Hello, I cant find how to add maybe graphic conf for the yocto image I already have for the raspberrypi, Any help?
|
By
yasminebenghozzi6@...
· #54680
·
|
|
Inactive service of hello world
#yocto
Hi everyone, I wanted to run the helloworld service, but it keeps telling that its inactive , I really cant find why, I changed the service many times but no solution. I m sorry I ant copy paste from
Hi everyone, I wanted to run the helloworld service, but it keeps telling that its inactive , I really cant find why, I changed the service many times but no solution. I m sorry I ant copy paste from
|
By
yasminebenghozzi6@...
· #54670
·
|
|
Result of hello.service
#yocto
Hello, AFter creating hello.service, I want to know if this is correct because as saying Active:activated(auto-restart) (Result:exit-code) I really didn't understand iit that much, anyone can explain
Hello, AFter creating hello.service, I want to know if this is correct because as saying Active:activated(auto-restart) (Result:exit-code) I really didn't understand iit that much, anyone can explain
|
By
yasminebenghozzi6@...
· #54663
·
|
|
Create a service on the raspberry pi
#yocto
Hello , To create a service in the rpi , do I need to create a new recipe for it, or can I just create it on the rpi directly, m trying the next method now but as I searched I found that they created
Hello , To create a service in the rpi , do I need to create a new recipe for it, or can I just create it on the rpi directly, m trying the next method now but as I searched I found that they created
|
By
yasminebenghozzi6@...
· #54649
·
|
|
Pyinstaller error in yocto
#yocto
Hello, I successfully installed pyinstaller in my yocto image , but while executing the command it doesn't work
Hello, I successfully installed pyinstaller in my yocto image , but while executing the command it doesn't work
|
By
yasminebenghozzi6@...
· #54593
·
|
|
Run an executable script on the yocto image
Hello, Can anyone suggest how to make a python script executable on the yocto image? I 've been trying with the pyinstaller but didn't work, I made it executable on my laptop and transfer it to yocto
Hello, Can anyone suggest how to make a python script executable on the yocto image? I 've been trying with the pyinstaller but didn't work, I made it executable on my laptop and transfer it to yocto
|
By
yasminebenghozzi6@...
· #54571
·
|
|
Parserror while building the image
#yocto
I got this error while trying to build the image after checking out the timo/python3-pyinstaller. ERROR: ParseError at /home/yasmine/yocto/poky/meta-openembedded/meta-oe/conf/layer.conf:106: unparsed
I got this error while trying to build the image after checking out the timo/python3-pyinstaller. ERROR: ParseError at /home/yasmine/yocto/poky/meta-openembedded/meta-oe/conf/layer.conf:106: unparsed
|
By
yasminebenghozzi6@...
· #54568
·
|
|
Build a pyinstaller recipe
Hello, So have anyone been successful at making a pyinstaller recipe in yocto? Or add pyinstaller in the yocto image? Please I need help
Hello, So have anyone been successful at making a pyinstaller recipe in yocto? Or add pyinstaller in the yocto image? Please I need help
|
By
yasminebenghozzi6@...
· #54559
·
|
|
Yocto error while bitbaking a recipe
Hello, SO I'm working on a new recipe, while bitbaking it , this happened, and I really don't know what it's about, ERROR: Setscene task /home/yasmine/yocto/poky/meta/recipes-core/packagegroups/packag
Hello, SO I'm working on a new recipe, while bitbaking it , this happened, and I really don't know what it's about, ERROR: Setscene task /home/yasmine/yocto/poky/meta/recipes-core/packagegroups/packag
|
By
yasminebenghozzi6@...
· #54552
·
|
|
meta-gnome error
#yocto
Hello, please can anyone help with this error ? ERROR: ParseError at /home/yasmine/yocto/poky/meta-openembedded/meta-gnome/recipes-gnome/yelp/yelp_3.34.0.bb:7: Could not inherit file classes/itstool.b
Hello, please can anyone help with this error ? ERROR: ParseError at /home/yasmine/yocto/poky/meta-openembedded/meta-gnome/recipes-gnome/yelp/yelp_3.34.0.bb:7: Could not inherit file classes/itstool.b
|
By
yasminebenghozzi6@...
· #54538
·
|
|
remove meta-python2 from yocto
#yocto
Hello, I recently cloned into meta-python2 and I think it made an issue, so I want to remove it now, any help please?
Hello, I recently cloned into meta-python2 and I think it made an issue, so I want to remove it now, any help please?
|
By
yasminebenghozzi6@...
· #54532
·
|
|
Pyinstaller recipe in yocto
#yocto
Good morning, So please I need help, I 've been building the pyinstaller recipe but I got errors which I couldn't explain , because I have the recipe python3-wheel which got built perfectly. Can anyon
Good morning, So please I need help, I 've been building the pyinstaller recipe but I got errors which I couldn't explain , because I have the recipe python3-wheel which got built perfectly. Can anyon
|
By
yasminebenghozzi6@...
· #54531
·
|
|
Pyinstaller recipe
#yocto
Hello, So I've been trying to build a pyinstaller recipe, which is this one , but I got those errors.
Hello, So I've been trying to build a pyinstaller recipe, which is this one , but I got those errors.
|
By
yasminebenghozzi6@...
· #54520
·
|
|
Raspberrypi
#raspberrypi
Hello everyone, Why I can't execute an executable python script in the raspberry? what should I add to the yocto image?
Hello everyone, Why I can't execute an executable python script in the raspberry? what should I add to the yocto image?
|
By
yasminebenghozzi6@...
· #54477
·
|
|
raspberrypi GPIO
#raspberrypi
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? Any answer please on how to get them? thank you
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? Any answer please on how to get them? thank you
|
By
yasminebenghozzi6@...
· #54474
·
|
|
execute a python code in raspberrypi
#python
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
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
|
By
yasminebenghozzi6@...
· #54388
·
|
|
Hello world recipe
Hello everyone, SO i ve been following this tutorial to be able to execute hello world on the raspberry pi, but i tried so much and still not working, please any help? e I followed the tutorial from t
Hello everyone, SO i ve been following this tutorial to be able to execute hello world on the raspberry pi, but i tried so much and still not working, please any help? e I followed the tutorial from t
|
By
yasminebenghozzi6@...
· #54344
·
|
|
cross compile python
#raspberrypi
Hello everyone, So m working on the yocto project, my image is ready, but i need to cross compile my python script from my pc to the image. Is that possible? because i ve been told that python doesn '
Hello everyone, So m working on the yocto project, my image is ready, but i need to cross compile my python script from my pc to the image. Is that possible? because i ve been told that python doesn '
|
By
yasminebenghozzi6@...
· #54303
·
|