summaryrefslogtreecommitdiffstats
path: root/meta-crystalforest
diff options
context:
space:
mode:
authorChang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>2014-08-08 16:40:55 +0800
committerTom Zanussi <tom.zanussi@intel.com>2014-08-27 11:44:11 -0500
commit00de64dbe0563dfaf21679e2902a56f62a039df4 (patch)
tree9101bb441c1927c54f1e62e3f51ec127ed2da3bf /meta-crystalforest
parentdfabd49c1f6c2be8b38bdb671b98793bbf2170af (diff)
downloadmeta-intel-00de64dbe0563dfaf21679e2902a56f62a039df4.tar.gz
meta-crystalforest: Update README with new build settings
After introducing new machine conf file, bitbake will take "crystalforest" as the MACHINE name in build/local.conf. This patch is to update the README with this new build settings for users who need to build crystalforest images. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-crystalforest')
-rw-r--r--meta-crystalforest/README22
1 files changed, 8 insertions, 14 deletions
diff --git a/meta-crystalforest/README b/meta-crystalforest/README
index 72af1e12..210df563 100644
--- a/meta-crystalforest/README
+++ b/meta-crystalforest/README
@@ -96,14 +96,14 @@ common metadata shared between BSPs) e.g.:
96 yocto/meta-intel \ 96 yocto/meta-intel \
97 yocto/meta-intel/meta-crystalforest \ 97 yocto/meta-intel/meta-crystalforest \
98 98
99To enable the Crystal Forest Gladden layer, add the crystalforest-gladden MACHINE to local.conf: 99Crystal Forest layer is meant for building both Crystal Forest Gladden
100and Crystal Forest Server platforms. By enabling Crystal Forest layer,
101the image you build is able to boot on both supported platforms.
100 102
101 MACHINE ?= "crystalforest-gladden" 103To enable the Crystal Forest layer, add the Crystal Forest MACHINE to
102 104build/local.conf:
103To enable the Crystal Forest Server layer, add the crystalforest-server MACHINE to local.conf:
104
105 MACHINE ?= "crystalforest-server"
106 105
106 MACHINE ?= "crystalforest"
107 107
108You should then be able to build a crystalforest image as such: 108You should then be able to build a crystalforest image as such:
109 109
@@ -135,15 +135,9 @@ Under Linux, insert a USB flash drive. Assuming the USB flash drive
135takes device /dev/sdf, use dd to copy the live image to it. For 135takes device /dev/sdf, use dd to copy the live image to it. For
136example: 136example:
137 137
138To boot the Gladden Platform: 138To boot on both Gladden and Server Platforms:
139
140# dd if=core-image-sato-crystalforest-gladden.hddimg of=/dev/sdf
141# sync
142# eject /dev/sdf
143
144To boot the Server Platform:
145 139
146# dd if=core-image-sato-crystalforest-server.hddimg of=/dev/sdf 140# dd if=core-image-sato-crystalforest.hddimg of=/dev/sdf
147# sync 141# sync
148# eject /dev/sdf 142# eject /dev/sdf
149 143