[yocto] Unable to add pre compiled library #yocto

2021-01-11 Thread Vijay Rakesh Munganda
Hi, I'm trying to install a pre-compiled library, but I got an error as follows. I had tried to add libcxx from meta-clang, but it doesn't compatible with Yocto dunfell version. Is there another way to avoid error? > > ERROR: tokbox-2.18.1-r0 do_package_qa: QA Issue: /usr/lib/libopentok.so >

Re: [yocto] BITBAKE HANGS

2021-01-11 Thread U RAVI KUMAR
Hello Davis, I will try using 16 GB ram. Thank you very much for your response. Thanks, ravi uppada. On Mon, Jan 11, 2021 at 11:18 PM Davis, Michael wrote: > QTWebengine needs a considerable amount of RAM to compile and link > relative to the rest of Yocto. > > Normally around

[linux-yocto] Yocto recipe for scikit-learn

2021-01-11 Thread kodali13451
I am trying to create a `yocto` `recipe` for `scikit-learn` package. It depends on `scipy` pacakge. I was able to successfully build the `scipy` package using : https://github.com/gpanders/meta-scipy. When I run `bitbake python3-scikit-learn`, i am getting the below error: `ModuleNotFoundError:

[yocto] M+ & H bugs with Milestone Movements WW02

2021-01-11 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW02 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 13919 Multi License GPLv3 -lic cannot be installed into the image because it

[yocto] Enhancements/Bugs closed WW02!

2021-01-11 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count richard.pur...@linuxfoundation.org 5 randy.macl...@windriver.com 1 r...@burtonini.com 1 chee.yang@intel.com 1 Grand Total 8 Thanks, Stephen K. Jolley Yocto Project Program

[yocto] Current high bug count owners for Yocto Project 3.3

2021-01-11 Thread Stephen Jolley
All, Below is the list as of top 50 bug owners as of the end of WW02 of who have open medium or higher bugs and enhancements against YP 3.3. There are 76 possible work days left until the final release candidates for YP 3.3 needs to be released. Who Count

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2021-01-11 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

Re: [yocto] BITBAKE HANGS

2021-01-11 Thread Davis, Michael
QTWebengine needs a considerable amount of RAM to compile and link relative to the rest of Yocto. Normally around 12-16GB. Less than that and the system tends to hang. From: yocto@lists.yoctoproject.org On Behalf Of U RAVI KUMAR via lists.yoctoproject.org Sent: Monday, January 11, 2021

[yocto] BITBAKE HANGS

2021-01-11 Thread U RAVI KUMAR
hi guys, I have encountered with a problem.I have built a custom linux for raspberrypi and included meta-openembedded,meta-raspberrypi,meta-qt5,meta-python2 layers and compiled on the bitbake. it is working fine. I have added recipe "qtwebengine" , here i have encountered an issue i.e the system

[yocto] Installing docker-ce via package

2021-01-11 Thread damnesia
Hello, In order to support legacy devices we have in the field, I need to build a common image that will work on all devices and have the ability to install docker-ce and dependencies on newer devices. Right now I'm using zeus and kernelĀ 4.19.135 ( with the meta-intel layer ). I have the

Re: [yocto] insmod - huawei E3372h kernel module

2021-01-11 Thread Zoltan Kerenyi Nagy
I managed to bitbake without errors/warning the 2 additional modules, however I cannot load those modules manually on the device: http://paste.ubuntu.com/p/My4x5j3t4R/ Do you you have any idea? -- Zolee -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

Re: [yocto] Python3-native illegal instruction on poky dunfell

2021-01-11 Thread Daniela-Marinela Bistrean
Thank you very much for your response! I have only one builder and the sstate is not shared. Additionally I also tried building on the zeus branch and the build fails with the same error (illegal instruction) but this time at do_configure task. And do_configure calls the same python3-native with

Re: [yocto] [error-report-web][PATCH] report-error.bbclass: Add layer and bitbake version info to error report

