Re: [yocto] [meta-rockchip][PATCH] trusted-firmware-a: Pin to use gcc for now

2021-12-09 Thread Trevor Woerner
On Thu 2021-12-09 @ 05:14:58 PM, Khem Raj wrote: > tf-a built with clang is bloated for rk3399 SOCs with 2.6+ > it needs looking into, until then use gcc always to build it > > Signed-off-by: Khem Raj > Cc: Jon Mason > Cc: Ross Burton > --- >

[yocto] [OE-core] [PATCH] libva: move wayland PACKAGECONFIG to libva.inc

2021-12-09 Thread Markus Volk
I encountered an error while trying to build libva under wayland. libva-initial was missing wayland-native dependency and failed like this: | Run-time dependency xfixes found: NO (tried pkgconfig and cmake) | Run-time dependency wayland-client found: YES 1.19.0 | Program wayland-scanner

[yocto] [meta-rockchip][PATCH] trusted-firmware-a: Pin to use gcc for now

2021-12-09 Thread Khem Raj
tf-a built with clang is bloated for rk3399 SOCs with 2.6+ it needs looking into, until then use gcc always to build it Signed-off-by: Khem Raj Cc: Jon Mason Cc: Ross Burton --- .../trusted-firmware-a/trusted-firmware-a_%.bbappend | 7 +++ 1 file changed, 7 insertions(+) diff --git

Re: [yocto] standard SDK build with clang compiler built into kernel image

2021-12-09 Thread Monsees, Steven C (US) via lists.yoctoproject.org
Thanks again, will take a look and give it a try... -Original Message- From: Khem Raj Sent: Thursday, December 9, 2021 2:55 PM To: Monsees, Steven C (US) Cc: yocto@lists.yoctoproject.org Subject: Re: [yocto] standard SDK build with clang compiler built into kernel image External

Re: [yocto] standard SDK build with clang compiler built into kernel image

2021-12-09 Thread Khem Raj
This is a known issue look at https://github.com/kraj/meta-clang/issues/119 You can workaround it by https://github.com/kraj/meta-clang/issues/119#issuecomment-518317888 On Thu, Dec 9, 2021 at 11:22 AM Monsees, Steven C (US) via lists.yoctoproject.org wrote: > > > > I am building clang

[yocto] Yocto Autobuilder: Latency Monitor and AB-INT - Meeting notes: Dec 9, 2021

2021-12-09 Thread Randy MacLeod
YP AB Intermittent failures meeting === https://windriver.zoom.us/j/3696693975 Attendees: Richard, Trevor, Randy, Saul, AlexB Summary: -- People have been busy with other work so this is

[yocto] standard SDK build with clang compiler built into kernel image

2021-12-09 Thread Monsees, Steven C (US) via lists.yoctoproject.org
I am building clang compiler support into my kernel, to support igc (intel graphics compiler)... When I build the standard SDK it list a series of specific clang/llvm issues but successfully completes the SDK setup/install. The SDK looks to have everything in place, and basic functionality is

Re: [yocto] honister - errors while patching net-snmp 5.9

2021-12-09 Thread Khem Raj
On Thu, Dec 9, 2021 at 7:59 AM Ori Pessach wrote: > > With the latest honister code I'm getting this error: > > ERROR: net-snmp-5.9.1-r0 do_patch: Applying patch > '0001-snmplib-keytools.c-Don-t-check-for-return-from-EVP_M.patch' on target > directory >

[yocto] Specify systemd startup order for volatile-bind and network setup

2021-12-09 Thread Silvan Murer
Hi, I have a read-only rootfs created with IMAGE_FEATURES:append=read-only-rootfs and a few files located in a read/write partition which are defined in the volatile-bind recipe. So far so good. But one file located in the rw partition is the network configuration

[yocto] Minutes: Yocto Project Weekly Triage Meeting 12/9/2021

2021-12-09 Thread Trevor Gamblin
*Wiki: *https://wiki.yoctoproject.org/wiki/Bug_Triage *Attendees: *Alexandre, Anuj, Bruce, Daiane, Joshua, Michael, Ross, Saul, Stephen, Steve, Randy, Richard, Tim, Trevor *ARs:* N/A *Notes:* There was no meeting for 12/2/2021 due to Yocto Summit *Medium+ 3.5 Unassigned Enhancements/Bugs:

[yocto] honister - errors while patching net-snmp 5.9

2021-12-09 Thread Ori Pessach
With the latest honister code I'm getting this error: ERROR: net-snmp-5.9.1-r0 do_patch: Applying patch '0001-snmplib-keytools.c-Don-t-check-for-return-from-EVP_M.patch' on target directory '/media/ori/Linux-Backup/poky-intel/build/tmp/work/corei7-64-poky-linux/net-snmp/5.9.1-r0/net-snmp-5.9.1'

[yocto] kwayland-server-5.23.1

2021-12-09 Thread sateesh m
Hi Team, I am facing a problem with the Kwayland-server package issue. Can anybody know about this package issue or patchwork can you please guide me. ERROR: kwayland-server-5.23.1-r0 do_compile: Execution of

Re: [linux-yocto][linux-yocto v5.10] fix patches for marvell octeon

2021-12-09 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.10] fix patches for marvell octeon on 09/12/2021 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge this patch into our linux-yocto repo. > > repo: > linux-yocto > branch: > v5.10/standard/cn-sdkv5.4/octeon >

Re: [linux-yocto][v5.10/standard/x86 and v5.10/standard/preempt-rt/x86][PATCH] net: stmmac: fix a merge error in stmmac_main.c

2021-12-09 Thread Bruce Ashfield
It's amazing the amount of modifications the different SDKs and BSPs are doing to this driver. -stable has consistently confliced with them all for the past 5 or 6 updates .. so these sorts of things will happen from time to time. Thanks for the fixup, this is now merged. Bruce In message:

[yocto] netkit-ftp for yocto

2021-12-09 Thread lavkhush2208
Hello Guys I have installed netkit-ftp-0.17-r0 version successfully but i am *not able to get -4 and -6 option* with using ftp -help $ ftp -help Usage: { ftp | pftp } [-46pinegvtd] [hostname] -p: enable passive mode (default for pftp) -i: turn off prompting during mget -n: inhibit auto-login

[linux-yocto] [yocto-kernel-cache][PATCH 1/1] cfg/debug: add kcov kernel configs

2021-12-09 Thread Ovidiu Panait
KCOV exposes kernel code coverage information in a form suitable for coverage-guided fuzzing. This debug feature can be enabled to add support for kernel fuzzing (with tools such as syzkaller). Signed-off-by: Ovidiu Panait --- cfg/debug/kcov/debug-kcov.cfg | 4

[linux-yocto] [PATCH] octeontx2: vf: Avoid canceling an uninitialized work queue

2021-12-09 Thread Ruiqiang Hao
From: Ruiqiang Hao For SMQVF function, reset_task work queue is uninitialized, if we cancel this work queue, following calltrace will be caused because work->func is NULL. There is no need to cancel reset_task work queue for SMQVF function. WARNING: CPU: 2 PID: 1 at kernel/workqueue.c:3038

[linux-yocto][linux-yocto v5.10] fix patches for marvell octeon

2021-12-09 Thread Ruiqiang Hao
Hi Bruce, Please help to merge this patch into our linux-yocto repo. repo: linux-yocto branch: v5.10/standard/cn-sdkv5.4/octeon v5.10/standard/preempt-rt/cn-sdkv5.4/octeon Thanks, Ruiqiang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this