|
Cross compilation error finding libraries
Hi, Actually the Yocto SDK sets LD variable correctly : here is its value : aarch64-poky-linux-ld --sysroot=/media/talel/data/sdk-multigate/sysroots/aarch64-poky-linux Now I'm stuck with linking, Plea
Hi, Actually the Yocto SDK sets LD variable correctly : here is its value : aarch64-poky-linux-ld --sysroot=/media/talel/data/sdk-multigate/sysroots/aarch64-poky-linux Now I'm stuck with linking, Plea
|
By
...
· #51213
·
|
|
Cmake CROSS COMPILE problem [PLEASE HELP, URGENT]
#sdk
#yocto
#toolchain
Hi All, I'm in serious task here and I need to cross compile a Cmake project. I need to send an SDK to a client with steps to cross compile the project. This project is compiling successfully via a Yo
Hi All, I'm in serious task here and I need to cross compile a Cmake project. I need to send an SDK to a client with steps to cross compile the project. This project is compiling successfully via a Yo
|
By
...
· #51267
·
|
|
python3-psycopg2cffi DEPENDS error cffi
HI All, I created a recipe with pipoe for python3-psycopg2cffi when compiling this error occured: ERROR: Do not try to fetch `cffi>=1.0' for building. Please add its native recipe to DEPENDS. I create
HI All, I created a recipe with pipoe for python3-psycopg2cffi when compiling this error occured: ERROR: Do not try to fetch `cffi>=1.0' for building. Please add its native recipe to DEPENDS. I create
|
By
...
· #51341
·
|
|
python3-psycopg2cffi DEPENDS error cffi
HI, That's what I did exactly, but failed with the same error. Here is the python3-cffi-native recipe: SUMMARY = "Foreign Function Interface for Python calling C code." HOMEPAGE = "http://cffi.readthe
HI, That's what I did exactly, but failed with the same error. Here is the python3-cffi-native recipe: SUMMARY = "Foreign Function Interface for Python calling C code." HOMEPAGE = "http://cffi.readthe
|
By
...
· #51343
·
|
|
How to create new variable in Yocto to use it in a recipe ?
Hi All, I'm not trying to export or create a variable inside a recipe because that's easy and not my case. But I want to create a variable that a user can define in local.conf or in other conf files a
Hi All, I'm not trying to export or create a variable inside a recipe because that's easy and not my case. But I want to create a variable that a user can define in local.conf or in other conf files a
|
By
...
· #51356
·
|
|
Split kernel patches over different machines
Hi All, I created two different machines "menzu-console" and "menzu-media" I have main patch for device tree for both , and only one patch specific for menzu-media machine So in the linux recipe bbapp
Hi All, I created two different machines "menzu-console" and "menzu-media" I have main patch for device tree for both , and only one patch specific for menzu-media machine So in the linux recipe bbapp
|
By
...
· #51359
·
|
|
Split kernel patches over different machines
Hi, Thanks for the reply, Yes, that did the trick. Thanks, Talel
Hi, Thanks for the reply, Yes, that did the trick. Thanks, Talel
|
By
...
· #51361
·
|
|
How to remove Kernel headers from SDK
Hi All, I need to deliver an SDK for arch64 but without Kernel headers that one can build Kernel modules with them. (/usr/include/linux/* , ...) I only need to deliver an SDK with toolchain and minima
Hi All, I need to deliver an SDK for arch64 but without Kernel headers that one can build Kernel modules with them. (/usr/include/linux/* , ...) I only need to deliver an SDK with toolchain and minima
|
By
...
· #51375
·
|
|
[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
·
|
|
[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-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
·
|
|
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
·
|
|
How to create swap partition ?
Hi All, When I run : (bitbake -e | grep ^WKS_FILE=) I get: WKS_FILE="imx-imx-boot-bootpart.wks.in" Here is the content: part u-boot --source rawcopy --sourceparams="file=imx-boot" --ondisk mmcblk --no
Hi All, When I run : (bitbake -e | grep ^WKS_FILE=) I get: WKS_FILE="imx-imx-boot-bootpart.wks.in" Here is the content: part u-boot --source rawcopy --sourceparams="file=imx-boot" --ondisk mmcblk --no
|
By
...
· #53824
·
|
|
pyqtwebengine recipe problem
Hi All, I want to make a recipe for python3-pyqt5 and python3-pyqtwebengine, the problem is that the source doe does not contain setup.py , it contains project.py and configure.py. Is there a solution
Hi All, I want to make a recipe for python3-pyqt5 and python3-pyqtwebengine, the problem is that the source doe does not contain setup.py , it contains project.py and configure.py. Is there a solution
|
By
...
· #54007
·
|
|
How to pass arguments to a shell function from python task bb.build.exec_func ?
#bitbake
#yocto
Hi All, I have this example that can call a shell function from a python task: shell_function(){ bbwarn "This is a shell function, arg1 = $1" } python do_something(){ bb.build.exec_func('shell_functio
Hi All, I have this example that can call a shell function from a python task: shell_function(){ bbwarn "This is a shell function, arg1 = $1" } python do_something(){ bb.build.exec_func('shell_functio
|
By
...
· #54184
·
|
|
Hello world recipe
It is clear that the build system cannot find anything that is providing 'python-hello' recipe. Which means it parsed all layers in bblayers.conf and it didn't find any python-hello_*.bb file (the _*
It is clear that the build system cannot find anything that is providing 'python-hello' recipe. Which means it parsed all layers in bblayers.conf and it didn't find any python-hello_*.bb file (the _*
|
By
...
· #54345
·
|
|
Permission denied with NFS shared download and sstate-cache
Hi All, I have a server that's holding downloads and sstate-cache. I have a docker-compose file with nfs server that exposes the dowloads/sstate-cache volume. When I mount that in my PC and set the pa
Hi All, I have a server that's holding downloads and sstate-cache. I have a docker-compose file with nfs server that exposes the dowloads/sstate-cache volume. When I mount that in my PC and set the pa
|
By
...
· #54795
·
|
|
How to iherit class based on a conditional variable?
#sysvinit
#systemd
Hello, I have a recipe that installs a simple bash script to run on startup. As you all know, there is systemd and sysvinit. I need to add support for both init managers. I can do : SRC_URI_append = "
Hello, I have a recipe that installs a simple bash script to run on startup. As you all know, there is systemd and sysvinit. I need to add support for both init managers. I can do : SRC_URI_append = "
|
By
...
· #55135
·
|
|
cross-localedef file not found in do_rootfs
#yocto
#zeus
Hello All, I created a simple image recipe for initramfs type of image with no IMAGE_FEATURES and simply: IMAGE_INSTALL = "packagegroup-core-boot busybox" When I bitbake the image I get the following
Hello All, I created a simple image recipe for initramfs type of image with no IMAGE_FEATURES and simply: IMAGE_INSTALL = "packagegroup-core-boot busybox" When I bitbake the image I get the following
|
By
...
· #55403
·
|
|
cross-localedef file not found in do_rootfs
#yocto
#zeus
Thanks for the reply, I tried adding IMAGE_LINGUAS = " ", it passes but do_image_cpio gives nothing (means no image.gpio.gz) is generated. I don't know why.
Thanks for the reply, I tried adding IMAGE_LINGUAS = " ", it passes but do_image_cpio gives nothing (means no image.gpio.gz) is generated. I don't know why.
|
By
...
· #55419
·
|