[Buildroot] [git commit] docs/manual: Document Kconfig requirements for uboot

Peter Korsgaard peter at korsgaard.com
Mon Mar 7 20:36:03 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=ca9e55ad11271cb26b0bffba336cf5a0d74ba378
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

When using uboot's legacy build system, the 'make uboot-menuconfig'
and 'make uboot-savedefconfig' targets are not available as they
are created by 'kconfig-package'.

Signed-off-by: Simon Doppler <dopsi at dopsi.ch>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 docs/manual/make-tips.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/manual/make-tips.txt b/docs/manual/make-tips.txt
index 869b6807dd..df3b888c25 100644
--- a/docs/manual/make-tips.txt
+++ b/docs/manual/make-tips.txt
@@ -35,7 +35,8 @@ some settings in the +.config+ file may hide some targets:
 * +barebox-menuconfig+ and +barebox-savedefconfig+ only work when the
   +barebox+ bootloader is enabled.
 * +uboot-menuconfig+ and +uboot-savedefconfig+ only work when the
-  +U-Boot+ bootloader is enabled.
+  +U-Boot+ bootloader is enabled and the +uboot+ build system is set
+  to +Kconfig+.
 
 .Cleaning:
 



More information about the buildroot mailing list