summaryrefslogtreecommitdiffstats
path: root/meta-jasperforest
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-10-03 09:11:53 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-10-03 09:11:53 -0500
commitd1dd73c4a2ca2f47e8aed4db72d02d7fce71a93d (patch)
tree295a8e0d239aebbcca07b29d2fad19f6198117ce /meta-jasperforest
parentc22ec62e70bc47470a126852032586bfb6290e00 (diff)
downloadmeta-intel-d1dd73c4a2ca2f47e8aed4db72d02d7fce71a93d.tar.gz
meta-jasperforest: update README
Update meta-jasperforest 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-jasperforest')
-rw-r--r--meta-jasperforest/README15
1 files changed, 8 insertions, 7 deletions
diff --git a/meta-jasperforest/README b/meta-jasperforest/README
index 6421d06a..7652da09 100644
--- a/meta-jasperforest/README
+++ b/meta-jasperforest/README
@@ -35,8 +35,8 @@ To enable the jasperforest layer, add the jasperforest MACHINE to local.conf:
35 35
36You should then be able to build a jasperforest image as such: 36You should then be able to build a jasperforest image as such:
37 37
38 $ source poky-init-build-env 38 $ source oe-init-build-env
39 $ bitbake poky-image-sato-live 39 $ bitbake core-image-sato
40 40
41At the end of a successful build, you should have a live image that 41At the end of a successful build, you should have a live image that
42you can boot from a USB flash drive (see instructions on how to do 42you can boot from a USB flash drive (see instructions on how to do
@@ -46,10 +46,11 @@ As an alternative to downloading the BSP tarball, you can also work
46directly from the meta-intel git repository. For each BSP in the 46directly from the meta-intel git repository. For each BSP in the
47'meta-intel' repository, there are multiple branches, one 47'meta-intel' repository, there are multiple branches, one
48corresponding to each major release starting with 'laverne' (0.90), in 48corresponding to each major release starting with 'laverne' (0.90), in
49addition to the latest code which tracks the current master. Instead 49addition to the latest code which tracks the current master (note that
50of extracting a BSP tarball at the top level of your yocto build tree, 50not all BSPs are present in every release). Instead of extracting a
51you can equivalently check out the appropriate branch from the 51BSP tarball at the top level of your yocto build tree, you can
52meta-intel repository at the same location. 52equivalently check out the appropriate branch from the meta-intel
53repository at the same location.
53 54
54 55
55II. Booting the images in /binary 56II. Booting the images in /binary
@@ -62,7 +63,7 @@ Under Linux, insert a USB flash drive. Assuming the USB flash drive
62takes device /dev/sdf, use dd to copy the live image to it. For 63takes device /dev/sdf, use dd to copy the live image to it. For
63example: 64example:
64 65
65# dd if=poky-image-sato-live-jasperforest-20101207053738.hddimg of=/dev/sdf 66# dd if=core-image-sato-jasperforest-20101207053738.hddimg of=/dev/sdf
66# sync 67# sync
67# eject /dev/sdf 68# eject /dev/sdf
68 69