From 174f6c90d1fdc87b6d0ed846902b1b63d6c79dc5 Mon Sep 17 00:00:00 2001 From: Chang Rebecca Swee Fun Date: Fri, 8 Aug 2014 16:40:55 +0800 Subject: 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 Acked By: Nitin A Kamble Signed-off-by: Tom Zanussi --- meta-crystalforest/README | 22 ++++++++-------------- 1 file 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.: yocto/meta-intel \ yocto/meta-intel/meta-crystalforest \ -To enable the Crystal Forest Gladden layer, add the crystalforest-gladden MACHINE to local.conf: +Crystal Forest layer is meant for building both Crystal Forest Gladden +and Crystal Forest Server platforms. By enabling Crystal Forest layer, +the image you build is able to boot on both supported platforms. - MACHINE ?= "crystalforest-gladden" - -To enable the Crystal Forest Server layer, add the crystalforest-server MACHINE to local.conf: - - MACHINE ?= "crystalforest-server" +To enable the Crystal Forest layer, add the Crystal Forest MACHINE to +build/local.conf: + MACHINE ?= "crystalforest" You should then be able to build a crystalforest image as such: @@ -135,15 +135,9 @@ 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 Gladden Platform: - -# dd if=core-image-sato-crystalforest-gladden.hddimg of=/dev/sdf -# sync -# eject /dev/sdf - -To boot the Server Platform: +To boot on both Gladden and Server Platforms: -# dd if=core-image-sato-crystalforest-server.hddimg of=/dev/sdf +# dd if=core-image-sato-crystalforest.hddimg of=/dev/sdf # sync # eject /dev/sdf -- cgit v1.2.3-54-g00ecf