[linux-yocto] [PATCH 2/2] marvell-cn106xx: Add coresight support

2022-03-21 Thread Ruiqiang Hao
From: Ruiqiang Hao Enable coresight driver for marvell-cn106xx. Signed-off-by: Ruiqiang Hao --- bsp/marvell-cn106xx/marvell-cn106xx.cfg | 12 1 file changed, 12 insertions(+) diff --git a/bsp/marvell-cn106xx/marvell-cn106xx.cfg b/bsp/marvell-cn106xx/marvell-cn106xx.cfg index

[linux-yocto] [PATCH 1/2] marvell-cn106xx: spi: Replace spi driver accroding to marvell SDK11

2022-03-21 Thread Ruiqiang Hao
From: Ruiqiang Hao Marvell SDK11 has changed the SPI controller to cadence Xspi, so we need to replace the original driver with Cadence Xspi driver. Signed-off-by: Ruiqiang Hao --- bsp/marvell-cn106xx/marvell-cn106xx.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

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

2022-03-21 Thread Ruiqiang Hao
Hi Bruce, These 2 patches enable coresight and change spi controller for marvell octeon. Please help to merge this patch into our linux-yocto repo. repo: yocto-kernel-cache branch: yocto-5.10 Thanks, Ruiqiang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

[yocto] Enhancements/Bugs closed WW12!

2022-03-21 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count randy.macl...@windriver.com 3 michael.opdenac...@bootlin.com 1 sundeep.kokko...@gmail.com 1 r...@burtonini.com 1 Grand Total 6 Thanks, Stephen K. Jolley Yocto Project Program

[yocto] Current high bug count owners for Yocto Project 3.5

2022-03-21 Thread Stephen Jolley
All, Below is the list as of top 44 bug owners as of the end of WW12 of who have open medium or higher bugs and enhancements against YP 3.5. There are 28 possible work days left until the final release candidates for YP 3.5 needs to be released. Who Count michael.opdenac...@bootlin.com 34

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

2022-03-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] Multiconfig dependency

2022-03-21 Thread Oleh Kravchenko
Hello Manuel, Thank you for your reply. It isn't missing. Here is a cut from manual: A "default" configuration already exists by definition. This configuration is named: "" (i.e. empty string) and is defined by the variables coming from your local.conf file. 21.03.22 08:02, Manuel

Re: [yocto] [yocto-autobuilder-helper] [PATCH] scripts/run-docs-build: Support auto generation of switchers.js and poky.yaml

2022-03-21 Thread Michael Opdenacker via lists.yoctoproject.org
Hi Richard, On 3/19/22 16:28, Richard Purdie wrote: > This uses the set_versions.py script from the docs master branch to handle > creation of the swictchers.js version information as well as the data in > poky.yaml. > > This allows patches to those sections of the docs to be dropped. > > It is

Re: [yocto] [PATCH yocto-autobuilder-helper 6/6] scripts: run-docs-build: factor out yocto-docs tags and branches building

2022-03-21 Thread Michael Opdenacker via lists.yoctoproject.org
On 3/18/22 17:36, Quentin Schulz wrote: > From: Quentin Schulz > > Except patching which is specific to tags and yocto- tag prefix > stripping, the logic is identical, so let's merge both loops together. > > Cc: Quentin Schuls > Signed-off-by: Quentin Schulz > --- > scripts/run-docs-build |

Re: [yocto] [PATCH yocto-autobuilder-helper 5/6] scripts: run-docs-build: simplify sphinx-buildable yocto-docs tag list fetching

2022-03-21 Thread Michael Opdenacker via lists.yoctoproject.org
On 3/18/22 17:36, Quentin Schulz wrote: > From: Quentin Schulz > > The commit that introduced Sphinx support in yocto-docs is > 01dd5af7954e24552aca022917669b27bb0541ed. Any tag containing this commit > is buildable by sphinx. > > Dunfell tags don't all have Sphinx support. However, all tags

Re: [yocto] [PATCH yocto-autobuilder-helper 4/6] scripts: run-docs-build: automatically build new yocto-docs branches

2022-03-21 Thread Michael Opdenacker via lists.yoctoproject.org
On 3/18/22 17:36, Quentin Schulz wrote: > From: Quentin Schulz > > Since commit 01dd5af7954e24552aca022917669b27bb0541ed, all later > releases of yocto-docs can be built with Sphinx. Instead of manually > updating this list, let's have git return the list of remote branches > which contains the

Re: [yocto] [PATCH yocto-autobuilder-helper 3/6] scripts: run-docs-build: factor out all yocto-docs branches building

2022-03-21 Thread Michael Opdenacker via lists.yoctoproject.org
On 3/18/22 17:36, Quentin Schulz wrote: > From: Quentin Schulz > > master, master-next and transition only differ from other branches by > their output directory name. Let's put everything in common and only > have a check on whether the branch is master, master-next or transition > and modify

Re: [yocto] [PATCH yocto-autobuilder-helper 2/6] scripts: run-docs-build: automatically build new Bitbake branches

2022-03-21 Thread Michael Opdenacker via lists.yoctoproject.org
On 3/18/22 17:36, Quentin Schulz wrote: > From: Quentin Schulz > > Since commit 84ccba0f4aff91528f764523fe1205a354c889ed, docs of all later > releases can be built with Sphinx. Instead of manually updating this > list, let's have git return the list of remote branches which contains > this

Re: [yocto] [PATCH yocto-autobuilder-helper 1/6] scripts: run-docs-build: factor out all bitbake branches building

2022-03-21 Thread Michael Opdenacker via lists.yoctoproject.org
Hi Quentin On 3/18/22 17:36, Quentin Schulz wrote: > From: Quentin Schulz > > master and master-next only differ from other branches by their output > directory name. Let's put everything in common and only have a check on > whether the branch is master or master-next and modify the output dir