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

2021-07-08 Thread Milan Shah
Hello All, My Patch has not been reviewed for the past 7 months. Looking forward to see some updates on this. Please find related links below. https://lists.yoctoproject.org/g/yocto/message/51891 https://bugzilla.yoctoproject.org/show_bug.cgi?id=9700 Thanks & Regards, Milan Shah

[linux-yocto] [PATCH] nxp-imx8: Enable IMX_SCU_SOC config

2021-07-08 Thread Xiaolei Wang
Enable IMX_SCU_SOC config for imx8 get soc_id value and get revision, Because the SW workaround for i.MX8QM TKT340553 is required on the imx8qm board, it is necessary to set TKT340553_SW_WORKAROUND to true in tlbflush.h, otherwise the system will often encounter memory problems and cause hang

Re: [yocto] binman support in u-boot

2021-07-08 Thread Tom Rini
On Thu, Jul 08, 2021 at 04:10:32AM +, Rebecca Chang Swee Fun wrote: > Hi, > > I was having a bbappend for uboot v2021.04 that calls binman command from > u-boot source tree but it doesn't seems to work with bitbake with an error of > unknown location of libfdt. > I have added dependency to

[yocto] valgrind failed do_compile during bitbake

2021-07-08 Thread Michael
I'm using Yocto "warrior" version. It is setup for powerpc-nf DEFAULTTUNE = "powerpc-nf" DISTRO = "poky" Everything seems to work find until I enable "valgrind". 'bitbake' fails to compile valgrind : | collect2: error: ld returned 1 exit status | make[3]: ***

[yocto] Installing a .deb produced by npm during build

2021-07-08 Thread Matt Bernhard
Hi, I've been struggling to add a debian package to my build. I'm trying to build this app and install it on the target: https://github.com/votingworks/kiosk-browser It's a node app built with yarn, and I've found the instructions in the manual to be a bit off the mark for what I'm trying to do.

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

2021-07-08 Thread Randy MacLeod
YP AB Intermittent failures meeting === July 1, 2021, 9 AM ET https://windriver.zoom.us/j/3696693975 Attendees: Tony, Richard, Trevor, Randy Summary: The autobuilder RCU hang is still fixed ;-), master branch builds greener. ptest failures are

Re: [yocto] Question regarding custom device tree update

2021-07-08 Thread Sohil Shah
Hi Robert, Thank you for your reply. This works and I got my dtb generated in my build directory! Best wishes, Sohil On Wed, Jul 7, 2021 at 10:29 PM Robert Calhoun wrote: > > From: yocto@lists.yoctoproject.org on > behalf of Sohil Shah > > Sent: Wednesday, June 30, 2021 09:46 > > To:

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

2021-07-08 Thread Changqing Li
On 7/7/21 1:23 AM, Joshua Watt wrote: **[Please note: This e-mail is from an EXTERNAL e-mail address] On 1/4/21 9:31 PM, 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

[yocto] [meta-raspberrypi][PATCH] userland: add dtc dependency

2021-07-08 Thread massimo toscanelli via lists.yoctoproject.org
When using dtparam, dtoverlay converts /proc/device-tree to a .dtb and loads it. However, if dtc is not installed, this operation cannot be done and every call to dtparam fails. Therefore, dtc needs to be added to the list of userland dependencies in order to properly call dtparam.

[linux-yocto] [PATCH] mmc: cavium-thunderx: Drop the IRQF_NO_THREAD constraint

2021-07-08 Thread Ruiqiang Hao
From: Kevin Hao The IRQF_NO_THREAD is added by a Marvell SDK patch 238e623e1024 ("mmc: cavium: fix swiotlb buffer is full") in order to get back some of the performance loss. But in some cases (such as rt kernel), we do need the capability to thread irq handler. Otherwise we would get warnings

[linux-yocto][linux-yocto v5.10] kernel code for marvell cn96xx

2021-07-08 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

Re: [linux-yocto] [kernel-cache][master yocto-5.13 yocto-5.10][PATCH] amt: enable watchdog sysfs

2021-07-08 Thread Anuj Mittal
Thanks Bruce. Can you please merge this in yocto-5.10 as well? Thanks, Anuj On Mon, 2021-07-05 at 23:08 -0400, Bruce Ashfield wrote: > merged. > > Bruce > > In message: [kernel-cache][master yocto-5.13 yocto-5.10][PATCH] amt: > enable watchdog sysfs > on 05/07/2021 Alexander Usyskin wrote: >