Re: [yocto] Yocto with Monorepo - best practice for building apps that have source within the repo?

2022-12-14 Thread Junling Zheng via lists.yoctoproject.org
在 2022/12/14 21:55, Alexander Kanavin 写道: > On Wed, 14 Dec 2022 at 14:28, Junling Zheng wrote: >> Can this method detect source code changes for incremental building? > > You need to experiment with this. If you list a local directory in > SRC_URI, bitbake will checksum everything in it, and

Re: [yocto] Yocto with Monorepo - best practice for building apps that have source within the repo?

2022-12-14 Thread Alexander Kanavin
On Wed, 14 Dec 2022 at 14:28, Junling Zheng wrote: > Can this method detect source code changes for incremental building? You need to experiment with this. If you list a local directory in SRC_URI, bitbake will checksum everything in it, and will detect when things change and then copy over the

Re: [yocto] Yocto with Monorepo - best practice for building apps that have source within the repo?

2022-12-14 Thread Junling Zheng via lists.yoctoproject.org
在 2022/12/14 17:40, Alexander Kanavin 写道: > On Wed, 14 Dec 2022 at 10:34, David Antliff wrote: >> Good question! I would prefer not to use a monorepo but it has been imposed >> on me. It predates my involvement and I’m stuck with it, unfortunately. >> Consider it an unavoidable constraint.

Re: [yocto] Yocto with Monorepo - best practice for building apps that have source within the repo?

2022-12-14 Thread Alexander Kanavin
On Wed, 14 Dec 2022 at 12:08, David Antliff wrote: > Using FILESEXTRAPATHS also works but it's in a .bb not a .bbappend. I suppose > there's nothing stopping me splitting my recipe into those two files, > actually... then I'd be technically compliant with the docs. I think the documentation

Re: [yocto] Yocto with Monorepo - best practice for building apps that have source within the repo?

2022-12-14 Thread David Antliff
Alexander Kanavin wrote: > On Wed, 14 Dec 2022 at 10:34, David Antliff wrote: > > Good question! I would prefer not to use a monorepo but it has been imposed > > on me. It predates my involvement and I’m stuck with it, unfortunately. > > Consider it an unavoidable constraint. There's a lot in

[yocto] Yocto with Monorepo - best practice for building apps that have source within the repo?

2022-12-14 Thread David Antliff
Hi, I'm looking for some advice around using Yocto in a mono-repository, specifically how to include my own C/C++ applications that have their source code stored elsewhere in the repository (not under the recipe's files/ directory). The core of the matter is that the applications' source is

Re: [yocto] Yocto with Monorepo - best practice for building apps that have source within the repo?

2022-12-14 Thread Alexander Kanavin
On Wed, 14 Dec 2022 at 10:34, David Antliff wrote: > Good question! I would prefer not to use a monorepo but it has been imposed > on me. It predates my involvement and I’m stuck with it, unfortunately. > Consider it an unavoidable constraint. There's a lot in the repo, and the > yocto project

Re: [yocto] Yocto with Monorepo - best practice for building apps that have source within the repo?

2022-12-14 Thread David Antliff
Alexander Kanavin wrote: > It helps if you explain why you want a monorepo in the first place. > What use case is being solved by that? Good question! I would prefer not to use a monorepo but it has been imposed on me. It predates my involvement and I’m stuck with it, unfortunately. Consider it

Re: [yocto] [yocto-autobuilder2][PATCH 2/2] config.py: include 32 bit qemux86-ptest (full) into a-full

2022-12-14 Thread Alexander Kanavin
On Tue, 13 Dec 2022 at 23:56, Richard Purdie wrote: > This test doesn't seem to be one which is showing regressions, given we > have a low number of issues despite never having run it. The day to day > patch review struggles with the volume of tests we're running without > adding the load this

Re: [yocto] Yocto with Monorepo - best practice for building apps that have source within the repo?

2022-12-14 Thread Alexander Kanavin
It helps if you explain why you want a monorepo in the first place. What use case is being solved by that? Alex On Tue, 13 Dec 2022 at 22:11, David Antliff wrote: > > Hello, > > I'm seeking advice around using Yocto in a mono-repository, > specifically how to include my own C/C++ applications

[linux-yocto][yocto-kernel-cache yocto-5.15][PATCH 1/1] nxp-imx7: Enable IMX_HDMI

2022-12-13 Thread Xiaolei Wang
Enable HDMI audio for nxp-imx7. Signed-off-by: Xiaolei Wang --- bsp/nxp-imx7/nxp-imx7.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/nxp-imx7/nxp-imx7.cfg b/bsp/nxp-imx7/nxp-imx7.cfg index 743acd76..c2fe6a36 100644 --- a/bsp/nxp-imx7/nxp-imx7.cfg +++ b/bsp/nxp-imx7/nxp-imx7.cfg @@

Re: [yocto] [yocto-autobuilder2][PATCH 2/2] config.py: include 32 bit qemux86-ptest (full) into a-full

