Home
last modified time | relevance | path

Searched refs:remove (Results 26 – 50 of 3404) sorted by relevance

12345678910>>...137

/openbmc/openbmc/meta-tyan/meta-s7106/conf/machine/
H A Ds7106.conf17 IMAGE_FEATURES:remove = "obmc-fan-control"
18 IMAGE_FEATURES:remove = "obmc-fan-mgmt"
19 IMAGE_FEATURES:remove = "obmc-flash-mgmt"
/openbmc/openbmc/meta-tyan/meta-s8036/conf/machine/
H A Ds8036.conf17 IMAGE_FEATURES:remove = "obmc-fan-control"
18 IMAGE_FEATURES:remove = "obmc-fan-mgmt"
19 IMAGE_FEATURES:remove = "obmc-flash-mgmt"
/openbmc/telemetry/tests/src/
H A Dtest_persistent_json_storage.cpp86 sut.remove(FilePath("report/domain-1/name-1/conf-1.json")); in TEST_F()
87 sut.remove(FilePath("report/domain-1/name-2/conf-2.json")); in TEST_F()
103 ASSERT_THAT(sut.remove(fileName), Eq(true)); in TEST_F()
109 ASSERT_THAT(sut.remove(fileName), Eq(false)); in TEST_F()
144 std::filesystem::remove(dummyReportPath); in TearDown()
177 EXPECT_THAT(sut.remove(FilePath("report/symlink.json")), Eq(false)); in TEST_F()
/openbmc/openpower-proc-control/
H A Dtemporary_file.cpp43 remove(); in TemporaryFile()
51 void TemporaryFile::remove() in remove() function in openpower::util::TemporaryFile
56 fs::remove(path); in remove()
/openbmc/linux/scripts/
H A Dcheckincludes.pl24 my $remove = 0;
33 $remove = 1;
59 if (!$remove) {
H A Dbloat-o-meter55 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0
66 remove += 1
84 return grow, shrink, add, remove, up, down, delta, old, new, otot, ntot
87 grow, shrink, add, remove, up, down, delta, old, new, otot, ntot = \
91 (add, remove, grow, shrink, up, -down, up-down))
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dremove-bitmap-from-backing.out1 Trying to remove persistent bitmap from r-o base node, should fail:
2 {"execute": "block-dirty-bitmap-remove", "arguments": {"name": "bitmap0", "node": "base"}}
5 {"execute": "block-dirty-bitmap-remove", "arguments": {"name": "bitmap0", "node": "base"}}
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/piglit/
H A Dpiglit_%.bbappend1 # mesa-demos need libgles1 and userland driver does not have it so remove it from piglit rdeps
2 RDEPENDS:${PN}:remove:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'mesa-demo…
3 # it needs EGL >= 11 but userland says it provided version 10, remove it from build
/openbmc/openbmc/meta-ibm/recipes-phosphor/packagegroups/
H A Dpackagegroup-obmc-apps.bbappend31 RDEPENDS:${PN}-inventory:remove:huygens = " openpower-occ-control"
39 RDEPENDS:${PN}-extras:remove:p10bmc = "obmc-ikvm liberation-fonts uart-render-controller"
41 RDEPENDS:${PN}-extras:remove:witherspoon-tacoma = "obmc-ikvm liberation-fonts uart-render-controlle…
49 RDEPENDS:${PN}-host-state-mgmt:remove:p10bmc = "checkstop-monitor"
51 RDEPENDS:${PN}-leds:remove:witherspoon-tacoma = "phosphor-led-manager-faultmonitor"
52 RDEPENDS:${PN}-devtools:remove:witherspoon = "rsync"
/openbmc/openbmc/meta-ibm/recipes-phosphor/dbus/
H A Dfan-policy.bb15 SRC_URI:remove:p10bmc = "file://air-cooled.yaml"
16 SRC_URI:remove:p10bmc = "file://fan-errors.yaml"
29 FILES:${PN}:remove:p10bmc = "${config_dir}/air-cooled.yaml"
30 FILES:${PN}:remove:p10bmc = "${config_dir}/fan-errors.yaml"
/openbmc/openbmc/meta-phosphor/recipes-phosphor/packagegroups/
H A Dpackagegroup-obmc-phosphor-debugtools.bb18 # Some older arm architectures don't support valgrind, so explicitly remove
20 RDEPENDS:${PN}:remove:armv5 = "valgrind"
21 RDEPENDS:${PN}:remove:armv6 = "valgrind"
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A Drun-ptest23 for i in `cat remove-for-all`; do
30 for i in `cat remove-for-aarch64`; do
66 for i in `cat remove-for-aarch64`; do
72 for i in `cat remove-for-all`; do
/openbmc/openbmc/meta-openembedded/meta-oe/conf/include/
H A Dptest-packagelists-meta-oe.inc47 PTESTS_FAST_META_OE:remove:libc-musl = "minicoredumper"
48 PTESTS_FAST_META_OE:remove:riscv64 = "nodejs oprofile"
49 PTESTS_FAST_META_OE:remove:riscv32 = "nodejs oprofile"
62 PTESTS_SLOW_META_OE:remove:libc-musl = "kernel-selftest"
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/watchdog/
H A Dphosphor-watchdog_%.bbappend6 SYSTEMD_OVERRIDE:${PN}:remove:gbs = "poweron.conf:phosphor-watchdog@poweron.service.d/poweron.conf"
7 SYSTEMD_LINK:${PN}:remove:gbs = "${@compose_list(d, 'ENABLE_WATCHDOG_FMT', 'OBMC_HOST_INSTANCES')}"
8 SYSTEMD_LINK:${PN}:remove:gbs = "${@compose_list(d, 'WATCHDOG_FMT', 'OBMC_HOST_WATCHDOG_INSTANCES',…
/openbmc/linux/drivers/vfio/mdev/
H A Dmdev_driver.c30 if (drv->remove) in mdev_remove()
31 drv->remove(to_mdev_device(dev)); in mdev_remove()
46 .remove = mdev_remove,
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcase.py84 os.remove(os.path.join(cls.builddir, "conf/selftest.inc"))
88 os.remove(os.path.join(root, f))
94 os.remove(os.path.join(cls.builddir, incl_file))
104 os.remove(self.testinc_path)
111 os.remove(os.path.join(root, f))
115 os.remove(incl_file)
143 bb.utils.remove(path, recurse=True)
145 os.remove(path)
216 os.remove(inc_file)
/openbmc/openbmc/meta-phosphor/recipes-devtools/btrfs-tools/
H A Dbtrfs-tools_%.bbappend3 # We want to remove the python support from the target package so that we do
5 PACKAGECONFIG:remove:class-target = "python"
10 PACKAGECONFIG:remove:class-native = "python"
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsdk.py30 self.remove(self.sdk_output, True)
45 self.remove(os.path.join(self.sdk_output, self.sdk_native_path,
50 self.remove(os.path.join(self.sdk_output, self.sdk_native_path,
82 def remove(self, path, recurse=False): member in Sdk
84 bb.utils.remove(path, recurse)
107 pm.remove(pkgs)
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Dptest-packagelists.inc85 PTESTS_PROBLEMS:remove:libc-glibc = "glibc-y2038-tests"
86 PTESTS_FAST:remove:mips64 = "qemu"
88 PTESTS_FAST:remove:riscv32 = "qemu"
126 PTESTS_SLOW:remove:riscv64 = "valgrind python3"
128 PTESTS_SLOW:remove:riscv32 = "lttng-tools strace valgrind"
131 PTESTS_SLOW:remove:x86 = "valgrind"
/openbmc/phosphor-state-manager/test/
H A Dsystemd_parser.cpp71 std::remove("/tmp/good_file1.json"); in TEST()
72 std::remove("/tmp/good_file2.json"); in TEST()
97 std::remove("/tmp/invalid_error_file.json"); in TEST()
112 std::remove("/tmp/invalid_json_file.json"); in TEST()
137 std::remove("/tmp/not_just_default_file.json"); in TEST()
/openbmc/qemu/tests/qemu-iotests/
H A D04158 os.remove(test_img)
59 os.remove(backing_img)
314 os.remove(test_img)
320 os.remove(target_img)
386 os.remove(test_img)
465 os.remove(test_img)
628 os.remove(test_img)
724 os.remove(test_img)
792 os.remove(test_img)
875 os.remove(test_img)
[all …]
H A D04098 os.remove(test_img)
99 os.remove(mid_img)
100 os.remove(backing_img)
387 os.remove(test_img)
388 os.remove(mid_img)
430 os.remove(self.img0)
431 os.remove(self.img1)
432 os.remove(self.img2)
433 os.remove(self.img3)
463 os.remove(test_img)
[all …]
/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-ed/
H A Dselftest-ed_0.5.bb19 CONFIGUREOPTS:remove = "--disable-dependency-tracking"
20 CONFIGUREOPTS:remove = "--disable-silent-rules"
21 EXTRA_OECONF:remove = "--disable-static"
/openbmc/openbmc/meta-ibm/recipes-phosphor/console/
H A Dobmc-console_%.bbappend3 SRC_URI:remove:df-openpower = "file://${BPN}.conf"
38 SYSTEMD_SERVICE:${PN}:remove:p10bmc = "obmc-console-ssh.socket"
40 FILES:${PN}:remove:p10bmc = "${systemd_system_unitdir}/obmc-console-ssh@.service.d/use-socket.conf"
56 SYSTEMD_SERVICE:${PN}:remove:witherspoon-tacoma = "obmc-console-ssh.socket"
58 FILES:${PN}:remove:witherspoon-tacoma = "${systemd_system_unitdir}/obmc-console-ssh@.service.d/use-…
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dcve_check.py88 os.remove(summary_json)
89 os.remove(recipe_json)
123 os.remove(report_json)
160 os.remove(summary_json)
161 os.remove(recipe_json)
196 os.remove(summary_json)
197 os.remove(recipe_json)

12345678910>>...137