• 
      

    Add Jujutsu binary file patching.

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

    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 Jujutsu binary file patching.
    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
    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.

      1. Sure. The actual implementation of the utility function will end up in the patcher change due to the stack of the commits.

    3. 
        
    david
    maubin
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (f2825f4)