2022-12-13 Thread Richard Purdie
On Tue, 2022-12-13 at 16:40 +0100, Alexander Kanavin wrote: > The manually triggered test result is here: > https://autobuilder.yoctoproject.org/typhoon/#/builders/141/builds/1 > > The execution time is similar to the 64 bit x86 full ptest, as valgrind has > been excluded > from the 32 bit set,

[yocto] Yocto with Monorepo - best practice for building apps that have source within the repo?

2022-12-13 Thread David Antliff
Hello, I'm seeking advice around using Yocto in a mono-repository, specifically how to include my own C/C++ applications that have their source code stored elsewhere in the same repository (and specifically not under the recipe's files/ directory, or anywhere in the layer structure). For

[yocto] [yocto-autobuilder2][PATCH 2/2] config.py: include 32 bit qemux86-ptest (full) into a-full

2022-12-13 Thread Alexander Kanavin
The manually triggered test result is here: https://autobuilder.yoctoproject.org/typhoon/#/builders/141/builds/1 The execution time is similar to the 64 bit x86 full ptest, as valgrind has been excluded from the 32 bit set, so I believe we can afford to run this in the standard matrix for

[yocto] [yocto-autobuilder2][PATCH 1/2] config.py: include qemux86-ptest-fast (32 bit) in a-quick

2022-12-13 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 3c67351..e638099 100644 --- a/config.py +++ b/config.py @@ -82,7 +82,7 @@ trigger_builders_wait_shared = [ ] trigger_builders_wait_quick =

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2022-12-12 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

Re: V2 [linux-yocto] [yocto-kernel-cache yocto-5.15]: nxp-s32g: update to compatible with SDK BSP35 RC9

2022-12-08 Thread Bruce Ashfield
In message: V2 [linux-yocto] [yocto-kernel-cache yocto-5.15]: nxp-s32g: update to compatible with SDK BSP35 RC9 on 09/12/2022 Zhantao Tang wrote: > > Hi Bruce, > > There is an patch of yocto-kernel-cache to update kernel configs for nxp-s32g > bsp, > Would you please help t

Re: [linux-yocto] [yocto-kernel-cache yocto-5.15]: nxp-s32g: update to compatible with SDK BSP35 RC9

2022-12-08 Thread Zhantao Tang
在 2022/12/9 11:28, Bruce Ashfield 写道: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. Just the kernel-cache update ? (to be ignored) I just send V2 update for kernel-cache. I

V2 [linux-yocto] [yocto-kernel-cache yocto-5.15]: nxp-s32g: update to compatible with SDK BSP35 RC9

2022-12-08 Thread Zhantao Tang
Hi Bruce, There is an patch of yocto-kernel-cache to update kernel configs for nxp-s32g bsp, Would you please help to merge this patch into yocto-kernel-cache, branch yocto-5.15? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

Re: [linux-yocto] [yocto-kernel-cache yocto-5.15]: nxp-s32g: update to compatible with SDK BSP35 RC9

2022-12-08 Thread Bruce Ashfield
Just the kernel-cache update ? (to be ignored) I assume the linux-yocto parts are fine ? Bruce On Thu, Dec 8, 2022 at 9:54 PM zhantao tang wrote: > > Hi Bruce, > > > Please ignore this request, I will send a new one. > > > Thanks, > > Zhantao > > 在 2022/12/8 20:35, Zhantao Tang via

Re: [linux-yocto] [yocto-kernel-cache yocto-5.15]: nxp-s32g: update to compatible with SDK BSP35 RC9

2022-12-08 Thread Zhantao Tang
Hi Bruce, Please ignore this request, I will send a new one. Thanks, Zhantao 在 2022/12/8 20:35, Zhantao Tang via lists.yoctoproject.org 写道: Hi Bruce, There is an patch of yocto-kernel-cache to update kernel configs for nxp-s32g bsp, Would you please help to merge this patch into

[linux-yocto] [yocto-kernel-cache yocto-5.15]: nxp-s32g: update to compatible with SDK BSP35 RC9

2022-12-08 Thread Zhantao Tang
Hi Bruce, There is an patch of yocto-kernel-cache to update kernel configs for nxp-s32g bsp, Would you please help to merge this patch into yocto-kernel-cache, branch yocto-5.15? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

[yocto] Yocto Project Status 6 December 2022 (WW49)

