summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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