diff options
Diffstat (limited to '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
|