2022-12-06 Thread Stephen Jolley
Current Dev Position: YP 4.2 M1 Next Deadline: 5th December 2022 YP 4.2 Build Next Team Meetings: * Bug Triage meeting Thursday December 8th 7:30 am PDT (

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2022-12-05 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[yocto] [yocto-autobuilder2][PATCH] config.py: add x86 (32 bit) ptests to builders_others

2022-12-05 Thread Alexander Kanavin
Once those are confirmed to not fail, and their execution times on the AB are known, they can be added to standard test sets. Signed-off-by: Alexander Kanavin --- config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config.py b/config.py index de9356a..3767c9f 100644 --- a/config.py

Re: [yocto] [yocto-autobuilder2] config.py: add fedora36 to workers_prev_releases for kirkstone

2022-12-01 Thread Steve Sakoman
On Thu, Dec 1, 2022 at 1:38 PM Richard Purdie wrote: > > On Thu, 2022-12-01 at 12:32 -1000, Steve Sakoman wrote: > > also remove obsolete fedora releases for kirkstone > > Please don't remove the obsolete ones, we leave the old ones here as a > record in case we do end up wanting to know which

[yocto] [yocto-autobuilder2][PATCH V2] config.py: add fedora36 to workers_prev_releases for kirkstone

2022-12-01 Thread Steve Sakoman
Signed-off-by: Steve Sakoman --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index de9356a..bf7126e 100644 --- a/config.py +++ b/config.py @@ -153,7 +153,7 @@ all_workers = workers + workers_bringup + workers_buildperf + workers_arm #

Re: [yocto] [yocto-autobuilder2] config.py: add fedora36 to workers_prev_releases for kirkstone

2022-12-01 Thread Richard Purdie
On Thu, 2022-12-01 at 12:32 -1000, Steve Sakoman wrote: > also remove obsolete fedora releases for kirkstone Please don't remove the obsolete ones, we leave the old ones here as a record in case we do end up wanting to know which distros we did test. Cheers, Richard -=-=-=-=-=-=-=-=-=-=-=-

[yocto] [yocto-autobuilder2] config.py: add fedora36 to workers_prev_releases for kirkstone

2022-12-01 Thread Steve Sakoman
also remove obsolete fedora releases for kirkstone Signed-off-by: Steve Sakoman --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index de9356a..082c853 100644 --- a/config.py +++ b/config.py @@ -153,7 +153,7 @@ all_workers = workers +

Re: [linux-yocto] [yocto-kernel-cache][yocto-5.15][PATCH 1/3] nxp-imx7: enable CONFIG_ARM_IMX_CPUFREQ_DT config

2022-12-01 Thread Bruce Ashfield
merged. Bruce In message: [yocto-kernel-cache][yocto-5.15][PATCH 1/3] nxp-imx7: enable CONFIG_ARM_IMX_CPUFREQ_DT config on 01/12/2022 Xiaolei Wang wrote: > enable CONFIG_ARM_IMX_CPUFREQ_DT config, this is supported > by imx7. Some places also rely on cpufreq, like imx_thermal. > >

Re: [linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: bcm-2xxx-rpi: enable kernel config ARCH_BCM for raspberry pi platform

2022-12-01 Thread Bruce Ashfield
In message: [yocto-kernel-cache]: bcm-2xxx-rpi: bcm-2xxx-rpi: enable kernel config ARCH_BCM for raspberry pi platform on 01/12/2022 Meng Li wrote: > From: Limeng > > Hi Bruce, > > Could you please help to merge this patch into yocto-kernel-cache, branch is > only master? merged to master.

Re: [linux-yocto] [yocto-kernel-cache yocto-5.15]: nxp-s32g: enable SCMI based cpufreq

2022-12-01 Thread Bruce Ashfield
In message: [linux-yocto] [yocto-kernel-cache yocto-5.15]: nxp-s32g: enable SCMI based cpufreq on 30/11/2022 Zhantao Tang wrote: > > Hi Bruce, > > There is an patch of yocto-kernel-cache to update kernel configs for nxp-s32g > bsp, > Would you please help to merge this patch

[linux-yocto] [yocto-kernel-cache][yocto-5.15][PATCH 2/3] nxp-imx7: Delete duplicated config

2022-11-30 Thread Xiaolei Wang
Delete CONFIG_HIGHMEM and CONFIG_BACKLIGHT_PWM. Signed-off-by: Xiaolei Wang --- bsp/nxp-imx7/nxp-imx7.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/bsp/nxp-imx7/nxp-imx7.cfg b/bsp/nxp-imx7/nxp-imx7.cfg index 308c5c32..db1b1944 100644 --- a/bsp/nxp-imx7/nxp-imx7.cfg +++

[linux-yocto] [yocto-kernel-cache][yocto-5.15][PATCH 3/3] nxp-imx7: Enable CONFIG_NOP_USB_XCEIV config

2022-11-30 Thread Xiaolei Wang
Enable CONFIG_NOP_USB_XCEIV config for nxp-imx7. Signed-off-by: Xiaolei Wang --- bsp/nxp-imx7/nxp-imx7.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/nxp-imx7/nxp-imx7.cfg b/bsp/nxp-imx7/nxp-imx7.cfg index db1b1944..743acd76 100644 --- a/bsp/nxp-imx7/nxp-imx7.cfg +++

[linux-yocto] [yocto-kernel-cache][yocto-5.15][PATCH 1/3] nxp-imx7: enable CONFIG_ARM_IMX_CPUFREQ_DT config

2022-11-30 Thread Xiaolei Wang
enable CONFIG_ARM_IMX_CPUFREQ_DT config, this is supported by imx7. Some places also rely on cpufreq, like imx_thermal. Signed-off-by: Xiaolei Wang --- bsp/nxp-imx7/nxp-imx7.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/nxp-imx7/nxp-imx7.cfg b/bsp/nxp-imx7/nxp-imx7.cfg index

[linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: bcm-2xxx-rpi: enable kernel config ARCH_BCM for raspberry pi platform

2022-11-30 Thread Meng Li
From: Limeng Hi Bruce, Could you please help to merge this patch into yocto-kernel-cache, branch is only master? diffstat info ad below: bcm-2xxx-rpi.cfg |1 + 1 file changed, 1 insertion(+) thanks, Limeng -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

[linux-yocto] [yocto-kernel-cache yocto-5.15]: nxp-s32g: enable SCMI based cpufreq

2022-11-29 Thread Zhantao Tang
Hi Bruce, There is an patch of yocto-kernel-cache to update kernel configs for nxp-s32g bsp, Would you please help to merge this patch into yocto-kernel-cache, branch yocto-5.15? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

[yocto] Yocto Project Status 29 November 2022 (WW48)

2022-11-29 Thread Stephen Jolley
Current Dev Position: YP 4.2 M1 Next Deadline: 5th December 2022 YP 4.2 Build Next Team Meetings: * Bug Triage meeting Thursday December 8th 7:30 am PDT (

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2022-11-28 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

Re: [linux-yocto][yocto-kernel-cache yocto-5.15] Add SFP info sysfs driver for marvell-cn96xx

2022-11-28 Thread Bruce Ashfield
In message: [linux-yocto][yocto-kernel-cache yocto-5.15] Add SFP info sysfs driver for marvell-cn96xx on 26/11/2022 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge these patches into our linux-yocto repo. > > repo: > yocto-kernel-

[linux-yocto][yocto-kernel-cache yocto-5.15] Add SFP info sysfs driver for marvell-cn96xx

2022-11-25 Thread Ruiqiang Hao
Hi Bruce, Please help to merge these patches into our linux-yocto repo. repo: yocto-kernel-cache branch: yocto-5.15 Thanks, Ruiqiang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11954):

[yocto] Yocto Project 4.1.1 is Released

2022-11-24 Thread Lee Chee Yang
Hi, We are pleased to announce the Yocto Project 4.1.1 Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-4.1.1/poky-d3cda9a3e0837eb2ac5482f5f2bd8e55e874feff.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-4.1.1/poky

Re: [linux-yocto][yocto-kernel-cache][PATCH] bcm-2xxx-rpi: fix CONFIG_ARM_CPUIDLE mismatch warnings

2022-11-22 Thread Bruce Ashfield
he patch for master branch. > Aha! thanks for the pointer. This is now merged. Bruce > Thanks :) > > > Br, > > Xiangyu > > > > > > In message: [linux-yocto][yocto-kernel-cache][PATCH] bcm-2xxx-rpi: fix > > CONFIG_ARM_CPUIDLE mismatch warnings

Re: [linux-yocto][yocto-kernel-cache][PATCH] bcm-2xxx-rpi: fix CONFIG_ARM_CPUIDLE mismatch warnings

2022-11-22 Thread Xiangyu Chen
, The Kconfig changed in commit:https://github.com/torvalds/linux/commit/51280acad8559bd9d2c2e0f98faf08414676478d after kernel 6.0, so please apply the patch for master branch. Thanks :) Br, Xiangyu In message: [linux-yocto][yocto-kernel-cache][PATCH] bcm-2xxx-rpi: fix CONFIG_ARM_CPUIDLE

Re: [linux-yocto][yocto-kernel-cache yocto-5.15] update kernel config for marvell-cn106xx

2022-11-22 Thread Bruce Ashfield
In message: [linux-yocto][yocto-kernel-cache yocto-5.15] update kernel config for marvell-cn106xx on 22/11/2022 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge these patches into our linux-yocto repo. > > repo: > yocto-kernel-cache > branch

Re: [linux-yocto][yocto-kernel-cache yocto-5.15] update kernel config for marvell-cn96xx

2022-11-22 Thread Bruce Ashfield
In message: [linux-yocto][yocto-kernel-cache yocto-5.15] update kernel config for marvell-cn96xx on 18/11/2022 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge these patches into our linux-yocto repo. > > repo: > yocto-kernel-cache > branch

Re: [linux-yocto][yocto-kernel-cache][PATCH] bcm-2xxx-rpi: fix CONFIG_ARM_CPUIDLE mismatch warnings

2022-11-22 Thread Bruce Ashfield
Maybe I managed to overlook it, but what branch is this for ? Bruce In message: [linux-yocto][yocto-kernel-cache][PATCH] bcm-2xxx-rpi: fix CONFIG_ARM_CPUIDLE mismatch warnings on 18/11/2022 Xiangyu Chen wrote: > [NOTE]: 'CONFIG_ARM_CPUIDLE' last val (y) and .config val (n) do not ma

[yocto] Yocto Project Status 22 November 2022 (WW47)

2022-11-22 Thread Stephen Jolley
Current Dev Position: YP 4.2 M1 Next Deadline: 5th December 2022 YP 4.2 Build Next Team Meetings: * Bug Triage meeting Thursday November 24th 7:30 am PDT (

[linux-yocto][yocto-kernel-cache yocto-5.15] update kernel config for marvell-cn106xx

2022-11-22 Thread Ruiqiang Hao
Hi Bruce, Please help to merge these patches into our linux-yocto repo. repo: yocto-kernel-cache branch: yocto-5.15 Thanks, Ruiqiang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11937):

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2022-11-21 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

Re: [yocto] [yocto-autobuilder-helper][langdale] config.json: don't run the meta-agl-core test

2022-11-18 Thread Steve Sakoman
On Fri, Nov 18, 2022 at 5:08 AM Alexander Kanavin wrote: > > Does this mean that master should be excluded too? No, master is supported. Steve > On Fri, 18 Nov 2022 at 15:28, Steve Sakoman wrote: > > > > langdale isn't currently supported on any branch of meta-agl > > > > Signed-off-by: Steve

Re: [yocto] [yocto-autobuilder-helper][langdale] config.json: don't run the meta-agl-core test

2022-11-18 Thread Alexander Kanavin
Does this mean that master should be excluded too? Alex On Fri, 18 Nov 2022 at 15:28, Steve Sakoman wrote: > > langdale isn't currently supported on any branch of meta-agl > > Signed-off-by: Steve Sakoman > --- > config.json | 17 - > 1 file changed, 17 deletions(-) > > diff

[yocto] [yocto-autobuilder-helper][langdale] config.json: don't run the meta-agl-core test

2022-11-18 Thread Steve Sakoman
langdale isn't currently supported on any branch of meta-agl Signed-off-by: Steve Sakoman --- config.json | 17 - 1 file changed, 17 deletions(-) diff --git a/config.json b/config.json index da87a2d..27283c9 100644 --- a/config.json +++ b/config.json @@ -403,23 +403,6 @@

[linux-yocto][yocto-kernel-cache yocto-5.15] update kernel config for marvell-cn96xx

2022-11-18 Thread Ruiqiang Hao
Hi Bruce, Please help to merge these patches into our linux-yocto repo. repo: yocto-kernel-cache branch: yocto-5.15 Thanks, Ruiqiang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11918):

[linux-yocto][yocto-kernel-cache][PATCH] bcm-2xxx-rpi: fix CONFIG_ARM_CPUIDLE mismatch warnings

2022-11-18 Thread Xiangyu Chen
[NOTE]: 'CONFIG_ARM_CPUIDLE' last val (y) and .config val (n) do not match [INFO]: CONFIG_ARM_CPUIDLE : n [INFO]: raw config text: config ARM_CPUIDLE bool "Generic ARM CPU idle Driver" select DT_IDLE_STATES select

[yocto] Yocto Project Status 15 November 2022 (WW46)

2022-11-15 Thread Stephen Jolley
Current Dev Position: YP 4.2 M1 Next Deadline: 5th December 2022 YP 4.2 Build Next Team Meetings: * Bug Triage meeting Thursday November 17th 7:30 am PDT (

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2022-11-14 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[yocto] [yocto-autobuilder-helper][langdale] config.json: use meta-agl master branch rather than next branch

2022-11-11 Thread Steve Sakoman
langdale is no longer supported on the next branch Signed-off-by: Steve Sakoman --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 9dcc1db..694cbfd 100644 --- a/config.json +++ b/config.json @@ -1258,7 +1258,7 @@ },

[yocto] [yocto-autobuilder-helper][kirkstone] config.json: use meta-agl master branch rather than next branch

2022-11-10 Thread Steve Sakoman
kirkstone is no longer supported on the next branch Signed-off-by: Steve Sakoman --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 673b904..c709e6e 100644 --- a/config.json +++ b/config.json @@ -1202,7 +1202,7 @@ },

