summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-11-13 14:02:01 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2013-11-13 14:02:01 +0100
commitaa7314f9e15084c25345780e0f48c88f2d4732c9 (patch)
treee13dd82f69c7136c1d0b20312abd6bd343901715 /README
parenteb19c5d4cee01e191ae010b5939f4dd6bf25dbca (diff)
Fix README, Values should always be inclosed in ""
Change-Id: I9e54d0c30196fd562936a33f9a405c4fa3b581d8
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 13727cf..61eb303 100644
--- a/README
+++ b/README
@@ -40,9 +40,9 @@ For Toradex modules the following machines exist:
e.g. set in local.conf
- MACHINE ?= colibri-t30
+ MACHINE ?= "colibri-t30"
-and then if you want to build for Apalis T30 instead use:
+and then if you want to build for Apalis T30 instead, use the following command line:
MACHINE=apalis-t30 bitbake angstrom-lxde-image