|
How to remove -rpath and -rpath-link from BUILD_LDFLAGS env variable to solve following error: QA Issue: package python3-scipy contains bad RPATH?
#python
#bitbake
Hey there. I am building a Boot2Qt image for my Jetson Nano. Yocto release is dunfell. Currently I am trying to build the scipy library release 1.5.3. This is the recipe I am using: inherit pypi setup
Hey there. I am building a Boot2Qt image for my Jetson Nano. Yocto release is dunfell. Currently I am trying to build the scipy library release 1.5.3. This is the recipe I am using: inherit pypi setup
|
By
surfinride
· #54597
·
|
|
execute a python code in raspberrypi
#python
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 ab
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 ab
|
By
Nicolas Jeker
· #54430
·
|
|
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
·
|
|
python3-dlib linking issue
#yocto
#zeus
#python
Hi All, I'm trying to bitbake a recipe for python3-dlib (the python API). Here is the recipe: SUMMARY = "A toolkit for making real world machine learning and data analysis applications" HOMEPAGE = "ht
Hi All, I'm trying to bitbake a recipe for python3-dlib (the python API). Here is the recipe: SUMMARY = "A toolkit for making real world machine learning and data analysis applications" HOMEPAGE = "ht
|
By
...
· #53547
·
|
|
[zeus] python3-dlib
#yocto
#zeus
#python
Thanks for the suggestion, but they are using the C++ API as well. I already created a recipe for the C++ API of dlib and it is working, the only thing needed is compitling the Python API.
Thanks for the suggestion, but they are using the C++ API as well. I already created a recipe for the C++ API of dlib and it is working, the only thing needed is compitling the Python API.
|
By
...
· #53465
·
|
|
[zeus] python3-dlib
#yocto
#zeus
#python
did you look into http://layers.openembedded.org/layerindex/recipe/135534/
did you look into http://layers.openembedded.org/layerindex/recipe/135534/
|
By
Khem Raj
· #53464
·
|
|
[zeus] python3-dlib
#yocto
#zeus
#python
Hi All, Did anyone manage to create a recipe for python dlib from the official site https://github.com/davisking/dlib ? They provide C++ and Python API, (CMakeLists + setup.py). All recipes found for
Hi All, Did anyone manage to create a recipe for python dlib from the official site https://github.com/davisking/dlib ? They provide C++ and Python API, (CMakeLists + setup.py). All recipes found for
|
By
...
· #53463
·
|
|
[zeus] python3-numpy: No module named 'numpy.core._multiarray_umath'
#yocto
#zeus
#python
According to [1] yes - you might want to consider back porting one of the more recent versions of numpy from [2], as you are using a pretty outdated one [1] https://stackoverflow.com/questions/5466584
According to [1] yes - you might want to consider back porting one of the more recent versions of numpy from [2], as you are using a pretty outdated one [1] https://stackoverflow.com/questions/5466584
|
By
...
· #53460
·
|
|
[zeus] python3-numpy: No module named 'numpy.core._multiarray_umath'
#yocto
#zeus
#python
Hi All, I integrated python3-numpy in my image and when trying to import it I get this error: (python3 version: 3.7.7) ------ >>> import cv2 OpenCV bindings requires "numpy" package. Install it via co
Hi All, I integrated python3-numpy in my image and when trying to import it I get this error: (python3 version: 3.7.7) ------ >>> import cv2 OpenCV bindings requires "numpy" package. Install it via co
|
By
...
· #53459
·
|
|
Iignore variable change in the complete recipe
#python
#yocto
Hello, we are using a recipe to fetch binary from artifactory and package it in rootfile system. and this artifactory path can be dynamic so i am using linux system variable to pass this information t
Hello, we are using a recipe to fetch binary from artifactory and package it in rootfile system. and this artifactory path can be dynamic so i am using linux system variable to pass this information t
|
By
rkthebest@...
· #52426
·
|
|
Custom python location on target
#python
Okay, that makes sense! I'll look for a better solution. KR, Felix
Okay, that makes sense! I'll look for a better solution. KR, Felix
|
By
felixn1996@...
· #52425
·
|
|
Private: Re: [yocto] Custom python location on target
#python
(re-adding list as this certainly does not contain sensitive information - others might add other opinions and hints, as well as my answer should be available for everyone to find it.) Am Mo., 22. Feb
(re-adding list as this certainly does not contain sensitive information - others might add other opinions and hints, as well as my answer should be available for everyone to find it.) Am Mo., 22. Feb
|
By
Josef Holzmayr
· #52424
·
|
|
Custom python location on target
#python
Hi I am aware that what I am asking for is a bit ugly. The reason is that I have a small amount of memory at my disposal. I'm working with a setup with two partitions, a root-fs and an overlayed appli
Hi I am aware that what I am asking for is a bit ugly. The reason is that I have a small amount of memory at my disposal. I'm working with a setup with two partitions, a root-fs and an overlayed appli
|
By
felixn1996@...
· #52423
·
|
|
Custom python location on target
#python
Howdy! Am Mo., 22. Feb. 2021 um 13:22 Uhr schrieb <felixn1996@...>: No problem, welcome on board! Whats the reasoning behind this? If its meant to be a work-around for "my custom software totall
Howdy! Am Mo., 22. Feb. 2021 um 13:22 Uhr schrieb <felixn1996@...>: No problem, welcome on board! Whats the reasoning behind this? If its meant to be a work-around for "my custom software totall
|
By
Josef Holzmayr
· #52420
·
|
|
Custom python location on target
#python
Hello! I'm new to the Yocto Project. It is my first time posting a Yocto related question. If this is the wrong place, I apologize in advance. I need to change the python installation location on my t
Hello! I'm new to the Yocto Project. It is my first time posting a Yocto related question. If this is the wrong place, I apologize in advance. I need to change the python installation location on my t
|
By
felixn1996@...
· #52419
·
|
|
pypi setuptools based recipe fails ModuleNotFoundError: No module named 'pkg_resources'
#python
The issue here is that you are overwriting the DEPENDS after the inherit. Two ways to solve this problem Either use DEPENDS = "python3-astropy-helpers" PYPI_PACKAGE = "astropy" inherit pypi or PYPI_PA
The issue here is that you are overwriting the DEPENDS after the inherit. Two ways to solve this problem Either use DEPENDS = "python3-astropy-helpers" PYPI_PACKAGE = "astropy" inherit pypi or PYPI_PA
|
By
...
· #52158
·
|
|
pypi setuptools based recipe fails ModuleNotFoundError: No module named 'pkg_resources'
#python
I'm attempting to make a simple bitbake recipe for python3-astropy that inherits from pypi and setuptools3. The very simple recipe is attached. When I build I'm getting this error: | import pkg_resour
I'm attempting to make a simple bitbake recipe for python3-astropy that inherits from pypi and setuptools3. The very simple recipe is attached. When I build I'm getting this error: | import pkg_resour
|
By
David Babich
· #52157
·
|
|
Yocto AWS MQTT: ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:1108)
#python
Hi there,
By
Diego Santa Cruz
· #51585
·
|
|
Yocto AWS MQTT: ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:1108)
#python
Hi, I'm new to Yocto project. I'm running basic MQTT publish code in python, when I run my code I got error as, "ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify faile
Hi, I'm new to Yocto project. I'm running basic MQTT publish code in python, when I run my code I got error as, "ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify faile
|
By
Vijay Rakesh Munganda
· #51584
·
|
|
How to add python application into the build.
#python
#toolchain
Hi Vijay Reading and following the section about "Writing a New Recipe" in the manual is probably a good starting point: https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#new-reci
Hi Vijay Reading and following the section about "Writing a New Recipe" in the manual is probably a good starting point: https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#new-reci
|
By
Nicolas Jeker
· #51544
·
|