Changes between Version 4 and Version 5 of Yocto/SDK
- Timestamp:
- 06/05/2018 06:54:41 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Yocto/SDK
v4 v5 21 21 1. Run the downloaded/built .sh file and specify an install path: 22 22 {{{#!bash 23 /bin/sh ventana-yocto-2.3-sdk-*.sh -d ~/sdk 23 chmod +x ventana-yocto-2.3-sdk-*.sh 24 ./ventana-yocto-2.3-sdk-*.sh -d ~/sdk 24 25 }}} 25 26 * Note that you need write access to the directory you wish to install to. By default this is /opt/poky/ but you can change it when prompted or via the -d <dir> parameter