Home
last modified time | relevance | path

Searched refs:defconfig (Results 1 – 25 of 51) sorted by relevance

123

/buildroot/support/scripts/
A Dcheck-dotconfig.py16 defconfig = sys.argv[2]
23 with open(defconfig) as defconfigf:
35 print("WARN: defconfig {} can't be used:".format(defconfig))
A Dgenerate-gitlab-ci-yml52 (defconfig)
96 >defconfig.frag
97 if [ ! -s defconfig.frag ]; then
104 --config-snippet defconfig.frag \
/buildroot/package/linux-backports/
A DConfig.in34 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 Dlinux-backports.mk80 $(error No linux-backports defconfig name specified, check your BR2_PACKAGE_LINUX_BACKPORTS_DEFCONF…
/buildroot/docs/manual/
A Dcustomize-configuration.adoc12 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 Dcustomize-quick-guide.adoc25 * +make linux-update-defconfig+
30 * +make barebox-update-defconfig+
31 * +make uboot-update-defconfig+
66 . +cp defconfig configs/<boardname>_defconfig+
A Dadding-packages-kconfig.adoc41 * +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 DConfig.in27 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 Dxvisor.mk25 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 Dpkg-kconfig.mk107 $(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 DConfig.in87 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 Dbuilder.py16 def is_defconfig_valid(self, configfile, defconfig): argument
21 defconfiglines = defconfig.split("\n")
/buildroot/board/minnowboard/
A Dreadme.txt6 Apply the defconfig:
/buildroot/support/kconfig/
A DMakefile95 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 DREADME.buildroot20 defconfig
A Dconf.c33 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 Dreadme.txt5 Here is the list of targeted platforms per defconfig:
/buildroot/board/beaglev/
A Dreadme.txt5 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 Dreadme.txt34 defconfig) is sufficient to run this demo. In case another qemu is
/buildroot/board/pandaboard/
A Dreadme.txt11 Start from the defconfig:
/buildroot/support/kconfig/patches/
A D01-kconfig-kernel-to-buildroot.patch81 -const char conf_defname[] = "arch/$ARCH/defconfig";
82 +const char conf_defname[] = ".defconfig";
/buildroot/boot/barebox/barebox/
A DConfig.in6 bool "Using a defconfig"
14 string "board defconfig"
/buildroot/boot/barebox/barebox-aux/
A DConfig.in6 bool "Using a defconfig"
14 string "board defconfig"
/buildroot/
A DMakefile124 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 Dreadme.txt15 The provided defconfig creates a hybrid isolinux image that can be booted from

Completed in 44 milliseconds

123