kumquat-buildroot/docs/manual
Arnout Vandecappelle (Essensium/Mind) 1ed4996346 Make savedefconfig save to a configured file.
Store BR2_DEFCONFIG in .config, and use it to update the original input
defconfig file after updating the configuration.  When a config is
created by using the BR2_DEFCONFIG=... option, this is saved in the
.config file; later runs of savedefconfig will update that same location.
It is also possible to configure this place in the interactive
configuration.

The BR2_DEFCONFIG value itself is not saved into the generated
defconfig, since Kconfig considers it at its default. This is
intentional, to avoid hard-coding an absolute path in the defconfig.
It will anyway be set again when the defconfig is used with the
'make BR2_DEFCONFIG=... defconfig' command.

As a side-effect of this change, the *config options have been moved out
of the BR2_HAVE_DOT_CONFIG condition.  This doesn't make any functional
difference, because the .config is still not read for the *config targets.
However, the defconfig and savedefconfig targets do need to include
.config now, which makes them slightly slower.

[Peter: slightly tweak help text]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-02-05 21:43:51 +01:00
..
adding-packages-autotools.txt
adding-packages-cmake.txt
adding-packages-conclusion.txt
adding-packages-directory.txt manual: add section about storing the configuration. 2013-02-05 21:04:28 +01:00
adding-packages-generic.txt pkg-infra: add <pkg>_CONFIG_FIXUP to fix *-config files 2013-02-04 23:47:34 +01:00
adding-packages-gettext.txt
adding-packages-tips.txt
adding-packages.txt
advanced.txt docs/manual: add details on toolchain configuration 2012-12-29 22:42:31 +01:00
appendix.txt
beyond-buildroot.txt
ccache-support.txt
common-usage.txt
configure.txt docs/manual: add details on toolchain configuration 2012-12-29 22:42:31 +01:00
contribute.txt
customize-busybox-config.txt
customize-kernel-config.txt
customize-rootfs.txt target/generic: add filesystem overlay option 2013-02-05 21:35:33 +01:00
customize-store.txt Make savedefconfig save to a configured file. 2013-02-05 21:43:51 +01:00
customize-toolchain.txt
customize-uclibc-config.txt
customize.txt manual: add section about storing the configuration. 2013-02-05 21:04:28 +01:00
deprecated-list.txt
developer-guide.txt
download-infra.txt
download-location.txt docs/manual: do not suggest to create a symlink for shared download directory 2012-12-29 22:42:41 +01:00
eclipse-integration.txt docs/manual: mention the Eclipse integration 2013-01-14 16:33:33 +01:00
faq-troubleshooting.txt docs/manual: remove FAQ entry about 'depends on' vs. 'select' 2012-12-29 22:42:34 +01:00
get-involved.txt
getting.txt
going-further.txt docs/manual: add details on toolchain configuration 2012-12-29 22:42:31 +01:00
how-buildroot-works.txt
introduction.txt
legal-notice.txt
make-tips.txt
makedev-syntax.txt
manual.mk
manual.txt
package-make-target.txt
patch-policy.txt
pkg-list.txt
prerequisite.txt docs/manual: mention Java-related optional dependencies 2012-12-29 22:42:38 +01:00
rebuilding-packages.txt
starting-up.txt
using-buildroot-toolchain.txt
using.txt
working-with.txt docs/manual: mention the Eclipse integration 2013-01-14 16:33:33 +01:00
writing-rules.txt