Skip to content

Commit

Permalink
Fixing typo in dodo
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoLlobet committed Feb 18, 2024
1 parent 37a9f35 commit fd8a6b1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
LWM2M_BIN = "lwm2m.bin"
MQTT_BIN = "mqtt.bin"

LWM2M_SIG_BIN = SIG_FW_DIR / "lwm2m_sig.bin"
MQTT_SIG_BIN = SIG_FW_DIR / "mqtt_sig.bin"

IMG_TOOL = Path.cwd() / "csrc" / "mcuboot" / "mcuboot" / "scripts" / "imgtool.py"

MISO_FW_VERSION = "0.1.2"
Expand Down Expand Up @@ -91,7 +88,7 @@ def task_verify_fw_images():

yield {
"name": f"Verify {bin} firmware image.",
"actions": [f"{PYTHON_EXE} {IMG_TOOL} verify {LWM2M_SIG_BIN}"],
"actions": [f"{PYTHON_EXE} {IMG_TOOL} verify {target_file_name}"],
"file_dep": [PUB_KEY, target_file_name],
"verbosity": 2,
}

0 comments on commit fd8a6b1

Please sign in to comment.