All of lore.kernel.org
 help / color / mirror / Atom feed
* Yocto Project Status WW07'20
@ 2020-02-18 16:09 ` sjolley.yp.pm
  0 siblings, 0 replies; 10+ messages in thread
From: Stephen Jolley @ 2020-02-18 16:09 UTC (permalink / raw)
  To: yocto, openembedded-core

[-- Attachment #1: Type: text/plain, Size: 3762 bytes --]

Current Dev Position: YP 3.1 M3

Next Deadline: YP 3.1 M3 build date 2/24/2020

 

Next Team Meetings:

*	Bug Triage meeting Thursday Feb. 20th  at 7:30am PDT (
<https://zoom.us/j/454367603> https://zoom.us/j/454367603)
*	Monthly Project Meeting Tuesday Mar. 3rd  at 8am PDT (
<https://zoom.us/j/990892712> https://zoom.us/j/990892712)
*	Weekly Engineering Sync Tuesday Feb. 18th at 8am PDT (
<https://zoom.us/j/990892712> https://zoom.us/j/990892712)
*	Twitch - Next event is Tuesday Mar. 10th at 8am PDT (
<https://www.twitch.tv/yocto_project> https://www.twitch.tv/yocto_project)

 

Key Status/Updates:

*	The project recently updated its git hosting infrastructure and
there were some issues encountered with the cgit http/https repository
sharing. Those issues should now be resolved, apologies if they caused
issues for anyone. The git:// protocol sharing was unaffected.
*	YP 3.0.2 rc2 is in QA with the report due soon.
*	We continue to see a small number of reproducibility issues with
master which need resolving for green builds (in particular gstreamer and
perl).
*	A significant memory usage issue was identified during bitbake
parsing where memory usage would grow in each parser thread linearly per
number of recipes parsed. This would therefore particularly affect large
numbers of layers, multilibs and multiconfig. The fix has merged into
bitbake along with the corresponding zeus and warrior branches. For one test
case it reduced peak memory usage during parsing for 5 multiconfigs from
20GB to 2GB.
*	Warrior patches for 2.7.3 are out for review.
*	With the git infrastructure issue updated, we now have centos8
workers added to the autobuilder.
*	We are making various queued changes to the autobuilder
configuration to fix bugs, improve efficiency and test coverage but this may
result in some test result instability as we test and resolve issues.
*	We're collecting a list of companies, products and projects which
use the Yocto Project on the wiki:
<https://wiki.yoctoproject.org/wiki/Project_Users>
https://wiki.yoctoproject.org/wiki/Project_Users Please add any you know are
missing (or email Richard/Stephen who can add).
*	The triage team is worried about attendance at triage meetings and
the project is finding it hard to find people to help fix bugs. If anyone is
willing to work on bugs, assistance would be greatly appreciated.

 

YP 3.1 Milestone Dates:

*	YP 3.1 M3 build date 2/24/2020
*	YP 3.1 M3 release date 3/6/2020
*	YP 3.1 M4 build date  3/30/2020
*	YP 3.1 M4 release date  4/24/2020

 

Planned upcoming dot releases:

*	YP 2.7.3 built and in QA
*	YP 2.7.3 release date 2/21/2020
*	YP 3.0.2 build date  2/3/2020
*	YP 3.0.2 release date 2/14/2020

 

Tracking Metrics:

*	WDD 2710 (last week 2728) (
<https://wiki.yoctoproject.org/charts/combo.html>
https://wiki.yoctoproject.org/charts/combo.html)
*	Poky Patch Metrics  

*	Total patches found: 1360 (last week 1361)
*	Patches in the Pending State: 546 (40%) [last week 547 (40%)]

 

The Yocto Project's technical governance is through its Technical Steering
Committee, more information is available at:

 <https://wiki.yoctoproject.org/wiki/TSC>
https://wiki.yoctoproject.org/wiki/TSC

 

The Status reports are now stored on the wiki at:
<https://wiki.yoctoproject.org/wiki/Weekly_Status>
https://wiki.yoctoproject.org/wiki/Weekly_Status

 

[If anyone has suggestions for other information you'd like to see on this
weekly status update, let us know!]

 

Thanks,

 

Stephen K. Jolley

Yocto Project Program Manager

*    Cell:                (208) 244-4460

* Email:               <mailto:sjolley.yp.pm@gmail.com>
sjolley.yp.pm@gmail.com

 


[-- Attachment #2: Type: text/html, Size: 24826 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Yocto Project Status WW07'20
@ 2020-02-18 16:09 ` sjolley.yp.pm
  0 siblings, 0 replies; 10+ messages in thread
