Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:guide-developer:toolchain:single.package [2022/10/25 11:31] – remove references to deprecated package/*/install make targets jow | docs:guide-developer:toolchain:single.package [2023/04/14 18:46] (current) – Fix typo philipp | ||
|---|---|---|---|
| Line 34: | Line 34: | ||
| <code bash> | <code bash> | ||
| make package/ | make package/ | ||
| + | </ | ||
| + | |||
| + | To build the host version of '' | ||
| + | |||
| + | <code bash> | ||
| + | make package/ | ||
| </ | </ | ||
| Line 47: | Line 53: | ||
| :!: If you get errors about not finding opkg in the staging directory, compile and install '' | :!: If you get errors about not finding opkg in the staging directory, compile and install '' | ||
| + | |||
| + | :!: If you get errors that the package is not found, make sure you're typing the package directory name, not the package name listed in the Makefile (which may be different when a single Makefile builds multiple packages). | ||
| ===== Package maintenance on self-compiled kernel from latest snapshot ===== | ===== Package maintenance on self-compiled kernel from latest snapshot ===== | ||