Changes between Version 17 and Version 18 of Developing your own applications
- Timestamp:
- Jan 11, 2011, 3:57:37 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Developing your own applications
v17 v18 7 7 This guide assumes that the reader has already succussfully built SHR using the instructions at [wiki:"Building SHR"]. 8 8 9 === 1. Creating a source folder===9 === Creating a source folder === 10 10 {{{ 11 11 $ cd /path/to/shr/build … … 28 28 }}} 29 29 30 === 3.Set up autotools===30 ===Set up autotools=== 31 31 {{{ 32 32 todo 33 33 }}} 34 34 35 === 4.Add a bitbake recipe===35 ===Add a bitbake recipe=== 36 36 {{{ 37 37 todo