cheatsheet: MACHINE is available by default

The MACHINE environment variable is available by default and is the
typical way to specify what machine configuration you wish to build, or
with devtool, modify.

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I59c524846df88be6b25144ceef2fc76e477622bd
diff --git a/cheatsheet.md b/cheatsheet.md
index 0d73b42..bc34ce4 100644
--- a/cheatsheet.md
+++ b/cheatsheet.md
@@ -52,13 +52,11 @@
     meta-<layer>/meta-<system>/conf/machine/machineB.conf
 
 You can specify the machine configuration you want to build by setting the
-MACHINE environment variable. Then add `MACHINE` to the BB_ENV_EXTRAWHITE
-environment variable to make the new MACHINE value available to BitBake:
+MACHINE environment variable.
 
     $ cd openbmc
     $ TEMPLATECONF=meta-<layer>/meta-<system>/conf . openbmc-env
     $ export MACHINE="machineB"
-    $ export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE MACHINE"
     $ bitbake obmc-phosphor-image
 
 ## Building the OpenBMC SDK