Re: [linux-yocto] [yocto-kernel-cache kernel v6.1]: nxp-s32g: update to compatible with SDK BSP40

2024-04-15 Thread Zhantao Tang via lists.yoctoproject.org
Hi Bruce, Please ignore this request, I will send a new one later. Thanks, Zhantao From: linux-yocto@lists.yoctoproject.org on behalf of Zhantao Tang via lists.yoctoproject.org Sent: Sunday, April 14, 2024 7:24:58 AM To: bruce.ashfi...@gmail.com Cc: linux-yo

[linux-yocto] Add .deb file into Yocto image

2024-04-15 Thread inbrayhan
I am trying to add a driver (xyz_runtime.deb) file into image. I am suing Yocto-Openembedded and Yocto-Poky along with OE4T (OpenEmbedded For Tegra). I have created separate recipes and added them. According to bb file, it should install the driver , instead it copied the file only. Any idea ho

Re: [linux-yocto] Add .deb file into Yocto image

2024-04-15 Thread Alexander Kanavin
First of all, please introduce yourself. What is your name? Who do you work for? What is the product you are working on? Second, please show the recipe exactly as it is (don't censor or otherwise modify it), and then also show what happens when you run bitbake with it, because what I'm seeing cann

Re: [linux-yocto] Add .deb file into Yocto image

2024-04-15 Thread Alexander Kanavin
Ah I missed the S = "${WORKDIR}" part. The recipe is written to simply copy the .deb file itself into the target filesystem. And that's what happens. If you want to install the content of the .deb you should be able to find that in ${WORKDIR} (do_unpack task would unpack the .deb into that locat

[linux-yocto] Add .deb file into Yocto image

2024-04-15 Thread inbrayhan
[Edited Message Follows] Hello, Everyone. I am Rayhan. I am building a custom Linux image for the Jetson Orin Nano devkit board. This is my educational project. This is a machine learning project, where my main object is to reduce the OS size to optimize the GPU's performance. I am using Yocto-

Re: [linux-yocto] [yocto-kernel-cache kernel v6.1]: nxp-s32g: update to compatible with SDK BSP40

2024-04-15 Thread Bruce Ashfield
Thanks for the heads up. I've dropped it from my queue. Bruce On Mon, Apr 15, 2024 at 4:46 AM Tang, Zhantao wrote: > Hi Bruce, > > Please ignore this request, I will send a new one later. > > Thanks, > Zhantao > > -- > *From:* linux-yocto@lists.yoctoproject.org < > l

Re: [linux-yocto] Trial merge of v5.15.154 v5.15.155 v6.1.85 v6.1.86 v6.6.26 v6.6.27 for linux-yocto

2024-04-15 Thread Bruce Ashfield
In message: Trial merge of v5.15.154 v5.15.155 v6.1.85 v6.1.86 v6.6.26 v6.6.27 for linux-yocto on 14/04/2024 Kevin Hao wrote: > Hi Bruce, > > This is a trial merge of the stable kernel v5.15.154 v5.15.155 v6.1.85 > v6.1.86 v6.6.26 v6.6.27 for the following branches in the linux-yocto. > e9abb

Re: [linux-yocto][linux-yocto v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH 1/2] soc: imx: add character 't' for SOC_DEV_IMX9

2024-04-15 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][linux-yocto v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH 1/2] soc: imx: add character 't' for SOC_DEV_IMX9 on 14/04/2024 Xiaolei Wang wrote: > commit 75e1b1be1109 ("LF-9535 soc: imx: split i.MX93 SoC device supp

Re: [linux-yocto][v6.1/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g][PATCH] dts: Aptiv-FL: Update 'Slew-Rates' from MSCR registers

2024-04-15 Thread Bruce Ashfield
In message: [linux-yocto][v6.1/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g][PATCH] dts: Aptiv-FL: Update 'Slew-Rates' from MSCR registers on 15/04/2024 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > In SDK commit 3bf1e1fe0321 ("s32cc: Update 'Slew-Rates' from MSCR > registers", "Sl

[linux-yocto] Overlapped upstream patch in yocto-kernel-cache

2024-04-15 Thread Robert D Kocisko
Hello! My name is Bob Kocisko (engineer at St Joseph Missions, in the broadcast industry) and we are using Yocto to build a preempt-rt distribution for a rockchip-based arm board. I have been trying to append " ktypes/preempt-rt" or " ktypes/tiny" to the KERNEL_FEATURES variable in my machine .co

[linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH 1/3] phy: lynx-28g: truly power the lanes up or down

2024-04-15 Thread Xulin Sun via lists.yoctoproject.org
From: Vladimir Oltean commit f73df580c2379a90c9269dace6dc3084fdf85ccc from https://github.com/nxp-imx/linux-imx lf-6.1.y The current procedure for power_off() and power_on() is the same as the one used for major lane reconfiguration, aka halting. But one can observe that a halted lane does not c

[linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH 2/3] phy: lynx-28g: drop redefined macro definitions and functions

2024-04-15 Thread Xulin Sun via lists.yoctoproject.org
Previous commit 2d37482e0bed(phy: lynx-28g: add support for backplane modes through PHY_MODE_ETHERNET_LINKMODE) added redefined macros and function definitions, This causes below building issues: drivers/phy/freescale/phy-fsl-lynx-28g.c:1523:13: error: redefinition of 'lynx_28g_remove' | 1523 |

[linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH 3/3] net: phy: let PHYLINK select MII

2024-04-15 Thread Xulin Sun via lists.yoctoproject.org
Commit bcc096af4de0e3(net: phylink: add support for managed = "c73") introduces the linkmode_support_c73(), which is defined in the drivers/net/mii.c, so select Mii. To avoid below building issue: | aarch64-wrs-linux-ld.bfd: drivers/net/phy/phylink.o: in function `phylink_validate_mac_and_pcs': |