[linux-yocto] [PATCH] nxp-ls1043: add scc and cfg files for nxp-ls1043 platform

2022-04-20 Thread Meng Li
Refer to scc and cfg files on branch yocto-5.10, add new scc and cfg files for BSP nxp-ls1043 on branch yocto-5.15. Signed-off-by: Meng Li --- bsp/nxp-ls1043/nxp-ls1043-preempt-rt.scc | 8 ++ bsp/nxp-ls1043/nxp-ls1043-standard.scc | 8 ++ bsp/nxp-ls1043/nxp-ls1043.cfg| 158

[linux-yocto] [yocto-kernel-cache]: nxp-ls1043: add scc and cfg files for nxp-ls1043 platform

2022-04-20 Thread Meng Li
From: Limeng Hi Bruce, Recently, I am working on nxp ls1043 SoC BSP, and want to add scc and cfg files for this BSP in kernel-cache. Could you please help to merge this patch into yocto-kernel-cache, branch is only yocto-5.15? diffstat info as below: nxp-ls1043-preempt-rt.scc |8 ++

[linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH 4/4] bsp/intel-x86: add support for Time-Sensitive Network

2022-04-20 Thread Yongxin Liu
Signed-off-by: Yongxin Liu Signed-off-by: Bruce Ashfield (cherry picked from commit dbe03fa9005d388617aca3bcfb1b06ba35d49215) Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86-64-preempt-rt.scc | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/intel-x86/intel-x86-64-preempt-rt.scc

[linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH 1/4] bsp/intel-x86: add support for Marvell Alaska PHYs

2022-04-20 Thread Yongxin Liu
Signed-off-by: Yongxin Liu Signed-off-by: Bruce Ashfield (cherry picked from commit e5f9159b015681e7a2a86cd67f109ae814f5a5c6) Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/intel-x86/intel-x86.cfg

[linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH 0/4] some kernel configs cherry picked from 5.10 to 5.15

2022-04-20 Thread Yongxin Liu
Hi Bruce, Here are some commits are cherry-picked from yocto-5.10. Could you help to merge them to yocto-5.15? Yongxin Liu (4): bsp/intel-x86: add support for Marvell Alaska PHYs bsp/intel-x86: add pinctrl support for Intel Elkhart Lake features/tsn: add feature for Time-Sensitive

[linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH 2/4] bsp/intel-x86: add pinctrl support for Intel Elkhart Lake

2022-04-20 Thread Yongxin Liu
Currently, this pinctrl for Elkhart Lake is only supported in intel-x86 bsp, so it cannot be added in features/intel-pinctrl. Signed-off-by: Yongxin Liu Signed-off-by: Bruce Ashfield (cherry picked from commit bc4bc1a4e732806879286619e8583530df819908) Signed-off-by: Yongxin Liu ---

[linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH 3/4] features/tsn: add feature for Time-Sensitive Networking

2022-04-20 Thread Yongxin Liu
Signed-off-by: Yongxin Liu Signed-off-by: Bruce Ashfield (cherry picked from commit 4537448afb4a4140771a1cd3e67120cee3f1a591) Signed-off-by: Yongxin Liu --- features/tsn/tsn.cfg | 5 + features/tsn/tsn.scc | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 features/tsn/tsn.cfg

Re: [linux-yocto] Non-deterministic SHA commit hash when applying patches to kernel git repository

2022-04-20 Thread Bruce Ashfield
On Wed, Apr 20, 2022 at 3:23 PM Jimmy Assarsson wrote: > On 2022-03-13 04:37, Bruce Ashfield wrote: > > On Sat, Mar 12, 2022 at 2:12 PM Jimmy Assarsson < > jimmyassars...@gmail.com > wrote: > > > > On 2022-03-09 16:47, Bruce Ashfield wrote: > > > On Sat,

Re: [linux-yocto] Non-deterministic SHA commit hash when applying patches to kernel git repository

2022-04-20 Thread Jimmy Assarsson
On 2022-03-13 04:37, Bruce Ashfield wrote: On Sat, Mar 12, 2022 at 2:12 PM Jimmy Assarsson mailto:jimmyassars...@gmail.com>> wrote: On 2022-03-09 16:47, Bruce Ashfield wrote: > On Sat, Feb 26, 2022 at 2:17 AM Jimmy Assarsson > mailto:jimmyassars...@gmail.com>> wrote: >> On

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

