docs/manual: update pkg-kconfig doc about <pkg>-diff-config
authorMarcel Patzlaff <m.patzlaff@pilz.de>
Mon, 5 Aug 2019 06:43:01 +0000 (08:43 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 5 Aug 2019 20:37:01 +0000 (22:37 +0200)
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>
docs/manual/adding-packages-kconfig.txt

index 982c1229eae063d3e9d2f5f6bbbd3d0a324b24b0..8f40ea6099041e2b2f1025fa669e58acc0df0bea 100644 (file)
@@ -43,6 +43,12 @@ This snippet creates the following make targets:
   options that differ from the default values. It is not possible to
   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
 directory at the right moment.