meta-sugarbay: update README

Update meta-sugarbay to reflect the new image names and a couple other
minor cleanups.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
Tom Zanussi 2011-10-03 09:14:33 -05:00
parent 6c2a262ced
commit cfae52448a

View File

@ -10,8 +10,7 @@ Table of Contents
================= =================
I. Building the meta-sugarbay BSP layer I. Building the meta-sugarbay BSP layer
II. Special notes for building the meta-sugarbay BSP layer II. Booting the images in /binary
III. Booting the images in /binary
I. Building the meta-sugarbay BSP layer I. Building the meta-sugarbay BSP layer
@ -34,8 +33,8 @@ To enable the sugarbay layer, add the sugarbay MACHINE to local.conf:
You should then be able to build a sugarbay image as such: You should then be able to build a sugarbay image as such:
$ source poky-init-build-env $ source oe-init-build-env
$ bitbake poky-image-sato-live $ bitbake core-image-sato
At the end of a successful build, you should have a live image that At the end of a successful build, you should have a live image that
you can boot from a USB flash drive (see instructions on how to do you can boot from a USB flash drive (see instructions on how to do
@ -45,10 +44,11 @@ As an alternative to downloading the BSP tarball, you can also work
directly from the meta-intel git repository. For each BSP in the directly from the meta-intel git repository. For each BSP in the
'meta-intel' repository, there are multiple branches, one 'meta-intel' repository, there are multiple branches, one
corresponding to each major release starting with 'laverne' (0.90), in corresponding to each major release starting with 'laverne' (0.90), in
addition to the latest code which tracks the current master. Instead addition to the latest code which tracks the current master (note that
of extracting a BSP tarball at the top level of your yocto build tree, not all BSPs are present in every release). Instead of extracting a
you can equivalently check out the appropriate branch from the BSP tarball at the top level of your yocto build tree, you can
meta-intel repository at the same location. equivalently check out the appropriate branch from the meta-intel
repository at the same location.
II. Booting the images in /binary II. Booting the images in /binary
@ -61,7 +61,7 @@ Under Linux, insert a USB flash drive. Assuming the USB flash drive
takes device /dev/sdf, use dd to copy the live image to it. For takes device /dev/sdf, use dd to copy the live image to it. For
example: example:
# dd if=poky-image-sato-live-sugarbay-20101207053738.hddimg of=/dev/sdf # dd if=core-image-sato-sugarbay-20101207053738.hddimg of=/dev/sdf
# sync # sync
# eject /dev/sdf # eject /dev/sdf