diff options
Diffstat (limited to 'meta-jasperforest')
-rw-r--r-- | meta-jasperforest/README | 15 |
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 | ||
36 | You should then be able to build a jasperforest image as such: | 36 | You 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 | ||
41 | At the end of a successful build, you should have a live image that | 41 | At the end of a successful build, you should have a live image that |
42 | you can boot from a USB flash drive (see instructions on how to do | 42 | you 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 | |||
46 | directly from the meta-intel git repository. For each BSP in the | 46 | directly 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 |
48 | corresponding to each major release starting with 'laverne' (0.90), in | 48 | corresponding to each major release starting with 'laverne' (0.90), in |
49 | addition to the latest code which tracks the current master. Instead | 49 | addition to the latest code which tracks the current master (note that |
50 | of extracting a BSP tarball at the top level of your yocto build tree, | 50 | not all BSPs are present in every release). Instead of extracting a |
51 | you can equivalently check out the appropriate branch from the | 51 | BSP tarball at the top level of your yocto build tree, you can |
52 | meta-intel repository at the same location. | 52 | equivalently check out the appropriate branch from the meta-intel |
53 | repository at the same location. | ||
53 | 54 | ||
54 | 55 | ||
55 | II. Booting the images in /binary | 56 | II. Booting the images in /binary |
@@ -62,7 +63,7 @@ Under Linux, insert a USB flash drive. Assuming the USB flash drive | |||
62 | takes device /dev/sdf, use dd to copy the live image to it. For | 63 | takes device /dev/sdf, use dd to copy the live image to it. For |
63 | example: | 64 | example: |
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 | ||