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:use-buildsystem [2024/08/07 21:10] – [Creating a local feed] more clear lucenera | docs:guide-developer:toolchain:use-buildsystem [2024/10/16 18:12] (current) – [Build system usage] jannoke | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| git branch -a | git branch -a | ||
| git tag | git tag | ||
| - | git checkout v23.05.0 | + | git checkout v23.05.5 |
| # Update the feeds | # Update the feeds | ||
| Line 293: | Line 293: | ||
| :!: Also you won't be able to install kernel packages from the official repositories when you make changes here. | :!: Also you won't be able to install kernel packages from the official repositories when you make changes here. | ||
| - | While you won't typically need to do this, you can do it: | + | While you won't typically need to do this, first define the target, subtarget, and device in a '' |
| + | <code bash> | ||
| + | CONFIG_TARGET_x86=y | ||
| + | CONFIG_TARGET_x86_64=y | ||
| + | CONFIG_TARGET_x86_64_DEVICE_generic=y | ||
| + | </ | ||
| + | Now run the following where subtarget is not a variable, it is a literal and it references the '' | ||
| <code bash> | <code bash> | ||
| make kernel_menuconfig CONFIG_TARGET=subtarget | make kernel_menuconfig CONFIG_TARGET=subtarget | ||