[yocto] Yocto Project Status 8 November 2022 (WW45)

2022-11-08 Thread Stephen Jolley
Current Dev Position: YP 4.2 M1 Next Deadline: 5th December 2022 YP 4.2 Build Next Team Meetings: * Bug Triage meeting Thursday November 10th 7:30 am PDT (

[yocto] Yocto linux on QNX Hypervisor #yocto #os-release #native #make #yocto

2022-11-07 Thread Ayush Chauhan
Can someone guide me through the process to put custom yocto image on qnx hypervisor and let me know if it is supported or not? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#58522): https://lists.yoctoproject.org/g/yocto/message/58522 Mute This

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2022-11-07 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

Re: [linux-yocto] [yocto-kernel-tools][PATCH] kconf_check: store some files in tmpdir

2022-11-07 Thread Bruce Ashfield
This looks reasonable to me. I'll queue the change and do some regression testing. Once that passes, I can put it in my next pull request. Bruce On Fri, Nov 4, 2022 at 7:32 PM Volodymyr Babchuk wrote: > > Some file systems, like ZFS, are very slow at appending to existing > files. Due to

[linux-yocto] [yocto-kernel-tools][PATCH] kconf_check: store some files in tmpdir

2022-11-04 Thread Volodymyr Babchuk via lists.yoctoproject.org
Some file systems, like ZFS, are very slow at appending to existing files. Due to Copy-On-Write nature, they create a new copy of a file each time we do ">>" in a shell script. This becomes very noticeable if shell script does lots and lots of appends, like sanitize_fragment() function in

Re: [linux-yocto] [yocto-kernel-cache v5.10] Disable the VFIO No-IOMMU support for marvell octeon

2022-11-03 Thread Bruce Ashfield
In message: [yocto-kernel-cache v5.10] Disable the VFIO No-IOMMU support for marvell octeon on 03/11/2022 Adrian Zaharia wrote: > Hi Bruce, > > Please help to merge this patch into linux-yocto repo. Patch cherry-picked > from branch yocto-5.15 > > repo: > yocto-kernel-cache >

[linux-yocto] [yocto-kernel-cache][master/yocto-5.15][PATCH] marvell-octeon: Disable the VFIO No-IOMMU support

2022-11-03 Thread Adrian Zaharia
From: Ruiqiang Hao In the previous version of Marvell SDK, there was a dependency between the VFIO No-IOMMU support and the ODP. So our customer has explicitly asked us to enable this option. But this dependency has already been removed from the latest Marvell SDK, this kernel option is no

[linux-yocto] [yocto-kernel-cache v5.10] Disable the VFIO No-IOMMU support for marvell octeon

2022-11-03 Thread Adrian Zaharia
Hi Bruce, Please help to merge this patch into linux-yocto repo. Patch cherry-picked from branch yocto-5.15 repo: yocto-kernel-cache branch: yocto-5.10 Thanks, Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

Re: [linux-yocto][yocto-kernel-cache yocto-5.15] nxp-imx7: Add nxp-imx7 kernel cache for yocto-5.15

2022-11-02 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache yocto-5.15] nxp-imx7: Add nxp-imx7 kernel cache for yocto-5.15 on 02/11/2022 Xiaolei Wang wrote: > Add nxp-imx7 kernel cache for yocto-5.15. > > Signed-off-by: Xiaolei Wang > --- > bsp/nxp-imx7/nxp-imx7-preempt-rt.scc

