|
openjdk-11 failed to find --with-boot-jdk
Hello Everyone, I am using meta-java, and I have openjdk-11 recipe. The recipe has: EXTRA_OECONF_append_class-native = "\ --with-boot-jdk=/usr/lib/jvm/openjdk-11-amd64 \ --enable-headless-only \ --ena
Hello Everyone, I am using meta-java, and I have openjdk-11 recipe. The recipe has: EXTRA_OECONF_append_class-native = "\ --with-boot-jdk=/usr/lib/jvm/openjdk-11-amd64 \ --enable-headless-only \ --ena
|
By
...
· #56798
·
|
|
How to contribute to Yocto core ?
Thanks for the guide. I have one more question regarding the bugs. I noticed that there is a Zoom meeting link, do I need to join it and participate in a discussion about the tasks assignments and try
Thanks for the guide. I have one more question regarding the bugs. I noticed that there is a Zoom meeting link, do I need to join it and participate in a discussion about the tasks assignments and try
|
By
...
· #56679
·
|
|
How to contribute to Yocto core ?
Hello All, I am an experienced Yocto engineer, and I want to contribute to Yocto project (bitbake core, poky layers, etc) but I do not know what to contribute or is there a TODO list that I can help w
Hello All, I am an experienced Yocto engineer, and I want to contribute to Yocto project (bitbake core, poky layers, etc) but I do not know what to contribute or is there a TODO list that I can help w
|
By
...
· #56677
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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 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
·
|
|
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
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
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|
|
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
·
|