Home
last modified time | relevance | path

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

12345

/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/linux-yocto-6.6/n1sdp/
H A D0006-arm64-defconfig-disable-config-options-that-does-not.patch4 Subject: [PATCH] arm64: defconfig: disable config options that does not apply
23 arch/arm64/configs/defconfig | 14 +++++++-------
26 diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
28 --- a/arch/arm64/configs/defconfig
29 +++ b/arch/arm64/configs/defconfig
H A Denable-usb_conn_gpio.cfg1 # PHY_TEGRA_XUSB sets this to y, but its set as m in defconfig
/openbmc/u-boot/tools/
H A Dgenboardscfg.py98 defconfig = line.split()[6] + '_defconfig'
99 if not os.path.exists(os.path.join(CONFIG_DIR, defconfig)):
139 def scan(self, defconfig): argument
161 for line in open(defconfig):
171 print '%s: %s' % (defconfig, warning)
187 defconfig = os.path.basename(defconfig)
188 params['target'], match, rear = defconfig.partition('_defconfig')
189 assert match and not rear, '%s : invalid defconfig' % defconfig
217 for defconfig in defconfigs:
218 queue.put(kconf_scanner.scan(defconfig))
H A Dmoveconfig.py439 return [ defconfig[len('configs') + 1:] for defconfig in set(defconfigs) ]
718 for defconfig in defconfigs:
1008 with open(self.defconfig) as f:
1101 def add(self, defconfig): argument
1117 self.defconfig = defconfig
1181 cmd.append(self.defconfig)
1323 def add(self, defconfig): argument
1333 if slot.add(defconfig):
1469 for defconfig in defconfigs:
1470 while not slots.add(defconfig):
[all …]
/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/linux/
H A Dlinux-yocto-custom.bb13 # method is to copy your .config to files/defconfig in your layer,
15 # add file://defconfig to your SRC_URI.
23 # Building this example without providing a defconfig or BSP
34 # defconfig: When a defconfig is provided, the linux-yocto configuration
36 # before merging the defconfig into the build.
38 # If the defconfig file was created with make_savedefconfig,
40 # defaults, not set to 'n'. To properly expand a defconfig like
/openbmc/linux/tools/testing/selftests/nolibc/
H A DMakefile59 DEFCONFIG_i386 = defconfig
60 DEFCONFIG_x86_64 = defconfig
61 DEFCONFIG_x86 = defconfig
62 DEFCONFIG_arm64 = defconfig
68 DEFCONFIG_riscv = defconfig
69 DEFCONFIG_s390 = defconfig
70 DEFCONFIG_loongarch = defconfig
203 defconfig: target
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/
H A Dlinux-arm-platforms.inc32 file://defconfig \
72 KBUILD_DEFCONFIG:n1sdp = "defconfig"
81 file://0006-arm64-defconfig-disable-config-options-that-does-not.patch \
87 # Since we use the intree defconfig and the preempt-rt turns off some configs
95 KBUILD_DEFCONFIG:sgi575 = "defconfig"
102 KBUILD_DEFCONFIG:tc = "defconfig"
/openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/
H A DREADME6 configurations (defconfig files). The only difference is the UART that
7 is used as the U-Boot console UART. The default defconfig file:
14 connector on the mainboard (the low one). The 2nd defconfig file:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/
H A Dtoybox_0.8.10.bb41 # allow user to define their own defconfig in bbappend, taken from kernel.bbclass
46 # Copy defconfig to .config if .config does not exist. This allows
48 if [ -f "${WORKDIR}/defconfig" ] && [ ! -f "${B}/.config" ]; then
49 cp "${WORKDIR}/defconfig" "${B}/.config"
52 oe_runmake oldconfig || oe_runmake defconfig
/openbmc/linux/scripts/kconfig/
H A DMakefile13 KBUILD_DEFCONFIG := defconfig
79 PHONY += savedefconfig defconfig
82 $(Q)$< $(silent) --$@=defconfig $(Kconfig)
84 defconfig: $(obj)/conf target
87 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
94 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
H A Dconf.c31 defconfig, enumerator
673 {"defconfig", required_argument, &input_mode_opt, defconfig},
748 case defconfig: in main()
771 case defconfig: in main()
859 case defconfig: in main()
/openbmc/u-boot/scripts/kconfig/
H 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)
H A Dconf.c33 defconfig, enumerator
455 {"defconfig", optional_argument, NULL, defconfig},
517 case defconfig: in main()
583 case defconfig: in main()
668 case defconfig: in main()
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dnew-machine.rst68 a ``defconfig`` file. You can do this by using a ``make defconfig``
69 command or, more commonly, by copying in a suitable ``defconfig`` file
76 of adding a suitable ``defconfig`` file. The file needs to be added into
77 a location similar to ``defconfig`` files used for other machines in a
84 For more information on ``defconfig`` files, see the
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-yocto.bbclass60 elif base and 'defconfig' in base:
138 # defconfig: $(obj)/conf
140 # $< --defconfig $(Kconfig)
143 # $(Q)$< --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
146 # If a defconfig is specified via the KBUILD_DEFCONFIG variable, we copy it
156 if [ -f "${WORKDIR}/defconfig" ]; then
157 # If the two defconfig's are different, warn that we overwrote the
167 in_tree_defconfig="${WORKDIR}/defconfig"
212 # there's a defconfig in the SRC_URI, did we also have one from the
224 # if we didn't have an in-tree one, make our defconfig the one
[all …]
/openbmc/u-boot/scripts/kconfig/tests/
H A Dconftest.py144 def defconfig(self, defconfig): member in Conf
150 defconfig_path = os.path.join(self._test_dir, defconfig)
/openbmc/linux/scripts/kconfig/tests/
H A Dconftest.py148 def defconfig(self, defconfig): member in Conf
154 defconfig_path = os.path.join(self._test_dir, defconfig)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/hostapd/
H A Dhostapd_2.10.bb11 file://defconfig \
32 install -m 0644 ${WORKDIR}/defconfig ${B}/.config
/openbmc/u-boot/doc/
H A DREADME.kconfig39 - defconfig
41 In U-Boot, "make defconfig" is a shorthand of "make sandbox_defconfig"
101 Target -> File name of defconfig (configs/<target>_defconfig)
150 file with differences in the option fields. The corresponding defconfig
152 defconfig files compared with the number of the supported boards. It is
153 recommended to have only one defconfig per board and allow users to select
H A DREADME.rmobile10 | SoC | Board | defconfig
56 Locate defconfig in the table above. Then apply standard build procedure:
/openbmc/linux/scripts/kconfig/tests/inter_choice/
H A D__init__.py14 assert conf.defconfig('defconfig') == 0
/openbmc/u-boot/scripts/kconfig/tests/inter_choice/
H A D__init__.py13 assert conf.defconfig('defconfig') == 0
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/recipes-kernel/linux/
H A Dlinux-yocto_%.bbappend6 file://defconfig \
/openbmc/openbmc/poky/documentation/kernel-dev/
H A Dcommon.rst566 SRC_URI += "file://defconfig"
622 Using an "In-Tree"  ``defconfig`` File
631 SRC_URI += "file://defconfig"
639 ``defconfig`` file that is "in-tree".
1064 information on ``defconfig`` files, see the
1128 Creating a  ``defconfig`` File
1148 file to "defconfig" (e.g.
1154 SRC_URI += "file://defconfig"
1184 defconfig file configurations.
1519 $ make defconfig
[all …]
/openbmc/u-boot/board/raspberrypi/rpi/
H A DMAINTAINERS6 F: configs/rpi_*defconfig

12345