Re: [yocto] [meta-zephyr][PATCH 2/2] nrf52840dk_nrf52840.conf: Add nRF52840 DK support

2021-05-18 Thread Naveen Saini
So far, MACHINE configurations are named using '-' instead of '_' . Could you use change it ? Regards, Naveen > -Original Message- > From: yocto@lists.yoctoproject.org On > Behalf Of Wojciech Zmuda > Sent: Tuesday, May 18, 2021 7:28 PM > To: yocto@lists.yoctoproject.org > Cc: Wojciech

Re: [linux-yocto][linux-yocto v5.10/standard/ti-sdk-5.4/ti-j72xx][PATCH] Revert "phy: ti: j721e-wiz: Invoke wiz_init() before of_platform_device_create()"

2021-05-18 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][linux-yocto v5.10/standard/ti-sdk-5.4/ti-j72xx][PATCH] Revert "phy: ti: j721e-wiz: Invoke wiz_init() before of_platform_device_create()" on 19/05/2021 Xulin Sun wrote: > This reverts commit 6115a9027e5294e2f38ff0efac7c34e8ee40a706. > > Since this

Re: [PATCH 0/2] [linux-yocto] [kernel v5.10/standard/nxp-sdk-5.4/nxp-imx8][PATCH 0/8] Fix some build error caused by Merge branch'v5.10/standard/base' into v5.10/standard/nxp-sdk-5.4/nxp-imx8

2021-05-18 Thread Bruce Ashfield
In message: [PATCH 0/2] [linux-yocto] [kernel v5.10/standard/nxp-sdk-5.4/nxp-imx8][PATCH 0/8] Fix some build error caused by Merge branch'v5.10/standard/base' into v5.10/standard/nxp-sdk-5.4/nxp-imx8 on 19/05/2021 Xiaolei Wang wrote: > Hi Bruce, > > This review mainly fixes some kernel

Re: [linux-yocto][v5.10/standard/preempt-rt/base and v5.4/standard/preempt-rt/base][PATCH v2] fs: dcache: avoid livelocks on d_alloc_parallel

