Changes between Version 4 and Version 5 of Yocto/SDK


Ignore:
Timestamp:
06/05/2018 06:54:41 PM (6 years ago)
Author:
Cale Collins
Comment:

made changes to step 1 of installation

Legend:

Unmodified
Added
Removed
Modified
  • Yocto/SDK

    v4 v5  
    21211. Run the downloaded/built .sh file and specify an install path:
    2222{{{#!bash
    23 /bin/sh ventana-yocto-2.3-sdk-*.sh -d ~/sdk
     23chmod +x ventana-yocto-2.3-sdk-*.sh
     24./ventana-yocto-2.3-sdk-*.sh -d ~/sdk
    2425}}}
    2526 * 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