2021-01-11 Thread Milan Shah
Hi All, This is a Gentle Reminder to review this Patch. --- Thanks & Regards, *Milan Shah* MontaVista Software, Bangalore, India On Wed, Jan 6, 2021 at 7:09 PM Milan Shah wrote: > Instead of just providing local.conf info, add layer names and their > revisions with

Re: [yocto] Python3-native illegal instruction on poky dunfell

2021-01-11 Thread Ross Burton
Are you sharing sstate between multiple builders? Ross On Mon, 11 Jan 2021 at 08:58, Daniela-Marinela Bistrean wrote: > > Hello community, > > I am trying to build core-image-minimal using poky only, on the dunfell > branch. On certain machines the build fails unexpectedly with the following

Re: [yocto] Single page view of a particular manual

2021-01-11 Thread Vasyl Vavrychuk
Hi, Nicolas, Now, it looks like something changed. Opening https://docs.yoctoproject.org/bitbake/, then choosing "All-in-one 'Mega' Manual" leads to what I need: single page BitBake User Manual - https://docs.yoctoproject.org/bitbake/singleindex.html But there are few more issues. 1. Open

[yocto] nativesdk-binutils sysroot bug?

2021-01-11 Thread Kenth Eriksson
I have added native gcc support to an ARM Yocto SDK. But the native compiler does not work when passing the sysroot argument to the compiler. kenth@se-kenth-lx yocto-xr $ x86_64-xr-linux-gcc test.c kenth@se-kenth-lx yocto-xr $ x86_64-xr-linux-gcc test.c

Re: [yocto] insmod - huawei E3372h kernel module

2021-01-11 Thread Zoltan Kerenyi Nagy
Hi, Im doing this: KERNEL_MODULE_AUTOLOAD += "ncm_driver"KERNEL_MODULE_PROBECONF += "ncm_driver"cdc_ncm = "options ncm_driver iProduct=USB_Host_Driver_for_Network_Control_Model iManufacturer=NCM" KERNEL_MODULE_AUTOLOAD += "wmc_device_managment"KERNEL_MODULE_PROBECONF += "wmc_device"cdc_wdm =

Re: [yocto] How to select Linux kernel version?

2021-01-11 Thread Quentin Schulz
Hi Jupiter, On Sat, Jan 09, 2021 at 09:56:13AM +1100, Jupiter wrote: > Hi Quentin, > > Thanks for your helps, I finally figured out an old Yocto version thud > is able to pick up the latest the kernel version to run 5.10 where the > Zeus could not, there are a couple of bugs in Zeus which I

Re: [yocto] Unable to extract tar file #dunfell #yocto

2021-01-11 Thread Vijay Rakesh Munganda
Hi Quentin, Thank you for the earlier help. After that, I got a QA Issue and I was trying to solve it, but I'm unable to do it. Any suggestions would be helpful. Package contains non-symlink .so: tokbox-dev path

[yocto] Python3-native illegal instruction on poky dunfell

2021-01-11 Thread Daniela-Marinela Bistrean
Hello community, I am trying to build core-image-minimal using poky only, on the dunfell branch. On certain machines the build fails unexpectedly with the following error: Build Configuration: BB_VERSION = "1.46.0" BUILD_SYS= "x86_64-linux" NATIVELSBSTRING = "universal"

[linux-yocto][yocto-kernel-cache][yocto-5.4][PATCH] ti-j72xx: add CMA and DMA_CMA configs

2021-01-11 Thread Xulin Sun
Add CMA and DMA_CMA configs to make drm happy. Signed-off-by: Xulin Sun --- bsp/ti-j72xx/ti-j72xx.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsp/ti-j72xx/ti-j72xx.cfg b/bsp/ti-j72xx/ti-j72xx.cfg index 920d9f43..fa9f7630 100755 --- a/bsp/ti-j72xx/ti-j72xx.cfg +++