[linux-yocto][yocto-kernel-cache yocto-5.15] nxp-imx7: Add nxp-imx7 kernel cache for yocto-5.15

2022-11-01 Thread Xiaolei Wang
Add nxp-imx7 kernel cache for yocto-5.15. Signed-off-by: Xiaolei Wang --- bsp/nxp-imx7/nxp-imx7-preempt-rt.scc | 8 + bsp/nxp-imx7/nxp-imx7-standard.scc | 8 + bsp/nxp-imx7/nxp-imx7.cfg| 242 +++ bsp/nxp-imx7/nxp-imx7.scc| 7 + 4 files

[yocto] Yocto Project Status 1 November 2022 (WW44)

2022-11-01 Thread Stephen Jolley
Current Dev Position: YP 4.2 M1 Next Deadline: 5th December 2022 YP 4.2 Build Next Team Meetings: * Bug Triage meeting Thursday November 3rd 7:30 am PDT (

Re: [linux-yocto] [yocto-kernel-cache]: nxp-ls1043: add kernel config to support NXP rtc chip PCF85363

2022-11-01 Thread Bruce Ashfield
In message: [yocto-kernel-cache]: nxp-ls1043: add kernel config to support NXP rtc chip PCF85363 on 27/10/2022 Meng Li wrote: > From: Limeng > > Hi Bruce, > > This patch is used to support new rtc chip on NXP ls1043ardb ver1.1 board. > Could you please help to merge this patch into

Re: [linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH] nxp-lx2xxx: enable kernel config CONFIG_CRYPTO_DEV_FSL_CAAM_JR

2022-11-01 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH] nxp-lx2xxx: enable kernel config CONFIG_CRYPTO_DEV_FSL_CAAM_JR on 26/10/2022 Xulin Sun wrote: > Enable kernel config CONFIG_CRYPTO_DEV_FSL_CAAM_JR, this is to enable > Freescale CAAM Job Ring driver b

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2022-10-31 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[linux-yocto] [yocto-kernel-cache]: nxp-ls1043: add kernel config to support NXP rtc chip PCF85363

