Home
last modified time | relevance | path

Searched refs:target_device (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/
H A D__init__.py98 …b_cross.target_device.ssh_sshexec, self.gdb_cross.target_device.ssh_port, self.gdb_cross.target_de…
101 …b_cross.target_device.ssh_sshexec, self.gdb_cross.target_device.ssh_port, self.gdb_cross.target_de…
108 …b_cross.target_device.ssh_sshexec, self.gdb_cross.target_device.ssh_port, self.gdb_cross.target_de…
/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dassert-power-good-drop13 target_device=$(echo "$hub_devices" | sed -n '2p')
16 target_device=$(echo "$hub_devices" | head -n 1)
19 if [[ -n "$target_device" ]]; then
20 i2c_num=$(echo "$target_device" | awk '{print $1}' | cut -d'-' -f2)
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dide_sdk.py109 def __init__(self, args, target_arch, target_device): argument
111 self.target_device = target_device
134 return self.target_device.host
872 target_device = TargetDevice(args)
874 args, recipe_modified.target_arch, target_device)