Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| docs:guide-developer:helloworld:chapter4 [2024/08/17 03:39] – [Including your package feed into OpenWrt build system] acbh | docs: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 " | This is the fourth chapter in the " | ||
| * 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 " | ||
| + | * 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: | ||
| </ | </ | ||
| - | If the last step completes successfully, | + | If the last step completes successfully, |
| + | < | ||
| + | Installing 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' | 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' | ||