Add Jujutsu binary file patching.

Review Request #14720 — Created Dec. 1, 2025 and updated

Information

RBTools
master

Reviewers

Jujutsu actually doesn't require anything different from the base
patcher support for patching binary files, because it doesn't require
any manual staging or custom commands for adding/moving/deleting files.
This change therefore just adds unit tests for the binary file patching
functionality.

Ran unit tests.

Summary ID
Add binary file patching for Jujutsu
Jujutsu actually doesn't require anything different from the base patcher support for patching binary files, because it doesn't require any manual staging or custom commands for adding/moving/deleting files. This change therefore just adds unit tests for the binary file patching functionality. Testing Done: Ran unit tests.
nkmsuxoonqrvzqmvwuluqkzvmqrxmutp
Description From Last Updated

I feel like this pattern is common enough and strange-looking enough that it should probably become a utility function.

chipx86chipx86
david
Review request changed
Summary:
Add binary file patching for Jujutsu
Add Jujutsu binary file patching.
chipx86
  1. 
      
  2. rbtools/clients/tests/test_jujutsu.py (Diff revision 1)
     
     
     
     
     
     
     
     
    Show all issues

    I feel like this pattern is common enough and strange-looking enough that it should probably become a utility function.

  3.