2022-04-20 Thread Raj, Khem via lists.yoctoproject.org
OK I would be fine to go with this assertion and perhaps monitor it closely to be classified as intermittent or something one off. From: Richard Purdie Date: Wednesday, April 20, 2022 at 7:19 AM To: Raj, Khem , qa-build-notificat...@lists.yoctoproject.org , yocto@lists.yoctoproject.org Cc:

Re: [yocto] [meta-raspberrypi][PATCH] bluez-firmware-rpidistro: add compatibility to oe-core/create-spdx

2022-04-20 Thread Andrei Gherzan
Hi, On Thu, 14 Apr 2022, at 13:36, Davide Gardenal wrote: > Add do_create_spdx dependency to fix error when LICENCE is not found > > Signed-off-by: Davide Gardenal I have pulled this patch in https://github.com/agherzan/meta-raspberrypi/pull/1053. Thanks, Andrei -=-=-=-=-=-=-=-=-=-=-=-

Re: [yocto] [meta-raspberrypi][PATCH] meta-raspberrypi: u-boot: remove the randundant patch

2022-04-20 Thread Andrei Gherzan
Hi, On Wed, 20 Apr 2022, at 03:03, Meng Li wrote: > This patch had been merged into u-boot upstream. Its commit is > 29f7d05a347a("dm: core: Move ofdata_to_platdata() call earlier"). > So, remove the randundant patch to avoid building error. > > Signed-off-by: Meng Li I have pulled this patch

Re: [linux-yocto] [PATCH] [v5.15/standard/x86 and v5.15/standard/preempt-rt/x86] Add GPIO, Time-Aware GPIO, PTP and Time Coordinated computing support for Elkhart Lake in kernel v5.15

2022-04-20 Thread Bruce Ashfield
In message: [linux-yocto] [PATCH] [v5.15/standard/x86 and v5.15/standard/preempt-rt/x86] Add GPIO, Time-Aware GPIO, PTP and Time Coordinated computing support for Elkhart Lake in kernel v5.15 on 20/04/2022 Liu, Yongxin wrote: > Hi Bruce, > > Could you please help to merge those 23 patches to

Re: [linux-yocto][v5.15/standard/base][PATCH] netfilter: conntrack: avoid useless indirection during conntrack destruction

2022-04-20 Thread Bruce Ashfield
In message: [linux-yocto][v5.15/standard/base][PATCH] netfilter: conntrack: avoid useless indirection during conntrack destruction on 18/04/2022 He Zhe wrote: > From: Florian Westphal > > nf_ct_put() results in a usesless indirection: > > nf_ct_put -> nf_conntrack_put -> nf_conntrack_destroy

Re: [linux-yocto][yocto-kernel-cache v5.10] update kernel-cache for marvell

2022-04-20 Thread Bruce Ashfield
In message: [linux-yocto][yocto-kernel-cache v5.10] update kernel-cache for marvell on 15/04/2022 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge these 2 patches into our linux-yocto repo. > > repo: > yocto-kernel-cache > branch: > yocto-5.10 merged.

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

2022-04-20 Thread Richard Purdie
On Wed, 2022-04-20 at 14:14 +, Raj, Khem wrote: > Is the sato-sdk on qemuppc also intermittent issue  It doesn't usually happen and works fine in other builds so it is intermittent. Whether it is one of our "known" intermittent issues, I don't know. I couldn't get any real information from

Re: [linux-yocto] [linux-yocto preempt-rt kernel]: nxp-s32g: update to align with NXP SDK

2022-04-20 Thread Bruce Ashfield
In message: [linux-yocto] [linux-yocto preempt-rt kernel]: nxp-s32g: update to align with NXP SDK on 14/04/2022 Zhantao Tang wrote: > Hi Bruce, > > > There are 24 patches from bsp32 latest update for the following branch > > v5.10/standard/preempt-rt/nxp-sdk-5.10/nxp-s32g2xx > >

Re: [linux-yocto] [linux-yocto std kernel]: nxp-s32g: update to align with NXP SDK

