Changes between Version 15 and Version 16 of Howto get my application in the SHR feed
- Timestamp:
- 11/13/10 18:08:36 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Howto get my application in the SHR feed
v15 v16 1 2 1 == First Step: Setup Routine == 3 2 As a first step you need to integrate a setup routine in your source code, e.g. autotools (C, C++) or distutils (python) … … 68 67 $ git add openembedded/recipes/yourapp 69 68 # Commit the change 70 $ git commit openembedded/recipes/yourapp69 $ git commit -s openembedded/recipes/yourapp 71 70 # Create a diff 72 71 $ cd openembedded/
