summaryrefslogtreecommitdiffstats
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 15:37:02 -0500
commit174f6c90d1fdc87b6d0ed846902b1b63d6c79dc5 (patch)
treed44a0dd5b9d1ae58802a50534ff2f9c444be8dd0
parent2163956d6c85284f0eedc40e207ef406d8284d8b (diff)
downloadmeta-intel-174f6c90d1fdc87b6d0ed846902b1b63d6c79dc5.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> Acked By: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-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