소스 검색

docs/manual: update pkg-kconfig doc about <pkg>-diff-config

Briefly states what the output of this target is about.

Signed-off-by: Marcel Patzlaff <m.patzlaff@pilz.de>
[Thomas: improve wording]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Marcel Patzlaff 6 년 전
부모
커밋
f6d1f9584f
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      docs/manual/adding-packages-kconfig.txt

+ 6 - 0
docs/manual/adding-packages-kconfig.txt

@@ -43,6 +43,12 @@ This snippet creates the following make targets:
   options that differ from the default values. It is not possible to
   options that differ from the default values. It is not possible to
   use this target when fragment files are set.
   use this target when fragment files are set.
 
 
+* +foo-diff-config+, which outputs the differences between the current
+  configuration and the one defined in the Buildroot configuration for
+  this kconfig package. The output is useful to identify the
+  configuration changes that may have to be propagated to
+  configuration fragments for example.
+
 and ensures that the source configuration file is copied to the build
 and ensures that the source configuration file is copied to the build
 directory at the right moment.
 directory at the right moment.