[yocto] 2 vacation days (19 and 20)

2013-02-15 Thread Rifenbark, Scott M
I will be taking two vacation days next Tues and Weds.

Scott

Scott Rifenbark
Intel Corporation
Yocto Project Documentation
503.712.2702
503.341.0418 (cell)

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Updated Yocto Hands-on Kernel Lab available

2013-02-15 Thread Tom Zanussi
Hi,

I'm happy to announce that an updated version of the Yocto 'Hands-on
Kernel Lab' has been released and is available here:

https://www.yoctoproject.org/sites/yoctoproject.org/files/elc2013-kernel-lab.pdf

The above document contains all the instructions you need to get started
from scratch.

You can always get to the lab and associated content by visiting the
Yocto home page (https://www.yoctoproject.org/) and selecting 'Read
presentations about the project' from the drop-down list you get by
clicking on the 'Start Here to learn more' box on the left-hand side and
clicking on the 'Working with the Kernel' presentation link.

The 'Hands-on Kernel Lab' has been updated to Yocto 1.3 ('danny') and
has been substantially expanded from three to five labs, with completely
new sections covering custom kernels, loadable modules and getting them
into (and autoloaded into) images, external modules, local clones, bare
local clones, and enabling LTSI features.

See below for a more complete listing of what's covered along with the
lab number covering those topics.

I've run through the lab twice, once on Fedora 17 and once on Ubuntu
12.04, so it should be pretty solid at this point, but if you find
problems, please let me know...

* Creating and using a traditional kernel recipe (lab1)
* Using 'bitbake -c menuconfig' to modify the kernel configuration and replace 
the defconfig with the new configuration (lab1)
* Adding a kernel module to the kernel source and configuring it as a built-in 
module by adding options to the kernel defconfig (lab1)
* Creating and using a linux-yocto-based kernel (lab2)
* Adding a kernel module to the kernel source and configuring it as a built-in 
module using linux-yocto 'config fragments' (lab2)
* Using the linux-yocto kernel as an LTSI kernel (configuring in an item added 
by the LTSI kernel which is merged into linux-yocto) (lab2)
* Using an arbitrary git-based kernel via the linux-yocto-custom kernel recipe 
(lab3)
* Adding a kernel module to the kernel source of an arbitrary git-based kernel 
and configuring it as a loadable module using 'config fragments' (lab3)
* Actually getting the module into the image and autoloading it on boot (lab3)
* Using a local clone of an arbitrary git-based kernel via the 
linux-yocto-custom kernel recipe to demonstrate a typical development workflow 
(lab4)
* Modifying the locally cloned custom kernel source and verifying the changes 
in the new image (lab4)
* Using a local clone of a linux-yocto- kernel recipe to demonstrate a typical 
development workflow (lab4)
* Modifying the locally cloned linux-yocto kernel source and verifying the 
changes in the new image (lab4)
* Using a 'bare' local clone of a linux-yocto- kernel recipe to demonstrate a 
typical development workflow (lab4)
* Modifying the locally cloned 'bare' linux-yocto kernel source and verifying 
the changes in the new image (lab4)
* Adding and using an external kernel module via a module recipe (lab4)
* Using the 'Yocto BSP Tools' yocto-bsp tool generate a new Yocto BSP (lab5)
* Using the 'Yocto BSP Tools' yocto-kernel tool to add kernel patches and 
config fragments (lab5)


___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Slides from the Yocto Developer Day

2013-02-15 Thread Tom Zanussi
On Wed, 2013-01-30 at 08:43 -0800, Darren Hart wrote:
> On 01/30/2013 06:41 AM, Marco wrote:
> > Il 13/11/2012 08:01, Scott Garman ha scritto:
> >> On 11/12/2012 11:52 AM, Anna Dushistova wrote:
> >>> Hi All,
> >>>
> >>> Are the slides available somewhere?
> >>>
> >>> Thanks!
> >>> Anna.
> >>
> >> Hi Anna,
> >>
> >> Attached are the slides and lab packet I used for the intro hands-on lab
> >> in PDF format.
> > 
> > 
> > Hi all,
> > would be available slides and worksheet for the other YDD-2012 labs?
> > 
> > - "Hands on kernel lab" by Darren & Tom
> 
> We're working on making the kernel lab available online. Until then, the
> materials would not be of much use as they were just specific enough to
> the lab machines we set up, that they would frustrate more than
> enlighten someone trying to use them on their own. Once they are up,
> you'll be able to download them and do the labs on your own machines.
> 

Hi,

The 'Hands-on Kernel Lab' has now been updated, and the instructions now
assume you'll be starting from scratch on your own machine - anything
related to the lab environment is now gone, and there's actually a lot
more material now (5 labs instead of 3).  See here for details:

https://lists.yoctoproject.org/pipermail/yocto/2013-February/014408.html

Tom

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Updated Yocto Hands-on Kernel Lab available

2013-02-15 Thread Stewart, David C


On 2/15/13 6:29 PM, "Tom Zanussi"  wrote:

>Hi,
>
>I'm happy to announce that an updated version of the Yocto 'Hands-on
>Kernel Lab' has been released and is available here:
>
>https://www.yoctoproject.org/sites/yoctoproject.org/files/elc2013-kernel-l
>ab.pdf
>
>The above document contains all the instructions you need to get started
>from scratch.
Pretty frickin' awesome. Great job!

>
>You can always get to the lab and associated content by visiting the
>Yocto home page (https://www.yoctoproject.org/) and selecting 'Read
>presentations about the project' from the drop-down list you get by
>clicking on the 'Start Here to learn more' box on the left-hand side and
>clicking on the 'Working with the Kernel' presentation link.
>
>The 'Hands-on Kernel Lab' has been updated to Yocto 1.3 ('danny') and
>has been substantially expanded from three to five labs, with completely
>new sections covering custom kernels, loadable modules and getting them
>into (and autoloaded into) images, external modules, local clones, bare
>local clones, and enabling LTSI features.
>
>See below for a more complete listing of what's covered along with the
>lab number covering those topics.
>
>I've run through the lab twice, once on Fedora 17 and once on Ubuntu
>12.04, so it should be pretty solid at this point, but if you find
>problems, please let me know...
>
>* Creating and using a traditional kernel recipe (lab1)
>* Using 'bitbake -c menuconfig' to modify the kernel configuration and
>replace the defconfig with the new configuration (lab1)
>* Adding a kernel module to the kernel source and configuring it as a
>built-in module by adding options to the kernel defconfig (lab1)
>* Creating and using a linux-yocto-based kernel (lab2)
>* Adding a kernel module to the kernel source and configuring it as a
>built-in module using linux-yocto 'config fragments' (lab2)
>* Using the linux-yocto kernel as an LTSI kernel (configuring in an item
>added by the LTSI kernel which is merged into linux-yocto) (lab2)
>* Using an arbitrary git-based kernel via the linux-yocto-custom kernel
>recipe (lab3)
>* Adding a kernel module to the kernel source of an arbitrary git-based
>kernel and configuring it as a loadable module using 'config fragments'
>(lab3)
>* Actually getting the module into the image and autoloading it on boot
>(lab3)
>* Using a local clone of an arbitrary git-based kernel via the
>linux-yocto-custom kernel recipe to demonstrate a typical development
>workflow (lab4)
>* Modifying the locally cloned custom kernel source and verifying the
>changes in the new image (lab4)
>* Using a local clone of a linux-yocto- kernel recipe to demonstrate a
>typical development workflow (lab4)
>* Modifying the locally cloned linux-yocto kernel source and verifying
>the changes in the new image (lab4)
>* Using a 'bare' local clone of a linux-yocto- kernel recipe to
>demonstrate a typical development workflow (lab4)
>* Modifying the locally cloned 'bare' linux-yocto kernel source and
>verifying the changes in the new image (lab4)
>* Adding and using an external kernel module via a module recipe (lab4)
>* Using the 'Yocto BSP Tools' yocto-bsp tool generate a new Yocto BSP
>(lab5)
>* Using the 'Yocto BSP Tools' yocto-kernel tool to add kernel patches and
>config fragments (lab5)
>
>
>___
>yocto mailing list
>yocto@yoctoproject.org
>https://lists.yoctoproject.org/listinfo/yocto

___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto