Home
last modified time | relevance | path

Searched refs:remove (Results 226 – 250 of 5333) sorted by relevance

12345678910>>...214

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/
H A Dopencv_4.9.0.bb86 EXTRA_OECMAKE:remove:x86 = " -DENABLE_SSE41=1 -DENABLE_SSE42=1"
93 PACKAGECONFIG:remove:powerpc = "tbb"
95 PACKAGECONFIG:remove:libc-musl:riscv64 = "tbb"
96 PACKAGECONFIG:remove:libc-musl:riscv32 = "tbb"
189 # remove the build host info to improve reproducibility
201 # remove build host path to improve reproducibility
206 # remove setup_vars_opencv4.sh as its content is confusing and useless
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dprservice.py33 bb.utils.remove(self.exported_db_path)
34 bb.utils.remove(self.current_db_path + "*")
98 os.remove(self.current_db_path)
/openbmc/qemu/tests/qemu-iotests/
H A D295218 os.remove(test_img)
242 os.remove(test_img)
268 os.remove(test_img)
H A D15167 os.remove(source_img)
68 os.remove(target_img)
279 os.remove(source_img)
280 os.remove(target_img)
H A D26445 os.remove(disk_a)
46 os.remove(disk_b)
H A D261.out183 You can force-remove this extra metadata with qemu-img check -r all
186 You can force-remove this extra metadata with qemu-img check -r all
206 You can force-remove all 1 overhanging snapshots with qemu-img check -r all
209 You can force-remove all 1 overhanging snapshots with qemu-img check -r all
238 You can force-remove this extra metadata with qemu-img check -r all
241 You can force-remove this extra metadata with qemu-img check -r all
264 You can force-remove all 65536 overhanging snapshots with qemu-img check -r all
/openbmc/linux/drivers/soundwire/
H A Dbus_type.c181 if (drv->remove) in sdw_drv_remove()
182 ret = drv->remove(slave); in sdw_drv_remove()
222 drv->driver.remove = sdw_drv_remove; in __sdw_register_driver()
/openbmc/linux/arch/x86/platform/olpc/
H A Dolpc-xo1-pm.c163 .remove = xo1_pm_remove,
171 .remove = xo1_pm_remove,
/openbmc/openpower-inventory-upload/
H A Dinventory_upload.py116 os.remove(tmpfile)
119 os.remove(tmpfile)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0001-systemd-lxdm.service-remove-plymouth-quit-conflicts.patch4 Subject: [PATCH] systemd/lxdm.service: remove plymouth-quit conflicts
13 remove the conflicts setting to make the service start as expected.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/
H A D0001-dlm_controld-remove-unnecessary-header-include.patch4 Subject: [PATCH] dlm_controld: remove unnecessary header include
8 ("controld: remove timewarn handling"). This is just a left over of this
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dbacking-file-invalidation67 os.remove(img)
71 os.remove(mig_sock)
/openbmc/linux/tools/testing/selftests/resctrl/
H A Dcmt_test.c68 remove(RESULT_FILE_NAME); in cmt_test_cleanup()
128 remove(RESULT_FILE_NAME); in cmt_resctrl_val()
H A Dmba_test.c141 remove(RESULT_FILE_NAME); in mba_test_cleanup()
157 remove(RESULT_FILE_NAME); in mba_schemata_change()
/openbmc/webui-vue/src/store/modules/Authentication/
H A DAuthenticanStore.js51 Cookies.remove('XSRF-TOKEN');
52 Cookies.remove('IsAuthenticated');
/openbmc/u-boot/test/fs/
H A Dfat-noncontig-test.sh99 fn=${mnt}/remove-${sects}.img
103 rm -f ${mnt}/remove-*.img
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/external-system/
H A Dexternal-system_0.1.0.bb25 # remove once arm-none-eabi-gcc updates to 13 or newer like poky
26 DEBUG_PREFIX_MAP:remove = "-fcanon-prefix-map"
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-cryptography_42.0.5.bb13 SRC_URI += "file://0001-pyproject.toml-remove-benchmark-disable-option.patch \
55 # remove test_x509.py as it needs benchmark and we don't
/openbmc/linux/Documentation/sound/soc/
H A Dmachine.rst22 int (*remove)(struct platform_device *pdev);
40 probe()/remove()
42 probe/remove are optional. Do any machine specific probe here.
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbus.h109 void (*remove)(struct device *dev); member
281 if (!bus->ops->remove) { in brcmf_bus_remove()
286 bus->ops->remove(bus->dev); in brcmf_bus_remove()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Ddatapath.h534 struct iwl_rx_baid_cfg_cmd_remove remove; member
590 } __packed remove; /* TX_QUEUE_CFG_CMD_REMOVE_API_S_VER_1 */ member
669 } __packed remove; /* SEC_KEY_REMOVE_CMD_API_S_VER_1 */ member
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py39 bb.utils.remove(os.path.join(self.deploy_dir, "repodata"), recurse=True)
220 def remove(self, pkgs, with_dependencies = True): member in RpmPM
251 bb.utils.remove(oe.path.join(self.target_rootfs, dir), True)
256 bb.utils.remove(self.saved_packaging_data, True)
271 bb.utils.remove(target_dir, True)
411 bb.utils.remove(tmp_dir, recurse=True)
415 bb.utils.remove(tmp_dir, recurse=True)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/
H A D0001-dns_hosts-Fix-build-with-musl.patch7 remove need for sys/cdefs.h by remove __P
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/
H A Dtest_basic.py83 oe.path.remove(os.path.join(self.bb_vars['TMPDIR'], 'cache'), True)
87 oe.path.remove(os.path.join(self.bb_vars['TMPDIR'], 'cache'), True)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libreport/files/
H A D0002-configure.ac-remove-prog-test-of-xmlto-and-asciidoc.patch4 Subject: [PATCH] configure.ac: remove prog test of xmlto and asciidoc
8 remove the prog test.

12345678910>>...214