summaryrefslogtreecommitdiffstats
path: root/meta-fishriver
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-10-03 09:07:20 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-10-03 09:07:20 -0500
commitc22ec62e70bc47470a126852032586bfb6290e00 (patch)
tree915f34194ceb9bb1d55a3a2f9b614c233f7928ca /meta-fishriver
parent066719d0c01d768672078fc5bc7663f8cd8646e0 (diff)
downloadmeta-intel-c22ec62e70bc47470a126852032586bfb6290e00.tar.gz
meta-fishriver: update README
Update meta-fishriver to reflect the new image names and a couple other minor cleanups. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-fishriver')
-rw-r--r--meta-fishriver/README28
1 files changed, 14 insertions, 14 deletions
diff --git a/meta-fishriver/README b/meta-fishriver/README
index 013f76e6..b76056c5 100644
--- a/meta-fishriver/README
+++ b/meta-fishriver/README
@@ -6,13 +6,12 @@ Please see the corresponding sections below for details.
6Table of Contents 6Table of Contents
7================= 7=================
8 8
9 I. Special notes on the meta-fishriver BSP layer 9 I. Building the meta-fishriver BSP layer
10 II. Building the meta-fishriver BSP layer 10 II. Booting the images in /binary
11III. Booting the images in /binary
12 11
13 12
14II. Building the meta-fishriver BSP layer 13I. Building the meta-fishriver BSP layer
15========================================= 14========================================
16 15
17In order to build an image with BSP support for a given release, you 16In order to build an image with BSP support for a given release, you
18need to download the corresponding BSP tarball from the 'Board Support 17need to download the corresponding BSP tarball from the 'Board Support
@@ -31,8 +30,8 @@ To enable the fishriver layer, add the fishriver MACHINE to local.conf:
31 30
32You should then be able to build a fishriver image as such: 31You should then be able to build a fishriver image as such:
33 32
34 $ source poky-init-build-env 33 $ source oe-init-build-env
35 $ bitbake poky-image-sato-live 34 $ bitbake core-image-sato
36 35
37At the end of a successful build, you should have a live image that 36At the end of a successful build, you should have a live image that
38you can boot from a USB flash drive (see instructions on how to do 37you can boot from a USB flash drive (see instructions on how to do
@@ -42,14 +41,15 @@ As an alternative to downloading the BSP tarball, you can also work
42directly from the meta-intel git repository. For each BSP in the 41directly from the meta-intel git repository. For each BSP in the
43'meta-intel' repository, there are multiple branches, one 42'meta-intel' repository, there are multiple branches, one
44corresponding to each major release starting with 'laverne' (0.90), in 43corresponding to each major release starting with 'laverne' (0.90), in
45addition to the latest code which tracks the current master. Instead 44addition to the latest code which tracks the current master (note that
46of extracting a BSP tarball at the top level of your yocto build tree, 45not all BSPs are present in every release). Instead of extracting a
47you can equivalently check out the appropriate branch from the 46BSP tarball at the top level of your yocto build tree, you can
48meta-intel repository at the same location. 47equivalently check out the appropriate branch from the meta-intel
48repository at the same location.
49 49
50 50
51III. Booting the images in /binary 51II. Booting the images in /binary
52================================== 52=================================
53 53
54This BSP contains bootable live images, which can be used to directly 54This BSP contains bootable live images, which can be used to directly
55boot Yocto off of a USB flash drive. 55boot Yocto off of a USB flash drive.
@@ -58,7 +58,7 @@ Under Linux, insert a USB flash drive. Assuming the USB flash drive
58takes device /dev/sdf, use dd to copy the live image to it. For 58takes device /dev/sdf, use dd to copy the live image to it. For
59example: 59example:
60 60
61# dd if=poky-image-sato-live-fishriver-20101207053738.hddimg of=/dev/sdf 61# dd if=core-image-sato-fishriver-20101207053738.hddimg of=/dev/sdf
62# sync 62# sync
63# eject /dev/sdf 63# eject /dev/sdf
64 64