From: sjolley.yp.pm @ 2020-02-18 16:09 UTC (permalink / raw)
  To: yocto, openembedded-core

[-- Attachment #1: Type: text/plain, Size: 3762 bytes --]

Current Dev Position: YP 3.1 M3

Next Deadline: YP 3.1 M3 build date 2/24/2020

 

Next Team Meetings:

*	Bug Triage meeting Thursday Feb. 20th  at 7:30am PDT (
<https://zoom.us/j/454367603> https://zoom.us/j/454367603)
*	Monthly Project Meeting Tuesday Mar. 3rd  at 8am PDT (
<https://zoom.us/j/990892712> https://zoom.us/j/990892712)
*	Weekly Engineering Sync Tuesday Feb. 18th at 8am PDT (
<https://zoom.us/j/990892712> https://zoom.us/j/990892712)
*	Twitch - Next event is Tuesday Mar. 10th at 8am PDT (
<https://www.twitch.tv/yocto_project> https://www.twitch.tv/yocto_project)

 

Key Status/Updates:

*	The project recently updated its git hosting infrastructure and
there were some issues encountered with the cgit http/https repository
sharing. Those issues should now be resolved, apologies if they caused
issues for anyone. The git:// protocol sharing was unaffected.
*	YP 3.0.2 rc2 is in QA with the report due soon.
*	We continue to see a small number of reproducibility issues with
master which need resolving for green builds (in particular gstreamer and
perl).
*	A significant memory usage issue was identified during bitbake
parsing where memory usage would grow in each parser thread linearly per
number of recipes parsed. This would therefore particularly affect large
numbers of layers, multilibs and multiconfig. The fix has merged into
bitbake along with the corresponding zeus and warrior branches. For one test
case it reduced peak memory usage during parsing for 5 multiconfigs from
20GB to 2GB.
*	Warrior patches for 2.7.3 are out for review.
*	With the git infrastructure issue updated, we now have centos8
workers added to the autobuilder.
*	We are making various queued changes to the autobuilder
configuration to fix bugs, improve efficiency and test coverage but this may
result in some test result instability as we test and resolve issues.
*	We're collecting a list of companies, products and projects which
use the Yocto Project on the wiki:
<https://wiki.yoctoproject.org/wiki/Project_Users>
https://wiki.yoctoproject.org/wiki/Project_Users Please add any you know are
missing (or email Richard/Stephen who can add).
*	The triage team is worried about attendance at triage meetings and
the project is finding it hard to find people to help fix bugs. If anyone is
willing to work on bugs, assistance would be greatly appreciated.

 

YP 3.1 Milestone Dates:

*	YP 3.1 M3 build date 2/24/2020
*	YP 3.1 M3 release date 3/6/2020
*	YP 3.1 M4 build date  3/30/2020
*	YP 3.1 M4 release date  4/24/2020

 

Planned upcoming dot releases:

*	YP 2.7.3 built and in QA
*	YP 2.7.3 release date 2/21/2020
*	YP 3.0.2 build date  2/3/2020
*	YP 3.0.2 release date 2/14/2020

 

Tracking Metrics:

*	WDD 2710 (last week 2728) (
<https://wiki.yoctoproject.org/charts/combo.html>
https://wiki.yoctoproject.org/charts/combo.html)
*	Poky Patch Metrics  

*	Total patches found: 1360 (last week 1361)
*	Patches in the Pending State: 546 (40%) [last week 547 (40%)]

 

The Yocto Project's technical governance is through its Technical Steering
Committee, more information is available at:

 <https://wiki.yoctoproject.org/wiki/TSC>
https://wiki.yoctoproject.org/wiki/TSC

 

The Status reports are now stored on the wiki at:
<https://wiki.yoctoproject.org/wiki/Weekly_Status>
https://wiki.yoctoproject.org/wiki/Weekly_Status

 

[If anyone has suggestions for other information you'd like to see on this
weekly status update, let us know!]

 

Thanks,

 

Stephen K. Jolley

Yocto Project Program Manager

*    Cell:                (208) 244-4460

* Email:               <mailto:sjolley.yp.pm@gmail.com>
sjolley.yp.pm@gmail.com

 


[-- Attachment #2: Type: text/html, Size: 24826 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [OE-core] Yocto Project Status WW07'20
  2020-02-18 16:09 ` sjolley.yp.pm
@ 2020-02-18 16:44   ` Alexander Kanavin
  -1 siblings, 0 replies; 10+ messages in thread
From: Alexander Kanavin @ 2020-02-18 16:44 UTC (permalink / raw)
  To: Yocto discussion list, OE-core

[-- Attachment #1: Type: text/plain, Size: 235 bytes --]

On Tue, 18 Feb 2020 at 17:10, <sjolley.yp.pm@gmail.com> wrote:

>
>    - With the git infrastructure issue updated, we now have centos8
>    workers added to the autobuilder.
>
> What are the current plans for centos 7?

Alex

[-- Attachment #2: Type: text/html, Size: 820 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Yocto Project Status WW07'20
@ 2020-02-18 16:44   ` Alexander Kanavin
  0 siblings, 0 replies; 10+ messages in thread
From: Alexander Kanavin @ 2020-02-18 16:44 UTC (permalink / raw)
  To: Yocto discussion list, OE-core

[-- Attachment #1: Type: text/plain, Size: 235 bytes --]

On Tue, 18 Feb 2020 at 17:10, <sjolley.yp.pm@gmail.com> wrote:

>
>    - With the git infrastructure issue updated, we now have centos8
>    workers added to the autobuilder.
>
> What are the current plans for centos 7?

Alex

[-- Attachment #2: Type: text/html, Size: 820 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [OE-core] Yocto Project Status WW07'20
  2020-02-18 16:44   ` Alexander Kanavin
@ 2020-02-18 18:21     ` Richard Purdie
  -1 siblings, 0 replies; 10+ messages in thread
From: Richard Purdie @ 2020-02-18 18:21 UTC (permalink / raw)
  To: Alexander Kanavin, Yocto discussion list, OE-core

On Tue, 2020-02-18 at 17:44 +0100, Alexander Kanavin wrote:
> On Tue, 18 Feb 2020 at 17:10, <sjolley.yp.pm@gmail.com> wrote:
> > With the git infrastructure issue updated, we now have centos8
> > workers added to the autobuilder.
> > 
> 
> What are the current plans for centos 7? 

Project members are keen to see support for centos7 retained.

I think we need to sort our buildtools plan, then we have more options
as we can use that on Centos7.

Cheers,

Richard


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Yocto Project Status WW07'20
@ 2020-02-18 18:21     ` Richard Purdie
  0 siblings, 0 replies; 10+ messages in thread
From: Richard Purdie @ 2020-02-18 18:21 UTC (permalink / raw)
  To: Alexander Kanavin, Yocto discussion list, OE-core

On Tue, 2020-02-18 at 17:44 +0100, Alexander Kanavin wrote:
> On Tue, 18 Feb 2020 at 17:10, <sjolley.yp.pm@gmail.com> wrote:
> > With the git infrastructure issue updated, we now have centos8
> > workers added to the autobuilder.
> > 
> 
> What are the current plans for centos 7? 

Project members are keen to see support for centos7 retained.

I think we need to sort our buildtools plan, then we have more options
as we can use that on Centos7.

Cheers,

Richard



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [OE-core] Yocto Project Status WW07'20
  2020-02-18 16:09 ` sjolley.yp.pm
@ 2020-02-20  7:46   ` Jain, Sangeeta
  -1 siblings, 0 replies; 10+ messages in thread
From: Sangeeta Jain @ 2020-02-20  7:46 UTC (permalink / raw)
  To: sjolley.yp.pm, yocto, openembedded-core, Richard Purdie

[-- Attachment #1: Type: text/plain, Size: 3992 bytes --]

Planned upcoming dot releases:

  *   YP 2.7.3 built and in QA

I didn't see any notification for this build. Am I missing something?

Thanks,
Sangeeta

From: openembedded-core-bounces@lists.openembedded.org <openembedded-core-bounces@lists.openembedded.org> On Behalf Of sjolley.yp.pm@gmail.com
Sent: Wednesday, 19 February, 2020 12:10 AM
To: yocto@yoctoproject.org; openembedded-core@lists.openembedded.org
Subject: [OE-core] Yocto Project Status WW07'20


Current Dev Position: YP 3.1 M3

Next Deadline: YP 3.1 M3 build date 2/24/2020


Next Team Meetings:

  *   Bug Triage meeting Thursday Feb. 20th  at 7:30am PDT (https://zoom.us/j/454367603)
  *   Monthly Project Meeting Tuesday Mar. 3rd  at 8am PDT (https://zoom.us/j/990892712)<https://zoom.us/j/990892712>
  *   Weekly Engineering Sync Tuesday Feb. 18th at 8am PDT (https://zoom.us/j/990892712)<https://zoom.us/j/990892712>
  *   Twitch - Next event is Tuesday Mar. 10th at 8am PDT (https://www.twitch.tv/yocto_project)


Key Status/Updates:

  *   The project recently updated its git hosting infrastructure and there were some issues encountered with the cgit http/https repository sharing. Those issues should now be resolved, apologies if they caused issues for anyone. The git:// protocol sharing was unaffected.
  *   YP 3.0.2 rc2 is in QA with the report due soon.
  *   We continue to see a small number of reproducibility issues with master which need resolving for green builds (in particular gstreamer and perl).
  *   A significant memory usage issue was identified during bitbake parsing where memory usage would grow in each parser thread linearly per number of recipes parsed. This would therefore particularly affect large numbers of layers, multilibs and multiconfig. The fix has merged into bitbake along with the corresponding zeus and warrior branches. For one test case it reduced peak memory usage during parsing for 5 multiconfigs from 20GB to 2GB.
  *   Warrior patches for 2.7.3 are out for review.
  *   With the git infrastructure issue updated, we now have centos8 workers added to the autobuilder.
  *   We are making various queued changes to the autobuilder configuration to fix bugs, improve efficiency and test coverage but this may result in some test result instability as we test and resolve issues.
  *   We're collecting a list of companies, products and projects which use the Yocto Project on the wiki: https://wiki.yoctoproject.org/wiki/Project_Users Please add any you know are missing (or email Richard/Stephen who can add).
  *   The triage team is worried about attendance at triage meetings and the project is finding it hard to find people to help fix bugs. If anyone is willing to work on bugs, assistance would be greatly appreciated.


YP 3.1 Milestone Dates:

  *   YP 3.1 M3 build date 2/24/2020
  *   YP 3.1 M3 release date 3/6/2020
  *   YP 3.1 M4 build date  3/30/2020
  *   YP 3.1 M4 release date  4/24/2020


Planned upcoming dot releases:

  *   YP 2.7.3 built and in QA
  *   YP 2.7.3 release date 2/21/2020
  *   YP 3.0.2 build date  2/3/2020
  *   YP 3.0.2 release date 2/14/2020


Tracking Metrics:

  *   WDD 2710 (last week 2728) (https://wiki.yoctoproject.org/charts/combo.html)
  *   Poky Patch Metrics

     *   Total patches found: 1360 (last week 1361)
     *   Patches in the Pending State: 546 (40%) [last week 547 (40%)]


The Yocto Project's technical governance is through its Technical Steering Committee, more information is available at:

https://wiki.yoctoproject.org/wiki/TSC


The Status reports are now stored on the wiki at: https://wiki.yoctoproject.org/wiki/Weekly_Status


[If anyone has suggestions for other information you'd like to see on this weekly status update, let us know!]

Thanks,

Stephen K. Jolley
Yocto Project Program Manager
*    Cell:                (208) 244-4460
* Email:              sjolley.yp.pm@gmail.com<mailto:sjolley.yp.pm@gmail.com>


[-- Attachment #2: Type: text/html, Size: 28234 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Yocto Project Status WW07'20
@ 2020-02-20  7:46   ` Jain, Sangeeta
  0 siblings, 0 replies; 10+ messages in thread
From: Jain, Sangeeta @ 2020-02-20  7:46 UTC (permalink / raw)
  To: sjolley.yp.pm, yocto, openembedded-core, Richard Purdie

[-- Attachment #1: Type: text/plain, Size: 3992 bytes --]

Planned upcoming dot releases:

  *   YP 2.7.3 built and in QA

I didn't see any notification for this build. Am I missing something?

Thanks,
Sangeeta

From: openembedded-core-bounces@lists.openembedded.org <openembedded-core-bounces@lists.openembedded.org> On Behalf Of sjolley.yp.pm@gmail.com
Sent: Wednesday, 19 February, 2020 12:10 AM
To: yocto@yoctoproject.org; openembedded-core@lists.openembedded.org
Subject: [OE-core] Yocto Project Status WW07'20


Current Dev Position: YP 3.1 M3

Next Deadline: YP 3.1 M3 build date 2/24/2020


Next Team Meetings:

  *   Bug Triage meeting Thursday Feb. 20th  at 7:30am PDT (https://zoom.us/j/454367603)
  *   Monthly Project Meeting Tuesday Mar. 3rd  at 8am PDT (https://zoom.us/j/990892712)<https://zoom.us/j/990892712>
  *   Weekly Engineering Sync Tuesday Feb. 18th at 8am PDT (https://zoom.us/j/990892712)<https://zoom.us/j/990892712>
  *   Twitch - Next event is Tuesday Mar. 10th at 8am PDT (https://www.twitch.tv/yocto_project)


Key Status/Updates:

  *   The project recently updated its git hosting infrastructure and there were some issues encountered with the cgit http/https repository sharing. Those issues should now be resolved, apologies if they caused issues for anyone. The git:// protocol sharing was unaffected.
  *   YP 3.0.2 rc2 is in QA with the report due soon.
  *   We continue to see a small number of reproducibility issues with master which need resolving for green builds (in particular gstreamer and perl).
  *   A significant memory usage issue was identified during bitbake parsing where memory usage would grow in each parser thread linearly per number of recipes parsed. This would therefore particularly affect large numbers of layers, multilibs and multiconfig. The fix has merged into bitbake along with the corresponding zeus and warrior branches. For one test case it reduced peak memory usage during parsing for 5 multiconfigs from 20GB to 2GB.
  *   Warrior patches for 2.7.3 are out for review.
  *   With the git infrastructure issue updated, we now have centos8 workers added to the autobuilder.
  *   We are making various queued changes to the autobuilder configuration to fix bugs, improve efficiency and test coverage but this may result in some test result instability as we test and resolve issues.
  *   We're collecting a list of companies, products and projects which use the Yocto Project on the wiki: https://wiki.yoctoproject.org/wiki/Project_Users Please add any you know are missing (or email Richard/Stephen who can add).
  *   The triage team is worried about attendance at triage meetings and the project is finding it hard to find people to help fix bugs. If anyone is willing to work on bugs, assistance would be greatly appreciated.


YP 3.1 Milestone Dates:

  *   YP 3.1 M3 build date 2/24/2020
  *   YP 3.1 M3 release date 3/6/2020
  *   YP 3.1 M4 build date  3/30/2020
  *   YP 3.1 M4 release date  4/24/2020


Planned upcoming dot releases:

  *   YP 2.7.3 built and in QA
  *   YP 2.7.3 release date 2/21/2020
  *   YP 3.0.2 build date  2/3/2020
  *   YP 3.0.2 release date 2/14/2020


Tracking Metrics:

  *   WDD 2710 (last week 2728) (https://wiki.yoctoproject.org/charts/combo.html)
  *   Poky Patch Metrics

     *   Total patches found: 1360 (last week 1361)
     *   Patches in the Pending State: 546 (40%) [last week 547 (40%)]


The Yocto Project's technical governance is through its Technical Steering Committee, more information is available at:

https://wiki.yoctoproject.org/wiki/TSC


The Status reports are now stored on the wiki at: https://wiki.yoctoproject.org/wiki/Weekly_Status


[If anyone has suggestions for other information you'd like to see on this weekly status update, let us know!]

Thanks,

Stephen K. Jolley
Yocto Project Program Manager
*    Cell:                (208) 244-4460
* Email:              sjolley.yp.pm@gmail.com<mailto:sjolley.yp.pm@gmail.com>


[-- Attachment #2: Type: text/html, Size: 28234 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [OE-core] Yocto Project Status WW07'20
  2020-02-20  7:46   ` Jain, Sangeeta
@ 2020-02-20 10:33     ` Richard Purdie
  -1 siblings, 0 replies; 10+ messages in thread
From: Richard Purdie @ 2020-02-20 10:33 UTC (permalink / raw)
  To: Jain, Sangeeta, sjolley.yp.pm, yocto, openembedded-core

On Thu, 2020-02-20 at 07:46 +0000, Jain, Sangeeta wrote:
> Planned upcoming dot releases:
>  YP 2.7.3 built and in QA
>  
> I didn’t see any notification for this build. Am I missing something?

No, its due to be built but isn't built yet!

I think that was meant to say 3.0.2, sorry about any confusion.

Cheers,

Richard


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Yocto Project Status WW07'20
@ 2020-02-20 10:33     ` Richard Purdie
  0 siblings, 0 replies; 10+ messages in thread
From: Richard Purdie @ 2020-02-20 10:33 UTC (permalink / raw)
  To: Jain, Sangeeta, sjolley.yp.pm, yocto, openembedded-core

On Thu, 2020-02-20 at 07:46 +0000, Jain, Sangeeta wrote:
> Planned upcoming dot releases:
>  YP 2.7.3 built and in QA
>  
> I didn’t see any notification for this build. Am I missing something?

No, its due to be built but isn't built yet!

I think that was meant to say 3.0.2, sorry about any confusion.

Cheers,

Richard



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-02-20 10:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-18 16:09 Yocto Project Status WW07'20 Stephen Jolley
2020-02-18 16:09 ` sjolley.yp.pm
2020-02-18 16:44 ` [OE-core] " Alexander Kanavin
2020-02-18 16:44   ` Alexander Kanavin
2020-02-18 18:21   ` [OE-core] " Richard Purdie
2020-02-18 18:21     ` Richard Purdie
2020-02-20  7:46 ` [OE-core] " Sangeeta Jain
2020-02-20  7:46   ` Jain, Sangeeta
2020-02-20 10:33   ` [OE-core] " Richard Purdie
2020-02-20 10:33     ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.