2022-04-20 Thread Bruce Ashfield
In message: [linux-yocto] [linux-yocto std kernel]: nxp-s32g: update to align with NXP SDK on 14/04/2022 Zhantao Tang wrote: > Hi Bruce, > > There are 24 patches from NXP internal share repo to update the following > branch > > v5.10/standard/nxp-sdk-5.10/nxp-s32g2xx > > Would you

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

2022-04-20 Thread Raj, Khem via lists.yoctoproject.org
Is the sato-sdk on qemuppc also intermittent issue From: t...@lists.yoctoproject.org on behalf of Richard Purdie Sent: Wednesday, April 20, 2022 12:29:29 AM To: qa-build-notificat...@lists.yoctoproject.org ; yocto@lists.yoctoproject.org Cc: Yocto TSC ;

Re: [linux-yocto] [kernel-cache][PATCH] cfg/debug: Remove unused test config

2022-04-20 Thread Bruce Ashfield
On Fri, Apr 15, 2022 at 2:17 PM Dylan Garrett wrote: > > I'm actually on 5.10.104 right now, but I went ahead and made this patch to > the master branch of kernel-cache. > > I'm working with an ARMv8-based board, but the warning also reproduces with > just qemuarm64. Thanks for the info. I've

[linux-yocto] [PATCH] [v5.15/standard/x86 and v5.15/standard/preempt-rt/x86] Add GPIO, Time-Aware GPIO, PTP and Time Coordinated computing support for Elkhart Lake in kernel v5.15

2022-04-20 Thread Yongxin Liu
Hi Bruce, Could you please help to merge those 23 patches to linux-yocto, branch v5.15/standard/x86 and v5.15/standard/preempt-rt/x86? Those patches add support for GPIP/TGPIO, PTP and TCC(Intel Time Coordinated Computing) on Elkhart Lake CRB. All the patches are from

[yocto] SRC_URI from AWS codecommit with user and password #yocto

2022-04-20 Thread mail2uvijay
Hi All, I have an application writing in Qt/QML for specific embedded target, The repo for this application is maintained in AWS codecommit which has user and password . How to mentioned in the recipe SRC_URI to fetch from the repo which has user/password. I dont have SSH access for the same.

Re: [yocto] package and booting an initramfs image

2022-04-20 Thread Zoran
Please, read carefully thru this yocto @ thread. https://www.yoctoproject.org/pipermail/yocto/2018-July/041680.html Zee ___ On Tue, Apr 19, 2022 at 8:27 PM wrote: > > I have a need to package my kernel, dtb, and rootfs manually and then boot > this as an initramfs. I'm not sure which

[yocto] IPv6 Autogeneration Not Persisting

2022-04-20 Thread Syed, Nabeel via lists.yoctoproject.org
I'm trying to auto-generate IPv6 for interfaces on a ZPE Systems device but not able to. It keeps reverting to a value of '1' after a reboot even though the config file clearly has '3'. Anyone run into something similar? root@device:/home/admin# cat /proc/version Linux version

[yocto] [meta-security][PATCH] Add EROFS support to dm-verity-img class

2022-04-20 Thread Joshua Harley
Add support for the EROFS image, and it's compressed options, to the dm-verity-img.bbclass setup, theoretically this is a simple addition to the list of types however there is a quirk in how Poky handles the filesystems in poky/meta/classes/image_types.bbclass. Specifically the 'IMAGE_CMD' and

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

2022-04-20 Thread Richard Purdie
On Wed, 2022-04-20 at 06:02 +, Pokybuild User wrote: > A build flagged for QA (yocto-3.3.6.rc1) was completed on the autobuilder and > is available at: > > > https://autobuilder.yocto.io/pub/releases/yocto-3.3.6.rc1 > > > Build hash information: > > bitbake:

[yocto] QA notification for completed autobuilder build (yocto-3.3.6.rc1)

2022-04-20 Thread Pokybuild User
A build flagged for QA (yocto-3.3.6.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-3.3.6.rc1 Build hash information: bitbake: d01d8326331cfe59208674cfc53aa26c0028b313 meta-agl: ca53308f8803fb50709b3f17bb1f9e476366bb62