Differences

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

Link to this comparison view

Both sides previous revision Previous revision
docs:guide-developer:helloworld:chapter4 [2024/08/17 03:39] – [Including your package feed into OpenWrt build system] acbhdocs:guide-developer:helloworld:chapter4 [2024/08/17 03:53] (current) – old revision restored (2018/12/04 23:29) acbh
Line 5: Line 5:
 This is the fourth chapter in the "Hello, world!" for OpenWrt article series. At this point, you should've already accomplished the following tasks: This is the fourth chapter in the "Hello, world!" for OpenWrt article series. At this point, you should've already accomplished the following tasks:
   * Commissioned your development environment   * Commissioned your development environment
 +  * Prepared, configured and built the tools and the cross-compilation toolchain
 +  * Configured the PATH environment variable
 +  * Created a simple "Hello, world!" application using native compilation tools
 +  * Created a local package feed for your application
 +  * Created a package manifest file for your application
 +
 +If you missed one or more of these steps, review the previous chapters.
  
 ===== Including the new package feed into the OpenWrt build system ===== ===== Including the new package feed into the OpenWrt build system =====
Line 29: 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: 2024/08/17 03:39
  • by acbh