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