Home
last modified time | relevance | path

Searched refs:target_path (Results 1 – 14 of 14) sorted by relevance

/openbmc/openbmc/poky/scripts/
H A Dcrosstap42 self.target_path = None
85 ret.append("--sysenv=PATH=" + self.target_path)
325 target_path = []
327 target_path.append(self.sbindir)
329 target_path.append(self.bindir)
331 target_path.append(self.base_sbindir)
333 target_path.append(self.base_bindir)
334 stap.target_path = ":".join(target_path)
/openbmc/qemu/tests/qemu-iotests/
H A D14165 (bottom_path, middle_path, top_path, target_path), \
93 target=target_path, \
105 target=target_path, \
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_overlay.c748 const char *target_path; in overlay_symbol_update() local
816 ret = overlay_get_target(fdt, fdto, fragment, &target_path); in overlay_symbol_update()
822 if (!target_path) { in overlay_symbol_update()
828 len = strlen(target_path); in overlay_symbol_update()
836 if (!target_path) { in overlay_symbol_update()
838 ret = overlay_get_target(fdt, fdto, fragment, &target_path); in overlay_symbol_update()
846 if (!target_path) { in overlay_symbol_update()
851 memcpy(buf, target_path, len + 1); in overlay_symbol_update()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsdk.py19 self.target_path = self.d.getVar('SDKTARGETSYSROOT').strip('/')
22 self.sdk_target_sysroot = os.path.join(self.sdk_output, self.target_path)
116 target_path = d.getVar('SDKTARGETSYSROOT').strip('/')
118 rootfs_dir = [sdk_output, os.path.join(sdk_output, target_path)][target is True]
H A Dcve_check.py245 def update_symlinks(target_path, link_path): argument
250 if link_path != target_path and os.path.exists(target_path):
253 os.symlink(os.path.basename(target_path), link_path)
H A Dspdx30_tasks.py1247 def make_image_link(target_path, suffix): argument
1250 if link != target_path:
1251 link.symlink_to(os.path.relpath(target_path, link.parent))
/openbmc/phosphor-fan-presence/docs/control/
H A Dfans.md12 "target_path": "/xyz/openbmc_project/control/fanpwm/"
38 ### target_path subsection
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Darchiver.py315 target_path = os.path.join(bb_vars['DEPLOY_DIR_SRC'], 'mirror', target_file_name)
316 self.assertTrue(os.path.exists(target_path))
344 target_path = os.path.join(bb_vars['DEPLOY_DIR_SRC'], 'mirror', target_file_name)
345 self.assertTrue(os.path.exists(target_path))
/openbmc/phosphor-fan-presence/docs/monitor/
H A Dsensors.md30 - `target_path` - string (Optional)
61 "target_path": "/xyz/openbmc_project/control/fanpwm/PWM0"
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py372target_path = oe.path.join(self.target_rootfs, self.d.expand('${sysconfdir}/rpm-postinsts/'))
373 bb.utils.mkdirhier(target_path)
374 num = self._script_num_prefix(target_path)
375 saved_script_name = oe.path.join(target_path, "%d-%s" % (num, pkg))
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dinactive-node-nbd51 iotests.FilePath('target.img') as target_path, \
59 iotests.qemu_img_create('-f', iotests.imgfmt, target_path, img_size)
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dappend.py434 def target_path(targetpath): function
450 …ile to be replaced (as it would appear within the target image, e.g. /etc/motd)', type=target_path)
/openbmc/phosphor-fan-presence/control/templates/
H A Dfan_zone_defs.cpp.mako94 "${fan['target_path']}"
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass763 def make_image_link(target_path, suffix):
766 if link != target_path:
767 link.symlink_to(os.path.relpath(target_path, link.parent))