Difference between revisions of "OEDVM 2022 05"

From Openembedded.org
Jump to: navigation, search
(Topic Ideas)
(Topic Ideas)
 
(10 intermediate revisions by 5 users not shown)
Line 28: Line 28:
 
|-
 
|-
 
| Future of eSDK (inc. bblock/bbunlock commands)
 
| Future of eSDK (inc. bblock/bbunlock commands)
| ?
+
| Richard Purdie
| ?
+
| 1215
 
| https://lists.openembedded.org/g/openembedded-architecture/topic/thoughts_on_the_esdk/90990557
 
| https://lists.openembedded.org/g/openembedded-architecture/topic/thoughts_on_the_esdk/90990557
 
|-
 
|-
 
| Copyright in OE-Core files
 
| Copyright in OE-Core files
| ?
+
| Richard Purdie
| ?
+
| 1300
 
| https://lists.openembedded.org/g/openembedded-architecture/topic/oe_core_copyright_notices/91159593
 
| https://lists.openembedded.org/g/openembedded-architecture/topic/oe_core_copyright_notices/91159593
 
|-
 
|-
 
| layer.conf changes  
 
| layer.conf changes  
| ?
+
| Richard Purdie
| ?
+
| 1330
 
|-
 
|-
 
| Kernel config RFC
 
| Kernel config RFC
 
| Trevor Woerner  
 
| Trevor Woerner  
| 30
+
| 1400
 +
| https://docs.google.com/presentation/d/1EC6W_MH6OJ3uMxH2uWA1OWsxYlEVZAoT3z91g6SULqk/edit?usp=sharing
 
|-
 
|-
  
 
| Layer Setup Configuration
 
| Layer Setup Configuration
 
| Joshua Watt
 
| Joshua Watt
| 30
+
| 1430
 
|-
 
|-
  
 
| Bitbake & OE "Core improvements"
 
| Bitbake & OE "Core improvements"
 
| Joshua Watt
 
| Joshua Watt
| 30
+
| 1500
 
|-
 
|-
  
 
| Multiple SBOM formats, both in and out
 
| Multiple SBOM formats, both in and out
 
| Peter Kjellerstedt
 
| Peter Kjellerstedt
| 20
+
| 1530
 +
| https://docs.google.com/presentation/d/1f6WvLNrkIVESdI1tSoq99QOTcsAkS08adGnSycWub2w/edit?usp=sharing
 
|-
 
|-
  
 
| Layerindex: quality, tooling, enhancements
 
| Layerindex: quality, tooling, enhancements
 
| Jan-Simon Möller, Tim Orling
 
| Jan-Simon Möller, Tim Orling
| 20
+
| 1550
 
|-
 
|-
  
 
| Airing of Grievances
 
| Airing of Grievances
 
| OpenEmbedded Board
 
| OpenEmbedded Board
| 30+ (After all other topics covered)
+
| 1610 (After all other topics covered)
 
|-
 
|-
  
 
|}
 
|}
  
 
+
List of grievances
 +
* How do we increase people working on underlying system?
  
 
Unassigned ideas for next time
 
Unassigned ideas for next time
Line 81: Line 84:
 
! Estimate of time
 
! Estimate of time
 
! Notes
 
! Notes
 +
|-
  
 
| Data store operation changes  
 
| Data store operation changes  
Line 98: Line 102:
  
 
| f-string in Python code (and more modern python in general)  
 
| f-string in Python code (and more modern python in general)  
| ?
+
| Ross Burton, Tim Orling
 
| ?
 
| ?
 
|-
 
|-
Line 117: Line 121:
 
|-
 
|-
  
| Layer setup configuration
 
| ?
 
| ?
 
|-
 
  
 
| QA Automation  
 
| QA Automation  
Line 133: Line 133:
  
 
| Software updates  
 
| Software updates  
| ?
+
| Bruce Ashfield
 
| ?
 
| ?
 
|-
 
|-
Line 160: Line 160:
 
==Minutes==
 
==Minutes==
  
TBD
+
https://docs.google.com/document/d/12rtiKrLgtZl617I5aew0g-N3ZoIyJts3r-FKP2AGRgQ/edit?usp=sharing

Latest revision as of 15:33, 20 May 2022

Location and Time

Held after the Yocto Project Summit , The OE Developers Meeting is scheduled for Friday, 20 May 2022 between 12:00 and 20:00 UTC. Exact times for each individual topic are found below in the schedule.

The meeting is held on Zoom https://zoom.us/j/99151508871 (Meeting ID: 991 5150 8871). We thank Automotive Grade Linux for providing!

Format

As always, we will collect topics on the wiki at https://wiki.openembedded.org/OEDVM_2022_05.

For the actual developer meeting, there will be pre-assigned timeslots for each topic. The moderator(s) will open with a short introduction/presentation to introduce the topic.

Topic Ideas

These are topics that were suggested for previous OE developer meetings and have not been covered yet. They should be seen as starting ideas on things that can be discussed.

Actual schedule

Topic Moderator(s) Time in UTC (Start is 1200 UTC/0800 EDT) Notes
Introduction OE Board 1200
Future of eSDK (inc. bblock/bbunlock commands) Richard Purdie 1215 https://lists.openembedded.org/g/openembedded-architecture/topic/thoughts_on_the_esdk/90990557
Copyright in OE-Core files Richard Purdie 1300 https://lists.openembedded.org/g/openembedded-architecture/topic/oe_core_copyright_notices/91159593
layer.conf changes Richard Purdie 1330
Kernel config RFC Trevor Woerner 1400 https://docs.google.com/presentation/d/1EC6W_MH6OJ3uMxH2uWA1OWsxYlEVZAoT3z91g6SULqk/edit?usp=sharing
Layer Setup Configuration Joshua Watt 1430
Bitbake & OE "Core improvements" Joshua Watt 1500
Multiple SBOM formats, both in and out Peter Kjellerstedt 1530 https://docs.google.com/presentation/d/1f6WvLNrkIVESdI1tSoq99QOTcsAkS08adGnSycWub2w/edit?usp=sharing
Layerindex: quality, tooling, enhancements Jan-Simon Möller, Tim Orling 1550
Airing of Grievances OpenEmbedded Board 1610 (After all other topics covered)

List of grievances

* How do we increase people working on underlying system?

Unassigned ideas for next time

Topic Moderator(s) Estimate of time Notes
Data store operation changes  ?  ?
Syntax removal  ?  ?
Data store internal rewrite  ?  ?
f-string in Python code (and more modern python in general) Ross Burton, Tim Orling  ?
Merging optional functionality to make it mandatory  ?  ?
Dropping core features  ?  ?
Security (PSiRT)  ?  ?
QA Automation  ?  ?
Code submission process  ?  ?
Software updates Bruce Ashfield  ?
AI/ML  ?  ?

Here are some new topic ideas:

Topic Moderator(s) Estimate of time

Notes

Social

Meet up @ ELC?

Minutes

https://docs.google.com/document/d/12rtiKrLgtZl617I5aew0g-N3ZoIyJts3r-FKP2AGRgQ/edit?usp=sharing