diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-11-03 16:29:51 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-11-03 16:29:51 -0500 |
commit | 8557599dbd4d8a64e3723ce60d92e9c7e9ade38a (patch) | |
tree | b5abf501503237d06d9f20c3095331286981fa5d | |
parent | 67c9ce9781863af7effd39fe8696ce5c09c3b790 (diff) |
update README
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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
|