Re: [yocto] Honister broken WiFi communication

2022-01-18 Thread tomzy
Hi JH, Are you using custom Linux kernel / custom device tree? Maybe there is some issue there? Kind regards, Tomasz Żyjewski Embedded Systems Engineer GPG: 5C495EA3EBEECA59 https://3mdeb.com | @3mdeb_com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

[linux-yocto][linux-yocto v5.10/standard/nxp-sdk-5.10/nxp-soc & v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc][PATCH 1/1] dmaengine: imx-sdma: Fix a build warning in sdma_runtime_resume function

2022-01-18 Thread Xiaolei Wang
Delete redundant variables 'i' and change disable_clk_ahb to disable_clk_ipg to void following warning: warning: unused variable 'i' [-Wunused-variable] warning: label 'disable_clk_ipg' defined but not used Fix commit 2da31cfd59da("dmaengine: imx-sdma: Fix a hang when run dma test in imx8mq

[linux-yocto] [PATCH] octeontx2: nic: Replace get_cpu()/put_cpu() with get_cpu_ptr()/put_cpu_ptr()

2022-01-18 Thread Ruiqiang Hao
From: Ruiqiang Hao After commit 2baa2d5b94e5(octeontx2-pf: disable preemption while using per_cpu pointer) applied, the kmalloc function is called in the atomic context, which leads to the following call trace. It can be solved by using get_cpu_ptr()/put_cpu_ptr() in function

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

2022-01-18 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

Re: [linux-yocto][yocto-kernel-cache yocto-5.10][PATCH 1/2] Fix a build error undefined reference to `mbox_send_message'

2022-01-18 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache yocto-5.10][PATCH 1/2] Fix a build error undefined reference to `mbox_send_message' on 19/01/2022 Xiaolei Wang wrote: > refer to commit a86473962139a("arm: arch: enable rpmsg for imx amp soc") > imx6sx soc has seleted HAVE_IMX_RPMSG,

Re: [linux-yocto][linux-yocto v5.10/standard/nxp-sdk-5.10/nxp-soc & v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc][PATCH 2/2] drm/imx: Fix a build error No rule to make target 'ipuv3-crtc.o'

2022-01-18 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][linux-yocto v5.10/standard/nxp-sdk-5.10/nxp-soc & v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc][PATCH 2/2] drm/imx: Fix a build error No rule to make target 'ipuv3-crtc.o' on 18/01/2022 Xiaolei Wang wrote: > ipuv3 has been moved to a new directory, so

Re: [linux-yocto]: [kernel for intel-socfpga]: intel-socfpga: improve dts files for FPGA design

2022-01-18 Thread Bruce Ashfield
In message: [linux-yocto]: [kernel for intel-socfpga]: intel-socfpga: improve dts files for FPGA design on 18/01/2022 Meng Li wrote: > From: Limeng > > Hi Bruce, > > There are below 2 pathces to improve dts files for FPGA design > > Could you please help to merge them into linux-ycoto kernel

Re: [linux-yocto] [linux-yocto preempt-rt kernel]: nxp-s32g2xx: update linux-yocto to NXP bsp32 rc1

2022-01-18 Thread Bruce Ashfield
In message: [linux-yocto] [linux-yocto preempt-rt kernel]: nxp-s32g2xx: update linux-yocto to NXP bsp32 rc1 on 17/01/2022 Zhantao Tang wrote: > Hi Bruce, > > There are 17 patches from bsp32 rc2 for updating the following branch > > v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx >

[yocto] [yocto-autobuilder2][PATCH] config.py: enable debian11 for hardknott

2022-01-18 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 4c0b83b..0f99557 100644 --- a/config.py +++ b/config.py @@ -149,7 +149,7 @@ all_workers = workers + workers_bringup + workers_buildperf + workers_arm #

Re: [yocto] Honister broken WiFi communication

2022-01-18 Thread JH
Hi Rudolf, Thanks for your response and comments. > If you run ifconfig -a does your WiFi interface show up? If not there is an > issue with the driver. Use dmesg and filter for the driver. Often a driver > cannot load the firmware. What is your WiFi hardware? Not that bad, the WiFi interfaces

