diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-11-03 17:11:32 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-11-03 17:11:32 -0500 |
commit | 86d02c0a22817f57c4285cf7923fb2a70a31aa93 (patch) | |
tree | bd189ff000fa3b6a13a6da6850d4c3f3932ec0a2 | |
parent | dd0a6ab5d2e19b8044cbdd0e5f99112c737ea6cb (diff) | |
parent | 8557599dbd4d8a64e3723ce60d92e9c7e9ade38a (diff) |
Merge branch 'master' of git.multitech.net:corecdp2.0.1
-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
|