Re: [yocto] Unable to add pre compiled library #yocto

2021-01-12 Thread Vijay Rakesh Munganda
On Tue, Jan 12, 2021 at 06:29 AM, Quentin Schulz wrote: > > I told you on StackOverflow to checkout the dunfell branch of > meta-clang. Do that, and recompile again instead of cherry-picking > recipes, classes, patches and whatnot. > Once you've something that works, you can experiment with cherr

Re: [yocto] #vmdk #hddimg #iso with #dunfell

2021-01-12 Thread chruetli
Some more information: Build Configuration: BB_VERSION= "1.46.0" BUILD_SYS= "x86_64-linux" NATIVELSBSTRING= "universal" TARGET_SYS= "x86_64-poky-linux" MACHINE= "virtualbox" DISTRO= "my-gnu-linux" DISTRO_VERSION= "3.1.2" TUNE_FEATURES= "m64" TARGET_FPU= "" Without any ajustments in my .conf file

Re: [yocto] [meta-mingw][PATCH] openssl: support for building nativesdk of mingw

2021-01-12 Thread Changqing Li
ping On 1/5/21 11:31 AM, Changqing Li wrote: * add support for mingw32 * Engines are installed in a slightly different path, which is urgly, patch it to make the path shorter * remove runtime dependency from perl for mingw nativesdk since commit 70da1f956bfbb627691c47eba7451182aca758e3 of oe

Re: [yocto] #yocto #kernel

2021-01-12 Thread Khem Raj
On Tue, Jan 12, 2021 at 12:09 PM Monsees, Steven C (US) via lists.yoctoproject.org wrote: > > > > Working on zeus 3.0.4, for aarch64 > > > > I have a startup script making use of “service” How do I properly configure > in support for the “service” command ? > > I do not have an error when workin

[yocto] #yocto #kernel

2021-01-12 Thread Monsees, Steven C (US) via lists.yoctoproject.org
Working on zeus 3.0.4, for aarch64 I have a startup script making use of "service" How do I properly configure in support for the "service" command ? I do not have an error when working under rocko. The error seen is :/etc/rc5.d/S15mountnfs.sh: line 70: service: command not found Usage:

[yocto] remove particular device from QB_OPT_APPEND: per-word manner

2021-01-12 Thread Sergey Ivanov
For all info -- Forwarded message - От: Quentin Schulz Date: вт, 12 янв. 2021 г. в 17:43 Subject: Re: [yocto] remove particular device from QB_OPT_APPEND: per-word manner To: Sergey Ivanov Rah, please answer to all always (keep the mailing list in Cc). I'll bounce the mail on t

Re: [yocto] remove particular device from QB_OPT_APPEND: per-word manner

2021-01-12 Thread Quentin Schulz
On Tue, Jan 12, 2021 at 05:27:58PM +0200, Sergey Ivanov wrote: > Thanks, it should work, provided... > Am i understand correctly that all append-remove stuff works BEFORE > anonymous python script? > I'd say yes except for task-specific variables (one can do QB_OPT_APPEND_task-install for example

[yocto] Yocto Project Status WW02`21

2021-01-12 Thread Stephen Jolley
Current Dev Position: YP 3.3 M2 development Next Deadline: 18th January 2021 YP 3.3 M2 build Next Team Meetings: * Bug Triage meeting Thursday Jan. 14th at 7:30am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bF

Re: [yocto] remove particular device from QB_OPT_APPEND: per-word manner

2021-01-12 Thread Quentin Schulz
Hi Sergey, On Tue, Jan 12, 2021 at 05:09:25PM +0200, Sergey Ivanov wrote: > Hi there. > > I'm working with arm64 target and i want to take control on usb buses on it. > What i'm trying to do is tro remove both bus and hid devices on it via > QB_OPT_APPEND_remove = " -show-cursor -device qemu-xhci

Re: [yocto] insmod - huawei E3372h kernel module

2021-01-12 Thread Zoltan Kerenyi Nagy
If I make a symbolic link for modprobe, the message is the same like insmod: root@barix-ipam400:~# ln -s /lib/modules/4.10.0/extra/cdc-ncm.ko /lib/modules/4.10.0/ root@barix-ipam400:~# modprobe cdc_ncm.ko modprobe: can't load module cdc_wdm (extra/cdc-wdm.ko): invalid module format -- Zolee -=-

Re: [yocto] insmod - huawei E3372h kernel module

2021-01-12 Thread Zoltan Kerenyi Nagy
Intrestingly modprobe gives me a different error than insmod: To me this means that it's gonna be a Yocto issue during bitbake. My testing kernel module (hello word) bitbakes, and can be loaded and unloaded on the hardware root@barix-ipam400:~# modprobe /lib/modules/4.10.0/extra/cdc-ncm.ko modprob

[yocto] remove particular device from QB_OPT_APPEND: per-word manner

2021-01-12 Thread Sergey Ivanov
Hi there. I'm working with arm64 target and i want to take control on usb buses on it. What i'm trying to do is tro remove both bus and hid devices on it via QB_OPT_APPEND_remove = " -show-cursor -device qemu-xhci -device usb-tablet -device usb-kbd " Of course, it doesn't work properly since it r

Re: [yocto] Unable to add pre compiled library #yocto

2021-01-12 Thread Quentin Schulz
Hi VR, On Tue, Jan 12, 2021 at 07:57:46PM +0530, Vijay Rakesh Munganda wrote: > Hi Raj, > > I had downloaded complete meta-clang and ran bitbake then I got an error > message as layer is not compatible with dunfell version. Then I had > downloaded libcxx recipe and added into the build, but do_

Re: [yocto] Unable to add pre compiled library #yocto

2021-01-12 Thread Vijay Rakesh Munganda
Hi Raj, I had downloaded complete meta-clang and ran bitbake then I got an error message as layer is not compatible with dunfell version. Then I had downloaded libcxx recipe and added into the build, but do_compile doesn’t show any progress, even after two hours at shows 16%. At this point RAM

Re: [yocto] Unable to add pre compiled library #yocto

2021-01-12 Thread Khem Raj
On Mon, Jan 11, 2021 at 11:46 PM Vijay Rakesh Munganda wrote: > > 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? > it s