You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Developer-Guide_Build-Options.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ These parameters are meant to be applied to the `./compile.sh` command. They are
57
57
-**EXTERNAL_NEW** ( no | prebuilt | compile ):
58
58
- prebuilt: install extra applications from repository
59
59
- compile: compile extra applications in chroot
60
-
-**CREATE_PATCHES** ( yes | **no** ):
60
+
-**CREATE_PATCHES** ( yes | **no** ):warning:**Warning:** This option is deprecated and may be removed in future releases - use the new `kernel-patch` / `uboot-patch` / `atf-patch` CLI commands instead.
61
61
- yes: prompt right before the compilation starts to make changes to the source code for both U-Boot and kernel. From these changes patch files will be created and placed in `output` directory. If you want these patches included in a normal run (without CREATE_PATCHES to say) these files need to be copied to the appropriate directories. Also see [user provided patches](https://docs.armbian.com/Developer-Guide_User-Configurations/#user-provided-patches).
62
62
-**BUILD_ALL** ( yes | no | demo ): cycle through all available board and kernel configurations and make images for all combinations
0 commit comments