2021-05-18 Thread Bruce Ashfield
Adding Paul (I'd like his opinion). This is in a really core part of the kernel, and I can't tell from the patch: - has this been submitted to the upstream -rt list ? (I checked and didn't see it) - is this a backport ? (A quick check also says no, I don't see it in my 5.12-rt) - what sort

[linux-yocto][v5.10/standard/preempt-rt/base and v5.4/standard/preempt-rt/base][PATCH v2] fs: dcache: avoid livelocks on d_alloc_parallel

2021-05-18 Thread wenlin.k...@windriver.com
From: Wenlin Kang With RT, if a high priority task that runs d_alloc_parallel() preempts a low priority task that runs __d_add(), it can make d_alloc_parallel() go into an infinite retry. low priority task: high priority task: __lookup_slow() d_add() __d_add

[linux-yocto][linux-yocto v5.10/standard/ti-sdk-5.4/ti-j72xx][PATCH] Revert "phy: ti: j721e-wiz: Invoke wiz_init() before of_platform_device_create()"

2021-05-18 Thread Xulin Sun
This reverts commit 6115a9027e5294e2f38ff0efac7c34e8ee40a706. Since this commit introduced a wrong merge which caused a compiling error. And the previous commit c2409e3a56d7e8 (phy: ti: j721e-wiz: Don't configure wiz if its already configured) has implemented to call wiz_init() before

[PATCH 0/2] [linux-yocto] [kernel v5.10/standard/nxp-sdk-5.4/nxp-imx8][PATCH 0/8] Fix some build error caused by Merge branch'v5.10/standard/base' into v5.10/standard/nxp-sdk-5.4/nxp-imx8

2021-05-18 Thread Xiaolei Wang
Hi Bruce, This review mainly fixes some kernel interface changes that lead to build errors v5.10/standard/nxp-sdk-5.4/nxp-imx8 Xiaolei Wang (2): arm64: mm: Remove the use of arm64_dma32_phys_limit mmc: core: Drop the PM notifier for mmc subsystem arch/arm64/mm/init.c| 5 ---

[linux-yocto] [PATCH 2/2] mmc: core: Drop the PM notifier for mmc subsystem

2021-05-18 Thread Xiaolei Wang
When merging v5.10.37, part of the commit 44faf03f56b8 ("mmc: core: Fix hanging on I/O during system suspend for removable cards") is discarded due to the confliction, restore it back. Signed-off-by: Xiaolei Wang --- drivers/mmc/core/core.c | 74 -

[linux-yocto] [PATCH 1/2] arm64: mm: Remove the use of arm64_dma32_phys_limit

2021-05-18 Thread Xiaolei Wang
When merging the v5.10.37, part of the commit 2281df0b0226 ("arm64: Remove arm64_dma32_phys_limit and its uses") was discarded due to the confliction, restore it back. Signed-off-by: Xiaolei Wang --- arch/arm64/mm/init.c | 5 - 1 file changed, 5 deletions(-) diff --git

[yocto] Yocto Technical Team Minutes, Engineering Sync, for May 18, 2021

2021-05-18 Thread Trevor Woerner
Yocto Technical Team Minutes, Engineering Sync, for May 18, 2021 archive: https://docs.google.com/document/d/1ly8nyhO14kDNnFcW2QskANXW3ZT7QwKC5wWVDg9dDH4/edit == announcements == The upcoming Yocto Project Summit is taking place May 25-26 2021 details:

[yocto] Makefile environment variables do not work on some host

2021-05-18 Thread Aymeric Dumaz
Hello, I have created a recipe to call multiple makefile and set a variable if it's not defined inside them, meaning I set it before "oe_runmake". It works as expected on a Debian testing, but with a Ubuntu base chroot it does not. I have written a simple recipe and the steps I used to configure

Re: [yocto] [meta-zephyr][PATCH 2/2] zephyr-kernel-src.inc: set default preferred version to 2.6.0-rc1

2021-05-18 Thread Jon Mason
On Tue, May 18, 2021 at 11:24 AM Zbigniew Bodek wrote: > > Hello Jon, > > Thanks for your comment. I will try to answer. > This change is to include following bug fix: > https://github.com/zephyrproject-rtos/zephyr/pull/33251 > I can also see we've had multiple RC versions in the past but in

Re: [yocto] [meta-zephyr][PATCH 2/2] zephyr-kernel-src.inc: set default preferred version to 2.6.0-rc1

2021-05-18 Thread Jon Mason
On Tue, May 18, 2021 at 8:30 AM Wojciech Zmuda wrote: > > From: Zbigniew Bodek > > Signed-off-by: Zbigniew Bodek Do we really want to have Zephyr on a release candidate? IMHO, we should never be doing this, as we should want the kernel in meta-zephyr to be as stable as possible. If this is

[yocto] [meta-zephyr][PATCH] qemuzephyrrunner.py: use existing qemu conf file

2021-05-18 Thread Jon Mason
Read the generated QEMU conf file, instead of using hard coded values. This allows for machines not conforming to the hard coded values to work with testimage. Signed-off-by: Jon Mason --- conf/machine/qemu-x86.conf | 1 + lib/oeqa/utils/qemuzephyrrunner.py | 89

[yocto] Yocto Project Status WW20`21

2021-05-18 Thread Stephen Jolley
Current Dev Position: YP 3.4 M1 Next Deadline: 7th June 2021 YP 3.4 M1 build Next Team Meetings: * Bug Triage meeting Thursday May 20th at 7:30am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) *

VS: VS: [yocto] Make do_image_complete wait for an earlier task

2021-05-18 Thread Mikko Murto
> -Alkuperäinen viesti- > Lähettäjä: Richard Purdie > Lähetetty: tiistai 18. toukokuuta 2021 12.19 > There is no direct dependency from do_image_complete on the do_create_spdx > tasks. > > You can add: > > do_rootfs[recrdeptask] += "do_create_spdx" > > but this will have the side

[yocto] [meta-zephyr][PATCH 2/2] zephyr-kernel-src.inc: set default preferred version to 2.6.0-rc1

2021-05-18 Thread Wojciech Zmuda
From: Zbigniew Bodek Signed-off-by: Zbigniew Bodek --- recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc b/recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc index

[yocto] [meta-zephyr][PATCH 0/2] Update Zephyr version to 2.6.0-rc1

2021-05-18 Thread Wojciech Zmuda
From: Wojciech Zmuda 2.6.0-rc1 has been released 9 days ago and contains a vast number of improvements. Release notes available here: https://github.com/zephyrproject-rtos/zephyr/releases/tag/v2.6.0-rc1 I'm sending this patch set on behalf of the original author Zbigniew Bodek Zbigniew

[yocto] [meta-zephyr][PATCH 1/2] zephyr-kernel-src-2.6.0-rc1.inc: Add support for zephyr kernel version 2.6.0-rc1

2021-05-18 Thread Wojciech Zmuda
From: Zbigniew Bodek This version can be selected defining PREFERRED_VERSION_zephyr-kernel ??= "2.6.0-rc1" Signed-off-by: Zbigniew Bodek --- .../zephyr-kernel/zephyr-kernel-src-2.6.0-rc1.inc | 10 ++ 1 file changed, 10 insertions(+) create mode 100644

[yocto] [meta-zephyr][PATCH 2/2] nrf52840dk_nrf52840.conf: Add nRF52840 DK support

2021-05-18 Thread Wojciech Zmuda
From: Wojciech Zmuda Add support for Nordic Semiconductor nRF52840 Development Kit board. This is a generic MACHINE over nRF52 SoC family config plus PyOCD flashing ability. Signed-off-by: Wojciech Zmuda --- conf/machine/nrf52840dk_nrf52840.conf | 8 1 file changed, 8 insertions(+)

[yocto] [meta-zephyr][PATCH 0/2] Add nRF52840 DK support

2021-05-18 Thread Wojciech Zmuda
From: Wojciech Zmuda This patch set adds support for Nordic Semiconductor nRF5284 Development Kit board. Since there already is nRF52xx family chip support added (specifically nRF52832 used in 96Boards Nitrogen), make this support a bit more generic to cover the whole family, then add a

[yocto] [meta-zephyr][PATCH 1/2] nrf52832.inc: Rename to nrf52.inc

2021-05-18 Thread Wojciech Zmuda
From: Wojciech Zmuda The file is so generic anyway it can be targeted for the nRF52 family without any harm. Signed-off-by: Wojciech Zmuda --- conf/machine/96b-nitrogen.conf | 2 +- conf/machine/include/{nrf52832.inc => nrf52.inc} | 4 ++-- 2 files changed, 3 insertions(+),

[yocto-announce] [ANNOUNCEMENT] Yocto Project 3.2.4 (gatesgarth-24.0.4) is Released

2021-05-18 Thread Vineela
Hello, We are pleased to announce the Yocto Project 3.2.4 (gatesgarth-24.0.4) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-3.2.4/poky-gatesgarth-24.0.4.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-3.2.4/poky-gatesgarth-24.0.4.tar.bz2 A

Re: VS: [yocto] Make do_image_complete wait for an earlier task

2021-05-18 Thread Richard Purdie
On Tue, 2021-05-18 at 07:09 +, Mikko Murto wrote: > > Lähettäjä: Richard Purdie > > Lähetetty: tiistai 18. toukokuuta 2021 9.57 > > > > On Tue, 2021-05-18 at 06:15 +, Mikko Murto wrote: > > > Hi, > > > > > > I've created a task do_create_spdx that gets some data from packages > > >

Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.3.1.rc1)

2021-05-18 Thread Sangeeta Jain
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-3.3.1.rc1. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowTurbot 32-bit 2. Coffee Lake 3. NUC

VS: [yocto] Make do_image_complete wait for an earlier task

2021-05-18 Thread Mikko Murto
> Lähettäjä: Richard Purdie > Lähetetty: tiistai 18. toukokuuta 2021 9.57 > > On Tue, 2021-05-18 at 06:15 +, Mikko Murto wrote: > > Hi, > > > > I've created a task do_create_spdx that gets some data from packages > > after do_package. The task is currently added with `addtask > >

Re: [yocto] Make do_image_complete wait for an earlier task

2021-05-18 Thread Richard Purdie
On Tue, 2021-05-18 at 06:15 +, Mikko Murto wrote: > Hi, > > I've created a task do_create_spdx that gets some data from packages after  > do_package. The task is currently added with `addtask do_create_spdx after  > do_package before do_packagedata` The data is then enriched and combined in 

[yocto] Make do_image_complete wait for an earlier task

2021-05-18 Thread Mikko Murto
Hi, I've created a task do_create_spdx that gets some data from packages after do_package. The task is currently added with `addtask do_create_spdx after do_package before do_packagedata` The data is then enriched and combined in do_image_complete by adding the combining function to

Re: [yocto] vlc 3.0.11 package issue

2021-05-18 Thread Khem Raj
On Mon, May 17, 2021 at 10:57 PM sateesh m wrote: > > Hi , > >I am trying to run vlc-3.0.11 media player on my riscv target board. I am > facing problem this package > > [cli] lua interface error: Error loading script > /usr/lib/vlc/lua/intf/cli.luac: >