Lines Matching full:configuration
5 === Storing the Buildroot configuration
7 The Buildroot configuration can be stored using the command
10 This strips the Buildroot configuration down by removing configuration
13 +BR2_DEFCONFIG+ option in the Buildroot configuration itself, or call
18 configuration will be listed in +make help+ and can be set again by
25 === Storing the configuration of other components
27 The configuration files for BusyBox, the Linux kernel, Barebox, U-Boot
29 components, a Buildroot configuration option exists to point to an input
30 configuration file, e.g. +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE+. To store
31 their configuration, set these configuration options to a path where you
32 want to save the configuration files, and then use the helper targets
33 described below to actually store the configuration.
36 store these configuration files is
39 Make sure that you create a configuration file 'before' changing
42 yet, and will fail. You can create the configuration file by running
46 configuration files easier.
48 * +make linux-update-defconfig+ saves the linux configuration to the
53 * +make busybox-update-config+ saves the busybox configuration to the
55 * +make uclibc-update-config+ saves the uClibc configuration to the
57 * +make barebox-update-defconfig+ saves the barebox configuration to the
59 * +make uboot-update-defconfig+ saves the U-Boot configuration to the