2022-10-26 Thread Meng Li
From: Limeng Hi Bruce, This patch is used to support new rtc chip on NXP ls1043ardb ver1.1 board. Could you please help to merge this patch into yocto-kernel-cache, branch is only yocto-5.15? diffstat info as below: nxp-ls1043.cfg |1 + 1 file changed, 1 insertion(+) thanks, Limeng

[linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH] nxp-lx2xxx: enable kernel config CONFIG_CRYPTO_DEV_FSL_CAAM_JR

2022-10-25 Thread Xulin Sun
Enable kernel config CONFIG_CRYPTO_DEV_FSL_CAAM_JR, this is to enable Freescale CAAM Job Ring driver backend. Signed-off-by: Xulin Sun --- bsp/nxp-lx2xxx/nxp-lx2xxx.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/nxp-lx2xxx/nxp-lx2xxx.cfg b/bsp/nxp-lx2xxx/nxp-lx2xxx.cfg index

Re: [linux-yocto][yocto-kernel-cache yocto-5.15] disable CONFIG_OCTEONTX_SERDES for marvell-cn106xx

2022-10-25 Thread Bruce Ashfield
In message: [linux-yocto][yocto-kernel-cache yocto-5.15] disable CONFIG_OCTEONTX_SERDES for marvell-cn106xx on 25/10/2022 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge this patch into our linux-yocto repo. > > repo: > yocto-kernel-

