[yocto] [linux-yocto] [linux-yocto v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx]: drivers: dspi: fsl: fix dspi transfer hang issue

2021-06-03 Thread Zhantao Tang
Hi Bruce, There is an patch to fix dspi hang issue. Would you please help to merge this patch into linux-ycoto kernel, v5.10, branch is v5.10/standard/nxp-sdk-5.4/nxp-s32g2xx? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

[yocto] [PATCH] drivers: dspi: fsl: fix dspi transfer hang issue

2021-06-03 Thread Zhantao Tang
On NXP S32G RDB2, there is an sja1110 switch, which can be accessed using dspi interface, but if users use the following commands to test the switch, the board will hang there. $ echo 30 > /sys/class/gpio/export $ echo out > /sys/class/gpio/gpio30/direction $ echo 0 >

Re: [yocto] [meta-realtime][PATCH] layer.conf: set LAYERSERIES_COMPAT with honister

2021-06-03 Thread kai
On 6/4/21 11:22 AM, Bruce Ashfield wrote: On Thu, Jun 3, 2021 at 11:06 PM wrote: From: Kai Kang Replace hardknott with honister in layer.conf which aligns with oe-core. I had added this back in April, but apparently didn't push the change. I also noticed that I've been updating the wrong

Re: [yocto] [meta-realtime][PATCH] layer.conf: set LAYERSERIES_COMPAT with honister

2021-06-03 Thread Bruce Ashfield
On Thu, Jun 3, 2021 at 11:06 PM wrote: > > From: Kai Kang > > Replace hardknott with honister in layer.conf which aligns with > oe-core. > I had added this back in April, but apparently didn't push the change. I also noticed that I've been updating the wrong branch with compatibility. That

[yocto] [meta-realtime][PATCH] layer.conf: set LAYERSERIES_COMPAT with honister

2021-06-03 Thread kai
From: Kai Kang Replace hardknott with honister in layer.conf which aligns with oe-core. Signed-off-by: Kai Kang --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 007f578..8ae67ba 100644 --- a/conf/layer.conf +++

[yocto] #bitbake bitbake fails when build for sqlcipher on AM335x

2021-06-03 Thread shrinivasnh
I am following steps mentioned below link to create Kernel and u-boot for AM335x starter kit http://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Overview_Building_the_SDK.html Its building correctly. Now I am using the meta-webos-master layer which has sqlcipher to be addedto

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

2021-06-03 Thread Randy MacLeod
Attendees: Sakib, Alex, Richard, Saul, Randy 1. Sakib is working on using procpath (1) to generate full-system process summary that is specific to bitbake builds and perhaps even YP AB. The basic idea is to take a single run of top and convert it to something easier to quicly understand

Re: [linux-yocto] nodejs in yocto

2021-06-03 Thread Armin Kuster
On 6/2/21 11:12 PM, lavkhush2...@gmail.com wrote: > Hello Guys > i am building nodejs-12.21.0, facing an *issue- ERROR: Nothing > PROVIDES 'nodejs' nodejs was skipped: incompatible with host > riscv64-oe-linux (not in COMPATIBLE_HOST) > * > *After modification in .bb file:- >

Re: [yocto] Conditionally install files depending on locale

2021-06-03 Thread Scott Weaver
You might consider creating a custom task in your recipe where you can handle your unique requirements. https://www.yoctoproject.org/docs/latest/bitbake-user-manual/bitbake-user-manual.html#tasks Scott On Mon, May 31, 2021 at 3:58 PM Amr Bekhit wrote: > > Hello, > > I'm trying to put together

Re: [linux-yocto] nodejs in yocto

2021-06-03 Thread Richard Purdie
On Wed, 2021-06-02 at 23:12 -0700, lavkhush2...@gmail.com wrote: > Hello Guys > i am building nodejs-12.21.0, facing an issue- ERROR: Nothing PROVIDES > 'nodejs' nodejs was skipped: > incompatible with host riscv64-oe-linux (not in COMPATIBLE_HOST) > > After modification in .bb file:- >

[yocto] Recipe for include-what-you-use and rpath problem #sdk

2021-06-03 Thread mous16
Good morning everybody, I would like to include IWYU ( https://include-what-you-use.org/ ) in my SDK, but I couldn't find a recipe, so I'm trying to write my own. With the help of devtool , I came to something like this: LICENSE = "NCSA" LIC_FILES_CHKSUM =

[linux-yocto] nodejs in yocto

2021-06-03 Thread lavkhush2208
Hello Guys i am building nodejs-12.21.0, facing an *issue- ERROR: Nothing PROVIDES 'nodejs' nodejs was skipped: incompatible with host riscv64-oe-linux (not in COMPATIBLE_HOST) * *After modification in .bb file:- COMPATIBLE_HOST_riscv64 = "riscv64" COMPATIBLE_HOST_riscv32 = "riscv32" in .bb file