Changes between Version 24 and Version 25 of Building%20SHR%20with%20chroot


Ignore:
Timestamp:
05/02/12 11:40:13 (13 months ago)
Author:
Ben
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Building%20SHR%20with%20chroot

    v24 v25  
    7272}}} 
    7373 
    74 = Building = 
     74== Building == 
     75The SHR Makefile sets the environment up to build for the OM-GTA02 device so if you wish to complile SHR for the FreeRunner you can use the following command: 
     76{{{ 
     77bitbake -k shr-image 
    7578 
    76 == Chosing a target machine == 
    77 SHR Makefile sets the environment up to build for the OM-GTA02 device. To compile for other devices you can prefix MACHINE before bitbake command: 
    78  
     79To compile for other devices you can prefix MACHINE before bitbake command: 
    7980{{{ 
    80 MACHINE=om-gta01 bitbake shr-image # for n900 use MACHINE=nokia900, a full list of supported devices can be found at ... 
     81MACHINE=om-gta01 bitbake shr-image # for n900 use MACHINE=nokia900 
    8182}}} 
    8283 
    83 Or you can change it in setup-local (and run ". ./setup-env" again). 
    84  
     84Or you can change it in setup-local (and run ". ./setup-env"). 
    8585 
    8686== General build process == 
    87  
    8887For each build terminal session this must be ran: 
    8988