From: Marcel Patzlaff Date: Mon, 5 Aug 2019 06:43:01 +0000 (+0200) Subject: docs/manual: update pkg-kconfig doc about -diff-config X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f6d1f9584f98aeaa1bdf2cf483ce926d4d6a7d98;p=buildroot.git docs/manual: update pkg-kconfig doc about -diff-config Briefly states what the output of this target is about. Signed-off-by: Marcel Patzlaff [Thomas: improve wording] Signed-off-by: Thomas Petazzoni --- diff --git a/docs/manual/adding-packages-kconfig.txt b/docs/manual/adding-packages-kconfig.txt index 982c1229ea..8f40ea6099 100644 --- a/docs/manual/adding-packages-kconfig.txt +++ b/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 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.