summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2011-11-03 17:11:32 -0500
committerJesse Gilles <jgilles@multitech.com>2011-11-03 17:11:32 -0500
commit86d02c0a22817f57c4285cf7923fb2a70a31aa93 (patch)
treebd189ff000fa3b6a13a6da6850d4c3f3932ec0a2
parentdd0a6ab5d2e19b8044cbdd0e5f99112c737ea6cb (diff)
parent8557599dbd4d8a64e3723ce60d92e9c7e9ade38a (diff)
Merge branch 'master' of git.multitech.net:corecdp2.0.1
-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