From 18d6327e2994b5a92c9cc81078b926937e08a2eb Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Tue, 5 Mar 2019 12:12:18 -0600 Subject: meta-swift: Initial commit Create a new machine for Swift, a POWER9 system. It is initially based on Witherspoon but with 128MB NOR flash chips. - To build this machine: export MACHINE="swift"; \ export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE MACHINE"; \ bitbake obmc-phosphor-image (From meta-ibm rev: 12b1187ecfcf7d6438cb026d09f2c1b7c6e06cbc) Change-Id: I304ae026e1b2e027776981865b3f483d0898000f Signed-off-by: Adriana Kobylak Signed-off-by: Brad Bishop --- meta-ibm/meta-witherspoon/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'meta-ibm/meta-witherspoon/README.md') diff --git a/meta-ibm/meta-witherspoon/README.md b/meta-ibm/meta-witherspoon/README.md index beb3ca93c..5d2b5c722 100644 --- a/meta-ibm/meta-witherspoon/README.md +++ b/meta-ibm/meta-witherspoon/README.md @@ -6,3 +6,16 @@ This is the Witherspoon machine layer. Witherspoon, or AC922, is an IBM POWER9 two-socket, 2U Accelerated Compute Server with up to 6 NVIDIA Tesla GPUs. More information can be found [here](https://www.ibm.com/us-en/marketplace/power-systems-ac922). + +In addition to witherspoon, this layer contains additional machine +configurations such as swift. The default machine target is witherspoon, +so in order to build a different configuration, or to build witherspoon +after building a different one, set the MACHINE environment to the desired +configuration name as follows (this is only needed once): + + export MACHINE=""; \ + export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE MACHINE" + +Then build: + + bitbake obmc-phosphor-image -- cgit v1.2.3