[yocto] Yocto Project Status 25 October 2022 (WW43)

2022-10-25 Thread Stephen Jolley
Current Dev Position: YP 4.2 M1 Next Deadline: 5th December 2022 YP 4.2 Build Next Team Meetings: * Bug Triage meeting Thursday October 27th 7:30 am PDT (

[linux-yocto][yocto-kernel-cache yocto-5.15] disable CONFIG_OCTEONTX_SERDES for marvell-cn106xx

2022-10-25 Thread Ruiqiang Hao
Hi Bruce, Please help to merge this patch into our linux-yocto repo. repo: yocto-kernel-cache branch: yocto-5.15 Thanks, Ruiqiang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11812):

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2022-10-24 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

Re: [linux-yocto] [yocto-kernel-cache][PATCH yocto-5.10] nxp-s32g: disable CONFIG_NVM config

2022-10-23 Thread Bruce Ashfield
merged. Bruce In message: [yocto-kernel-cache][PATCH yocto-5.10] nxp-s32g: disable CONFIG_NVM config on 21/10/2022 Ovidiu Panait wrote: > Stable commit 549209caabc8 ("lightnvm: disable the subsystem") disabled > the lightnvm subsystem in v5.10.114, as it is known to be broken. > > Therefore,

Re: [linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH] nxp-lx2xxx: enable kernel config CONFIG_FSL_DPAA2_ETH_CEETM

2022-10-23 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH] nxp-lx2xxx: enable kernel config CONFIG_FSL_DPAA2_ETH_CEETM on 21/10/2022 Xulin Sun wrote: > Enable kernel config CONFIG_FSL_DPAA2_ETH_CEETM, this is to enable > CEETM(Customer Edge Egress Traffic mana

Re: [linux-yocto][yocto-kernel-cache][master/yocto-5.15][PATCH 1/3] features/i3c: add I3C support

2022-10-23 Thread Bruce Ashfield
merged to 5.15 and master. Bruce In message: [linux-yocto][yocto-kernel-cache][master/yocto-5.15][PATCH 1/3] features/i3c: add I3C support on 19/10/2022 Yongxin Liu wrote: > Signed-off-by: Yongxin Liu > --- > features/i3c/i3c.cfg | 6 ++ > features/i3c/i3c.scc | 5

Re: [linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH] nxp-lx2xxx: enable kernel config CONFIG_GPIO_MPC8XXX

2022-10-23 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH] nxp-lx2xxx: enable kernel config CONFIG_GPIO_MPC8XXX on 18/10/2022 Xulin Sun wrote: > Enable kernel config CONFIG_GPIO_MPC8XXX, this is to enable > qoriq gpio driver. > > Signed-off-by: Xulin Sun >

[linux-yocto] [yocto-kernel-cache][PATCH yocto-5.10] nxp-s32g: disable CONFIG_NVM config

2022-10-21 Thread Ovidiu Panait
Stable commit 549209caabc8 ("lightnvm: disable the subsystem") disabled the lightnvm subsystem in v5.10.114, as it is known to be broken. Therefore, also disable CONFIG_NVM for nxp-s32g BSPs in order to fix the following build warnings: [NOTE]: 'CONFIG_NVM' last val (y) and .config val (n) do

[linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH] nxp-lx2xxx: enable kernel config CONFIG_FSL_DPAA2_ETH_CEETM

2022-10-20 Thread Xulin Sun
Enable kernel config CONFIG_FSL_DPAA2_ETH_CEETM, this is to enable CEETM(Customer Edge Egress Traffic management) feature of DPAA2. Signed-off-by: Xulin Sun --- bsp/nxp-lx2xxx/nxp-lx2xxx.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/nxp-lx2xxx/nxp-lx2xxx.cfg

Re: [yocto] Adding msktutil in yocto #yocto

2022-10-20 Thread Poornesh G ( India - Bangalore )
Dear Khem Raj, Thanks much , I could successfully able to add "msktutil" as per your response. Thanks, ​​ On Thursday, October 20, 2022 11:26 IST, Khem Raj wrote:  Try something like https://git.openembedded.org/meta-openembedded/commit/?h=master-next On Wed, Oct 19, 2022 at 10:33 PM

Re: [yocto] Adding msktutil in yocto #yocto

2022-10-19 Thread Khem Raj
Try something like https://git.openembedded.org/meta-openembedded/commit/?h=master-next On Wed, Oct 19, 2022 at 10:33 PM wrote: > > Greetings ! > > Can any one help me out to include "msktutil" (used for fetching and managing > kerberos keytabs in an Active Directory environment) in Yocto

[yocto] Adding msktutil in yocto #yocto

2022-10-19 Thread poornesh . g
Greetings ! Can any one help me out to include *"msktutil"* (used for fetching and managing kerberos keytabs in an Active Directory environment) in Yocto (Zeus). Thanks, -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#58367):

