Skip to content

Commit

Permalink
stub: Also collect /usr/sbin/appleh13camerad
Browse files Browse the repository at this point in the history
Needed for camera calibration... sigh

Signed-off-by: Hector Martin <marcan@marcan.st>
  • Loading branch information
marcan committed Aug 21, 2023
1 parent f8f43c9 commit cf680ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stub.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ def collect_firmware(self, pkg):
subprocess.run(["tar", "czf", "all_firmware.tar.gz",
"fud_firmware",
"-C", "recovery/usr/share", "firmware",
"-C", "../../usr/sbin", "appleh13camerad",
], check=True)
self.copy_idata.append(("all_firmware.tar.gz", "all_firmware.tar.gz"))
logging.info("Detaching recovery ramdisk")
Expand Down

0 comments on commit cf680ef

Please sign in to comment.