Changes between Version 24 and Version 25 of Building%20SHR%20with%20chroot
- Timestamp:
- 05/02/12 11:40:13 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building%20SHR%20with%20chroot
v24 v25 72 72 }}} 73 73 74 = Building = 74 == Building == 75 The 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 {{{ 77 bitbake -k shr-image 75 78 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 79 To compile for other devices you can prefix MACHINE before bitbake command: 79 80 {{{ 80 MACHINE=om-gta01 bitbake shr-image # for n900 use MACHINE=nokia900 , a full list of supported devices can be found at ...81 MACHINE=om-gta01 bitbake shr-image # for n900 use MACHINE=nokia900 81 82 }}} 82 83 83 Or you can change it in setup-local (and run ". ./setup-env" again). 84 84 Or you can change it in setup-local (and run ". ./setup-env"). 85 85 86 86 == General build process == 87 88 87 For each build terminal session this must be ran: 89 88
