| /buildroot/support/scripts/ |
| A D | check-dotconfig.py | 16 defconfig = sys.argv[2] 23 with open(defconfig) as defconfigf: 35 print("WARN: defconfig {} can't be used:".format(defconfig))
|
| A D | generate-gitlab-ci-yml | 52 (defconfig) 96 >defconfig.frag 97 if [ ! -s defconfig.frag ]; then 104 --config-snippet defconfig.frag \
|
| /buildroot/package/linux-backports/ |
| A D | Config.in | 34 bool "Using an in-tree defconfig file" 45 Name of the backports defconfig file to use, without the 46 leading defconfig-. The defconfig is located in defconfigs/ 55 Note: this can be a defconfig file or a complete .config
|
| A D | linux-backports.mk | 80 $(error No linux-backports defconfig name specified, check your BR2_PACKAGE_LINUX_BACKPORTS_DEFCONF…
|
| /buildroot/docs/manual/ |
| A D | customize-configuration.adoc | 12 called +defconfig+. If you want to save it in another place, change the 14 make with +make savedefconfig BR2_DEFCONFIG=<path-to-defconfig>+. 16 The recommended place to store this defconfig is 22 +make defconfig BR2_DEFCONFIG=<path-to-defconfig-file>+. 48 * +make linux-update-defconfig+ saves the linux 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
|
| A D | customize-quick-guide.adoc | 25 * +make linux-update-defconfig+ 30 * +make barebox-update-defconfig+ 31 * +make uboot-update-defconfig+ 66 . +cp defconfig configs/<boardname>_defconfig+
|
| A D | adding-packages-kconfig.adoc | 41 * +foo-update-defconfig+, which copies the configuration back to the 59 * +FOO_KCONFIG_FILE+ specifies the path to a defconfig or full-config file 62 * +FOO_KCONFIG_DEFCONFIG+ specifies the defconfig 'make' rule to call to 96 supports using defconfig files; few packages do not. By default, 'YES'.
|
| /buildroot/package/xvisor/ |
| A D | Config.in | 27 bool "Using an in-tree defconfig file" 43 Name of the Xvisor defconfig file to use, without the 44 trailing -defconfig. The defconfig is located in
|
| A D | xvisor.mk | 25 XVISOR_KCONFIG_DEFCONFIG = $(call qstrip,$(BR2_PACKAGE_XVISOR_DEFCONFIG))-defconfig 76 $(error No Xvisor defconfig name specified, check your BR2_PACKAGE_XVISOR_DEFCONFIG setting)
|
| /buildroot/package/ |
| A D | pkg-kconfig.mk | 107 $(1)-update-defconfig $(1) 291 .PHONY: $(1)-update-defconfig 292 $(1)-update-defconfig: PKG=$(2) 293 $(1)-update-defconfig: $(1)-savedefconfig 294 $$(call kconfig-package-update-config,defconfig)
|
| /buildroot/boot/at91bootstrap3/ |
| A D | Config.in | 87 bool "Using a defconfig" 98 Name of the at91bootstrap3 defconfig file to use, without the 99 trailing _defconfig. The defconfig is located at
|
| /buildroot/support/testing/infra/ |
| A D | builder.py | 16 def is_defconfig_valid(self, configfile, defconfig): argument 21 defconfiglines = defconfig.split("\n")
|
| /buildroot/board/minnowboard/ |
| A D | readme.txt | 6 Apply the defconfig:
|
| /buildroot/support/kconfig/ |
| A D | Makefile | 95 PHONY += oldnoconfig silentoldconfig savedefconfig defconfig 112 $< $(silent) --$@=defconfig $(Kconfig) 114 defconfig: $(obj)/conf target 116 $< $(silent) --defconfig $(Kconfig) 120 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig) 128 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
|
| A D | README.buildroot | 20 defconfig
|
| A D | conf.c | 33 defconfig, enumerator 455 {"defconfig", optional_argument, NULL, defconfig}, 517 case defconfig: in main() 582 case defconfig: in main() 667 case defconfig: in main()
|
| /buildroot/board/boundarydevices/common/ |
| A D | readme.txt | 5 Here is the list of targeted platforms per defconfig:
|
| /buildroot/board/beaglev/ |
| A D | readme.txt | 5 Starfive JH7100 processor. The current defconfig in Buildroot has been 101 to use this Buildroot defconfig. However, for the sake of 124 of this defconfig: it is available as output/host/bin/jh7100-recover.
|
| /buildroot/board/qemu/riscv64-virt-efi/ |
| A D | readme.txt | 34 defconfig) is sufficient to run this demo. In case another qemu is
|
| /buildroot/board/pandaboard/ |
| A D | readme.txt | 11 Start from the defconfig:
|
| /buildroot/support/kconfig/patches/ |
| A D | 01-kconfig-kernel-to-buildroot.patch | 81 -const char conf_defname[] = "arch/$ARCH/defconfig"; 82 +const char conf_defname[] = ".defconfig";
|
| /buildroot/boot/barebox/barebox/ |
| A D | Config.in | 6 bool "Using a defconfig" 14 string "board defconfig"
|
| /buildroot/boot/barebox/barebox-aux/ |
| A D | Config.in | 6 bool "Using a defconfig" 14 string "board defconfig"
|
| /buildroot/ |
| A D | Makefile | 124 defconfig %_defconfig allyesconfig allnoconfig alldefconfig syncconfig release \ 142 savedefconfig update-defconfig printvars show-vars 1017 defconfig: $(BUILD_DIR)/buildroot-config/conf outputmakefile target 1018 @$(COMMON_CONFIG_ENV) $< --defconfig$(if $(DEFCONFIG),=$(DEFCONFIG)) $(CONFIG_CONFIG_IN) 1021 @defconfig=$(or \ 1030 $(COMMON_CONFIG_ENV) BR2_DEFCONFIG=$${defconfig} \ 1031 $< --defconfig=$${defconfig} $(CONFIG_CONFIG_IN) 1033 update-defconfig: savedefconfig 1037 --savedefconfig=$(if $(DEFCONFIG),$(DEFCONFIG),$(CONFIG_DIR)/defconfig) \ 1039 @$(SED) '/^BR2_DEFCONFIG=/d' $(if $(DEFCONFIG),$(DEFCONFIG),$(CONFIG_DIR)/defconfig) [all …]
|
| /buildroot/board/pcengines/apu2/ |
| A D | readme.txt | 15 The provided defconfig creates a hybrid isolinux image that can be booted from
|