[linux-yocto][yocto-kernel-cache yocto-5.10][PATCH 2/2] nxp-imx6: Fix a build error undefined reference to `dw_pcie_read_dbi'

2022-01-18 Thread Xiaolei Wang
refer to commit 4e9a723c0902("pci: imx: add the imx8qxp ep support") modify PCI_IMX6 to PCI_IMX6_HOST Signed-off-by: Xiaolei Wang --- bsp/nxp-imx6/nxp-imx6.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/nxp-imx6/nxp-imx6.cfg b/bsp/nxp-imx6/nxp-imx6.cfg index

[linux-yocto][yocto-kernel-cache yocto-5.10][PATCH 1/2] Fix a build error undefined reference to `mbox_send_message'

2022-01-18 Thread Xiaolei Wang
refer to commit a86473962139a("arm: arch: enable rpmsg for imx amp soc") imx6sx soc has seleted HAVE_IMX_RPMSG, so enable MAILBOX config Signed-off-by: Xiaolei Wang --- bsp/nxp-imx6/nxp-imx6.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsp/nxp-imx6/nxp-imx6.cfg

Re: [yocto] gdb with a broken sdk

2022-01-18 Thread Khem Raj
On 1/16/22 3:26 PM, dacav wrote: On Wed, Jan 12, 2022 at 02:15:38AM +, dacav wrote: How can I include aarch64-foobar-gdb in the devshell's PATH? Follow up on this thread: I've been kindly helped by kroon on #yocto. The trick consists in adding a build-time dependency to

Re: [linux-yocto] Install apt-get in yocto hardknott 25.0.4

2022-01-18 Thread Alexander Kanavin
You need to put package_deb first, as the otherwise rpm is used to make an image and put a package database in it. Alex On Tue, 18 Jan 2022 at 17:43, wrote: > Iam trying to install apt-get in yocto. > 1)In the local.conf I added: PACKAGE_CLASSES ?= "package_rpm package_deb" >

Re: [yocto] Advertise lore.kernel.org archives on website?

2022-01-18 Thread Michael Opdenacker
On 1/18/22 12:04 PM, Richard Purdie wrote: > On Tue, 2022-01-18 at 10:44 +0100, Michael Opdenacker wrote: >> Greetings, >> >> I see more and more people using links to the lore.kernel.org archives, >> for example the ones for this list: https://lore.kernel.org/yocto/ >> >> These look more

Re: [yocto] Building uImage with appended DTB

2022-01-18 Thread Nicolas Jeker
> On 17 Jan 2022, at 06:41, rgovos...@gmail.com wrote: > > I'm a complete newcomer to Yocto, trying to translate a manual process of > building software for an embedded device based on the PHYTEC phyCORE-LPC3250 > SOM. I did not find an existing BSP layer for this board so I am trying to >

[linux-yocto] Install apt-get in yocto hardknott 25.0.4

2022-01-18 Thread nidhameddine . belhadj
Iam trying to install apt-get in yocto. 1)In the local.conf I added: PACKAGE_CLASSES ?= "package_rpm package_deb" EXTRA_IMAGE_FEATURES ?= " package-management " PACKAGE_FEED_URIS = "http://local IP:" IMAGE_INSTALL_append +=" apt"enter code here * Then I generate the image with : bitbake

