Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:guide-developer:helloworld:chapter4 [2018/12/04 23:30] – [Updating and installing feeds] formatting (text is a response, not actual code) gthdocs:guide-developer:helloworld:chapter4 [2024/08/17 03:53] (current) – old revision restored (2018/12/04 23:29) acbh
Line 36: Line 36:
 </code> </code>
  
-If the last step completes successfully, you should see the response below as the script finds the feed for our new package and adds it to the index: ''Installing package 'helloworld' from mypackages''.+If the last step completes successfully, you should see the response below as the script finds the feed for our new package and adds it to the index: 
 +<code> 
 +Installing package 'helloworld' from mypackages 
 +</code>
  
 Note that whenever you modify the package manifest file, the feeds system will automatically detect this, and will perform an update on your behalf before completing other commands such as 'make menuconfig' or before building a package. Note that whenever you modify the package manifest file, the feeds system will automatically detect this, and will perform an update on your behalf before completing other commands such as 'make menuconfig' or before building a package.
  • Last modified: 2018/12/04 23:30
  • by gth