From 0863d731696fef57d356346635980259649a3e33 Mon Sep 17 00:00:00 2001 From: Kishore Bodke Date: Mon, 29 Oct 2012 10:23:47 -0700 Subject: crystalforest: Change the machine names Change the Machine names for the two machines that will be used to publish the BSP on the Yocto Project website. And add the Yocto Project Compliance information for the 1.3 release. Signed-off-by: Kishore Bodke Signed-off-by: Tom Zanussi --- meta-crystalforest/README | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) (limited to 'meta-crystalforest/README') diff --git a/meta-crystalforest/README b/meta-crystalforest/README index 7b88b224..2a25edce 100644 --- a/meta-crystalforest/README +++ b/meta-crystalforest/README @@ -3,11 +3,11 @@ BSP layer, and booting the images contained in the /binary directory. Please see the corresponding sections below for details. The 'Crystal Forest' platform consists of two versions. -1. STARGO -2. SHUMWAY +1. GLADDEN +2. SERVER -Stargo Platform is based on Intel Sandy Bridge Gladden Processor,plus the Cave Creek chipset. -Shumway Platform is based on two Intel Sandy Bridge (SNB-EP ES2 Grade and SNB-EN ES2 Grade) +Gladden Platform is based on Intel Sandy Bridge Gladden Processor,plus the Cave Creek chipset. +Server Platform is based on two Intel Sandy Bridge (SNB-EP ES2 Grade and SNB-EN ES2 Grade) Processors plus two Cave Creek Chipsets. Both Platforms uses Matrox graphics Card. @@ -64,13 +64,13 @@ common metadata shared between BSPs) e.g.: yocto/meta-intel \ yocto/meta-intel/meta-crystalforest \ -To enable the Crystal Forest Stargo layer, add the crystalforest-stargo MACHINE to local.conf: +To enable the Crystal Forest Gladden layer, add the crystalforest-gladden MACHINE to local.conf: - MACHINE ?= "crystalforest-stargo" + MACHINE ?= "crystalforest-gladden" -To enable the Crystal Forest Shumway layer, add the crystalforest-shumway MACHINE to local.conf: +To enable the Crystal Forest Server layer, add the crystalforest-server MACHINE to local.conf: - MACHINE ?= "crystalforest-shumway" + MACHINE ?= "crystalforest-server" You should then be able to build a crystalforest image as such: @@ -103,15 +103,15 @@ Under Linux, insert a USB flash drive. Assuming the USB flash drive takes device /dev/sdf, use dd to copy the live image to it. For example: -To boot the Stargo Platform: +To boot the Gladden Platform: -# dd if=core-image-sato-crystalforest-stargo-20120829033154.hddimg of=/dev/sdf +# dd if=core-image-sato-crystalforest-gladden-20120829033154.hddimg of=/dev/sdf # sync # eject /dev/sdf -To boot the Shumway Platform: +To boot the Server Platform: -# dd if=core-image-sato-crystalforest-shumway-20120829044852.hddimg of=/dev/sdf +# dd if=core-image-sato-crystalforest-server-20120829044852.hddimg of=/dev/sdf # sync # eject /dev/sdf @@ -135,5 +135,3 @@ the syslinux boot: prompt, or the boot: prompt contains strange characters), try doing this first: # dd if=/dev/zero of=/dev/sdf bs=1M count=512 - - -- cgit v1.2.3-54-g00ecf