[yocto] Yocto Project Status WW03`22

2022-01-18 Thread Stephen Jolley
Current Dev Position: YP 3.5 M2 Next Deadline: 17th Jan. 2022 YP 3.5 M2 build Next Team Meetings: * Bug Triage meeting Thursday Jan. 20th 7:30 am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) *

Re: [yocto] Honister broken WiFi communication

2022-01-18 Thread Rudolf J Streif
Hi JH, On Tue, Jan 18, 2022, 01:54 JH wrote: > Hi, > > Has anyone successfully built a Linux image by Honister to run WiFi > driver, connman and wpa_supplicant for WiFi interface? > Yes, I have, but with Network Manager instead of connman. WiFi works just fine. > > I could build an image by

Re: [yocto] gdb with a broken sdk

2022-01-18 Thread dacav
On Wed, Jan 12, 2022 at 02:15:38AM +, dacav wrote: > How can I include aarch64-foobar-gdb in the devshell's PATH? Follow up on this thread: I've been kindly helped by kroon on #yocto. The trick consists in adding a build-time dependency to gdb-cross-aarch64 in my recipe: DEPEND =

Re: [yocto] Advertise lore.kernel.org archives on website?

2022-01-18 Thread Richard Purdie
On Tue, 2022-01-18 at 10:44 +0100, Michael Opdenacker wrote: > Greetings, > > I see more and more people using links to the lore.kernel.org archives, > for example the ones for this list: https://lore.kernel.org/yocto/ > > These look more convenient to use than the ones on >

[yocto] Honister broken WiFi communication

2022-01-18 Thread JH
Hi, Has anyone successfully built a Linux image by Honister to run WiFi driver, connman and wpa_supplicant for WiFi interface? I could build an image by Zeus to run WiFi driver, wpa_supplicant, connman and dbus well, but after upgrading to Honister, the Linux image building was fie, but the WiFi

[yocto] Advertise lore.kernel.org archives on website?

2022-01-18 Thread Michael Opdenacker
Greetings, I see more and more people using links to the lore.kernel.org archives, for example the ones for this list: https://lore.kernel.org/yocto/ These look more convenient to use than the ones on https://lists.yoctoproject.org/. So what about advertising such archives on

[linux-yocto][linux-yocto v5.10/standard/nxp-sdk-5.10/nxp-soc & v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc][PATCH 2/2] drm/imx: Fix a build error No rule to make target 'ipuv3-crtc.o'

2022-01-18 Thread Xiaolei Wang
ipuv3 has been moved to a new directory, so delete it from Makefile Fixes: 927cbb68a3ab2 ("drm/imx: ipuv3-kms: Move to a new ipuv3 folder") Signed-off-by: Xiaolei Wang --- drivers/gpu/drm/imx/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/imx/Makefile

[linux-yocto][linux-yocto v5.10/standard/nxp-sdk-5.10/nxp-soc & v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-soc][PATCH 1/2] clk: imx: Fix a build error too many arguments 'imx_register_uart_clocks' in

2022-01-18 Thread Xiaolei Wang
Since commit 247a98a4a2dcb("clk: imx: enable the earlycon uart clocks by parsing from dt") imx_register_uart_clocks no longer requires parameters, so delete the incoming parameters Signed-off-by: Xiaolei Wang --- drivers/clk/imx/clk-imx6q.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[linux-yocto]: [kernel for intel-socfpga]: intel-socfpga: improve dts files for FPGA design

2022-01-18 Thread Meng Li
From: Limeng Hi Bruce, There are below 2 pathces to improve dts files for FPGA design Could you please help to merge them into linux-ycoto kernel repo, both standard and rt branches v5.10/standard/intel-sdk-5.10/intel-socfpga v5.10/standard/preempt-rt/intel-sdk-5.10/intel-socfpga diffstat

[linux-yocto] [PATCH 1/2] aarch: arm64: dts: add #clock-cells property in gmac node

2022-01-18 Thread Meng Li
When kernel boots up, there is below log info: OF: /soc/bridge@8000/phy@0x10040: could not get #clock-cells for /soc/ethernet@ff802000 Because of lacking the #clock-cells property in gmac node, add it refer to patch in below link:

[linux-yocto] [PATCH 2/2] aarch: arm64: dts: add condition to include qse dtsi file

2022-01-18 Thread Meng Li
This issue is introduced by sdk commit 2345bf39fa33("HSD#1509827762: arm64: dts: stratix10: add Intel FPGA Quad Speed Ethernet for Stratix10"). The qse feature is included latest Intel standard PFGA design by default, so above commit add qse related dts node, and is included in dts files. But for