From 7b436148467559a967abffd7c8c2679c629194de Mon Sep 17 00:00:00 2001 From: Aaron Rossetto Date: Wed, 13 Jan 2021 09:20:03 -0600 Subject: sim: Ignore mender artifact file on sim devices --- mpm/python/usrp_mpm/periph_manager/sim.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mpm/python/usrp_mpm/periph_manager/sim.py') diff --git a/mpm/python/usrp_mpm/periph_manager/sim.py b/mpm/python/usrp_mpm/periph_manager/sim.py index d909bed34..ea29dd139 100644 --- a/mpm/python/usrp_mpm/periph_manager/sim.py +++ b/mpm/python/usrp_mpm/periph_manager/sim.py @@ -90,7 +90,8 @@ class sim(PeriphManagerBase): self.device_id = 1 self.description = self.config.hardware.description self.mboard_info = {"type": self.config.hardware.uhd_device_type, - "product": self.config.hardware.product} + "product": self.config.hardware.product, + "simulated": "True"} self.pids = {int(self.config.hardware.pid): self.config.hardware.product} # This uses the description, mboard_info, and pids super().__init__() -- cgit v1.2.3