Difference between revisions of "Presentation topic template"
m |
Srivatsan.s (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | = '''Yocto Buildsystem''' = | ||
+ | == Migrating to Yocto: A guide and lessons learned == | ||
+ | '''Presenter:''' Muhammad Tauqir Ahmad, Cisco Meraki <br> | ||
+ | '''Summary:''' | ||
+ | The session talks about the lessons learnt while migrating to the new system, <br> | ||
+ | including the technical challenges like supporting proprietary software on Yocto, verifying <br> | ||
+ | correctness of the builds produced by the new build system, accommodating the various <br> | ||
+ | use cases, as well as human aspects of such a large migration like getting buy-in from <br> | ||
+ | stakeholders, documenting process and maintenance. <br> | ||
− | + | * [[https://elinux.org/index.php?title=Special:Upload&wpDestFile=MigratingtoYocto.pdf | [PDF] ]] [[https://www.youtube.com/watch?v=hG_ktX48PEg | [VIDEO] ]] ELC 2019 | |
− | ''' | + | == Sweeten your Yocto Build Times with Icecream == |
+ | '''Presenter:'''Joshua Watt, Garmin International <br> | ||
+ | '''Summary:''' | ||
+ | Yocto takes a considerable amount of time to build complex systems and hence, <br> | ||
+ | a lot of time is spent waiting for builds to complete.One method of accelerating these <br> | ||
+ | builds is to use a distributed compiler such as Icecream. The presenter discusses the <br> | ||
+ | current state of Icecream support in Yocto, pros and cons of using Icecream, typical <br> | ||
+ | configurations, as well as tips, tricks, and quirks he has learned while using Icecream. <br> | ||
+ | * [[https://elinux.org/images/c/cc/Sweeten_Your_Yocto_Build_Times_with_Icecream.pdf | [PDF] ]] [[https://www.youtube.com/watch?v=VpK27pI64jQ | [VIDEO] ]] ELC 2019 | ||
− | ''' | + | == Working with the Linux Kernel in the Yocto Project == |
+ | '''Presenter:'''Sean Hudson, The Yocto Project <br> | ||
+ | '''Summary:''' | ||
+ | The slides cover an example recipe to add the Kernel to the build and talks <br> | ||
+ | about the best practices and the work flows to create a custom kernel for their <br> | ||
+ | distribution. The talk also explores the development cycle of creating a new <br> | ||
+ | kernel configuration and integrating it fully back into the platform. <br> | ||
− | + | * [[https://elinux.org/images/a/a6/2018-ELC-YP%2BKernel-Hudson-reduced.pdf | [PDF] ]] [[https://darknighte.com/ELC2018Video | [VIDEO] ]] ELC 2018 | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | https://elinux.org/images/a/a6/2018-ELC-YP%2BKernel-Hudson-reduced.pdf | ||
− | |||
− | |||
− | https://darknighte.com/ELC2018Video | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 21:44, 13 August 2020
Contents
Yocto Buildsystem
Migrating to Yocto: A guide and lessons learned
Presenter: Muhammad Tauqir Ahmad, Cisco Meraki
Summary:
The session talks about the lessons learnt while migrating to the new system,
including the technical challenges like supporting proprietary software on Yocto, verifying
correctness of the builds produced by the new build system, accommodating the various
use cases, as well as human aspects of such a large migration like getting buy-in from
stakeholders, documenting process and maintenance.
Sweeten your Yocto Build Times with Icecream
Presenter:Joshua Watt, Garmin International
Summary:
Yocto takes a considerable amount of time to build complex systems and hence,
a lot of time is spent waiting for builds to complete.One method of accelerating these
builds is to use a distributed compiler such as Icecream. The presenter discusses the
current state of Icecream support in Yocto, pros and cons of using Icecream, typical
configurations, as well as tips, tricks, and quirks he has learned while using Icecream.
Working with the Linux Kernel in the Yocto Project
Presenter:Sean Hudson, The Yocto Project
Summary:
The slides cover an example recipe to add the Kernel to the build and talks
about the best practices and the work flows to create a custom kernel for their
distribution. The talk also explores the development cycle of creating a new
kernel configuration and integrating it fully back into the platform.