[linux-yocto][yocto-kernel-cache][master/yocto-5.15][PATCH 3/3] bsp/intel-x86: change Intel XL710 Family driver to be built-in

2022-10-18 Thread Yongxin Liu
Need i40e driver to mount network filesystem. Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86-i40e-overrides.cfg | 2 ++ bsp/intel-x86/intel-x86.scc| 1 + 2 files changed, 3 insertions(+) create mode 100644 bsp/intel-x86/intel-x86-i40e-overrides.cfg diff --git

[linux-yocto][yocto-kernel-cache][master/yocto-5.15][PATCH 1/3] features/i3c: add I3C support

2022-10-18 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- features/i3c/i3c.cfg | 6 ++ features/i3c/i3c.scc | 5 + 2 files changed, 11 insertions(+) create mode 100644 features/i3c/i3c.cfg create mode 100644 features/i3c/i3c.scc diff --git a/features/i3c/i3c.cfg b/features/i3c/i3c.cfg new file mode 100644 index

[linux-yocto][yocto-kernel-cache][master/yocto-5.15][PATCH 2/3] bsp/intel-x86: add i3c drivers

2022-10-18 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.scc | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/intel-x86/intel-x86.scc b/bsp/intel-x86/intel-x86.scc index 08ad990a..9f887007 100644 --- a/bsp/intel-x86/intel-x86.scc +++ b/bsp/intel-x86/intel-x86.scc @@ -54,6 +54,7 @@ include

[yocto] Yocto Project Status 18 October 2022 (WW42

2022-10-18 Thread Neal Caidin
Current Dev Position: YP 4.1 M4 (In TSC Review) Next Deadline: 28th October 2022 YP 4.1 Release Next Team Meetings: - Bug Triage meeting Thursday October 20th 7:30 am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) - Weekly Project Engineering Sync

[linux-yocto][yocto-kernel-cache][yocto-5.15][PATCH] nxp-lx2xxx: enable kernel config CONFIG_GPIO_MPC8XXX

2022-10-18 Thread Xulin Sun
Enable kernel config CONFIG_GPIO_MPC8XXX, this is to enable qoriq gpio driver. Signed-off-by: Xulin Sun --- bsp/nxp-lx2xxx/nxp-lx2xxx.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/nxp-lx2xxx/nxp-lx2xxx.cfg b/bsp/nxp-lx2xxx/nxp-lx2xxx.cfg index d6ba3a6f..2a91f1f2 100644 ---

[yocto] Yocto Project Summit: 2011.11

2022-10-17 Thread Armin Kuster
Hello, This is a reminder that the Yocto Project Summit is scheduled for November 29th to December. Registration is open. The CFP still open and will close in 12 days from now on Oct 28th. For more information see: https://www.yoctoproject.org/yocto-project-summit-2022-11/ regards, Armin

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2022-10-17 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

Re: [linux-yocto][yocto-kernel-cache yocto-5.15][PATCH 1/1] axxiaarm:/axxiaarm64: enable axxiaarm and axxiaarm64 in 5.15 kernel

2022-10-12 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache yocto-5.15][PATCH 1/1] axxiaarm:/axxiaarm64: enable axxiaarm and axxiaarm64 in 5.15 kernel on 12/10/2022 Liwei Song wrote: > These use to enable axxiaarm and axxiaarm64 support in 5.15 kernel > to support board AXM55XX and A

Re: [linux-yocto][yocto-kernel-cache v5.15] Add EDAC/GHES support for marvell-cn106xx

2022-10-12 Thread Bruce Ashfield
In message: [linux-yocto][yocto-kernel-cache v5.15] Add EDAC/GHES support for marvell-cn106xx on 12/10/2022 Ruiqiang Hao wrote: > Hi Bruce, > >Please help to merge this patch into our linux-yocto repo. > > repo: > yocto-kernel-cache > branch: >

[linux-yocto][yocto-kernel-cache yocto-5.15][PATCH 1/1] axxiaarm:/axxiaarm64: enable axxiaarm and axxiaarm64 in 5.15 kernel

2022-10-12 Thread LiweiSong
These use to enable axxiaarm and axxiaarm64 support in 5.15 kernel to support board AXM55XX and AXM56XX. Signed-off-by: Liwei Song --- bsp/axxiaarm/axxia-common.cfg| 98 + bsp/axxiaarm/axxiaarm-preempt-rt.scc | 7 ++ bsp/axxiaarm/axxiaarm-standard.scc

[linux-yocto][yocto-kernel-cache v5.15] Add EDAC/GHES support for marvell-cn106xx

2022-10-12 Thread Ruiqiang Hao
Hi Bruce, Please help to merge this patch into our linux-yocto repo. repo: yocto-kernel-cache branch: yocto-5.15 Thanks, Ruiqiang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11778):

[yocto] Yocto Project Status 11 October 2022 (WW41)

2022-10-11 Thread Stephen Jolley
Current Dev Position: YP 4.1 M4 (In TSC Review) Next Deadline: 28th October 2022 YP 4.1 Release Next Team Meetings: * Bug Triage meeting Thursday October 13th 7:30 am PDT (

<    4   5   6   7   8   9   10   11   12   13   >