Re: [yocto] Bug in dunfell branch because of commit "sdk: fix relocate symlink failed"?

2021-09-02 Thread Matthias Klein
Hello Steve, Can you push the commit to the dunfell branch, or do I need to open an official bug somewhere, or what is the correct procedure? Best regards, Matthias -Ursprüngliche Nachricht- Von: Matthias Klein Gesendet: Donnerstag, 2. September 2021 16:36 An: Steve Sakoman Cc:

Re: [linux-yocto]: [kernel v5.10/standard/nxp-sdk-5.10/nxp-soc]: soc: fsl: dpio: protect smp_processor_id when get processor id

2021-09-02 Thread Bruce Ashfield
In message: [linux-yocto]: [kernel v5.10/standard/nxp-sdk-5.10/nxp-soc]: soc: fsl: dpio: protect smp_processor_id when get processor id on 02/09/2021 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > There is a similar patch had been merged into rt branch before, but I also >

Re: [linux-yocto][yocto-kernel-cache][master and yocto-5.10][PATCH 1/2] bsp/intel-x86: remove cfg80211 related overrides

2021-09-02 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache][master and yocto-5.10][PATCH 1/2] bsp/intel-x86: remove cfg80211 related overrides on 02/09/2021 Yongxin Liu wrote: > Fix the following warning: > platform regulatory.0: Direct firmware load for regulatory.db failed with > error -2

Re: [linux-yocto] [yocto-kernel-cache][PATCH][5.10][5.13][master] features/media-platform: enable MEDIA_PLATFORM_SUPPORT

2021-09-02 Thread Bruce Ashfield
Thanks for the fixup, This is now merged. Bruce In message: [linux-yocto] [yocto-kernel-cache][PATCH][5.10][5.13][master] features/media-platform: enable MEDIA_PLATFORM_SUPPORT on 01/09/2021 Anuj Mittal wrote: > Commit 06b93644f4d10 (media: Kconfig: add an option to filter in/out > platform

Re: [linux-yocto] [yocto-kernel-cache] [yocto-5.14] [PATCH] qemu: fix do_kernel_configcheck warning about IDE_GD_ATA in qemu bsp

2021-09-02 Thread Bruce Ashfield
merged to kernel-cache master. Bruce In message: [linux-yocto] [yocto-kernel-cache] [yocto-5.14] [PATCH] qemu: fix do_kernel_configcheck warning about IDE_GD_ATA in qemu bsp on 01/09/2021 qiang.zh...@windriver.com wrote: > From: Zqiang > > WARNING: do_kernel_configcheck: [kernel config]:

Re: [linux-yocto] [yocto-kernel-cache]: marvell-cn96xx: Enable the GHES driver

2021-09-02 Thread Bruce Ashfield
In message: [linux-yocto] [yocto-kernel-cache]: marvell-cn96xx: Enable the GHES driver on 01/09/2021 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge this patch into our yocto-kernel-cache repo. > > repo: > yocto-kernel-cache merged. Bruce > > branch: >

Re: [linux-yocto][v5.10/standard/preempt-rt/sdkv5.10/axxia][PATCH 0/4] axxia: fix watchdog/uImage/micrel/timer issues

2021-09-02 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][v5.10/standard/preempt-rt/sdkv5.10/axxia][PATCH 0/4] axxia: fix watchdog/uImage/micrel/timer issues on 01/09/2021 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > > Hi Bruce, > > Would you please help merge these 3 patches to the branches

Re: [linux-yocto][yocto-kernel-cache][yocto-5.10 only][PATCH] axxia: add hugetlb support for axxiaarm64 and axxiaarm

2021-09-02 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache][yocto-5.10 only][PATCH] axxia: add hugetlb support for axxiaarm64 and axxiaarm on 31/08/2021 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > Enable hugetlb support for axm56xx. And also enable hugetlb for axm55xx >

[yocto] Minutes: Yocto Project Weekly Triage Meeting 9/2/2021

2021-09-02 Thread Trevor Gamblin
*Wiki: *https://wiki.yoctoproject.org/wiki/Bug_Triage *Attendees:* Alex, Bruce, Joshua, Randy, Richard, Ross, Saul, Stephen, Steve, Tim, Trevor *ARs:* N/A *Notes:* * * - (carried over) Steve encountered build failures such as the one in

Re: [yocto] Bug in dunfell branch because of commit "sdk: fix relocate symlink failed"?

2021-09-02 Thread Matthias Klein
Hello Steve, yes, that commit resolves the issue. Best regards, Matthias -Ursprüngliche Nachricht- Von: Steve Sakoman Gesendet: Donnerstag, 2. September 2021 16:09 An: Matthias Klein Cc: yocto@lists.yoctoproject.org Betreff: Re: [yocto] Bug in dunfell branch because of commit "sdk:

Re: [yocto] Bug in dunfell branch because of commit "sdk: fix relocate symlink failed"?

2021-09-02 Thread Steve Sakoman
On Thu, Sep 2, 2021 at 2:55 AM Matthias Klein wrote: > > Hello, > > the following commit needs the variable SDK_BUILD_PATH which doesn't seem to > exist in the dunfell branch: >

[yocto] Bug in dunfell branch because of commit "sdk: fix relocate symlink failed"?

2021-09-02 Thread Matthias Klein
Hello, the following commit needs the variable SDK_BUILD_PATH which doesn't seem to exist in the dunfell branch: https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/files/toolchain-shar-relocate.sh?h=dunfell=d6f40be29bf56a835f5825692a22365f04aeb6c3 This leads to countless messages being

[linux-yocto] [PATCH] soc: fsl: dpio: protect smp_processor_id when get processor id

2021-09-02 Thread Meng Li
From: Jiafei Pan commit 3eacacf7f8bb8f757590054e9fd318f6a86e258b from http://source.codeaurora.org/external/qoriq/qoriq-components/linux When enable debug kernel configs,there will be calltrace as below: 009: BUG: using smp_processor_id() in preemptible [] code: swapper/0/1 009: caller

[linux-yocto]: [kernel v5.10/standard/nxp-sdk-5.10/nxp-soc]: soc: fsl: dpio: protect smp_processor_id when get processor id

2021-09-02 Thread Meng Li
From: Limeng Hi Bruce, There is a similar patch had been merged into rt branch before, but I also found this issue in standard kernel. So, could you please help merge this patch into linux-ycoto kernel, branch is only v5.10/standard/nxp-sdk-5.10/nxp-soc? diffstat info as below:

[yocto] [PATCH][gatesgarth] config.json: drop redundant meta-kernel mentions

2021-09-02 Thread Ross Burton
Signed-off-by: Ross Burton --- config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.json b/config.json index 5dda653..bee5350 100644 --- a/config.json +++ b/config.json @@ -277,9 +277,8 @@ "TEMPLATE" : "ltp-qemu" }, "meta-arm" :

Re: [yocto] task do_patch does not exist

2021-09-02 Thread Alexander Kanavin
I think you need to move the recipe from a workspace to the layer first with 'devtool finish'. When the recipe is in a workspace, it's taking the source code from the workspace as well, and additional patches aren't used. Alex On Thu, 2 Sept 2021 at 10:10, Ivan Riabtsov wrote: > Hello. I

[yocto] task do_patch does not exist

2021-09-02 Thread Ivan Riabtsov
Hello. I created a recipe with the following command: $ devtool add mosquitto https://mosquitto.org/files/source/mosquitto-2.0.11.tar.gz i got the file: ivr@home-machine:~/work/yocto/build $ cat workspace/recipes/mosquitto/mosquitto_2.0.11.bb # Recipe created by recipetool # This is the basis