summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2011-11-03 16:29:51 -0500
committerJesse Gilles <jgilles@multitech.com>2011-11-03 16:29:51 -0500
commit8557599dbd4d8a64e3723ce60d92e9c7e9ade38a (patch)
treeb5abf501503237d06d9f20c3095331286981fa5d
parent67c9ce9781863af7effd39fe8696ce5c09c3b790 (diff)
update README
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index d2ee2b4..1a2cf2b 100644
--- a/README
+++ b/README
@@ -33,6 +33,10 @@ How to get started?
# install needed dependencies, see scripts in multitech/contrib/install-deps
# example: sudo ./multitech/contrib/install-deps/install-debian-ubuntu-deps.sh
source env-oe.sh
+
+ # set your default machine type in conf/local.conf
+ # MACHINE="mtcdp" or MACHINE="mt100eocg" etc
+
bitbake corecdp-base-image
2. Build from git repository
@@ -53,6 +57,9 @@ How to get started?
# setup environment
source env-oe.sh
+ # set your default machine type in conf/local.conf
+ # MACHINE="mtcdp" or MACHINE="mt100eocg" etc
+
# build!
bitbake corecdp-base-image